Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[receiver/dotnetdiagnostics] Change status to unmaintained #13218

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ALLOWLIST
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ pkg/experimentalmetricmetadata
pkg/translator/prometheusremotewrite
processor/deltatorateprocessor
processor/metricsgenerationprocessor
receiver/dotnetdiagnosticsreceiver
testbed
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ receiver/cloudfoundryreceiver/ @open-telemetry/collector-c
receiver/collectdreceiver/ @open-telemetry/collector-contrib-approvers @owais
receiver/couchdbreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski
receiver/dockerstatsreceiver/ @open-telemetry/collector-contrib-approvers @rmfitzpatrick
receiver/dotnetdiagnosticsreceiver/ @open-telemetry/collector-contrib-approvers @davmason
receiver/elasticsearchreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski @binaryfissiongames
receiver/expvarreceiver/ @open-telemetry/collector-contrib-approvers @jamesmoessis @MovieStoreGuy
receiver/filelogreceiver/ @open-telemetry/collector-contrib-approvers @djaglowski
Expand Down
16 changes: 6 additions & 10 deletions receiver/dotnetdiagnosticsreceiver/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Dotnet Diagnostics Receiver

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

This receiver provides a capability similar to the
[dotnet-counters](https://docs.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-counters)
Expand Down Expand Up @@ -106,15 +106,11 @@ service:
This receiver is compatible with .NET Core 3.0 and later versions, running on Linux or
macOS. Windows is not yet supported.

#### Current Status

This receiver is _beta_. It has been tested on macOS and Linux with .NET v3.1.

#### External Resources

https://github.com/dotnet/diagnostics/blob/master/documentation/design-docs/ipc-protocol.md

https://github.com/Microsoft/perfview/blob/main/src/TraceEvent/EventPipe/EventPipeFormat.md

[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
[unmaintained]: https://github.com/open-telemetry/opentelemetry-collector#unmaintained
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
16 changes: 16 additions & 0 deletions unreleased/unmaintained-dotnetdiagnostics.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: deprecation

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Change status to unmaintained

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

# (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: