-
Notifications
You must be signed in to change notification settings - Fork 39
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
Grafana Dashboard #35
Comments
I was also looking for it and couldn't find it in the repo. |
@djboris9 can you help us with that, please? |
Sorry @liyongxian and @eli-halych I'm currently busy and had missed the issues. Can you please try out this dashboard: https://github.com/djboris9/kubenurse/blob/d6b2d260ce150d69c5e39240dd3d4ea3e0e61232/doc/grafana-kubenurse.json If it works, I will merge it into this repository and probably add it to helm too. |
Thanks@[djboris9] |
@djboris9 apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: {{ include "name" . | quote }}
namespace: {{ .Values.namespace }}
labels:
release: {{ .Values.release }}
k8s-app: {{ include "name" . | quote }}
{{ include "common-labels" . | indent 4 }}
spec:
jobLabel: k8s-app
endpoints:
- port: {{ .Values.service.name }}
interval: 30s
scheme: http
selector:
matchLabels:
app: {{ include "name" . | quote }}
namespaceSelector:
matchNames:
- {{ .Values.namespace }} and add Source: https://programmer.ink/think/cluster-network-monitoring-using-kubenurse.html |
Hi @eli-halych Thanks for the feedback! I just merged the dashboard into the master branch with #40 . I will open a new issue to incorporate and test the Is this ok for you? /cc @liyongxian |
PR #42 implements the |
Doc has no Json of Grafana Dashboard For kubenurse
The text was updated successfully, but these errors were encountered: