Hello, I have self-host the signoz using helm char...
# support
s
Hello, I have self-host the signoz using helm chart; on the signoz UI i see all the traces are created with a default attribute tag key "`signoz.collector.id`"; I would like to remove or replace the tag to something else but not able to find where is the place to do that, either in the yaml.value or any code path, really appreciate it if someone can help point me to the right place for it.
u
You may need to use a transform processor.
n
Hey @Shaoxian Xu, want to understand why you want to remove the tag?
This is added to ensure the timeseries uniqueness. Otherwise, identical time series produced by multiple replicas of collectors result in incorrect APM metrics.
s
@Nagesh Bansal Thanks for the response; I am doing an internal PoC to present to the management team and one feedback is that we need to hide the vendor specific info during customer engagement. So checking to see if it doable via configuration change.
@박형규 thanks for the response; I am using the signoz helm chart, i don't think we have deployed the transformer, can you provide more details on the tranformer change?