Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions http/dashboards/http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ icon:
color: '#000000'
name: http
labels: []
name: http
name: http-1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dashboard name should be http instaed of http-1.

scopes:
- defaultValue: ""
labelKey: site
Expand All @@ -30,7 +30,7 @@ widgets:
linkType: dashboard
path: ""
queries:
- query: name,http.status_code,:eq,:max,:cf-max
- query: name,http.status_code,:eq,:max,:cf-max,(,site,),:by
scoped: true
visible: true
seriesStyle:
Expand Down Expand Up @@ -64,7 +64,7 @@ widgets:
linkType: dashboard
path: ""
queries:
- query: name,http.response_size,:eq,:max,:cf-max
- query: name,http.response_size,:eq,:max,:cf-max,(,site,),:by
scoped: true
visible: true
seriesStyle:
Expand Down Expand Up @@ -98,7 +98,7 @@ widgets:
linkType: dashboard
path: ""
queries:
- query: name,http.response_time,:eq,:max,:cf-max
- query: name,http.response_time,:eq,:max,:cf-max,(,site,),:by
scoped: true
visible: true
seriesStyle:
Expand Down