-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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 InfluxDB exporter to Actuator #7351
Conversation
a183768
to
84da3c4
Compare
Configurable implementation of gauge writer to export metrics into InfluxDB. Fixes spring-projectsgh-5688
84da3c4
to
b850bff
Compare
Thanks! |
I polished this a little here. I'm wondering if we should strip out the |
My goal was to make clean configuration wrapper to avoid working on pure |
Unfortunately I need to de-scope some issues targeted for Spring Boot 1.5. I'd like to push this back since we want to review metrics in general. |
When you finish review metrics and you will find consensus, you can ping me here and I can remake this in correct way. |
Indeed, thanks @izeye ! |
Since 5688 issue wasn't done for a while, I decided to make my first contribution since I'm working on such configuration anyway.
Configurable implementation of gauge writer to export metrics into InfluxDB.
Fixes gh-5688