-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ServiceMonitor for device-LocalPV and fixes localpv workload dashboard #52
Add ServiceMonitor for device-LocalPV and fixes localpv workload dashboard #52
Conversation
…xporter Signed-off-by: Sahil Raja <sahilraja242@gmail.com>
Signed-off-by: Sahil Raja <sahilraja242@gmail.com> Dashboard refresh fix Signed-off-by: Sahil Raja <sahilraja242@gmail.com>
56b532c
to
0a8feb3
Compare
@@ -141,6 +141,11 @@ helm install openebs-monitoring openebs-monitoring/monitoring --namespace openeb | |||
| `serviceMonitors.lvm-LocalPV.endpoints.path` | HTTP path to scrape for metrics from lvm localPV node | `"/metrics"` | | |||
| `serviceMonitors.lvm-LocalPV.selector` | Selector to select endpoints objects | `{matchLabels: {name: openebs-lvm-node}}` | | |||
| `serviceMonitors.lvm-LocalPV.namespaceSelector` | Selector to select which namespaces the endpoints objects are discovered from | `[any: true]` | | |||
| `serviceMonitors.device-LocalPV.enabled` | Enables monitoring of device localPV | `true` | | |||
| `serviceMonitors.device-LocalPV.endpoints.ports` | Name of the service port device localPV node endpoint refers to | `"metrics"` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not the number?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, seems we have used the same standard for other cas types as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
What this PR does?
/dev/sdb1 /dev/sdb2 ...
) metricsFixes:
Issue:
Fix:
/mount
were getting selected.