Skip to content

Add influxDB java client auto-configuration #9066

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

Conversation

kuptservol
Copy link
Contributor

Allows to autoconfigure influxDB java client.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 2, 2017
@philwebb philwebb added the for: team-attention An issue we'd like other members of the team to review label May 2, 2017
@wilkinsona
Copy link
Member

@kuptservol What's your motivation for having auto-configuration for InfluxDB's client? It feels a bit strange to have it without also integrating with Actuator's Metrics (#5688).

@wilkinsona wilkinsona added the status: waiting-for-feedback We need additional information before we can continue label May 13, 2017
@kuptservol
Copy link
Contributor Author

@wilkinsona The motivation is to have configuration for InfluxDB as engine for metrics and events itself, not integrated with any existing metrics library. I suppose that db client must not be coupled tightly to some of it's clients(Actuator's Metrics f.e.) cause it's narrowing the usage of DB client - and there are much more usage scenarios of InfluxDb client. - F.e. in my project i have my own application metrics lib and i decided to log them to Influx - this pr decreasing configuration for db client.

@philwebb philwebb added priority: normal type: enhancement A general enhancement and removed for: team-attention An issue we'd like other members of the team to review status: waiting-for-feedback We need additional information before we can continue status: waiting-for-triage An issue we've not yet triaged labels May 25, 2017
@philwebb philwebb added this to the 2.0.0.M2 milestone May 25, 2017
@snicoll snicoll self-assigned this Jun 1, 2017
snicoll pushed a commit that referenced this pull request Jun 2, 2017
@snicoll snicoll closed this in 297127e Jun 2, 2017
snicoll added a commit that referenced this pull request Jun 2, 2017
* pr/9066:
  Polish "Add influxDB java client auto-configuration"
  Add influxDB java client auto-configuration
wilkinsona added a commit that referenced this pull request Jun 2, 2017
snicoll added a commit that referenced this pull request Jun 5, 2017
This commit removes the `client` namespace for InfluxDB as the
component that is created is `InfluxDB`, not `InfluxDBClient` or
something.

This aligns with all the other url/user/password properties Spring
Boot provides already

See gh-9066
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants