Skip to content
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

Error handling while running the Gluster commands #39

Merged
merged 2 commits into from
May 31, 2024
Merged

Conversation

aravindavk
Copy link
Member

A new metric is added to capture the metrics collection errors glusterfs_error_count with label "name" to identify the failed metrics collector. Example:

glusterfs_error_count{name="list_volumes"} 1.0
glusterfs_error_count{name="list_peers"} 1.0

On error, volume and peer metrics will not be collected. Once Glusterd comes back online or after the issue is fixed, then these metrics will start appearing.

DW_FORM_data16 exception is fixed with the latest version of the Crystal
(Ref: crystal-lang/crystal#12744)

Fixes: #38

A new metric is added to capture the metrics collection errors
`glusterfs_error_count` with label "name" to identify the failed
metrics collector. Example:

```prometheus
glusterfs_error_count{name="list_volumes"} 1.0
glusterfs_error_count{name="list_peers"} 1.0
```

On error, volume and peer metrics will not be collected. Once
Glusterd comes back online or after the issue is fixed, then these
metrics will start appearing.

DW_FORM_data16 exception is fixed with the latest version
of the Crystal
(Ref: crystal-lang/crystal#12744)

Fixes: #38
Signed-off-by: Aravinda Vishwanathapura <[email protected]>
@aravindavk aravindavk force-pushed the build_issues branch 2 times, most recently from 6bd2345 to caac21e Compare May 31, 2024 13:40
Signed-off-by: Aravinda Vishwanathapura <[email protected]>
@aravindavk aravindavk merged commit c10aa07 into main May 31, 2024
1 of 2 checks passed
@aravindavk aravindavk deleted the build_issues branch May 31, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unknown DW_FORM_data16 (Exception)
1 participant