@cryptotaxi247 / netdata-1 / commits / 7b094b53d

comment out anomalies metadata and add note (#15573)

* comment out anomalies metadata and add note

Andrew Maguire committed Jul 28, 2023 at 11:59 UTC 7b094b53d9f5f17560450a70f717b463d0a4e670
1 file changed +87 -85
collectors/python.d.plugin/anomalies/metadata.yaml
+87 -85
@@ -1,85 +1,87 @@
1 -meta:
2 - plugin_name: python.d.plugin
3 - module_name: anomalies
4 - monitored_instance:
5 - name: python.d anomalies
6 - link: ''
7 - categories: []
8 - icon_filename: ''
9 - related_resources:
10 - integrations:
11 - list: []
12 - info_provided_to_referring_integrations:
13 - description: ''
14 - keywords: []
15 - most_popular: false
16 -overview:
17 - data_collection:
18 - metrics_description: ''
19 - method_description: ''
20 - supported_platforms:
21 - include: []
22 - exclude: []
23 - multi_instance: true
24 - additional_permissions:
25 - description: ''
26 - default_behavior:
27 - auto_detection:
28 - description: ''
29 - limits:
30 - description: ''
31 - performance_impact:
32 - description: ''
33 -setup:
34 - prerequisites:
35 - list: []
36 - configuration:
37 - file:
38 - name: ''
39 - description: ''
40 - options:
41 - description: ''
42 - folding:
43 - title: ''
44 - enabled: true
45 - list: []
46 - examples:
47 - folding:
48 - enabled: true
49 - title: ''
50 - list: []
51 -troubleshooting:
52 - problems:
53 - list: []
54 -alerts:
55 -- name: anomalies_anomaly_probabilities
56 - link: https://github.com/netdata/netdata/blob/master/health/health.d/anomalies.conf
57 - metric: anomalies.probability
58 - info: average anomaly probability over the last 2 minutes
59 -- name: anomalies_anomaly_flags
60 - link: https://github.com/netdata/netdata/blob/master/health/health.d/anomalies.conf
61 - metric: anomalies.anomaly
62 - info: number of anomalies in the last 2 minutes
63 -metrics:
64 - folding:
65 - title: Metrics
66 - enabled: false
67 - description: ""
68 - availability: []
69 - scopes:
70 - - name: global
71 - description: ""
72 - labels: []
73 - metrics:
74 - - name: anomalies.probability
75 - description: Anomaly Probability
76 - unit: "probability"
77 - chart_type: line
78 - dimensions:
79 - - name: a dimension per probability
80 - - name: anomalies.anomaly
81 - description: Anomaly
82 - unit: "count"
83 - chart_type: stacked
84 - dimensions:
85 - - name: a dimension per anomaly
1 +# NOTE: this file is commented out as users are reccomended to use the
2 +# native anomaly detection capabilities on the agent instead.
3 +# meta:
4 +# plugin_name: python.d.plugin
5 +# module_name: anomalies
6 +# monitored_instance:
7 +# name: python.d anomalies
8 +# link: ""
9 +# categories: []
10 +# icon_filename: ""
11 +# related_resources:
12 +# integrations:
13 +# list: []
14 +# info_provided_to_referring_integrations:
15 +# description: ""
16 +# keywords: []
17 +# most_popular: false
18 +# overview:
19 +# data_collection:
20 +# metrics_description: ""
21 +# method_description: ""
22 +# supported_platforms:
23 +# include: []
24 +# exclude: []
25 +# multi_instance: true
26 +# additional_permissions:
27 +# description: ""
28 +# default_behavior:
29 +# auto_detection:
30 +# description: ""
31 +# limits:
32 +# description: ""
33 +# performance_impact:
34 +# description: ""
35 +# setup:
36 +# prerequisites:
37 +# list: []
38 +# configuration:
39 +# file:
40 +# name: ""
41 +# description: ""
42 +# options:
43 +# description: ""
44 +# folding:
45 +# title: ""
46 +# enabled: true
47 +# list: []
48 +# examples:
49 +# folding:
50 +# enabled: true
51 +# title: ""
52 +# list: []
53 +# troubleshooting:
54 +# problems:
55 +# list: []
56 +# alerts:
57 +# - name: anomalies_anomaly_probabilities
58 +# link: https://github.com/netdata/netdata/blob/master/health/health.d/anomalies.conf
59 +# metric: anomalies.probability
60 +# info: average anomaly probability over the last 2 minutes
61 +# - name: anomalies_anomaly_flags
62 +# link: https://github.com/netdata/netdata/blob/master/health/health.d/anomalies.conf
63 +# metric: anomalies.anomaly
64 +# info: number of anomalies in the last 2 minutes
65 +# metrics:
66 +# folding:
67 +# title: Metrics
68 +# enabled: false
69 +# description: ""
70 +# availability: []
71 +# scopes:
72 +# - name: global
73 +# description: ""
74 +# labels: []
75 +# metrics:
76 +# - name: anomalies.probability
77 +# description: Anomaly Probability
78 +# unit: "probability"
79 +# chart_type: line
80 +# dimensions:
81 +# - name: a dimension per probability
82 +# - name: anomalies.anomaly
83 +# description: Anomaly
84 +# unit: "count"
85 +# chart_type: stacked
86 +# dimensions:
87 +# - name: a dimension per anomaly