Skip to content

Commit

Permalink
Rename metic
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsegarra committed Apr 26, 2024
1 parent 6d27aab commit 90f6ab8
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('test.github.runners.job.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 90f6ab8

Please sign in to comment.