Skip to content

Commit

Permalink
Fix metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsegarra committed Apr 26, 2024
1 parent 90f6ab8 commit 9dfb6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def monitor_queued_jobs():
details = extract_jobs_metrics_from_data(jobs_data, node_ids)

for job in details:
statsd.histogram('midokura.github-runners.jobs.seconds_in_queue.histogram',
statsd.histogram('midokura.github_runners.jobs.seconds_in_queue.histogram',
job["seconds_in_queue"],
tags=["environment:dev", f"job:{job['job_name']}"])

Expand Down

0 comments on commit 9dfb6ad

Please sign in to comment.