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
0.2.0
1.31
linux
1 - install k8sgpt operator 2 - install kube-prometheus-stack 3 - identify grafana is not exposing k8sgpt_number_of_results_by_type
expect k8sgpt_number_of_results_by_type to be exposed by metric by k8sgpt opeator
k8sgpt_number_of_results_by_type should be exposed by k8sgpt opeator based on the code
k8sgpt-operator/controllers/k8sgpt_controller.go
Line 111 in 6dba661
However it is not exposed
From grafana dashbord, you can see the k8sgpt_number_of_results_by_type metric is missing
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Affected Components
K8sGPT Version
0.2.0
Kubernetes Version
1.31
Host OS and its Version
linux
Steps to reproduce
1 - install k8sgpt operator
2 - install kube-prometheus-stack
3 - identify grafana is not exposing k8sgpt_number_of_results_by_type
Expected behaviour
expect k8sgpt_number_of_results_by_type to be exposed by metric by k8sgpt opeator
Actual behaviour
k8sgpt_number_of_results_by_type should be exposed by k8sgpt opeator based on the code
k8sgpt-operator/controllers/k8sgpt_controller.go
Line 111 in 6dba661
However it is not exposed
From grafana dashbord, you can see the k8sgpt_number_of_results_by_type metric is missing
Additional Information
No response
The text was updated successfully, but these errors were encountered: