diff --git a/extension/jaegerremotesampling/README.md b/extension/jaegerremotesampling/README.md index 66b8687b8e18..051c303ae5af 100644 --- a/extension/jaegerremotesampling/README.md +++ b/extension/jaegerremotesampling/README.md @@ -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. @@ -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 \ No newline at end of file +[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha +[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib diff --git a/unreleased/mark_jaegerremotesampling_extention_as_alpha.yaml b/unreleased/mark_jaegerremotesampling_extention_as_alpha.yaml new file mode 100755 index 000000000000..f010b7e59af8 --- /dev/null +++ b/unreleased/mark_jaegerremotesampling_extention_as_alpha.yaml @@ -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]