-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add metrics output #5
base: main
Are you sure you want to change the base?
Conversation
jspaleta
commented
Mar 4, 2022
•
edited by calebhailey
Loading
edited by calebhailey
- Make search configuration optional, allows generating metrics for all processes
- Convert alert output summary text into prom comment strings
- Add procstat metric family output for Sumo Logic dashboard compatibility
- Add processes metric family output for Sumo Logic dashboard compatibility
I think we might need to bump the version in
|
I think we should drop the hard-coded Same for the |
Encountered an error when configured with {
"check": "process-monitoring",
"component": "agent",
"error": "unable to extract metric from check output",
"level": "error",
"msg": "text format parsing error in line 3: expected '=' after label name, found '.'",
"namespace": "default",
"time": "2022-05-12T01:07:02Z"
} From the Prometheus docs:
We'll need to change the following labels:
|