Skip to content

Commit

Permalink
don't mess with legacy
Browse files Browse the repository at this point in the history
that way lies madness
  • Loading branch information
bmario committed Nov 19, 2024
1 parent bb50f19 commit fdc8035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricq_grafana/amqp.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ async def get_metadata(app, metric):

async def get_counter_list(app, selector):
time_begin = timer()
metrics = await app["history_client"].get_metrics(selector=selector, historic=True, hidden=False)
metrics = await app["history_client"].get_metrics(selector=selector, historic=True)
result = []
for metric, metadata in metrics.items():
result.append([metric, metadata.get("description", "")])
Expand Down

0 comments on commit fdc8035

Please sign in to comment.