metadata.yaml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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