-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New component: STEF exporter #37352
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
Labels
Accepted Component
New component has been sponsored
Comments
I already discussed with @dmitryax and he will sponsor the component, so I removed the "Sponsor Needed" label. |
I confirm the sponsorship |
tigrannajaryan
added a commit
to tigrannajaryan/opentelemetry-collector-contrib
that referenced
this issue
Jan 22, 2025
Resolves open-telemetry#37352 This is the *First PR* done according to the requirements listed at https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#adding-new-components I intentionally left the Config barebones. It is possible we will add more config options in the future but I don't want to do it prematurely. Subsequent PRs will add the implementation and will clarify how it works in the README.md.
Merged
tigrannajaryan
added a commit
to tigrannajaryan/opentelemetry-collector-contrib
that referenced
this issue
Jan 22, 2025
Resolves open-telemetry#37352 This is the *First PR* done according to the requirements listed at https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#adding-new-components I intentionally left the Config barebones. It is possible we will add more config options in the future but I don't want to do it prematurely. Subsequent PRs will add the implementation and will clarify how it works in the README.md.
tigrannajaryan
added a commit
to tigrannajaryan/opentelemetry-collector-contrib
that referenced
this issue
Jan 22, 2025
Resolves open-telemetry#37352 This is the *First PR* done according to the requirements listed at https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#adding-new-components I intentionally left the Config barebones. It is possible we will add more config options in the future but I don't want to do it prematurely. Subsequent PRs will add the implementation and will clarify how it works in the README.md.
chengchuanpeng
pushed a commit
to chengchuanpeng/opentelemetry-collector-contrib
that referenced
this issue
Jan 26, 2025
Resolves open-telemetry#37352 This is the *First PR* done according to the requirements listed at https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#adding-new-components I intentionally left the Config barebones. It is possible we will add more config options in the future but I don't want to do it prematurely. Subsequent PRs will add the implementation and will clarify how it works in the README.md. --------- Co-authored-by: Antoine Toulme <[email protected]> Co-authored-by: Dmitry Anoshin <[email protected]>
zeck-ops
pushed a commit
to zeck-ops/opentelemetry-collector-contrib
that referenced
this issue
Apr 23, 2025
Resolves open-telemetry#37352 This is the *First PR* done according to the requirements listed at https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#adding-new-components I intentionally left the Config barebones. It is possible we will add more config options in the future but I don't want to do it prematurely. Subsequent PRs will add the implementation and will clarify how it works in the README.md. --------- Co-authored-by: Antoine Toulme <[email protected]> Co-authored-by: Dmitry Anoshin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The purpose and use-cases of the new component
STEF exporter implements an exporter of Otel/STEF format.
Sponsor: @dmitryax
Codeowner: @tigrannajaryan
Why: more efficient telemetry network protocol. The exporter and format are vendor-agnostic. STEF is Apache 2.0 licensed.
Primary use-case: Collector-to-backend communication.
Data types supported: metrics only initially, with traces and logs to follow.
Configuration options: typical grpc exporter config options (similar to OTLP exporter config options).
Example configuration for the component
Telemetry data types supported
Metrics.
Code Owner(s)
tigrannajaryan
Sponsor (optional)
dmitryax
Additional context
No response
The text was updated successfully, but these errors were encountered: