opentelemetry-collector-contrib icon indicating copy to clipboard operation
opentelemetry-collector-contrib copied to clipboard

[receiver/statsdreceiver] allow changing percentiles for summary types

Open povilasv opened this issue 1 year ago • 1 comments

Description: <Describe what has changed.>

Allow selecting percentiles when using summary type:

receivers:
  statsd:
    endpoint: "0.0.0.0:8125"
   ...
    timer_histogram_mapping:
      - statsd_type: "timing"
        observer_type: "summary"
        summary: 
          percentiles: [0, 10, 50, 90, 95, 99, 100]

Link to tracking Issue: <Issue number if applicable>

https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33701

Testing: <Describe what testing was performed and which tests were added.>

  • local tests
  • unit tets

Documentation: <Describe the documentation added.>

  • updated

povilasv avatar Jun 20 '24 12:06 povilasv

gentle ping @jmacd / @dmitryax

povilasv avatar Jun 27 '24 11:06 povilasv