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

Allow custom ThreadFactory for OtlpMeterRegistry #5153

Conversation

izeye
Copy link
Contributor

@izeye izeye commented May 29, 2024

This PR adds a constructor to allow a custom ThreadFactory for the OtlpMeterRegistry.

Other PushMeterRegistry implementations like CloudWatchMeterRegistry, DatadogMeterRegistry, and DynatraceMeterRegistry support it, and I realized that the OtlpMeterRegistry doesn't support it while reading #4852.

@jonatan-ivanov jonatan-ivanov added enhancement A general enhancement registry: otlp OpenTelemetry Protocol (OTLP) registry-related labels Jun 17, 2024
@jonatan-ivanov jonatan-ivanov added this to the 1.14.0-M1 milestone Jun 17, 2024
@jonatan-ivanov jonatan-ivanov merged commit 3963933 into micrometer-metrics:main Jun 17, 2024
6 checks passed
@jonatan-ivanov
Copy link
Member

Good catch, thank you!

@izeye izeye deleted the otlp-meter-registry-thread-factory branch June 17, 2024 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A general enhancement registry: otlp OpenTelemetry Protocol (OTLP) registry-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants