-
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 service connection from Testcontainers OpenTelemetry Collector #35082
Add service connection from Testcontainers OpenTelemetry Collector #35082
Conversation
* Tests for {@link OpenTelemetryConnectionDetailsFactory}. | ||
* | ||
* @author Eddú Meléndez | ||
* @author Jonatan Ivanov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding Jonatan due to the test was the one he submitted in micrometer https://github.com/micrometer-metrics/micrometer/blob/main/implementations/micrometer-registry-otlp/src/test/java/io/micrometer/registry/otlp/OTelCollectorIntegrationTest.java
8facf3b
to
8563165
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've recently added support for OtlpSpanExporter
too. Do you think it would worth using OtlpConnectionDetails
there too?
See: #34508
@jonatan-ivanov I think it make sense 😃 PR updated |
Hey, I was just looking at that PR, sorry for taking my time. Do you mind updating it to the latest Do you think it makes sense to provide connection details sourced from Docker Compose, too? |
Hi @mhalbritter, I'll 👍🏽 |
PR updated |
Thanks! |
Thank you very much @eddumelendez ! |
No description provided.