-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Why is intervalprocessor not part of contrib Distribution (or any other) and what is the alternative? #36514
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
@genadipost which version are you using? |
I think that's a valid issue with contrib distro: error decoding 'processors': unknown type: "intervalprocessor" for id: "intervalprocessor" (valid values: [experimental_metricsgeneration metricstransform probabilistic_sampler resource batch attributes filter groupbytrace routing logdedup remotetap sumologic tail_sampling groupbyattrs k8sattributes span memory_limiter cumulativetodelta deltatocumulative deltatorate geoip redaction resourcedetection transform]) I see it's not part of https://github.com/open-telemetry/opentelemetry-collector-releases/blob/main/distributions/otelcol-contrib/manifest.yaml indeed. Since it's stability is still The alternative would be to build a custom Collector following the steps from https://opentelemetry.io/docs/collector/custom-collector/. |
Thanks for pointing it out @ChrsMark. I completely missed that aspect. |
@ChrsMark @VihasMakwana I would like aggregate all metrics over 5 minutes. Could i get the same functionality by using Metrics Transform Processor or other processor? |
I think it's ok to include in beta |
@ChrsMark @VihasMakwana @RichieSams Should I open a ticket? |
No, we can use this issue as a tracker. This issue can be assigned to me. |
… distributions Closes open-telemetry#36514
Component(s)
processor/interval
Describe the issue you're reporting
Why is intervalprocessor not part of contrib Distribution (or any other).
What would be the alternative if i would like to aggregate all metrics (that can be aggregated) over certain period of time.
The text was updated successfully, but these errors were encountered: