Skip to content

Commit

Permalink
fix labels in metrics collector
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Mar 19, 2024
1 parent 653a67c commit 111223d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wis2-gdc-metrics-collector/metrics_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
)

METRIC_INFO.info({
'centre-id': CENTRE_ID,
'centre_id': CENTRE_ID,
'url': API_URL,
'subscribed-to': f'{GB.scheme}://{GB.hostname}:{GB.port} (topic: {GB_TOPIC})' # noqa
'subscribed_to': f'{GB.scheme}://{GB.hostname}:{GB.port} (topic: {GB_TOPIC})' # noqa
})


Expand Down

0 comments on commit 111223d

Please sign in to comment.