Skip to content

Commit

Permalink
[chore] add Sumo distro to AWS S3 exporter and File Stats receiver (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed Jun 6, 2023
1 parent 82e8c13 commit a39e489
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion exporter/awss3exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
| Status | |
| ------------- |-----------|
| Stability | [alpha]: traces, metrics, logs |
| Distributions | [contrib], [observiq] |
| Distributions | [contrib], [observiq], [sumo] |

[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[observiq]: https://github.com/observIQ/observiq-otel-collector
[sumo]: https://github.com/SumoLogic/sumologic-otel-collector
<!-- end autogenerated section -->

## Schema supported
Expand Down
2 changes: 1 addition & 1 deletion exporter/awss3exporter/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ status:
class: exporter
stability:
alpha: [traces, metrics, logs]
distributions: [contrib, observiq]
distributions: [contrib, observiq, sumo]
3 changes: 2 additions & 1 deletion receiver/filestatsreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
| Status | |
| ------------- |-----------|
| Stability | [alpha]: metrics |
| Distributions | [contrib] |
| Distributions | [contrib], [sumo] |

[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[sumo]: https://github.com/SumoLogic/sumologic-otel-collector
<!-- end autogenerated section -->

The File Stats receiver collects metrics from files specified with a glob pattern.
Expand Down
2 changes: 1 addition & 1 deletion receiver/filestatsreceiver/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ status:
class: receiver
stability:
alpha: [metrics]
distributions: [contrib]
distributions: [contrib, sumo]


resource_attributes:
Expand Down

0 comments on commit a39e489

Please sign in to comment.