Skip to content

Commit

Permalink
ENG-946: Changes in Ingresses modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjoyment authored and bhogayatakb committed Feb 22, 2024
1 parent 3ec63d5 commit 9d45e18
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 10 deletions.
36 changes: 36 additions & 0 deletions receiver/k8sclusterreceiver/internal/metadata/generated_config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions receiver/k8sclusterreceiver/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,42 +259,42 @@ resource_attributes:
enabled: true

k8s.ingress.uid:
description: The UID of the Role.
description: The UID of the Ingress.
type: string
enabled: true

k8s.ingress.name:
description: The name of the Role.
description: The name of the Ingress.
type: string
enabled: true

k8s.ingress.namespace:
description: The namespace of the Role.
description: The namespace of the Ingress.
type: string
enabled: true

k8s.ingress.labels:
description: Labels of the Role.
description: Labels of the Ingress.
type: string
enabled: true

k8s.ingress.annotations:
description: Annotations of the Role.
description: Annotations of the Ingress.
type: string
enabled: true

k8s.ingress.start_time:
description: The start time of the Role.
description: The start time of the Ingress.
type: string
enabled: true

k8s.ingress.rules:
description: Rules of the Role.
description: Rules of the Ingress.
type: string
enabled: true

k8s.ingress.type:
description: The type of the Role.
description: The type of the Ingress.
type: string
enabled: true

Expand Down

0 comments on commit 9d45e18

Please sign in to comment.