-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
# Grafana integration | ||
|
||
**Work in Progress** | ||
|
||
The application is integrated with Prometheus and Grafana to provide metrics observability. | ||
Currently, it is set up to collect metrics from all services, databases and NATS metrics. | ||
Currently, it is set up to collect metrics from all services, databases and NATS. | ||
|
||
### Folder Organization | ||
|
||
This folder is organized as follows: | ||
|
||
- `Provisioning`: Folder that contains Grafana configuration | ||
|
||
- `dashboards`: contains all the dashboards that will be available by default when it first comes up. | ||
- `dashboards`: contains all the dashboards that will be available by default when the system first comes up. | ||
- `datasources`: Definition of the data sources used by Grafana | ||
|
||
- `docker-compose.env`: Environment variables required to run the service when running the Grafana with docker-compose |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters