# Remove Standard/ Local Metrics

**URL:** https://community.netdata.cloud/t/remove-standard-local-metrics/1691
**Category:** General
**Created:** [September 7, 2021, 11:28am UTC](https://community.netdata.cloud/t/remove-standard-local-metrics/1691 "2021-09-07T11:28:37Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![NLIJKI](https://yyz1.discourse-cdn.com/flex029/user_avatar/community.netdata.cloud/nlijki/32/1124_2.png) [@NLIJKI](https://community.netdata.cloud/u/NLIJKI)
#### Post date: [September 7, 2021, 11:28am UTC](https://community.netdata.cloud/t/remove-standard-local-metrics/1691/1 "2021-09-07T11:28:37Z")

</div>

Hey There,

I want to remove all Standard Metrics and Graphs since i just want to use it to Monitor External Applications using go d. is there any way to do that easily?

Thx for your Time 🙂

---

<div class="post-metadata">

### Author: ![vlvkobal](https://yyz1.discourse-cdn.com/flex029/user_avatar/community.netdata.cloud/vlvkobal/32/219_2.png) [@vlvkobal](https://community.netdata.cloud/u/vlvkobal)
#### Post date: [September 7, 2021, 12:45pm UTC](https://community.netdata.cloud/t/remove-standard-local-metrics/1691/2 "2021-09-07T12:45:22Z")

</div>

You can disable plugins in the `plugins` section of `netdata.conf`

```auto
[plugins]
	proc = no
	diskspace = no

```

etc.
