Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] add missing contrib components to the report
Browse files Browse the repository at this point in the history
atoulme committed Dec 17, 2024
1 parent 829b010 commit 3d3dead
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion receiver/googlecloudpubsubreceiver/README.md
Original file line number Diff line number Diff line change
@@ -4,11 +4,12 @@
| Status | |
| ------------- |-----------|
| Stability | [beta]: traces, logs, metrics |
| Distributions | [] |
| Distributions | [contrib] |
| Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Areceiver%2Fgooglecloudpubsub%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aopen+is%3Aissue+label%3Areceiver%2Fgooglecloudpubsub) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Areceiver%2Fgooglecloudpubsub%20&label=closed&color=blue&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aclosed+is%3Aissue+label%3Areceiver%2Fgooglecloudpubsub) |
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@alexvanboxel](https://www.github.com/alexvanboxel) |

[beta]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#beta
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
<!-- end autogenerated section -->

> ⚠️ This is a community-provided module. It has been developed and extensively tested at Collibra, but it is not officially supported by GCP.
2 changes: 1 addition & 1 deletion receiver/googlecloudpubsubreceiver/metadata.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ status:
class: receiver
stability:
beta: [traces, logs, metrics]
distributions: []
distributions: [contrib]
codeowners:
active: [alexvanboxel]

3 changes: 2 additions & 1 deletion receiver/splunkenterprisereceiver/README.md
Original file line number Diff line number Diff line change
@@ -4,11 +4,12 @@
| Status | |
| ------------- |-----------|
| Stability | [alpha]: metrics |
| Distributions | [] |
| Distributions | [contrib] |
| Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Areceiver%2Fsplunkenterprise%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aopen+is%3Aissue+label%3Areceiver%2Fsplunkenterprise) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Areceiver%2Fsplunkenterprise%20&label=closed&color=blue&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aclosed+is%3Aissue+label%3Areceiver%2Fsplunkenterprise) |
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@shalper2](https://www.github.com/shalper2), [@MovieStoreGuy](https://www.github.com/MovieStoreGuy), [@greatestusername](https://www.github.com/greatestusername) |

[alpha]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#alpha
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
<!-- end autogenerated section -->

The Splunk Enterprise Receiver is a pull based tool which enables the ingestion of performance metrics describing the operational status of a user's Splunk Enterprise deployment to an appropriate observability tool.
2 changes: 1 addition & 1 deletion receiver/splunkenterprisereceiver/metadata.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ status:
class: receiver
stability:
alpha: [metrics]
distributions:
distributions: [contrib]
codeowners:
active: [shalper2, MovieStoreGuy, greatestusername]

2 changes: 2 additions & 0 deletions reports/distributions/contrib.yaml
Original file line number Diff line number Diff line change
@@ -134,6 +134,7 @@ components:
- fluentforward
- github
- googlecloudmonitoring
- googlecloudpubsub
- googlecloudspanner
- haproxy
- hostmetrics
@@ -179,6 +180,7 @@ components:
- snowflake
- solace
- splunk_hec
- splunkenterprise
- sqlquery
- sqlserver
- sshcheck

0 comments on commit 3d3dead

Please sign in to comment.