Skip to content

feat: expose histogram_bucket_overrides on OpenTelemetryConfig#1433

Open
parth-wisdom wants to merge 1 commit intotemporalio:mainfrom
parth-wisdom:feat/otel-histogram-bucket-overrides
Open

feat: expose histogram_bucket_overrides on OpenTelemetryConfig#1433
parth-wisdom wants to merge 1 commit intotemporalio:mainfrom
parth-wisdom:feat/otel-histogram-bucket-overrides

Conversation

@parth-wisdom
Copy link
Copy Markdown

@parth-wisdom parth-wisdom commented Apr 12, 2026

Mirror the existing PrometheusConfig.histogram_bucket_overrides field on OpenTelemetryConfig.

The underlying OtelCollectorOptions builder already supports this via maybe_histogram_bucket_overrides; this change wires it through the Python wrapper and pyo3 bridge.

Fixes #1432

@parth-wisdom parth-wisdom requested a review from a team as a code owner April 12, 2026 06:16
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 12, 2026

CLA assistant check
All committers have signed the CLA.

@parth-wisdom parth-wisdom force-pushed the feat/otel-histogram-bucket-overrides branch from b2638ef to 0afe86a Compare April 12, 2026 06:21
@parth-wisdom parth-wisdom marked this pull request as draft April 12, 2026 06:22
Mirror the existing PrometheusConfig.histogram_bucket_overrides field.
The underlying OtelCollectorOptions builder already supports this via
maybe_histogram_bucket_overrides; this change wires it through the
Python wrapper and pyo3 bridge.
@parth-wisdom parth-wisdom force-pushed the feat/otel-histogram-bucket-overrides branch from 8cee141 to 5b41249 Compare April 12, 2026 06:22
@parth-wisdom parth-wisdom marked this pull request as ready for review April 12, 2026 06:24
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.

[Feature request] Expose histogram_bucket_overrides on OpenTelemetryConfig

2 participants