We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Some of the metrics are missing underscores.
To Reproduce Steps to reproduce the behavior:
Expected behavior The entry should be # TYPE iiot_edge_publisher_chunk_size_average_4kb_Chunks gauge
# 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Some of the metrics are missing underscores.
To Reproduce
Steps to reproduce the behavior:
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
The text was updated successfully, but these errors were encountered: