Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 7669df6

Browse files
authored
Merge pull request #440 from grafana/dashboard-read
Updates the read dashboard
2 parents 1b2f3ce + 11390b5 commit 7669df6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ $(BIN)/gomodifytags: Makefile go.mod
248248

249249
$(BIN)/kind: Makefile go.mod
250250
@mkdir -p $(@D)
251-
GOBIN=$(abspath $(@D)) $(GO) install sigs.k8s.io/kind@v0.14.0
251+
GOBIN=$(abspath $(@D)) $(GO) install sigs.k8s.io/kind@v0.17.0
252252

253253
$(BIN)/tk: Makefile go.mod $(BIN)/jb
254254
@mkdir -p $(@D)

operations/phlare/jsonnet/phlare-mixin/phlare-mixin/dashboards/phlare-reads.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
33
(import 'dashboard-utils.libsonnet') {
44
grafanaDashboards+: {
55
local dashboards = self,
6-
local http_route = '.*pyroscope.*|.*labelvalues.*|.*profiletypes.*|.*selectprofiles.*',
6+
local http_route = '.*merge.*|.*series.*|.*type.*',
77
'phlare-reads.json': {
88
local cfg = self,
99

0 commit comments

Comments
 (0)