Skip to content

Commit

Permalink
Change total item per DB panel unit to short (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoard authored and oliver006 committed Oct 14, 2024
1 parent 1928b50 commit 267a715
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
omitBodyDuringUpdate: true


docker-push-scratch-image-docker:
build-and-push-docker-images:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -100,6 +100,6 @@ jobs:
target: alpine
platforms: linux/amd64,linux/arm,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }},alpine
tags: oliver006/redis_exporter:${{ github.ref_name }}-alpine,ghcr.io/oliver006/redis_exporter:${{ github.ref_name }}-alpine,quay.io/oliver006/redis_exporter:${{ github.ref_name }}-alpine,oliver006/redis_exporter:alpine,ghcr.io/oliver006/redis_exporter:alpine,quay.io/oliver006/redis_exporter:alpine
labels: ${{ steps.meta.outputs.labels }}
build-args: "TAG=${{ github.ref_name }},SHA1=${{ github.sha }}"
2 changes: 1 addition & 1 deletion contrib/grafana_prometheus_redis_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@
}
]
},
"unit": "none",
"unit": "short",
"unitScale": true
},
"overrides": [
Expand Down

0 comments on commit 267a715

Please sign in to comment.