Skip to content
Merged
Show file tree
Hide file tree
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

Large diffs are not rendered by default.

755 changes: 755 additions & 0 deletions grafana/aave-compound-balances.json

Large diffs are not rendered by default.

1,014 changes: 1,014 additions & 0 deletions grafana/balancer-pools.json

Large diffs are not rendered by default.

2,543 changes: 2,543 additions & 0 deletions grafana/curve-pools.json

Large diffs are not rendered by default.

1,045 changes: 1,045 additions & 0 deletions grafana/exchange-rates.json

Large diffs are not rendered by default.

400 changes: 400 additions & 0 deletions grafana/maverick-pools.json

Large diffs are not rendered by default.

714 changes: 512 additions & 202 deletions grafana/oeth-dashboard.json

Large diffs are not rendered by default.

537 changes: 537 additions & 0 deletions grafana/oeth-liquidity.json

Large diffs are not rendered by default.

2,135 changes: 1,882 additions & 253 deletions grafana/oeth-strategy-earnings.json

Large diffs are not rendered by default.

521 changes: 521 additions & 0 deletions grafana/ogn-distribution.json

Large diffs are not rendered by default.

201 changes: 201 additions & 0 deletions grafana/origin-overview.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,201 @@
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": {
"type": "grafana",
"uid": "-- Grafana --"
},
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
}
]
},
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 38,
"links": [],
"panels": [
{
"datasource": {
"type": "grafana-postgresql-datasource",
"uid": "cdjqw6cqd1gqob"
},
"description": "",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisGridShow": true,
"axisLabel": "",
"axisPlacement": "left",
"fillOpacity": 30,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"lineWidth": 1,
"scaleDistribution": {
"type": "linear"
},
"thresholdsStyle": {
"mode": "off"
}
},
"decimals": 2,
"fieldMinMax": false,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
}
]
},
"unit": "currencyUSD"
},
"overrides": [
{
"matcher": {
"id": "byName",
"options": "oeth"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "blue",
"mode": "fixed"
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "ousd"
},
"properties": [
{
"id": "color",
"value": {
"mode": "fixed"
}
}
]
}
]
},
"gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 0
},
"id": 1,
"options": {
"barRadius": 0,
"barWidth": 0.97,
"fullHighlight": true,
"groupWidth": 0.66,
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"orientation": "vertical",
"showValue": "always",
"stacking": "normal",
"text": {},
"tooltip": {
"maxHeight": 600,
"mode": "multi",
"sort": "desc"
},
"xField": "date",
"xTickLabelRotation": 0,
"xTickLabelSpacing": 100
},
"targets": [
{
"datasource": {
"type": "grafana-postgresql-datasource",
"uid": "cdjqw6cqd1gqob"
},
"editorMode": "code",
"format": "table",
"rawQuery": true,
"rawSql": "SELECT\n oeth_daily_stat.fees_usd / 1e18 as OETH,\n ousd_daily_stat.fees_usd / 1e18 as OUSD,\n oeth_daily_stat.id as date\nFROM\n oeth_daily_stat\nFULL JOIN\n ousd_daily_stat ON oeth_daily_stat.id = ousd_daily_stat.id\n\nWHERE\n $__timeFilter(oeth_daily_stat.id) AND $__timeFilter(ousd_daily_stat.id) \n",
"refId": "A",
"sql": {
"columns": [
{
"parameters": [
{
"name": "fees_usd",
"type": "functionParameter"
}
],
"type": "function"
},
{
"parameters": [
{
"name": "\"timestamp\"",
"type": "functionParameter"
}
],
"type": "function"
}
],
"groupBy": [
{
"property": {
"type": "string"
},
"type": "groupBy"
}
],
"limit": 50
},
"table": "oeth_daily_stat"
}
],
"title": "Origin Revenue",
"transparent": true,
"type": "barchart"
}
],
"refresh": "",
"schemaVersion": 39,
"tags": [],
"templating": {
"list": []
},
"time": {
"from": "now-30d",
"to": "now"
},
"timeRangeUpdatedDuringEditOrView": false,
"timepicker": {},
"timezone": "browser",
"title": "Origin Overview",
"uid": "ddibja6u9hn28e",
"version": 4,
"weekStart": ""
}
Loading