mirror of
https://github.com/netdata/netdata.git
synced 2025-04-10 16:17:36 +00:00
Regenerate integrations.js (#18932)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
This commit is contained in:
parent
fc3d851b0e
commit
1635f9bb35
4 changed files with 6 additions and 6 deletions
integrations
src/collectors
perf.plugin/integrations
python.d.plugin/go_expvar/integrations
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -111,7 +111,7 @@ cd /etc/netdata # Replace this path with your Netdata config directory, if dif
|
|||
sudo ./edit-config netdata.conf
|
||||
```
|
||||
|
||||
Change the value of the `perf` setting to `yes` in the `[plugins]` section. Save the file and restart the Netdata Agent with `sudo systemctl restart netdata`, or the [appropriate method](https://github.com/netdata/netdata/blob/master/packaging/installer/README.md#maintaining-a-netdata-agent-installation) for your system.
|
||||
Change the value of the `perf` setting to `yes` in the `[plugins]` section. Save the file and restart the Netdata Agent with `sudo systemctl restart netdata`, or the [appropriate method](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/start-stop-restart.md) for your system.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -91,7 +91,7 @@ cd /etc/netdata # Replace this path with your Netdata config directory, if dif
|
|||
sudo ./edit-config python.d.conf
|
||||
```
|
||||
|
||||
Change the value of the `go_expvar` setting to `yes`. Save the file and restart the Netdata Agent with `sudo systemctl restart netdata`, or the [appropriate method](/docs/netdata-agent/start-stop-restart.md) for your system.
|
||||
Change the value of the `go_expvar` setting to `yes`. Save the file and restart the Netdata Agent with `sudo systemctl restart netdata`, or the [appropriate method](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/start-stop-restart.md) for your system.
|
||||
|
||||
|
||||
#### Sample `expvar` usage in a Go application
|
||||
|
|
Loading…
Add table
Reference in a new issue