There's no built-in functionality for this. You could customize the
reporter though.
On 08/07/2020 17:19, Manish G wrote:
> Hi,
>
> I have added a Meter in my code and pushing it to app logs using slf4j
> reporter.
>
> I observe that apart from my custometrics, lots of other metrics like
> gauge, histogram etc is also published. It makes it difficult to
> filter out data for generating splunk graphs.
>
> Is there a way to limit published metrics to just the custom one?
>
> With regards