8000 feat(sumologicexporter): add option to decompose OTLP Histograms by swiatekm · Pull Request #1197 · SumoLogic/sumologic-otel-collector · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat(sumologicexporter): add option to decompose OTLP Histograms #1197

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

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

swiatekm
Copy link
@swiatekm swiatekm commented Jul 18, 2023

Sumo doesn't currently support OTLP Histograms. In the interim, we can at least make sure sending a histogram via OTLP and Prometheus gives the same result. We already have the logic for the Prometheus format, and this PR also implements it for OTLP. This comes down to decomposing the Histogram into individual sum, count and bucket metrics.

The behaviour is configurable and disabled by default.

@swiatekm swiatekm requested a review from a team as a code owner July 18, 2023 11:25
@github-actions github-actions bot added documentation Improvements or a 8000 dditions to documentation go labels Jul 18, 2023
@swiatekm swiatekm force-pushed the feat/sumologicexporter/otlp-histograms branch from 7488c4e to dcf5d1a Compare July 18, 2023 13:57
@swiatekm swiatekm changed the title feat(sumologicexporter): decompose otlp histograms feat(sumologicexporter): add option to decompose OTLP Histograms Jul 18, 2023
@swiatekm swiatekm force-pushed the feat/sumologicexporter/otlp-histograms branch from dcf5d1a to 451ac22 Compare July 18, 2023 14:09
@swiatekm swiatekm requested a review from sumo-drosiek July 18, 2023 14:09
@swiatekm swiatekm force-pushed the feat/sumologicexporter/otlp-histograms branch from 451ac22 to 263e2fd Compare July 19, 2023 09:16
@swiatekm swiatekm enabled auto-merge (rebase) July 19, 2023 09:16
@swiatekm swiatekm merged commit a6f3a50 into main Jul 19, 2023
@swiatekm swiatekm deleted the feat/sumologicexporter/otlp-histograms branch July 19, 2023 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0