-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[chore] Add display names to encoder extensions #45647
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
Conversation
|
|
||
| * export via Diagnostic Settings ([multi-dimensional metrics are not supported](https://learn.microsoft.com/en-us/azure/azure-monitor/platform/diagnostic-settings?tabs=portal#metrics-limitations)) | ||
| * export via Data Collection Rules (DCRs) ([dimensions and metric filtering are supported](https://learn.microsoft.com/en-us/azure/azure-monitor/data-collection/data-collection-metrics)) | ||
| * export via Data Collection Rules (DCRs) ([dimensions and metric filtering are supported](https://learn.microsoft.com/en-us/azure/azure-monitor/data-collection/data-collection-rule-overview)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the old link was failing the link-check, im guessing its been broken a while and these only get checked on changes to the file, which is why it happened now. I tried to find what I think to be a relevant replacement but im not 100% confident
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also seems reasonable to me, but would be nice to have someone from Azure to confirm.
**Description** Uses the new [display_name](open-telemetry/opentelemetry-collector#14115) and description metadata fields for components. Related to open-telemetry/opentelemetry-collector#14114 and open-telemetry/opentelemetry-collector#14400 Continuation from open-telemetry#45537 open-telemetry#45554 open-telemetry#45599 I did not include the skywalking extension because I am handling that in a separate PR due to it having a missing doc file --------- Co-authored-by: Christos Markou <[email protected]>
Description
Uses the new display_name and description metadata fields for components.
Related to open-telemetry/opentelemetry-collector#14114 and open-telemetry/opentelemetry-collector#14400
Continuation from #45537 #45554 #45599
I did not include the skywalking extension because I am handling that in a separate PR due to it having a missing doc file