Skip to content

Commit

Permalink
feat(sumligicextension): use aplha stability level
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
  • Loading branch information
Dominik Rosiek committed Mar 6, 2024
1 parent 97c08a6 commit 3cb33b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .chloggen/drosiek-add-sumologicextension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ change_type: new_component
component: sumologicextension

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: add Sumo Logic Extension to Contrib Distrubution
note: enable Sumo Logic Extension

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [29601]
Expand Down
4 changes: 2 additions & 2 deletions extension/sumologicextension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!-- status autogenerated section -->
| Status | |
| ------------- |-----------|
| Stability | [beta] |
| Stability | [alpha] |
| Distributions | [sumo] |
| Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Aextension%2Fsumologic%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aopen+is%3Aissue+label%3Aextension%2Fsumologic) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Aextension%2Fsumologic%20&label=closed&color=blue&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aclosed+is%3Aissue+label%3Aextension%2Fsumologic) |
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@astencel-sumo](https://www.github.com/astencel-sumo), [@sumo-drosiek](https://www.github.com/sumo-drosiek), [@swiatekm-sumo](https://www.github.com/swiatekm-sumo) |

[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta
[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
[sumo]: https://github.com/SumoLogic/sumologic-otel-collector
<!-- end autogenerated section -->

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extension/sumologicextension/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ scope_name: otelcol/sumologic
status:
class: extension
stability:
beta: [extension]
alpha: [extension]
distributions: [sumo]
codeowners:
active: [astencel-sumo, sumo-drosiek, swiatekm-sumo]
Expand Down

0 comments on commit 3cb33b6

Please sign in to comment.