{
    "title": "${environment}-auradb-${service_name}-timeboard",
    "description": "${environment}-auradb-${service_name}-timeboard",
    "widgets": [
        {
            "id": 6227431018442403,
            "definition": {
                "title": "Resource Utilization",
                "background_color": "blue",
                "show_title": true,
                "type": "group",
                "layout_type": "ordered",
                "widgets": [
                    {
                        "id": 1713393309255387,
                        "definition": {
                            "title": "CPU Utilization",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "auto",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "response_format": "timeseries",
                                    "queries": [
                                        {
                                            "data_source": "metrics",
                                            "name": "query1",
                                            "query": "max:auradb.neo4j_aura_cpu_usage{instance_id:${instance_id}}"
                                        }
                                    ],
                                    "formulas": [
                                        {
                                            "alias": "CPU Cores used",
                                            "style": {
                                                "palette": "classic",
                                                "palette_index": 1
                                            },
                                            "formula": "query1",
                                            "number_format": {
                                                "unit_scale": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "core"
                                                }
                                            }
                                        }
                                    ],
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "line"
                                },
                                {
                                    "response_format": "timeseries",
                                    "queries": [
                                        {
                                            "data_source": "metrics",
                                            "name": "query0",
                                            "query": "max:auradb.neo4j_aura_cpu_limit{instance_id:${instance_id}}"
                                        }
                                    ],
                                    "formulas": [
                                        {
                                            "alias": "CPU Limit",
                                            "style": {
                                                "palette": "warm",
                                                "palette_index": 4
                                            },
                                            "formula": "query0",
                                            "number_format": {
                                                "unit_scale": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "core"
                                                }
                                            }
                                        }
                                    ],
                                    "style": {
                                        "palette": "dog_classic",
                                        "line_type": "dashed",
                                        "line_width": "normal"
                                    },
                                    "display_type": "line"
                                }
                            ],
                            "yaxis": {
                                "include_zero": false
                            }
                        }
                    },
                    {
                        "id": 7426101438087612,
                        "definition": {
                            "title": "Storage Used",
                            "title_size": "16",
                            "title_align": "left",
                            "type": "query_value",
                            "requests": [
                                {
                                    "response_format": "scalar",
                                    "queries": [
                                        {
                                            "data_source": "metrics",
                                            "name": "query1",
                                            "query": "max:auradb.neo4j_database_store_size_database{instance_id:${instance_id}}",
                                            "aggregator": "last"
                                        },
                                        {
                                            "data_source": "metrics",
                                            "name": "query2",
                                            "query": "max:auradb.neo4j_aura_storage_limit{instance_id:${instance_id}}",
                                            "aggregator": "last"
                                        }
                                    ],
                                    "conditional_formats": [
                                        {
                                            "comparator": ">=",
                                            "value": 85,
                                            "palette": "white_on_red"
                                        },
                                        {
                                            "comparator": ">=",
                                            "value": 70,
                                            "palette": "white_on_yellow"
                                        },
                                        {
                                            "comparator": "<",
                                            "value": 70,
                                            "palette": "white_on_green"
                                        }
                                    ],
                                    "formulas": [
                                        {
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "percent"
                                                }
                                            },
                                            "formula": "query1 / query2 * 100"
                                        }
                                    ],
                                    "comparison": {
                                        "type": "relative",
                                        "duration": {
                                            "type": "previous_day"
                                        },
                                        "directionality": "decrease_better"
                                    }
                                }
                            ],
                            "autoscale": true,
                            "precision": 2,
                            "timeseries_background": {
                                "yaxis": {
                                    "include_zero": true
                                },
                                "type": "area"
                            }
                        }
                    },
                    {
                        "id": 1928513272251052,
                        "definition": {
                            "title": "Out Of Memory Errors",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "auto",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "time": {
                            },
                            "type": "timeseries",
                            "requests": [
                                {
                                    "response_format": "timeseries",
                                    "queries": [
                                        {
                                            "data_source": "metrics",
                                            "name": "query1",
                                            "query": "sum:auradb.neo4j_aura_out_of_memory_errors.count{instance_id:${instance_id}}.as_count()"
                                        }
                                    ],
                                    "formulas": [
                                        {
                                            "alias": "OOM Errors",
                                            "style": {
                                                "palette": "classic",
                                                "palette_index": 1
                                            },
                                            "number_format": {
                                                "unit_scale": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "core"
                                                }
                                            },
                                            "formula": "query1"
                                        }
                                    ],
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "line"
                                }
                            ],
                            "yaxis": {
                                "include_zero": false
                            }
                        }
                    }
                ]
            }
        },
        {
            "id": 6918579569428217,
            "definition": {
                "title": "Memory & Heap health",
                "background_color": "blue",
                "show_title": true,
                "type": "group",
                "layout_type": "ordered",
                "widgets": [
                    {
                        "id": 6981722979399839,
                        "definition": {
                            "title": "Heap Used Ratio (%)",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "vertical",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "response_format": "timeseries",
                                    "queries": [
                                        {
                                            "data_source": "metrics",
                                            "name": "query1",
                                            "query": "max:auradb.neo4j_dbms_vm_heap_used_ratio{instance_id:${instance_id}}"
                                        }
                                    ],
                                    "formulas": [
                                        {
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "percent"
                                                }
                                            },
                                            "alias": "Heap Used",
                                            "formula": "query1 * 100"
                                        }
                                    ],
                                    "style": {
                                        "palette": "orange",
                                        "order_by": "values",
                                        "order_reverse": true,
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "line"
                                }
                            ],
                            "yaxis": {
                                "include_zero": true,
                                "scale": "pow",
                                "min": "auto",
                                "max": "100"
                            },
                            "markers": [
                                {
                                    "label": " 80% ",
                                    "value": "y = 80",
                                    "display_type": "warning dashed"
                                },
                                {
                                    "label": " 90% ",
                                    "value": "y = 90",
                                    "display_type": "error dashed"
                                }
                            ]
                        }
                    },
                    {
                        "id": 4848593715716127,
                        "definition": {
                            "title": "PageCache Hit Ratio",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "vertical",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "response_format": "timeseries",
                                    "queries": [
                                        {
                                            "data_source": "metrics",
                                            "name": "query1",
                                            "query": "avg:auradb.neo4j_dbms_page_cache_hit_ratio_per_minute{instance_id:${instance_id}}"
                                        }
                                    ],
                                    "formulas": [
                                        {
                                            "alias": "Hit Ratio %",
                                            "style": {
                                                "palette": "green",
                                                "palette_index": 2
                                            },
                                            "formula": "query1 * 100",
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "percent"
                                                }
                                            }
                                        }
                                    ],
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "line"
                                }
                            ],
                            "yaxis": {
                                "include_zero": false,
                                "scale": "linear",
                                "max": "100"
                            },
                            "right_yaxis": {
                                "include_zero": false,
                                "max": "100"
                            },
                            "markers": [
                                {
                                    "label": " suboptimal hit ratio ",
                                    "value": "y < 90",
                                    "display_type": "warning bold"
                                },
                                {
                                    "label": " optimal hit ratio ",
                                    "value": "90 < y < 100",
                                    "display_type": "ok dashed"
                                }
                            ]
                        }
                    },
                    {
                        "id": 8767274365442419,
                        "definition": {
                            "title": "PageCache Usage ",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "vertical",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "response_format": "timeseries",
                                    "queries": [
                                        {
                                            "data_source": "metrics",
                                            "name": "query1",
                                            "query": "avg:auradb.neo4j_dbms_page_cache_usage_ratio{instance_id:${instance_id}}"
                                        }
                                    ],
                                    "formulas": [
                                        {
                                            "alias": "Usage Ratio %",
                                            "style": {
                                                "palette": "classic",
                                                "palette_index": 1
                                            },
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "percent"
                                                }
                                            },
                                            "formula": "query1 * 100"
                                        }
                                    ],
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "line"
                                }
                            ],
                            "yaxis": {
                                "include_zero": false,
                                "scale": "linear",
                                "max": "100"
                            },
                            "markers": [
                                {
                                    "label": " optimal usage ",
                                    "value": "y < 95",
                                    "display_type": "ok bold"
                                },
                                {
                                    "label": " suboptimal usage ",
                                    "value": "95 < y < 100",
                                    "display_type": "warning dashed"
                                }
                            ]
                        }
                    },
                    {
                        "id": 1900545598981635,
                        "definition": {
                            "title": "Page Cache Evictions",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "vertical",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "response_format": "timeseries",
                                    "queries": [
                                        {
                                            "data_source": "metrics",
                                            "name": "query1",
                                            "query": "max:auradb.neo4j_dbms_page_cache_evictions.count{instance_id:${instance_id}}.as_count()"
                                        }
                                    ],
                                    "formulas": [
                                        {
                                            "formula": "query1"
                                        }
                                    ],
                                    "style": {
                                        "palette": "semantic",
                                        "order_by": "values",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "bars"
                                }
                            ]
                        }
                    },
                    {
                        "id": 2914812751029449,
                        "definition": {
                            "title": "GC Time: Young vs Old gen",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "auto",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "response_format": "timeseries",
                                    "queries": [
                                        {
                                            "data_source": "metrics",
                                            "name": "query1",
                                            "query": "max:auradb.neo4j_dbms_vm_gc_time_g1_young_generation.count{instance_id:${instance_id}}.as_count()"
                                        },
                                        {
                                            "data_source": "metrics",
                                            "name": "query2",
                                            "query": "max:auradb.neo4j_dbms_vm_gc_time_g1_old_generation.count{instance_id:${instance_id}}.as_count()"
                                        }
                                    ],
                                    "formulas": [
                                        {
                                            "style": {
                                                "palette": "classic",
                                                "palette_index": 1
                                            },
                                            "alias": "Young Gen (Quick GC)",
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "millisecond"
                                                }
                                            },
                                            "formula": "query1"
                                        },
                                        {
                                            "style": {
                                                "palette": "orange",
                                                "palette_index": 4
                                            },
                                            "alias": "Old Gen (Slow GC)",
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "millisecond"
                                                }
                                            },
                                            "formula": "query2"
                                        }
                                    ],
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "bars"
                                }
                            ]
                        }
                    }
                ]
            }
        },
        {
            "id": 3944650689658345,
            "definition": {
                "title": "Query Performance",
                "background_color": "blue",
                "show_title": true,
                "type": "group",
                "layout_type": "ordered",
                "widgets": [
                    {
                        "id": 317730655320491,
                        "definition": {
                            "title": "Query Execution success/failure",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "auto",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "response_format": "timeseries",
                                    "queries": [
                                        {
                                            "data_source": "metrics",
                                            "name": "query1",
                                            "query": "sum:auradb.neo4j_db_query_execution_success.count{instance_id:${instance_id}}.as_count()"
                                        },
                                        {
                                            "data_source": "metrics",
                                            "name": "query2",
                                            "query": "sum:auradb.neo4j_db_query_execution_failure.count{instance_id:${instance_id}}.as_count()"
                                        }
                                    ],
                                    "formulas": [
                                        {
                                            "style": {
                                                "palette": "green",
                                                "palette_index": 2
                                            },
                                            "alias": "Success",
                                            "formula": "query1",
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "query"
                                                }
                                            }
                                        },
                                        {
                                            "style": {
                                                "palette": "warm",
                                                "palette_index": 5
                                            },
                                            "alias": "Failure",
                                            "formula": "query2",
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "query"
                                                }
                                            }
                                        }
                                    ],
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "bars"
                                }
                            ]
                        }
                    },
                    {
                        "id": 501596261932287,
                        "definition": {
                            "title": "Query failure rate",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "auto",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "response_format": "timeseries",
                                    "queries": [
                                        {
                                            "data_source": "metrics",
                                            "name": "query2",
                                            "query": "sum:auradb.neo4j_db_query_execution_failure.count{instance_id:${instance_id}}.as_count()"
                                        },
                                        {
                                            "data_source": "metrics",
                                            "name": "query1",
                                            "query": "sum:auradb.neo4j_db_query_execution_success.count{instance_id:${instance_id}}.as_count()"
                                        }
                                    ],
                                    "formulas": [
                                        {
                                            "alias": "Failure rate",
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "percent"
                                                }
                                            },
                                            "formula": "(query2 / (query2 + query1)) * 100"
                                        }
                                    ],
                                    "style": {
                                        "palette": "warm",
                                        "order_by": "values",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "line"
                                }
                            ]
                        }
                    },
                    {
                        "id": 1695770383586972,
                        "definition": {
                            "title": "Query Execution Latency (Percentiles)",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "vertical",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "response_format": "timeseries",
                                    "queries": [
                                        {
                                            "data_source": "metrics",
                                            "name": "query1",
                                            "query": "max:auradb.neo4j_db_query_execution_internal_latency_q50{instance_id:${instance_id}}"
                                        },
                                        {
                                            "data_source": "metrics",
                                            "name": "query2",
                                            "query": "max:auradb.neo4j_db_query_execution_internal_latency_q75{instance_id:${instance_id}}"
                                        },
                                        {
                                            "data_source": "metrics",
                                            "name": "query3",
                                            "query": "max:auradb.neo4j_db_query_execution_internal_latency_q99{instance_id:${instance_id}}"
                                        }
                                    ],
                                    "formulas": [
                                        {
                                            "style": {
                                                "palette": "classic",
                                                "palette_index": 1
                                            },
                                            "alias": "p50",
                                            "formula": "query1",
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "millisecond"
                                                }
                                            }
                                        },
                                        {
                                            "style": {
                                                "palette": "warm",
                                                "palette_index": 2
                                            },
                                            "alias": "p75",
                                            "formula": "query2",
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "millisecond"
                                                }
                                            }
                                        },
                                        {
                                            "style": {
                                                "palette": "warm",
                                                "palette_index": 5
                                            },
                                            "alias": "p99",
                                            "formula": "query3",
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "millisecond"
                                                }
                                            }
                                        }
                                    ],
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "line"
                                }
                            ]
                        }
                    },
                    {
                        "id": 6511335235512464,
                        "definition": {
                            "title": "Cypher Replan Events",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "auto",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "formulas": [
                                        {
                                            "alias": "Replan Events",
                                            "style": {
                                                "palette": "orange",
                                                "palette_index": 5
                                            },
                                            "formula": "query1",
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "event"
                                                }
                                            }
                                        }
                                    ],
                                    "queries": [
                                        {
                                            "name": "query1",
                                            "data_source": "metrics",
                                            "query": "sum:auradb.neo4j_database_cypher_replan_events.count{instance_id:${instance_id}}.as_count()"
                                        }
                                    ],
                                    "response_format": "timeseries",
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "color_order": "shuffled",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "bars"
                                }
                            ]
                        }
                    }
                ]
            }
        },
        {
            "id": 270272890350744,
            "definition": {
                "title": "Transactions",
                "background_color": "blue",
                "show_title": true,
                "type": "group",
                "layout_type": "ordered",
                "widgets": [
                    {
                        "id": 3763062910969140,
                        "definition": {
                            "title": "Active Read vs Write transactions",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "vertical",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "formulas": [
                                        {
                                            "alias": "Reads",
                                            "style": {
                                                "palette": "classic",
                                                "palette_index": 1
                                            },
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "transaction"
                                                }
                                            },
                                            "formula": "query1"
                                        },
                                        {
                                            "alias": "Writes",
                                            "style": {
                                                "palette": "warm",
                                                "palette_index": 2
                                            },
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "transaction"
                                                }
                                            },
                                            "formula": "query2"
                                        }
                                    ],
                                    "queries": [
                                        {
                                            "name": "query1",
                                            "data_source": "metrics",
                                            "query": "max:auradb.neo4j_database_transaction_active_read{instance_id:${instance_id}}"
                                        },
                                        {
                                            "name": "query2",
                                            "data_source": "metrics",
                                            "query": "max:auradb.neo4j_database_transaction_active_write{instance_id:${instance_id}}"
                                        }
                                    ],
                                    "response_format": "timeseries",
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "color_order": "shuffled",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "bars"
                                }
                            ]
                        }
                    },
                    {
                        "id": 6892541685002604,
                        "definition": {
                            "title": "Committed vs Rolled-back transactions",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "auto",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "formulas": [
                                        {
                                            "style": {
                                                "palette": "green",
                                                "palette_index": 2
                                            },
                                            "alias": "Committed",
                                            "formula": "query1"
                                        },
                                        {
                                            "alias": "Rolled back",
                                            "style": {
                                                "palette": "warm",
                                                "palette_index": 5
                                            },
                                            "formula": "query2"
                                        }
                                    ],
                                    "queries": [
                                        {
                                            "name": "query1",
                                            "data_source": "metrics",
                                            "query": "max:auradb.neo4j_database_transaction_committed.count{instance_id:${instance_id}}.as_count()"
                                        },
                                        {
                                            "name": "query2",
                                            "data_source": "metrics",
                                            "query": "max:auradb.neo4j_database_transaction_rollbacks.count{instance_id:${instance_id}}.as_count()"
                                        }
                                    ],
                                    "response_format": "timeseries",
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "color_order": "shuffled",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "bars"
                                }
                            ]
                        }
                    },
                    {
                        "id": 2552247430813186,
                        "definition": {
                            "title": "Peak Concurrent Transactions",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "auto",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "formulas": [
                                        {
                                            "formula": "query1"
                                        }
                                    ],
                                    "queries": [
                                        {
                                            "name": "query1",
                                            "data_source": "metrics",
                                            "query": "sum:auradb.neo4j_database_transaction_peak_concurrent.count{instance_id:${instance_id}}.as_count()"
                                        }
                                    ],
                                    "response_format": "timeseries",
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "color_order": "shuffled",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "line"
                                }
                            ],
                            "yaxis": {
                                "include_zero": true
                            }
                        }
                    }
                ]
            }
        },
        {
            "id": 2303811259221521,
            "definition": {
                "title": "Database Growth",
                "background_color": "blue",
                "show_title": true,
                "type": "group",
                "layout_type": "ordered",
                "widgets": [
                    {
                        "id": 8806493893142654,
                        "definition": {
                            "title": "DB Store Size Growth",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "auto",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "formulas": [
                                        {
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "byte_in_decimal_bytes_family"
                                                }
                                            },
                                            "formula": "forecast(query1, 'linear', 1)"
                                        }
                                    ],
                                    "queries": [
                                        {
                                            "name": "query1",
                                            "data_source": "metrics",
                                            "query": "max:auradb.neo4j_database_store_size_database{instance_id:${instance_id}}"
                                        }
                                    ],
                                    "response_format": "timeseries",
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "color_order": "shuffled",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "area"
                                }
                            ]
                        }
                    },
                    {
                        "id": 5679263844737920,
                        "definition": {
                            "title": "Node count",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "auto",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "formulas": [
                                        {
                                            "alias": "Nodes",
                                            "style": {
                                                "palette": "classic",
                                                "palette_index": 1
                                            },
                                            "formula": "query1"
                                        }
                                    ],
                                    "queries": [
                                        {
                                            "name": "query1",
                                            "data_source": "metrics",
                                            "query": "max:auradb.neo4j_database_count_node{instance_id:${instance_id}}"
                                        }
                                    ],
                                    "response_format": "timeseries",
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "color_order": "shuffled",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "line"
                                }
                            ],
                            "yaxis": {
                                "include_zero": false
                            }
                        }
                    },
                    {
                        "id": 7677652863869938,
                        "definition": {
                            "title": "Relationship count",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "auto",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "formulas": [
                                        {
                                            "alias": "Relationships",
                                            "formula": "query1"
                                        }
                                    ],
                                    "queries": [
                                        {
                                            "name": "query1",
                                            "data_source": "metrics",
                                            "query": "max:auradb.neo4j_database_count_relationship{instance_id:${instance_id}}"
                                        }
                                    ],
                                    "response_format": "timeseries",
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "color_order": "shuffled",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "line"
                                }
                            ],
                            "yaxis": {
                                "include_zero": false
                            }
                        }
                    }
                ]
            }
        },
        {
            "id": 3452876608394078,
            "definition": {
                "title": "Checkpointing",
                "background_color": "blue",
                "show_title": true,
                "type": "group",
                "layout_type": "ordered",
                "widgets": [
                    {
                        "id": 8036630202889950,
                        "definition": {
                            "title": "Checkpoint duration",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "auto",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "formulas": [
                                        {
                                            "formula": "query1",
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "millisecond"
                                                }
                                            }
                                        }
                                    ],
                                    "queries": [
                                        {
                                            "name": "query1",
                                            "data_source": "metrics",
                                            "query": "max:auradb.neo4j_database_check_point_duration{instance_id:${instance_id}}"
                                        }
                                    ],
                                    "response_format": "timeseries",
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "color_order": "shuffled",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "line"
                                }
                            ],
                            "markers": [
                                {
                                    "value": "900000 < y < 1800000",
                                    "display_type": "warning dashed"
                                }
                            ]
                        }
                    },
                    {
                        "id": 1578911490963546,
                        "definition": {
                            "title": "Check Point Events",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "auto",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "formulas": [
                                        {
                                            "formula": "query1"
                                        }
                                    ],
                                    "queries": [
                                        {
                                            "name": "query1",
                                            "data_source": "metrics",
                                            "query": "max:auradb.neo4j_database_check_point_events.count{instance_id:${instance_id}}.as_count()"
                                        }
                                    ],
                                    "response_format": "timeseries",
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "color_order": "shuffled",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "line"
                                }
                            ]
                        }
                    },
                    {
                        "id": 5123232420955186,
                        "definition": {
                            "title": "Checkpoint total time accumulation",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "auto",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "formulas": [
                                        {
                                            "formula": "query1"
                                        }
                                    ],
                                    "queries": [
                                        {
                                            "name": "query1",
                                            "data_source": "metrics",
                                            "query": "sum:auradb.neo4j_database_check_point_total_time.count{instance_id:${instance_id}}.as_count()"
                                        }
                                    ],
                                    "response_format": "timeseries",
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "color_order": "shuffled",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "line"
                                }
                            ]
                        }
                    }
                ]
            }
        },
        {
            "id": 8892989557118770,
            "definition": {
                "title": "Bolt Connections",
                "background_color": "blue",
                "show_title": true,
                "type": "group",
                "layout_type": "ordered",
                "widgets": [
                    {
                        "id": 2508693416723846,
                        "definition": {
                            "title": "Connections running vs idle",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "auto",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "formulas": [
                                        {
                                            "alias": "Running",
                                            "style": {
                                                "palette": "green",
                                                "palette_index": 3
                                            },
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "connection"
                                                }
                                            },
                                            "formula": "query1"
                                        },
                                        {
                                            "alias": "Idle",
                                            "style": {
                                                "palette": "gray",
                                                "palette_index": 1
                                            },
                                            "number_format": {
                                                "unit": {
                                                    "type": "canonical_unit",
                                                    "unit_name": "connection"
                                                }
                                            },
                                            "formula": "query2"
                                        }
                                    ],
                                    "queries": [
                                        {
                                            "name": "query1",
                                            "data_source": "metrics",
                                            "query": "max:auradb.neo4j_dbms_bolt_connections_running{instance_id:${instance_id}}"
                                        },
                                        {
                                            "name": "query2",
                                            "data_source": "metrics",
                                            "query": "max:auradb.neo4j_dbms_bolt_connections_idle{instance_id:${instance_id}}"
                                        }
                                    ],
                                    "response_format": "timeseries",
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "color_order": "shuffled",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "bars"
                                }
                            ],
                            "yaxis": {
                                "include_zero": false,
                                "scale": "log"
                            }
                        }
                    },
                    {
                        "id": 1203570707347728,
                        "definition": {
                            "title": "Connections Opened vs Closed",
                            "title_size": "16",
                            "title_align": "left",
                            "show_legend": true,
                            "legend_layout": "auto",
                            "legend_columns": [
                                "avg",
                                "min",
                                "max",
                                "value",
                                "sum"
                            ],
                            "type": "timeseries",
                            "requests": [
                                {
                                    "formulas": [
                                        {
                                            "style": {
                                                "palette": "green",
                                                "palette_index": 2
                                            },
                                            "alias": "Opened",
                                            "formula": "cumsum(query1)"
                                        },
                                        {
                                            "style": {
                                                "palette": "warm",
                                                "palette_index": 4
                                            },
                                            "alias": "Closed",
                                            "formula": "cumsum(query2)"
                                        }
                                    ],
                                    "queries": [
                                        {
                                            "name": "query1",
                                            "data_source": "metrics",
                                            "query": "sum:auradb.neo4j_dbms_bolt_connections_opened.count{instance_id:b4820bcb}.as_count()"
                                        },
                                        {
                                            "name": "query2",
                                            "data_source": "metrics",
                                            "query": "sum:auradb.neo4j_dbms_bolt_connections_closed.count{instance_id:b4820bcb}.as_count()"
                                        }
                                    ],
                                    "response_format": "timeseries",
                                    "style": {
                                        "palette": "dog_classic",
                                        "order_by": "values",
                                        "color_order": "shuffled",
                                        "line_type": "solid",
                                        "line_width": "normal"
                                    },
                                    "display_type": "line"
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ],
    "template_variables": [
    ],
    "layout_type": "ordered",
    "notify_list": [
    ],
    "pause_auto_refresh": false,
    "reflow_type": "auto"
}
