Skip to content

Commit 1d1a866

Browse files
committed
Update Grafana dashboards and workflows for enhanced RPC metrics observability
Highlights: - Refactor Prometheus queries in Grafana dashboards to include `kind="rpc"` for accurate RPC-based metric insights. - Replace static durations (e.g., `5m`) with dynamic rate intervals (`$__rate_interval`) for consistency and better adaptability of panels. - Synchronize titles and labels across dashboards to emphasize RPC context (e.g., "Request Rate" → "RPC Request Rate"). - Ensure metrics such as latencies, error rates, and overheads clearly distinguish RPC-specific data. - Minor cleanup in `.github/workflows/docker-build.yml` to streamline arguments and remove unused lines.
1 parent c48c02d commit 1d1a866

File tree

2 files changed

+67
-68
lines changed

2 files changed

+67
-68
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: golangci/golangci-lint-action@v8
2828
with:
2929
version: v2.1
30-
args: ./app/... ./cmd/... ./pkg/... --tests=false --timeout=5m
30+
args: --timeout=5m
3131

3232
go-fmt-check:
3333
name: Go Format Check (gofmt + goimports)
@@ -63,7 +63,6 @@ jobs:
6363
exit 1
6464
fi
6565
66-
6766
build-and-push:
6867
runs-on: ubuntu-latest
6968
permissions:

0 commit comments

Comments
 (0)