From 2f082c5334dd8e41c612931883f8839466405bfc Mon Sep 17 00:00:00 2001 From: Mackenzie <63265430+mackjmr@users.noreply.github.com> Date: Fri, 16 Jun 2023 21:01:32 +0200 Subject: [PATCH] Document extension as value for stability in metadata.yaml (#23426) Currently, this is used in all extensions (e.g. [httpforwarder](/~https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/extension/httpforwarder/metadata.yaml#L6)), but this is not documented in `metadata-schema.yaml`. --- cmd/mdatagen/metadata-schema.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/mdatagen/metadata-schema.yaml b/cmd/mdatagen/metadata-schema.yaml index b3c5444ab6ad..23f92ce7be84 100644 --- a/cmd/mdatagen/metadata-schema.yaml +++ b/cmd/mdatagen/metadata-schema.yaml @@ -7,12 +7,12 @@ status: class: # Required: The stability of the component - See /~https://github.com/open-telemetry/opentelemetry-collector#stability-levels stability: - development: [] - alpha: [] - beta: [] - stable: [] - deprecated: [] - unmaintained: [] + development: [] + alpha: [] + beta: [] + stable: [] + deprecated: [] + unmaintained: [] # Optional: The distributions that this component is bundled with (For example core or contrib). See statusdata.go for a list of common distros. distributions: [string] # Optional: A list of warnings that should be brought to the attention of users looking to use this component