mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-24 03:47:19 +02:00
de94fafd17
* Do no silently drop unknown schema data * Add entry to changelog * Add PR number to changelog --------- Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com> Co-authored-by: Aaron Clawson <3766680+MadVikingGod@users.noreply.github.com>
16 lines
378 B
YAML
16 lines
378 B
YAML
file_format: 1.1.0
|
|
schema_url: https://opentelemetry.io/schemas/1.1.0
|
|
|
|
versions:
|
|
1.1.0:
|
|
all: # Valid entry.
|
|
changes:
|
|
- rename_attributes:
|
|
k8s.cluster.name: kubernetes.cluster.name
|
|
Resources: # Invalid uppercase.
|
|
changes:
|
|
- rename_attributes:
|
|
attribute_map:
|
|
browser.user_agent: user_agent.original
|
|
1.0.0:
|