Skip to content

Commit

Permalink
fixed metric labels
Browse files Browse the repository at this point in the history
  • Loading branch information
psardana committed Nov 18, 2024
1 parent 5a9bfbb commit e1fec7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
opal_server_data_update_total = Counter(
'opal_server_data_update_total',
'Total number of data update events published to opal server',
["status"]
["status", "type"]
)

opal_server_data_update_errors = Counter(
'opal_server_data_update_errors',
'Total number of errors in opal server data update publishing',
["error_type"]
["error_type", "endpoint"]
)

opal_server_data_update_latency = Histogram(
Expand Down

0 comments on commit e1fec7e

Please sign in to comment.