Tag Container Group Instance by Namespace
Options
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎28 Jun 2023 02:58 AM
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
Labels:
- Labels:
-
kubernetes
2 REPLIES 2
Options
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎28 Jun 2023 08:48 AM - edited ‎28 Jun 2023 08:52 AM
Hello.
Entities matching:
type(CONTAINER_GROUP_INSTANCE),fromRelationships.isCgiOfNamespace(type(CLOUD_APPLICATION_NAMESPACE),entityName("zoo-app")) |
Result in UI:
Classic full-stack - Dynatrace Operator - Kubernetes.
Regards,
Alex Romanenkov
DT_NGINX_FORCE_UNKNOWN_VERSION_INSTRUMENTATION=1
Options
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎28 Jun 2023 10:42 AM
hmm, couldn't find it even when reduced to
type(CONTAINER_GROUP_INSTANCE),fromRelationships.isCgiOfNamespace(type(CLOUD_APPLICATION_NAMESPACE))
