-
Notifications
You must be signed in to change notification settings - Fork 321
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
expfmt.NewEncoder do not support custom encoder #269
Comments
This repository is an internal prometheus library. Formatting metrics can be tricky and I am not willing to have tens of ways to encode/decode metrics. What is your use case? Which encoder are you willing to add? Thanks. |
in my company, we use our own system, but now the prometheus system is not ready. |
I am unsure why you would be wiring to Prometheus at a so low level. However if you really want to do so I would recommend to have your temporary internal fork. If you want more advices from the community I suggest you reach out to the mailing list or our discourse forum: https://prometheus.io/community |
* Use built in string conversion of recoder.Body * Defer close after error check VS Code complains otherwise. Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
now is
expect:
The text was updated successfully, but these errors were encountered: