@cryptotaxi247 / netdata-1 / commits / 6f4a19b09

Mention serial numbers in chart names in the plugins.d API documentation (#12733)

Vladimir Kobal committed Apr 25, 2022 at 09:46 UTC 6f4a19b09b578550054ef629ad878b9c689eae7b
1 file changed +4 -1
collectors/plugins.d/README.md
+4 -1
@@ -187,7 +187,10 @@ the template is:
187
188 - `name`
189
190 - is the name that will be presented to the user instead of `id` in `type.id`. This means that only the `id` part of `type.id` is changed. When a name has been given, the chart is index (and can be referred) as both `type.id` and `type.name`. You can set name to `''`, or `null`, or `(null)` to disable it.
190 + is the name that will be presented to the user instead of `id` in `type.id`. This means that only the `id` part of
191 + `type.id` is changed. When a name has been given, the chart is indexed (and can be referred) as both `type.id` and
192 + `type.name`. You can set name to `''`, or `null`, or `(null)` to disable it. If a chart with the same name already
193 + exists, a serial number is automatically attached to the name to avoid naming collisions.
194
195 - `title`
196