Gitesh Kumar Jha
Gitesh Kumar Jha
Hi did you try this ? [thread](https://github.com/micrometer-metrics/micrometer/issues/535#issuecomment-1133858116 )
https://github.com/micrometer-metrics/micrometer/issues/535#issuecomment-1133858116
This worked for me. Suppose you have configured the common metrics using `registry.config().commonTags()` and now want to change the value of few of the tag-key at run time. You can...
For angular 8. Create a CNAME file inside the src folder. then Inside angular.json "assets": [ "src/favicon.ico", "src/assets", "src/CNAME" // This is the change you need to make. ],