-
Notifications
You must be signed in to change notification settings - Fork 164
Proposal: OTLP Exporters Support for Configurable Export Behavior #131
Conversation
Based on discussions from the Metrics SIG meeting, configurable export behavior from the OTLP exporter is desired to support different mertic backends
Based on discussions from the Metrics SIG meeting, configurable export behavior from the OTLP exporter is desired to support different mertic backends
@huyan0 please fix markdown lint errors :) https://app.circleci.com/pipelines/github/open-telemetry/oteps/732/workflows/d88799f9-34eb-4763-ad4e-604ed3dd5197/jobs/927 |
And please remove the binary |
Is this a subset of the features described in OTEP 126? https://github.com/open-telemetry/oteps/blob/master/text/metrics/0126-Configurable-Metric-Aggregations.md Or is this a requirement that OTLP exporters use the features in OTEP 126 and provide access via configuration? |
I think it is a mix of both. But most importantly it says that defaults should be cumulative |
@jkwatson I support the idea that the Views configuration should be able to set the export strategy for OTLP. I see the goal of this OTEP as simply stating that (1) it should be a configuration option, (2) it defaults to cumulative. I'd say that an API to configure this is the MVP, and that a more wholistic Views API should include this feature as a configuration. |
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.
Still need the .DS_Store
binary files stripped out, but content looks good. 👍
I have removed the extra binary files, thanks : -) |
…en-telemetry#131) * add otlp export otep * Make SDK OTLP exporters support configurable export behavior Based on discussions from the Metrics SIG meeting, configurable export behavior from the OTLP exporter is desired to support different mertic backends * Make SDK OTLP exporters support configurable export behavior Based on discussions from the Metrics SIG meeting, configurable export behavior from the OTLP exporter is desired to support different mertic backends * fix format to pass markdownlint * add sentence to highlight cumulative -> delta is also needed Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
…en-telemetry#131) * add otlp export otep * Make SDK OTLP exporters support configurable export behavior Based on discussions from the Metrics SIG meeting, configurable export behavior from the OTLP exporter is desired to support different mertic backends * Make SDK OTLP exporters support configurable export behavior Based on discussions from the Metrics SIG meeting, configurable export behavior from the OTLP exporter is desired to support different mertic backends * fix format to pass markdownlint * add sentence to highlight cumulative -> delta is also needed Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
…en-telemetry#131) * add otlp export otep * Make SDK OTLP exporters support configurable export behavior Based on discussions from the Metrics SIG meeting, configurable export behavior from the OTLP exporter is desired to support different mertic backends * Make SDK OTLP exporters support configurable export behavior Based on discussions from the Metrics SIG meeting, configurable export behavior from the OTLP exporter is desired to support different mertic backends * fix format to pass markdownlint * add sentence to highlight cumulative -> delta is also needed Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
…en-telemetry/oteps#131) * add otlp export otep * Make SDK OTLP exporters support configurable export behavior Based on discussions from the Metrics SIG meeting, configurable export behavior from the OTLP exporter is desired to support different mertic backends * Make SDK OTLP exporters support configurable export behavior Based on discussions from the Metrics SIG meeting, configurable export behavior from the OTLP exporter is desired to support different mertic backends * fix format to pass markdownlint * add sentence to highlight cumulative -> delta is also needed Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
This OTEP stems from discussions around spec #731 and partially resolves #725. The topic has been discussed at length in the Metrics SIG meeting, and the conclusion from those discussions is reflected here.
cc @huyan0 @alolita @jmacd @bogdandrutu