summaryrefslogtreecommitdiffstats
path: root/src/collectors/windows.plugin/metdata.yaml
blob: 090a48db5624a60a841ab955735cb5a674d76b37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
plugin_name: windows.plugin
modules:
  - meta:
      plugin_name: proc.plugin
      module_name: PerflibProcesses
      monitored_instance:
        name: System statistics
        link: ""
        categories:
          - data-collection.windows-systems
        icon_filename: "windows.svg"
      related_resources:
        integrations:
          list: [ ]
      info_provided_to_referring_integrations:
        description: ""
      keywords:
        - process counts
        - threads
      most_popular: false
      overview:
        data_collection:
          metrics_description: |
            Perflib provides different statistical methods about Microsoft Windows environment. This collector query for
            Object 'System' to show actual number of processes, threads and context switches.
          method_description: ""
        supported_platforms:
          include: [ "windows" ]
          exclude: [ ]
        multi_instance: false
        additional_permissions:
          description: ""
        default_behavior:
          auto_detection:
            description: |
              The collector auto-detects all metrics. No configuration is needed.
          limits:
            description: ""
          performance_impact:
            description: ""
      setup:
        prerequisites:
          list: [ ]
        configuration:
          file:
            section_name: ""
            name: ""
            description: ""
          options:
            description: ""
            folding:
              title: ""
              enabled: true
            list: [ ]
          examples:
            folding:
              enabled: true
              title: ""
            list: [ ]
      troubleshooting:
        problems:
          list: [ ]
      alerts:
      metrics:
        folding:
          title: Metrics
          enabled: false
        description: ""
        availability: [ ]
        scopes:
          - name: global
            description: ""
            labels: [ ]
            metrics:
              - name: system.processes
                description: System Processes
                unit: "processes"
                chart_type: line
                dimensions:
                  - name: running
              - name: system.threads
                description: System Threads
                unit: "threads"
                chart_type: line
                dimensions:
                  - name: threads
              - name: system.ctxt
                description: CPU Context Switches
                unit: "context switches/s"
                chart_type: line
                dimensions:
                  - name: switches