forked from open-telemetry/opentelemetry-collector-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.yaml
More file actions
28 lines (25 loc) · 1.17 KB
/
metadata.yaml
File metadata and controls
28 lines (25 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
display_name: Azure Logs/Traces/Metrics Encoding Extension
type: azure_encoding
description: >
This extension is designed for unmarshaling logs/traces/metrics encoded in specific format
produced by [Azure Diagnostic Settings Export](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/diagnostic-settings) or
[Azure Data Collection Rules (DCRs)](https://learn.microsoft.com/en-us/azure/azure-monitor/data-collection/data-collection-rule-overview)
status:
disable_codecov_badge: true
class: extension
stability:
alpha: [extension]
codeowners:
active: [axw, constanca-m]
distributions: [contrib]
feature_gates:
- id: extension.azureencoding.DontEmitV0LogConventions
stage: alpha
description: When enabled, v0 semconv log attribute names are not emitted.
from_version: v0.149.0
reference_url: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/47543
- id: extension.azureencoding.EmitV1LogConventions
stage: alpha
description: When enabled, v1 semconv log attribute names are emitted.
from_version: v0.149.0
reference_url: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/47543