Hi all,new to netdata. Wonder how to remove Metrics from spefifc Module
For example: in mysql moudle,I have Metrics:
mysql.net
mysql.queries
mysql.queries_type
......
Thing is I don’t need so many Metrics ,can I disable some of them?
Or is there an easy way to delete the spefic chats in the panel?
like:
Thanks!
ilyam8
November 17, 2024, 3:10pm
2
Hi, @BoiledHairDryer . No, it is not possible to disable/remove specific metrics.
Thanks for your quick answer.
Sorry I have another question, sometimes I’m unable to disable a Module?
Ex: I can disable a module mysql by sudo ./edit-config go.d.conf
However,when I try to diable Plugin: apps.plugin Module: groups I tried sudo ./edit-config apps.d.conf
,unlike go.d.conf,this one is an empty file and I have no idea of how to do so
ilyam8
November 18, 2024, 6:15pm
4
What is “Module: groups”? What are you trying to disable?
ilyam8
November 19, 2024, 7:04pm
6
I see that the doc doesn’t say how to disable it. To do it:
go to netdata.conf
search for [plugin:apps]
set command options = no-users
and save the changes
restart netdata service
e.g.
[plugin:apps]
# update every = 1s
command options = no-users
Cool,thanks for that.
Still have one small question: using
command options = no-users
is disabling User Groups and User in my guess,is there a way to only disable User Groups but not User
ilyam8
November 20, 2024, 8:32am
8
is there a way to only disable User Groups
It is…
command options = no-groups