Skip to content

Commit

Permalink
[receiver/podmanreceiver] update stability level to in development (o…
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll authored Oct 5, 2022
1 parent ae26015 commit 0cc8bf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions receiver/podmanreceiver/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Podman Stats Receiver

| Status | |
| ------------------------ |-------------------|
| Stability | [unmaintained] |
| Stability | [in development] |
| Supported pipeline types | metrics |
| Distributions | [contrib] |

Expand Down Expand Up @@ -88,5 +89,5 @@ Recommended build tags to use when including this receiver in your build:
- `exclude_graphdriver_btrfs`
- `exclude_graphdriver_devicemapper`

[unmaintained]: https://github.com/open-telemetry/opentelemetry-collector#unmaintained
[in development]: https://github.com/open-telemetry/opentelemetry-collector#in-development
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
2 changes: 1 addition & 1 deletion receiver/podmanreceiver/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

const (
typeStr = "podman_stats"
stability = component.StabilityLevelUnmaintained
stability = component.StabilityLevelInDevelopment
defaultAPIVersion = "3.3.1"
)

Expand Down

0 comments on commit 0cc8bf5

Please sign in to comment.