| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796 |
- {
- "title": "Graph styles",
- "services": {
- "filter": {
- "list": [],
- "time": {
- "from": "now-15m",
- "to": "now"
- }
- }
- },
- "rows": [
- {
- "title": "Simple graph",
- "height": "250px",
- "editable": true,
- "collapse": false,
- "collapsable": true,
- "panels": [
- {
- "span": 6,
- "editable": true,
- "type": "graphite",
- "x-axis": true,
- "y-axis": true,
- "scale": 1,
- "y_formats": [
- "short",
- "short"
- ],
- "grid": {
- "max": null,
- "min": 0,
- "threshold1": null,
- "threshold2": null,
- "threshold1Color": "rgba(216, 200, 27, 0.27)",
- "threshold2Color": "rgba(234, 112, 112, 0.22)"
- },
- "resolution": 100,
- "lines": true,
- "fill": 0,
- "linewidth": 1,
- "points": false,
- "pointradius": 5,
- "bars": false,
- "stack": false,
- "spyable": true,
- "options": false,
- "legend": {
- "show": true,
- "values": true,
- "min": false,
- "max": false,
- "current": false,
- "total": false,
- "avg": false
- },
- "interactive": true,
- "legend_counts": true,
- "timezone": "browser",
- "percentage": false,
- "zerofill": true,
- "nullPointMode": "connected",
- "steppedLine": false,
- "tooltip": {
- "value_type": "cumulative",
- "query_as_alias": true
- },
- "targets": [
- {
- "target": "aliasByNode(scaleToSeconds(apps.backend.*.counters.requests.count,1),2)"
- }
- ],
- "aliasColors": {
- "web_server_04": "#E24D42",
- "web_server_03": "#508642",
- "web_server_02": "#EAB839",
- "web_server_01": "#EF843C"
- },
- "aliasYAxis": {},
- "title": "Simple graph",
- "datasource": null,
- "renderer": "flot",
- "annotate": {
- "enable": false
- }
- },
- {
- "error": false,
- "span": 6,
- "editable": true,
- "type": "text",
- "loadingEditor": false,
- "mode": "markdown",
- "content": "#### Simple graph\n- Click on the title and select edit to open edit mode\n- The display styles tab allows you change line width, fill, stacking, and more\n- You can change a series color by clicking the colored line in the legend ",
- "style": {},
- "title": "Description"
- }
- ],
- "notice": false
- },
- {
- "title": "Stacked Graph",
- "height": "250px",
- "editable": true,
- "collapse": false,
- "collapsable": true,
- "panels": [
- {
- "span": 6,
- "editable": true,
- "type": "graphite",
- "x-axis": true,
- "y-axis": true,
- "scale": 1,
- "y_formats": [
- "short",
- "short"
- ],
- "grid": {
- "max": null,
- "min": 0,
- "threshold1": null,
- "threshold2": null,
- "threshold1Color": "rgba(216, 200, 27, 0.27)",
- "threshold2Color": "rgba(234, 112, 112, 0.22)"
- },
- "resolution": 100,
- "lines": true,
- "fill": 2,
- "linewidth": 2,
- "points": false,
- "pointradius": 5,
- "bars": false,
- "stack": true,
- "spyable": true,
- "options": false,
- "legend": {
- "show": true,
- "values": true,
- "min": false,
- "max": false,
- "current": false,
- "total": false,
- "avg": true
- },
- "interactive": true,
- "legend_counts": true,
- "timezone": "browser",
- "percentage": false,
- "zerofill": true,
- "nullPointMode": "connected",
- "steppedLine": false,
- "tooltip": {
- "value_type": "cumulative",
- "query_as_alias": true
- },
- "targets": [
- {
- "target": "aliasByNode(scaleToSeconds(apps.fakesite.*.counters.requests.count,1),2)"
- }
- ],
- "aliasColors": {
- "web_server_04": "#E24D42",
- "web_server_03": "#EF843C",
- "web_server_02": "#EAB839",
- "web_server_01": "#F2C96D"
- },
- "aliasYAxis": {},
- "title": "Stacked lines",
- "datasource": null,
- "renderer": "flot",
- "annotate": {
- "enable": false
- }
- },
- {
- "error": false,
- "span": 6,
- "editable": true,
- "type": "text",
- "loadingEditor": false,
- "mode": "markdown",
- "content": "#### Stacked graph\n- This graph shows stacked series, with area fill and 2px line width\n- We have also added legend values. These can be enabled in the Grid & Axes tab in edit mode. \n- Legend values can be Min, Max, Total, Current and Average",
- "style": {},
- "title": "Description"
- }
- ],
- "notice": false
- },
- {
- "title": "Staircase line",
- "height": "250px",
- "editable": true,
- "collapse": false,
- "collapsable": true,
- "panels": [
- {
- "span": 6,
- "editable": true,
- "type": "graphite",
- "x-axis": true,
- "y-axis": true,
- "scale": 1,
- "y_formats": [
- "ms",
- "short"
- ],
- "grid": {
- "max": null,
- "min": 0,
- "threshold1": null,
- "threshold2": null,
- "threshold1Color": "rgba(216, 200, 27, 0.27)",
- "threshold2Color": "rgba(234, 112, 112, 0.22)"
- },
- "resolution": 100,
- "lines": true,
- "fill": 1,
- "linewidth": 2,
- "points": false,
- "pointradius": 5,
- "bars": false,
- "stack": true,
- "spyable": true,
- "options": false,
- "legend": {
- "show": true,
- "values": true,
- "min": false,
- "max": false,
- "current": false,
- "total": false,
- "avg": true
- },
- "interactive": true,
- "legend_counts": true,
- "timezone": "browser",
- "percentage": false,
- "zerofill": true,
- "nullPointMode": "connected",
- "steppedLine": true,
- "tooltip": {
- "value_type": "cumulative",
- "query_as_alias": true
- },
- "targets": [
- {
- "target": "aliasByNode(statsd.fakesite.timers.ads_timer.upper_90,4)"
- },
- {
- "target": "aliasByNode(statsd.fakesite.timers.ads_timer.upper_90,4)"
- }
- ],
- "aliasColors": {
- "upper_75": "#EAB839",
- "upper_50": "#7EB26D",
- "upper_25": "#BA43A9"
- },
- "aliasYAxis": {},
- "title": "Staircase line",
- "datasource": null,
- "renderer": "flot",
- "annotate": {
- "enable": false
- }
- },
- {
- "error": false,
- "span": 6,
- "editable": true,
- "type": "text",
- "loadingEditor": false,
- "mode": "markdown",
- "content": "#### Staircase & Y-Axis format\n- In display styles tab you can switch to staircase line \n- In Axes & Grid tab you can change to different Y units & formats.\n",
- "style": {},
- "title": "Description"
- }
- ],
- "notice": false
- },
- {
- "title": "Right Y-Axis",
- "height": "300px",
- "editable": true,
- "collapse": false,
- "collapsable": true,
- "panels": [
- {
- "span": 6,
- "editable": true,
- "type": "graphite",
- "x-axis": true,
- "y-axis": true,
- "scale": 1,
- "y_formats": [
- "bytes",
- "none"
- ],
- "grid": {
- "max": null,
- "min": 0,
- "threshold1": null,
- "threshold2": null,
- "threshold1Color": "rgba(216, 200, 27, 0.27)",
- "threshold2Color": "rgba(234, 112, 112, 0.22)"
- },
- "resolution": 100,
- "lines": true,
- "fill": 0,
- "linewidth": 2,
- "points": false,
- "pointradius": 5,
- "bars": false,
- "stack": false,
- "spyable": true,
- "options": false,
- "legend": {
- "show": true,
- "values": true,
- "min": true,
- "max": false,
- "current": true,
- "total": false,
- "avg": false
- },
- "interactive": true,
- "legend_counts": true,
- "timezone": "browser",
- "percentage": false,
- "zerofill": true,
- "nullPointMode": "connected",
- "steppedLine": false,
- "tooltip": {
- "value_type": "cumulative",
- "query_as_alias": true
- },
- "targets": [
- {
- "target": "alias(scale(scaleToSeconds(apps.fakesite.web_server_01.counters.requests.count,1),1000000),'memory')"
- },
- {
- "target": "alias(scaleToSeconds(apps.fakesite.web_server_02.counters.requests.count,1),'cpu')"
- }
- ],
- "aliasColors": {
- "cpu": "#E24D42"
- },
- "aliasYAxis": {
- "cpu": 2
- },
- "title": "Memory / CPU",
- "datasource": null,
- "renderer": "flot",
- "annotate": {
- "enable": false
- }
- },
- {
- "error": false,
- "span": 6,
- "editable": true,
- "type": "text",
- "loadingEditor": false,
- "mode": "markdown",
- "content": "#### Second Y-Axis\n- Click on the series legend color line to open the color selector\n- In the series color selector popup you can also move the series to the Right-Y axis\n- Multiple Y-Axis are great for showing to related series that have different magnitudes ",
- "style": {},
- "title": "Description"
- }
- ],
- "notice": false
- },
- {
- "title": "test",
- "height": "250px",
- "editable": true,
- "collapse": false,
- "collapsable": true,
- "panels": [
- {
- "span": 6,
- "editable": true,
- "type": "graphite",
- "x-axis": true,
- "y-axis": true,
- "scale": 1,
- "y_formats": [
- "none",
- "short"
- ],
- "grid": {
- "max": null,
- "min": 0,
- "threshold1": null,
- "threshold2": null,
- "threshold1Color": "rgba(216, 200, 27, 0.27)",
- "threshold2Color": "rgba(234, 112, 112, 0.22)"
- },
- "resolution": 100,
- "lines": true,
- "fill": 1,
- "linewidth": 2,
- "points": false,
- "pointradius": 5,
- "bars": false,
- "stack": false,
- "spyable": true,
- "options": false,
- "legend": {
- "show": true,
- "values": true,
- "min": false,
- "max": false,
- "current": false,
- "total": false,
- "avg": true
- },
- "interactive": true,
- "legend_counts": true,
- "timezone": "browser",
- "percentage": false,
- "zerofill": true,
- "nullPointMode": "null",
- "steppedLine": false,
- "tooltip": {
- "value_type": "cumulative",
- "query_as_alias": true
- },
- "targets": [
- {
- "target": "aliasByNode(apps.fakesite.web_server_01.counters.request_status.code_404.count,4)"
- }
- ],
- "aliasColors": {
- "upper_75": "#EAB839",
- "upper_50": "#7EB26D",
- "upper_25": "#BA43A9"
- },
- "aliasYAxis": {},
- "title": "Null point mode",
- "datasource": null,
- "renderer": "flot",
- "annotate": {
- "enable": false
- }
- },
- {
- "error": false,
- "span": 6,
- "editable": true,
- "type": "text",
- "loadingEditor": false,
- "mode": "markdown",
- "content": "#### Null point mode\n- This option under Display styles tab controls how null values are handled\n- The graph to left shows how the default \"null\" looks. \n- __null__ null values are left null and this leaves empty spaces in the graph\n- __null as zero__ null values are drawn as zero values\n- __connected__ null values are ignored and the line jumps directly to the next value.",
- "style": {},
- "title": "Description"
- }
- ],
- "notice": false
- },
- {
- "title": "Thresholds",
- "height": "250px",
- "editable": true,
- "collapse": false,
- "collapsable": true,
- "panels": [
- {
- "span": 6,
- "editable": true,
- "type": "graphite",
- "x-axis": true,
- "y-axis": true,
- "scale": 1,
- "y_formats": [
- "none",
- "short"
- ],
- "grid": {
- "max": 700,
- "min": 0,
- "threshold1": 400,
- "threshold2": 600,
- "threshold1Color": "rgba(216, 200, 27, 0.27)",
- "threshold2Color": "rgba(234, 112, 112, 0.22)"
- },
- "resolution": 100,
- "lines": true,
- "fill": 0,
- "linewidth": 2,
- "points": false,
- "pointradius": 5,
- "bars": false,
- "stack": false,
- "spyable": true,
- "options": false,
- "legend": {
- "show": true,
- "values": true,
- "min": false,
- "max": false,
- "current": false,
- "total": true,
- "avg": false
- },
- "interactive": true,
- "legend_counts": true,
- "timezone": "browser",
- "percentage": false,
- "zerofill": true,
- "nullPointMode": "connected",
- "steppedLine": false,
- "tooltip": {
- "value_type": "cumulative",
- "query_as_alias": true
- },
- "targets": [
- {
- "target": "aliasByNode(apps.fakesite.web_server_01.counters.requests.count,4)"
- }
- ],
- "aliasColors": {
- "upper_75": "#EAB839",
- "upper_50": "#7EB26D",
- "upper_25": "#BA43A9",
- "requests": "#6ED0E0"
- },
- "aliasYAxis": {},
- "title": "Thresholds",
- "datasource": null,
- "renderer": "flot",
- "annotate": {
- "enable": false
- }
- },
- {
- "error": false,
- "span": 6,
- "editable": true,
- "type": "text",
- "loadingEditor": false,
- "mode": "markdown",
- "content": "#### Thresholds\n- You can define thresholds in the Grid & Axes tab in edit mode \n- You can define one or two thresholds, color is also changeable. \n- You can have lower bound thresholds as well. ",
- "style": {},
- "title": "Description"
- }
- ],
- "notice": false
- },
- {
- "title": "Bars",
- "height": "250px",
- "editable": true,
- "collapse": false,
- "collapsable": true,
- "panels": [
- {
- "span": 6,
- "editable": true,
- "type": "graphite",
- "x-axis": true,
- "y-axis": true,
- "scale": 1,
- "y_formats": [
- "ms",
- "short"
- ],
- "grid": {
- "max": null,
- "min": 0,
- "threshold1": null,
- "threshold2": null,
- "threshold1Color": "rgba(216, 200, 27, 0.27)",
- "threshold2Color": "rgba(234, 112, 112, 0.22)"
- },
- "resolution": 100,
- "lines": false,
- "fill": 1,
- "linewidth": 2,
- "points": false,
- "pointradius": 5,
- "bars": true,
- "stack": true,
- "spyable": true,
- "options": false,
- "legend": {
- "show": true,
- "values": true,
- "min": false,
- "max": false,
- "current": false,
- "total": false,
- "avg": true
- },
- "interactive": true,
- "legend_counts": true,
- "timezone": "browser",
- "percentage": false,
- "zerofill": true,
- "nullPointMode": "connected",
- "steppedLine": true,
- "tooltip": {
- "value_type": "cumulative",
- "query_as_alias": true
- },
- "targets": [
- {
- "target": "aliasByNode(statsd.fakesite.timers.ads_timer.*,4)"
- }
- ],
- "aliasColors": {
- "upper_75": "#EAB839",
- "upper_50": "#7EB26D",
- "upper_25": "#BA43A9"
- },
- "aliasYAxis": {},
- "title": "Bars",
- "datasource": null,
- "renderer": "flot",
- "annotate": {
- "enable": false
- }
- },
- {
- "error": false,
- "span": 6,
- "editable": true,
- "type": "text",
- "loadingEditor": false,
- "mode": "markdown",
- "content": "#### Bars\n- In display styles tab you can switch from line to bars\n- The width of the bar is relative to the pixel width between two values\n",
- "style": {},
- "title": "Description"
- }
- ],
- "notice": false
- },
- {
- "title": "Graphite PNG",
- "height": "250px",
- "editable": true,
- "collapse": false,
- "collapsable": true,
- "panels": [
- {
- "span": 6,
- "editable": true,
- "type": "graphite",
- "x-axis": true,
- "y-axis": true,
- "scale": 1,
- "y_formats": [
- "ms",
- "short"
- ],
- "grid": {
- "max": null,
- "min": 0,
- "threshold1": null,
- "threshold2": null,
- "threshold1Color": "rgba(216, 200, 27, 0.27)",
- "threshold2Color": "rgba(234, 112, 112, 0.22)"
- },
- "resolution": 100,
- "lines": false,
- "fill": 1,
- "linewidth": 2,
- "points": false,
- "pointradius": 2,
- "bars": false,
- "stack": true,
- "spyable": true,
- "options": false,
- "legend": {
- "show": true,
- "values": true,
- "min": false,
- "max": false,
- "current": false,
- "total": false,
- "avg": true
- },
- "interactive": true,
- "legend_counts": true,
- "timezone": "browser",
- "percentage": false,
- "zerofill": true,
- "nullPointMode": "connected",
- "steppedLine": false,
- "tooltip": {
- "value_type": "cumulative",
- "query_as_alias": true
- },
- "targets": [
- {
- "target": "aliasByNode(apps.backend.*.counters.requests.count,2)"
- }
- ],
- "aliasColors": {
- "upper_75": "#EAB839",
- "upper_50": "#7EB26D",
- "upper_25": "#BA43A9"
- },
- "aliasYAxis": {},
- "title": "Graphite PNG",
- "datasource": null,
- "renderer": "png",
- "annotate": {
- "enable": false
- }
- },
- {
- "error": false,
- "span": 6,
- "editable": true,
- "type": "text",
- "loadingEditor": false,
- "mode": "markdown",
- "content": "#### Graphite PNG support\n- You can switch from client side rendering to graphite's server side PNG rendering\n- You cannot click and drag to zoom in in this render mode.\n",
- "style": {},
- "title": "Description"
- }
- ],
- "notice": false
- }
- ],
- "editable": true,
- "failover": false,
- "panel_hints": true,
- "style": "dark",
- "pulldowns": [
- {
- "type": "filtering",
- "collapse": false,
- "notice": false,
- "enable": false
- },
- {
- "type": "annotations",
- "enable": false
- }
- ],
- "nav": [
- {
- "type": "timepicker",
- "collapse": false,
- "notice": false,
- "enable": true,
- "status": "Stable",
- "time_options": [
- "5m",
- "15m",
- "1h",
- "6h",
- "12h",
- "24h",
- "2d",
- "7d",
- "30d"
- ],
- "refresh_intervals": [
- "5s",
- "10s",
- "30s",
- "1m",
- "5m",
- "15m",
- "30m",
- "1h",
- "2h",
- "1d"
- ],
- "now": true
- }
- ],
- "loader": {
- "save_gist": false,
- "save_elasticsearch": true,
- "save_local": true,
- "save_default": true,
- "save_temp": true,
- "save_temp_ttl_enable": true,
- "save_temp_ttl": "30d",
- "load_gist": false,
- "load_elasticsearch": true,
- "load_elasticsearch_size": 20,
- "load_local": false,
- "hide": false
- },
- "refresh": false,
- "tags": [
- "showcase",
- "annotations"
- ],
- "timezone": "browser"
- }
|