Skip to content
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

Adding configurable dockerAPIVersion option for Docker stats receiver #5179

Merged
merged 3 commits into from
Sep 10, 2021
Merged

Adding configurable dockerAPIVersion option for Docker stats receiver #5179

merged 3 commits into from
Sep 10, 2021

Conversation

emaderer
Copy link
Contributor

@emaderer emaderer commented Sep 9, 2021

Currently the dockerAPIVersion field in the Docker stats receiver is hard coded to a particular version (v1.22).
It's good to be able to modify that value via the config, the default will still be v1.22 and the config validator ensures that users do not use any value <v.1.22, if they use an invalid api version the collector will fail to start with the proper error message.

@emaderer emaderer marked this pull request as ready for review September 9, 2021 20:53
@emaderer emaderer requested review from a team and owais September 9, 2021 20:53
@tigrannajaryan tigrannajaryan merged commit f9b04ce into open-telemetry:main Sep 10, 2021
hex1848 pushed a commit to hex1848/opentelemetry-collector-contrib that referenced this pull request Jun 2, 2022
…-telemetry#5179)

Bumps [github.com/knadh/koanf](https://github.com/knadh/koanf) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](knadh/koanf@v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: github.com/knadh/koanf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants