Skip to content

Commit

Permalink
[extension/jaegerremotesampling] mark as alpha (#13411)
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <[email protected]>

Signed-off-by: Benedikt Bongartz <[email protected]>
  • Loading branch information
frzifus authored Aug 22, 2022
1 parent 2793d7d commit 4066fcb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extension/jaegerremotesampling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Status | |
| ------------------------ |-----------------------|
| Stability | [beta] |
| Stability | [alpha] |
| Distributions | [contrib] |

This extension allows serving sampling strategies following the Jaeger's remote sampling API. This extension can be configured to proxy requests to a backing remote sampling server, which could potentially be a Jaeger Collector down the pipeline, or a static JSON file from the local file system.
Expand Down Expand Up @@ -85,5 +85,5 @@ A sampling strategy file could look like:
```
Source: https://www.jaegertracing.io/docs/1.28/sampling/#collector-sampling-configuration

[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
11 changes: 11 additions & 0 deletions unreleased/mark_jaegerremotesampling_extention_as_alpha.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: bug_fix

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: jaegerremotesampling

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Mark as alpha

# One or more tracking issues related to the change
issues: [13005]

0 comments on commit 4066fcb

Please sign in to comment.