Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metrics key have invalid format #2200

Closed
Haeavar opened this issue Mar 8, 2024 · 0 comments
Closed

Metrics key have invalid format #2200

Haeavar opened this issue Mar 8, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@Haeavar
Copy link
Contributor

Haeavar commented Mar 8, 2024

Describe the bug
Some of the metrics are missing underscores.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '/metrics' endpoint
  2. The entry "# TYPE iiot_edge_publisher_chunk_size_average_4kb Chunks gauge" is not correct

Expected behavior
The entry should be
# TYPE iiot_edge_publisher_chunk_size_average_4kb_Chunks gauge

This applies for some more entries like:

  • # TYPE iiot_edge_publisher_missing_keep_alives_Keep Alives_total
  • # TYPE iiot_edge_publisher_good_nodes_Monitored items
  • # TYPE iiot_edge_publisher_bad_nodes_Monitored items
  • # TYPE iiot_edge_publisher_monitored_items_Monitored items
  • # TYPE iiot_edge_publisher_connection_retries_Connection attempts
  • # TYPE iiot_edge_publisher_session_count_Number of active sessions.

Additional context
image: mcr.microsoft.com/iotedge/opc-publisher:2.9.4

@marcschier marcschier added the bug Something isn't working label Mar 8, 2024
@marcschier marcschier added this to the 2.9.5 milestone Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants