-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Proposal: Span Stats Processor #1263
Labels
enhancement
New feature or request
help wanted
Good issue for contributors to OpenTelemetry Service to pick up
Milestone
Comments
Would suggest this to be a contrib feature. There are a lot of unknowns in this feature so probably better to start there, and once stable and proven functionality we can move it to core |
See open-telemetry/opentelemetry-specification#657, which aims to specify conventions for this kind of processor. |
bogdandrutu
added
the
help wanted
Good issue for contributors to OpenTelemetry Service to pick up
label
Jul 30, 2020
Closing since it's filed under open-telemetry/opentelemetry-collector-contrib#403 now. |
hughesjj
pushed a commit
to hughesjj/opentelemetry-collector
that referenced
this issue
Apr 27, 2023
…y#1263) Bumps [boto3](https://github.com/boto/boto3) from 1.21.0 to 1.21.1. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.21.0...1.21.1) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Troels51
pushed a commit
to Troels51/opentelemetry-collector
that referenced
this issue
Jul 5, 2024
swiatekm
pushed a commit
to swiatekm/opentelemetry-collector
that referenced
this issue
Oct 9, 2024
* [operator] bump operator version to v0.104.0 Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de> * Update operator-test.yaml --------- Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de> Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
help wanted
Good issue for contributors to OpenTelemetry Service to pick up
Span Statistics Proposal
A processor for aggregating spans to derive RED (Request, Error, Distribution) metrics across a set of dimensions (dynamic or otherwise) and exporting the results to a metrics sink (prometheus endpoint, stream etc).
Motivation
A trace contains end-to-end data about the service call chain in the context of a request/transaction. This data can be mined to derive context rich metrics that can help us identify and isolate the problem as quickly as possible. For example, span level aggregation can be used to detect any performance problems within the process boundary defined by the span.
Instead of forwarding the spans to a separate processor (stream processing application) for aggregation, a otel processor can process the spans in flight and emit RED metrics at configurable time intervals.
Proposed Configuration
The text was updated successfully, but these errors were encountered: