summaryrefslogtreecommitdiffstats
path: root/collectors/COLLECTORS.md
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-12-01 12:28:49 +0200
committerGitHub <noreply@github.com>2022-12-01 12:28:49 +0200
commit76ba49765eb5e9682ba2fb6bc11df1d320a1d63a (patch)
treecb63f55bc5175ecc478379a4b4d4026f15038c76 /collectors/COLLECTORS.md
parentad380b5685e5ae0388d10df0f7a57ca4a5953695 (diff)
remove python.d/springboot (#14075)
Diffstat (limited to 'collectors/COLLECTORS.md')
-rw-r--r--collectors/COLLECTORS.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/collectors/COLLECTORS.md b/collectors/COLLECTORS.md
index 7f66076ff0..184e4f3571 100644
--- a/collectors/COLLECTORS.md
+++ b/collectors/COLLECTORS.md
@@ -84,10 +84,8 @@ configure any of these collectors according to your setup and infrastructure.
- [Go applications](/collectors/python.d.plugin/go_expvar/README.md): Monitor any Go application that exposes its
metrics with the `expvar` package from the Go standard library.
- [Java Spring Boot 2
- applications](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/springboot2/) (Go version):
+ applications](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/springboot2/):
Monitor running Java Spring Boot 2 applications that expose their metrics with the use of the Spring Boot Actuator.
-- [Java Spring Boot 2 applications](/collectors/python.d.plugin/springboot/README.md) (Python version): Monitor
- running Java Spring Boot applications that expose their metrics with the use of the Spring Boot Actuator.
- [statsd](/collectors/statsd.plugin/README.md): Implement a high performance `statsd` server for Netdata.
- [phpDaemon](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/phpdaemon/): Collect worker
statistics (total, active, idle), and uptime for web and network applications.