-
Notifications
You must be signed in to change notification settings - Fork 0
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 script to update loki dashboards #494
Conversation
helm/dashboards/charts/private_dashboards_al/dashboards/shared/private/loki-writes.json
Outdated
Show resolved
Hide resolved
helm/dashboards/charts/private_dashboards_al/dashboards/shared/private/loki-deletion.json
Outdated
Show resolved
Hide resolved
loki/update.sh
Outdated
|
||
set -e | ||
|
||
TAG="helm-loki-5.47.2" |
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.
Would there be a way to have this configurable ? Something like TAG="helm-loki-$version"
so that we can alwys use the latest veresion
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.
That's my idea eventually but I'm no bash expert so I'm waiting for help
I gave up on this one when I imported the dashboards, because there was simply too much to change. |
From what i see yes, also, I'm removing the cluster label in favor of the cluster_id one |
8990c57
to
04ccff3
Compare
@@ -580,7 +582,7 @@ | |||
"steppedLine": false, | |||
"targets": [ | |||
{ | |||
"expr": "increase(kube_pod_container_status_last_terminated_reason{cluster_id=\"$cluster_id\", namespace=\"$namespace\", pod=~\"$deployment.*\", pod=~\"$pod\", container=~\"$container\"}[30m]) > 0", | |||
"expr": "increase(kube_pod_container_status_last_terminated_reason{cluster=\"$cluster\", namespace=\"$namespace\", pod=~\"$deployment.*\", pod=~\"$pod\", container=~\"$container\"}[30m]) > 0", |
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.
grafana/loki#12570 upstream fix
b6d8e13
to
97cdf30
Compare
97cdf30
to
35febac
Compare
6c14e17
to
42f7a2d
Compare
42f7a2d
to
2d7890e
Compare
282034e
to
7052a07
Compare
What happened to this PR ? I believe it would be good to have it merged. |
I'm waiting for a lot of upstreams PRs to be fixed first :( |
Could you please link the PR we are waiting on so that we know when we can move ahead with this. |
I linked the issue and not the PR because we are waiting for a bunch of them |
Signed-off-by: QuentinBisson <[email protected]>
Signed-off-by: QuentinBisson <[email protected]>
Signed-off-by: QuentinBisson <[email protected]>
7052a07
to
d60a043
Compare
7510771
to
fa77a44
Compare
cf55608
to
cc4359e
Compare
It is now deployed on grizzly and it works fine :) |
It covers all ongoign issues so I would love some eyes here @giantswarm/team-atlas |
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
Finally, damn |
Towards https://github.com/giantswarm/giantswarm/issues/30309
This PR
Checklist