We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unlike other state metricsets, resource quota does not have an enricher for its metadata:
beats/metricbeat/module/kubernetes/state_resourcequota/state_resourcequota.go
Lines 53 to 58 in ecaf12c
We should add a new variable for it like we do with other state metricsets:
beats/metricbeat/helper/kubernetes/state_metricset.go
Line 91 in d9139c9
This enricher is expected to make use of watchers tracking the resources namespace and resource quota.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unlike other state metricsets, resource quota does not have an enricher for its metadata:
beats/metricbeat/module/kubernetes/state_resourcequota/state_resourcequota.go
Lines 53 to 58 in ecaf12c
We should add a new variable for it like we do with other state metricsets:
beats/metricbeat/helper/kubernetes/state_metricset.go
Line 91 in d9139c9
This enricher is expected to make use of watchers tracking the resources namespace and resource quota.
The text was updated successfully, but these errors were encountered: