Skip to content

Update otelcol-compression-field.md #4048

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

Open
wants to merge 1 commit into
base: release/v1.10
Choose a base branch
from

Conversation

dmarks8427
Copy link

Adding note for Grafana Cloud support for none and gzip compression types for the OTLP endpoints.

PR Description

Which issue(s) this PR fixes

Notes to the Reviewer

PR Checklist

  • CHANGELOG.md updated
  • Documentation added
  • Tests updated
  • Config converters updated

Adding note for Grafana Cloud support for `none` and `gzip` compression types for the OTLP endpoints.
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Contributor

@@ -14,3 +14,5 @@ The `compression` argument controls which compression mechanism to use. Supporte
* `"zstd"`

If you set `compression` to `"none"` or an empty string `""`, the requests aren't compressed.

> **NOTE**: The Grafana Cloud OTLP endpoint supports the [OTLP/HTTP with binary protocol buffer encoding](https://opentelemetry.io/docs/specs/otlp/#binary-protobuf-encoding) with either no compression or `gzip` compression.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> **NOTE**: The Grafana Cloud OTLP endpoint supports the [OTLP/HTTP with binary protocol buffer encoding](https://opentelemetry.io/docs/specs/otlp/#binary-protobuf-encoding) with either no compression or `gzip` compression.
{{< admonition type="note" >}}
The Grafana Cloud OTLP endpoint supports the [OTLP/HTTP with binary protocol buffer encoding](https://opentelemetry.io/docs/specs/otlp/#binary-protobuf-encoding) with either no compression or `gzip` compression.
{{< /admonition >}}

Notes should be wrapped with the admonition shortcode to make sure they are parsed and rendered properly in the website.

@clayton-cornell clayton-cornell added type/docs Docs Squad label across all Grafana Labs repos backport release/v1.10 labels Jul 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release/v1.10 type/docs Docs Squad label across all Grafana Labs repos
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants