Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
lilypad
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
Container Platform
lilypad
Merge requests
!71
add more dashboards metrics for hosts, regions etc
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
add more dashboards metrics for hosts, regions etc
kwadronaut/lilypad:pt-promet
into
main
Overview
0
Commits
1
Pipelines
0
Changes
2
Open
kwadronaut
requested to merge
kwadronaut/lilypad:pt-promet
into
main
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Region, AS, endpoints, API status…
0
0
Merge request reports
Compare
main
main (HEAD)
and
latest version
latest version
657e049e
1 commit,
1 year ago
2 files
+
202
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
config/roles/leap-prometheus/files/grafana/dashboards/avail-gateways.json
0 → 100644
+
109
−
0
Options
{
"type"
:
"barchart"
,
"title"
:
"Total gatway status tests/network success/failure"
,
"gridPos"
:
{
"x"
:
0
,
"y"
:
0
,
"w"
:
12
,
"h"
:
8
},
"id"
:
14
,
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"P49960DE5880E8C68"
},
"refId"
:
"A"
,
"editorMode"
:
"code"
,
"expr"
:
"sum by (status)(oonifetch_gateway_status_per_network{exported_job=
\"
ooni_fetch
\"
}offset 2h)
\n
"
,
"legendFormat"
:
"__auto"
,
"range"
:
true
}
],
"fieldConfig"
:
{
"defaults"
:
{
"custom"
:
{
"lineWidth"
:
1
,
"fillOpacity"
:
40
,
"gradientMode"
:
"none"
,
"axisPlacement"
:
"auto"
,
"axisLabel"
:
""
,
"axisColorMode"
:
"text"
,
"scaleDistribution"
:
{
"type"
:
"linear"
},
"axisCenteredZero"
:
false
,
"hideFrom"
:
{
"tooltip"
:
false
,
"viz"
:
false
,
"legend"
:
false
},
"thresholdsStyle"
:
{
"mode"
:
"off"
}
},
"color"
:
{
"mode"
:
"thresholds"
},
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"absolute"
,
"steps"
:
[
{
"color"
:
"red"
,
"value"
:
null
},
{
"color"
:
"green"
,
"value"
:
80
}
]
}
},
"overrides"
:
[
{
"matcher"
:
{
"id"
:
"byName"
,
"options"
:
"n/a"
},
"properties"
:
[
{
"id"
:
"color"
,
"value"
:
{
"mode"
:
"fixed"
,
"fixedColor"
:
"yellow"
}
}
]
}
]
},
"datasource"
:
{
"uid"
:
"P49960DE5880E8C68"
,
"type"
:
"prometheus"
},
"pluginVersion"
:
"9.4.7"
,
"options"
:
{
"orientation"
:
"auto"
,
"xTickLabelRotation"
:
0
,
"xTickLabelSpacing"
:
100
,
"showValue"
:
"auto"
,
"stacking"
:
"percent"
,
"groupWidth"
:
0.7
,
"barWidth"
:
0.86
,
"barRadius"
:
0
,
"fullHighlight"
:
false
,
"tooltip"
:
{
"mode"
:
"single"
,
"sort"
:
"none"
},
"legend"
:
{
"showLegend"
:
true
,
"displayMode"
:
"list"
,
"placement"
:
"bottom"
,
"calcs"
:
[]
},
"xField"
:
"Time"
}
}
Loading