https://github.com/liquibase/observability-dashboards
https://github.com/liquibase/observability-dashboards
commercial pro
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liquibase/observability-dashboards
- Owner: liquibase
- Created: 2023-05-22T14:43:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T19:48:13.000Z (about 1 year ago)
- Last Synced: 2025-02-17T08:12:40.149Z (8 months ago)
- Topics: commercial, pro
- Homepage:
- Size: 2.1 MB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 RatePercentage 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.