05 Mar 2023
08:25 PM
- last edited on
24 Mar 2023
01:58 AM
by
MaciejNeumann
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 🙂
Solved! Go to Solution.
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: |
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 😉
Regards,
Romanenkov Alex
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