Skip to content

Commit

Permalink
Move oracledbreceiver to alpha (#16844)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Dec 12, 2022
1 parent 1fa12a5 commit e2faf69
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
16 changes: 16 additions & 0 deletions .chloggen/oracledb-alpha.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: oracledbreceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Set OracleDB receiver as alpha, from in development.

# One or more tracking issues related to the change
issues: [16843]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
12 changes: 6 additions & 6 deletions receiver/oracledbreceiver/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Oracle DB receiver

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

This receiver collects metrics from an Oracle Database.

Expand Down Expand Up @@ -56,5 +56,5 @@ receivers:
enabled: true
```
[development]: https://github.com/open-telemetry/opentelemetry-collector#development
[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
2 changes: 1 addition & 1 deletion receiver/oracledbreceiver/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (

const (
typeStr = "oracledb"
stability = component.StabilityLevelDevelopment
stability = component.StabilityLevelAlpha
)

// NewFactory creates a new Oracle receiver factory.
Expand Down

0 comments on commit e2faf69

Please sign in to comment.