cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Tag Container Group Instance by Namespace

Ardhi
Contributor

Hi,

Is it possible we can tag CGI by kubernetes namespace?

Tried it with something like

 

type(CONTAINER_GROUP_INSTANCE),fromRelationship.isCgiOfNamespace(type("CLOUD_APPLICATION_NAMESPACE"))

 

and it's variation but no luck

1.png

2 REPLIES 2

Romanenkov_Al3x
DynaMight Champion
DynaMight Champion

Hello.

Entities matching:

type(CONTAINER_GROUP_INSTANCE),fromRelationships.isCgiOfNamespace(type(CLOUD_APPLICATION_NAMESPACE),entityName("zoo-app"))

 

Result in UI:

Romanenkov_Al3x_1-1687938393579.png

Classic full-stack - Dynatrace Operator - Kubernetes.

 

Regards,

Alex Romanenkov

DT_NGINX_FORCE_UNKNOWN_VERSION_INSTRUMENTATION=1

hmm, couldn't find it even when reduced to

type(CONTAINER_GROUP_INSTANCE),fromRelationships.isCgiOfNamespace(type(CLOUD_APPLICATION_NAMESPACE))

 

Featured Posts