-
I have a process that does a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You could possibly write a custom exporter to filter out metrics and ignore certain metrics based off of current process id to replicate a similar behavior (if you are only interested in not having these metrics be exported). If you don't want your metrics to be collected AT ALL in the new process you would have to do some hacky stuff and clear out the metrics fields yourself using the private fields (which we do not recommend, and is not supported). |
Beta Was this translation helpful? Give feedback.
You could possibly write a custom exporter to filter out metrics and ignore certain metrics based off of current process id to replicate a similar behavior (if you are only interested in not having these metrics be exported). If you don't want your metrics to be collected AT ALL in the new process you would have to do some hacky stuff and clear out the metrics fields yourself using the private fields (which we do not recommend, and is not supported).