An open API service indexing awesome lists of open source software.

https://github.com/liquibase/observability-dashboards


https://github.com/liquibase/observability-dashboards

commercial pro

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# LIQUIBASE Settings to enable structured logs

See the `liquibase.properties` file:
```
liquibase.logFormat=JSON or JSON_PRETTY
liquibase.logfile=../the/path/to/my/logs
liquibase.logLevel=INFO or FINE
```

# LIQUIBASE DASHBOARDS

This repo will host information about common dashboards that can be built using Liquibase Pro's structured logging output.

We will provide sample dashboards for AWS Cloudwatch with Grafana, Datadog, Splunk and Elastic

Common metrics:

* Deployment Frequency
* Change Failure Rate
* Lead Time To Change
* MTTR (Mean Time To Recovery)

## Deployment Frequency

Frequency of database deployments
## Change Failure Rate

Percentage of deployment that fail

## Lead Time To Change

Time between when a change was first seen in the pipeline (e.g., first deployment to DEV) and the time it was successfully deployed to PROD
## MTTR (Mean Time To Recovery)

Time between when a deployment fails in PROD and the time it take for the next successful deployment in PROD.