-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Print final configuration #1791
Comments
@tigrannajaryan @bogdandrutu any comments? I could work on this. |
This would be very useful. I think this is a good approach:
|
@pavolloffay I would look into hooking this in the service z-pages so user can have access to this without looking into logs. See https://github.com/open-telemetry/opentelemetry-collector/blob/master/service/service.go#L511 and https://github.com/open-telemetry/opentelemetry-collector/blob/master/service/service.go#L526 |
…pen-telemetry#1791) * Bump google.golang.org/grpc from 1.36.1 to 1.37.0 in /exporters/otlp Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.36.1 to 1.37.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.36.1...v1.37.0) Signed-off-by: dependabot[bot] <support@github.com> * Auto-fix go.sum changes in dependent modules Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
) Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.8.1...v1.9.0) --- updated-dependencies: - dependency-name: github.com/sirupsen/logrus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This WIP may address this open-telemetry/opentelemetry-collector-contrib#27003 |
I am going to close this as a duplicate of #5223, since this one has more specific discussion about removing sensitive fields and about the general design |
Is your feature request related to a problem? Please describe.
When running the collector I don't know what configuration is being used. For instance when the collector is run with the following config I don't know what is the batching, qretry or OTLP receiver configuration. To find out these details I have to read the docs.
Describe the solution you'd like
I can think of two possible solutions:
Describe alternatives you've considered
None
Additional context
jaegertracing/jaeger#2253
The text was updated successfully, but these errors were encountered: