mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 00:34:44 +00:00
fix
This commit is contained in:
parent
471745fff3
commit
5d70a6baba
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class TelemetryAdapter(TelemetryDatasetMixin, Telemetry):
|
||||||
metric_name: str,
|
metric_name: str,
|
||||||
start_time: int,
|
start_time: int,
|
||||||
end_time: int | None = None,
|
end_time: int | None = None,
|
||||||
step: str | None = "1d",
|
granularity: str | None = "1d",
|
||||||
query_type: MetricQueryType = MetricQueryType.RANGE,
|
query_type: MetricQueryType = MetricQueryType.RANGE,
|
||||||
label_matchers: list[MetricLabelMatcher] | None = None,
|
label_matchers: list[MetricLabelMatcher] | None = None,
|
||||||
) -> QueryMetricsResponse:
|
) -> QueryMetricsResponse:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue