jkottu's picture
Initial commit: LLM Inference Dashboard
aefabf0
raw
history blame contribute delete
190 Bytes
"""Utility modules for the dashboard."""
from .prometheus_parser import parse_prometheus_metrics
from .history import MetricHistory
__all__ = ["parse_prometheus_metrics", "MetricHistory"]