-
Notifications
You must be signed in to change notification settings - Fork 69
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
Beginner Issues #113
Comments
Regarding the error, I think you want put the specific message configuration under Regarding the |
Hey, Regarding your initial problem:
you must define a mapping. Example:
|
Yeah, I ended up doing something similar in my prometheus config and I guess that's just as good a solution as adding a flag, probably easier. If it's helpful, my config looks like,
@mgg1010 seems like it wouldn't be a terrible entry in the FAQ of the main Readme if you wanted to add the answer to your question there. |
Hi
First, I'm seeing a lot of go-related metrics in the output
go_gc_duration_seconds{quantile="0"} 3.2688e-05
I'm new to prometheus, but doesn't spamming it with 100s of extra metrics cause
some memory use - or should I configure prom to ignore anything starting with 'go'
Am I missing something?
Second, I'm sending messages like this:
topic: watchdog/esp-garage:
Payload: {"message": "Alive"}
I get this on the output:
received_messages{status="storeError",topic="watchdog/esp-garage"} 34
previously I sent non-JSON messages and it was happier, but I didn't see
a direct metric for my line.
My configuration is below - any thoughts?
Thanks
Martin Green
The text was updated successfully, but these errors were encountered: