summaryrefslogtreecommitdiffstats
path: root/src/go/plugin/go.d/pkg/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 17:33:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 17:34:10 +0000
commit83ba6762cc43d9db581b979bb5e3445669e46cc2 (patch)
tree2e69833b43f791ed253a7a20318b767ebe56cdb8 /src/go/plugin/go.d/pkg/README.md
parentReleasing debian version 1.47.5-1. (diff)
downloadnetdata-83ba6762cc43d9db581b979bb5e3445669e46cc2.tar.xz
netdata-83ba6762cc43d9db581b979bb5e3445669e46cc2.zip
Merging upstream version 2.0.3+dfsg (Closes: #923993, #1042533, #1045145).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/go/plugin/go.d/pkg/README.md')
-rw-r--r--src/go/plugin/go.d/pkg/README.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/go/plugin/go.d/pkg/README.md b/src/go/plugin/go.d/pkg/README.md
index 34561395f..e562fab87 100644
--- a/src/go/plugin/go.d/pkg/README.md
+++ b/src/go/plugin/go.d/pkg/README.md
@@ -1,11 +1,3 @@
-<!--
-title: "Helper Packages"
-custom_edit_url: "/src/go/plugin/go.d/pkg/README.md"
-sidebar_label: "Helper Packages"
-learn_status: "Published"
-learn_rel_path: "Developers/External plugins/go.d.plugin/Helper Packages"
--->
-
# Helper Packages
- if you need IP ranges consider to
@@ -13,7 +5,7 @@ learn_rel_path: "Developers/External plugins/go.d.plugin/Helper Packages"
- if you parse an application log files, then [`log`](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/pkg/logs) is
handy.
- if you need filtering
- check [`matcher`](/src/go/plugin/go.d/pkg/matcher).
+ check [`matcher`](/src/go/pkg/matcher).
- if you collect metrics from an HTTP endpoint use [`web`](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/pkg/web).
- if you collect metrics from a prometheus endpoint,
then [`prometheus`](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/pkg/prometheus)