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

Host group name for fargate services in AWS (EKS, ECS)

Sahil2308
Participant

Hi, 

I have tags being generated based on hostgroup name. For my on-prem server based on a specific hostgroup name convention new tags will be auto generated. I am facing difficulty setting hostgroup name for Fargate services is it not possible to set this parameter?

Thanks in advance 🙂

2 REPLIES 2

Romanenkov_Al3x
DynaMight Champion
DynaMight Champion

Fargate is serverless, if you not use EC2 cluster to run your workloads. I think it is not possible to define. Maybe someone else correct me if I am wrong.

For serverless, for example PODs in not clussicfullstack monitoring I use this: 

...

env:
  - name: DT_TAGS
  value: web-502

 

For example for me it is add tag 'web-502' 

Also you can try to tag what you want as you wont with combination of rules 😉

Romanenkov_Al3x_0-1678089788819.png

 

Regards,

Romanenkov Alex

 

DT_NGINX_FORCE_UNKNOWN_VERSION_INSTRUMENTATION=1

DanielS
DynaMight Guru
DynaMight Guru

Hi @Sahil2308 Agree with @Romanenkov_Al3x . I suggest you to see the work around of this post https://community.dynatrace.com/t5/Dynatrace-Open-Q-A/Dockerfile-x-HostGroup/m-p/206385#M25003

The true delight is in the finding out rather than in the knowing.

Featured Posts