Skip to content

Commit fdadab8

Browse files
authored
Switch profiles to alpha (open-telemetry#14817)
Profiles are being marked as alpha (open-telemetry/opentelemetry-proto#775). The profiling SIG agreed that it didn't make sense to keep the core collector's components in development. So this upgrades the stability status of all profiles to alpha.
1 parent 4d10484 commit fdadab8

37 files changed

Lines changed: 76 additions & 46 deletions

File tree

.chloggen/alpha-profiles.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: enhancement
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. receiver/otlp)
7+
component: all
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Upgrade the profiles stability status to alpha
11+
12+
# One or more tracking issues or pull requests related to the change
13+
issues: [14817]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext: |
19+
The following components have their profiles status upgraded from development to alpha:
20+
21+
* pdata/pprofile
22+
* connector/forward
23+
* exporter/debug
24+
* receiver/nop
25+
* exporter/nop
26+
* exporter/otlp_grpc
27+
* exporter/otlp_http
28+
29+
# Optional: The change log or logs in which this entry should be included.
30+
# e.g. '[user]' or '[user, api]'
31+
# Include 'user' if the change is relevant to end users.
32+
# Include 'api' if there is a change to a library API.
33+
# Default: '[user]'
34+
change_logs: []

config/confighttp/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ status:
66
class: pkg
77
stability:
88
beta: [metrics, traces, logs]
9-
development: [profiles]
9+
alpha: [profiles]
1010

1111
feature_gates:
1212
- id: confighttp.framedSnappy

config/configoptional/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ status:
66
class: pkg
77
stability:
88
beta: [metrics, traces, logs]
9-
development: [profiles]
9+
alpha: [profiles]
1010

1111
feature_gates:
1212
- id: configoptional.AddEnabledField

connector/forwardconnector/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| Distributions | [core], [contrib], [k8s] |
66
| Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector?query=is%3Aissue%20is%3Aopen%20label%3Aconnector%2Fforward%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector/issues?q=is%3Aopen+is%3Aissue+label%3Aconnector%2Fforward) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector?query=is%3Aissue%20is%3Aclosed%20label%3Aconnector%2Fforward%20&label=closed&color=blue&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector/issues?q=is%3Aclosed+is%3Aissue+label%3Aconnector%2Fforward) |
77

8-
[development]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#development
8+
[alpha]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#alpha
99
[beta]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#beta
1010
[core]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol
1111
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
@@ -15,7 +15,7 @@
1515

1616
| [Exporter Pipeline Type] | [Receiver Pipeline Type] | [Stability Level] |
1717
| ------------------------ | ------------------------ | ----------------- |
18-
| profiles | profiles | [development] |
18+
| profiles | profiles | [alpha] |
1919
| traces | traces | [beta] |
2020
| metrics | metrics | [beta] |
2121
| logs | logs | [beta] |

connector/forwardconnector/internal/metadata/generated_status.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connector/forwardconnector/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ status:
66
disable_codecov_badge: true
77
class: connector
88
stability:
9-
development: [profiles_to_profiles]
9+
alpha: [profiles_to_profiles]
1010
beta: [traces_to_traces, metrics_to_metrics, logs_to_logs]
1111
distributions: [core, contrib, k8s]

connector/xconnector/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ status:
99
- mx-psi
1010
- dmathieu
1111
stability:
12-
development: [profiles]
12+
alpha: [profiles]

consumer/consumererror/xconsumererror/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ status:
55
disable_codecov_badge: true
66
class: consumer
77
stability:
8-
development: [profiles]
8+
alpha: [profiles]

consumer/xconsumer/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ status:
99
- mx-psi
1010
- dmathieu
1111
stability:
12-
development: [profiles]
12+
alpha: [profiles]

exporter/debugexporter/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
# Debug Exporter
33
| Status | |
44
| ------------- |-----------|
5-
| Stability | [development]: profiles |
6-
| | [alpha]: traces, metrics, logs |
5+
| Stability | [alpha]: traces, metrics, logs, profiles |
76
| Distributions | [core], [contrib], [k8s] |
87
| Warnings | [Unstable Output Format](#warnings) |
98
| Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector?query=is%3Aissue%20is%3Aopen%20label%3Aexporter%2Fdebug%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector/issues?q=is%3Aopen+is%3Aissue+label%3Aexporter%2Fdebug) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector?query=is%3Aissue%20is%3Aclosed%20label%3Aexporter%2Fdebug%20&label=closed&color=blue&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector/issues?q=is%3Aclosed+is%3Aissue+label%3Aexporter%2Fdebug) |
109
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@andrzej-stencel](https://www.github.com/andrzej-stencel) |
1110

12-
[development]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#development
1311
[alpha]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#alpha
1412
[core]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol
1513
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

0 commit comments

Comments
 (0)