Varken/dashboard/panel_us_only_worldmap.json
2018-11-15 15:22:59 -05:00

99 lines
1.9 KiB
JSON

{
"circleMaxSize": 30,
"circleMinSize": "1",
"colors": [
"#cca300",
"#c15c17",
"#890f02"
],
"datasource": "influxdb",
"decimals": 0,
"esLocationName": "",
"esMetric": "$tag_counter",
"hideEmpty": false,
"hideZero": false,
"id": 41,
"initialZoom": "4",
"links": [],
"locationData": "states",
"mapCenter": "custom",
"mapCenterLatitude": "39.8283",
"mapCenterLongitude": "-98.5795",
"maxDataPoints": 1,
"minSpan": 8,
"showLegend": false,
"stickyLabels": false,
"targets": [
{
"alias": "$tag_region_code",
"dsType": "influxdb",
"groupBy": [
{
"type": "tag",
"params": [
"region_code"
]
}
],
"measurement": "Tautulli",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"type": "field",
"params": [
"session_key"
]
},
{
"type": "distinct",
"params": []
},
{
"type": "count",
"params": []
},
{
"type": "alias",
"params": [
"metric"
]
}
]
],
"tags": [
{
"key": "type",
"operator": "=",
"value": "Session"
}
]
}
],
"thresholds": "5,10",
"timeFrom": "1m",
"title": "",
"type": "grafana-worldmap-panel",
"unitPlural": "",
"unitSingle": "",
"unitSingular": "",
"valueName": "current",
"gridPos": {
"x": 16,
"y": 7,
"w": 8,
"h": 8
},
"mouseWheelZoom": false,
"tableQueryOptions": {
"queryType": "coordinates",
"geohashField": "geohash",
"latitudeField": "latitude",
"longitudeField": "longitude",
"metricField": "metric",
"labelField": "location"
}
}