File: unknown-field.yaml

package info (click to toggle)
golang-opentelemetry-otel 1.31.0-5
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 11,844 kB
  • sloc: makefile: 237; sh: 51
file content (15 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
file_format: 1.0.0
schema_url: https://opentelemetry.io/schemas/1.0.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: