-
Notifications
You must be signed in to change notification settings - Fork 208
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
Update otel v0.112.0 #2012
Update otel v0.112.0 #2012
Conversation
691a717
to
d873a57
Compare
…e_on_attribute_value to transform processor
d873a57
to
7df00e9
Compare
| Name | Type | Description | Default | Required | | ||
| ------------- | ---------- | ------------------------------------------------------------------- | ------------- | -------- | | ||
| `max_stale` | `duration` | How long to wait for a new sample before marking a stream as stale. | `"5m"` | no | | ||
| `max_streams` | `number` | Upper limit of streams to track. Set to `0` to disable. | `9223372036854775807` | no | |
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.
The default value documented in the upstream docs is 0?
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.
but in the config it's set to max: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.112.0/processor/deltatocumulativeprocessor/config.go. I created a PR upstream to update the doc: open-telemetry/opentelemetry-collector-contrib#36169
docs/sources/reference/components/otelcol/otelcol.processor.interval.md
Outdated
Show resolved
Hide resolved
internal/component/otelcol/exporter/datadog/config/config_datadog.go
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/otelcol/otelcol.connector.spanmetrics.md
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/otelcol/otelcol.processor.interval.md
Outdated
Show resolved
Hide resolved
…ehaviour, add tests (#2021)
…terval.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
@polyrain please update the datadog exporter if you have time. I only made some changes to make it compile but I did not check the changes for it (you can branch out from my branch and create a PR to it)
Blocker: we need a Beyla version with otel collector dependencies updated to v0.112.0
I encourage reviewers to review commit by commit