Skip to content

Commit

Permalink
Make containerId single value. (#272)
Browse files Browse the repository at this point in the history
There are some containers that use the same name (which determines the identifier) but get restarted often.   As the tag is set to multi value, we'll keep accumulating the containerId tag.
  • Loading branch information
srvaroa authored Jul 16, 2021
1 parent b6594c8 commit bb41b2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions definitions/infra-container/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ synthesis:
docker.state:
entityTagName: container.state
docker.containerId:
multiValue: false
docker.shortContainerId:
docker.imageName:
docker.ecsClusterArn:
Expand All @@ -34,8 +35,10 @@ synthesis:
k8s.namespaceName:
k8s.podName:
k8s.containerImage:
multiValue: false
k8s.nodeName:
k8s.containerId:
multiValue: false
label.topology.kubernetes.io/region:
label.topology.kubernetes.io/zone:
label.eks.amazonaws.com/compute-type:
Expand Down

0 comments on commit bb41b2d

Please sign in to comment.