mirror of
https://github.com/lalanza808/xmr.sh.git
synced 2025-05-12 08:12:11 -04:00
fix quantiles
This commit is contained in:
parent
9e364559b7
commit
4573e58e83
4 changed files with 11 additions and 55 deletions
|
@ -86,7 +86,7 @@
|
|||
{
|
||||
"exemplar": true,
|
||||
"expr": "monero_info_mainnet",
|
||||
"instant": true,
|
||||
"instant": false,
|
||||
"interval": "",
|
||||
"legendFormat": "mainnet",
|
||||
"refId": "A"
|
||||
|
@ -5363,25 +5363,7 @@
|
|||
"list": [
|
||||
{
|
||||
"allValue": null,
|
||||
"current": {
|
||||
"selected": true,
|
||||
"text": [
|
||||
"0.05",
|
||||
"0.25",
|
||||
"0.5",
|
||||
"0.75",
|
||||
"0.95",
|
||||
"1"
|
||||
],
|
||||
"value": [
|
||||
"0.05",
|
||||
"0.25",
|
||||
"0.5",
|
||||
"0.75",
|
||||
"0.95",
|
||||
"1"
|
||||
]
|
||||
},
|
||||
"current": {},
|
||||
"datasource": null,
|
||||
"definition": "label_values(monero_lastblock_transactions_inputs,quantile)",
|
||||
"description": "quantile to filter for in the panels that use distributions",
|
||||
|
|
|
@ -14,7 +14,7 @@ org_role = Admin
|
|||
|
||||
[dashboards]
|
||||
min_refresh_interval = 1m
|
||||
default_home_dashboard_path = dashboards/monero.json
|
||||
default_home_dashboard_path = /var/lib/grafana/dashboards/monero.json
|
||||
|
||||
[paths]
|
||||
provisioning = /etc/grafana/provisioning
|
||||
|
@ -25,6 +25,9 @@ root_url = https://127.0.0.1/grafana
|
|||
enable_gzip = true
|
||||
read_timeout = 2m
|
||||
|
||||
|
||||
[snapshots]
|
||||
external_enabled = false
|
||||
|
||||
[security]
|
||||
admin_user = admin
|
||||
admin_password = xmrsh-admin
|
Loading…
Add table
Add a link
Reference in a new issue