You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the promtool tool to detect the indicators of RocketMQ 5, the results are as follows
linux > curl -s http://172.16.1.11:5557/metrics | ./promtool check metrics
error while linting: text format parsing error in line 1: unknown metric type"info"
RocketMQ version
RocketMQ version : 5.3.2
JDK Version
OpenJDK:17
Describe the Bug
When I use the promtool tool to detect the indicators of RocketMQ 5, the results are as follows
linux > curl -s http://172.16.1.11:5557/metrics | ./promtool check metrics
error while linting: text format parsing error in line 1: unknown metric type"info"
Steps to Reproduce
When I use the promtool tool to detect the indicators of RocketMQ 5, the results are as follows
linux > curl -s http://172.16.1.11:5557/metrics | ./promtool check metrics
error while linting: text format parsing error in line 1: unknown metric type"info"
What Did You Expect to See?
# TYPE target info# HELP target Target metadata
target_info{} 1
# TYPE otel_scope_info info# HELP otel_scope_info Scope metadata
otel_scope_info{otel_scope_name="broker-meter"} 1
......
Promtheus support: counter、gauge、histogram、summary. not contain: "info" type
Before Creating the Bug Report
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
RocketMQ version : 5.3.2
Prometheus version: 2.36.2
Prometheus metrics: http://172.16.1.11:5557/metrics
When I use the promtool tool to detect the indicators of RocketMQ 5, the results are as follows
RocketMQ version
RocketMQ version : 5.3.2
JDK Version
OpenJDK:17
Describe the Bug
When I use the promtool tool to detect the indicators of RocketMQ 5, the results are as follows
Steps to Reproduce
When I use the promtool tool to detect the indicators of RocketMQ 5, the results are as follows
What Did You Expect to See?
Promtheus support: counter、gauge、histogram、summary. not contain: "info" type
What Did You See Instead?
counter、gauge、histogram、summarycounter、gauge、histogram、summaryP
Additional Context
No response
The text was updated successfully, but these errors were encountered: