summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/ceph/metadata.yaml
blob: eabf6b26d5fa3cf078fb8cc561e7998f3633710c (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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
meta:
  plugin_name: python.d.plugin
  module_name: ceph
  monitored_instance:
    name: Ceph
    link: ''
    categories:
    - data-collection.storage-mount-points-and-filesystems
    icon_filename: 'ceph.png'
  related_resources:
    integrations:
      list: []
  info_provided_to_referring_integrations:
    description: ''
  keywords: []
  most_popular: false
overview:
  data_collection:
    metrics_description: 'Monitor Ceph metrics for efficient distributed storage system performance. Keep tabs on cluster health, data redundancy, and latency to ensure reliable storage operations.'
    method_description: ''
  supported_platforms:
    include: []
    exclude: []
  multi-instance: true
  additional_permissions:
    description: ''
  default_behavior:
    auto_detection:
      description: ''
    limits:
      description: ''
    performance_impact:
      description: ''
setup:
  prerequisites:
    list: []
  configuration:
    file:
      name: ''
      description: ''
    options:
      description: ''
      folding:
        title: ''
        enabled: true
      list: []
    examples:
      folding:
        enabled: true
        title: ''
      list: []
troubleshooting:
  problems:
    list: []
alerts:
- name: ceph_cluster_space_usage
  link: https://github.com/netdata/netdata/blob/master/health/health.d/ceph.conf
  metric: ceph.general_usage
  info: cluster disk space utilization
metrics:
  folding:
    title: Metrics
    enabled: false
  description: ""
  availability: []
  scopes:
  - name: global
    description: ""
    labels: []
    metrics:
    - name: ceph.general_usage
      description: Ceph General Space
      unit: "KiB"
      chart_type: stacked
      dimensions:
      - name: avail
      - name: used
    - name: ceph.general_objects
      description: Ceph General Objects
      unit: "objects"
      chart_type: area
      dimensions:
      - name: cluster
    - name: ceph.general_bytes
      description: Ceph General Read/Write Data/s
      unit: "KiB/s"
      chart_type: area
      dimensions:
      - name: read
      - name: write
    - name: ceph.general_operations
      description: Ceph General Read/Write Operations/s
      unit: "operations"
      chart_type: area
      dimensions:
      - name: read
      - name: write
    - name: ceph.general_latency
      description: Ceph General Apply/Commit latency
      unit: "milliseconds"
      chart_type: area
      dimensions:
      - name: apply
      - name: commit
    - name: ceph.pool_usage
      description: Ceph Pools
      unit: "KiB"
      chart_type: line
      dimensions:
      - name: a dimension per Ceph Pool
    - name: ceph.pool_objects
      description: Ceph Pools
      unit: "objects"
      chart_type: line
      dimensions:
      - name: a dimension per Ceph Pool
    - name: ceph.pool_read_bytes
      description: Ceph Read Pool Data/s
      unit: "KiB/s"
      chart_type: area
      dimensions:
      - name: a dimension per Ceph Pool
    - name: ceph.pool_write_bytes
      description: Ceph Write Pool Data/s
      unit: "KiB/s"
      chart_type: area
      dimensions:
      - name: a dimension per Ceph Pool
    - name: ceph.pool_read_operations
      description: Ceph Read Pool Operations/s
      unit: "operations"
      chart_type: area
      dimensions:
      - name: a dimension per Ceph Pool
    - name: ceph.pool_write_operations
      description: Ceph Write Pool Operations/s
      unit: "operations"
      chart_type: area
      dimensions:
      - name: a dimension per Ceph Pool
    - name: ceph.osd_usage
      description: Ceph OSDs
      unit: "KiB"
      chart_type: line
      dimensions:
      - name: a dimension per Ceph OSD
    - name: ceph.osd_size
      description: Ceph OSDs size
      unit: "KiB"
      chart_type: line
      dimensions:
      - name: a dimension per Ceph OSD
    - name: ceph.apply_latency
      description: Ceph OSDs apply latency
      unit: "milliseconds"
      chart_type: line
      dimensions:
      - name: a dimension per Ceph OSD
    - name: ceph.commit_latency
      description: Ceph OSDs commit latency
      unit: "milliseconds"
      chart_type: line
      dimensions:
      - name: a dimension per Ceph OSD