Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Commit

Permalink
[MON] Logs on grafana
Browse files Browse the repository at this point in the history
[Fix] resize bastion storage to 32
  • Loading branch information
Grzesiu committed Oct 11, 2019
1 parent 03fb374 commit efa4be4
Show file tree
Hide file tree
Showing 20 changed files with 623 additions and 389 deletions.
2 changes: 1 addition & 1 deletion .env.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CLI_VERSION=v0.0.14
CLI_VERSION=v0.1.0-alpha
CLI_NAME=APOLLO
GOROOT=/usr/local/go
GO111MODULE=on
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,15 @@ Additional tools you will find under links
* eth-stats: http://bastion_host_ip:3000
* Grafana: http://bastion_host_ip:3001
* Prometheus: http://bastion_host_ip:9090

## Moitoring and logs

### Grafana logs

For infrastructure monitoring and incident response, you no longer need to switch to other tools to debug what went wrong. Explore allows you to dig deeper into your metrics and logs to find the cause. Grafana’s new logging data source, Loki is tightly integrated into Explore and allows you to correlate metrics and logs by viewing them side-by-side
More info: https://grafana.com/docs/features/explore/

### Dashboard JSON

A dashboard in Grafana is represented by a JSON object, which stores metadata of its dashboard. Dashboard metadata includes dashboard properties, metadata from panels, template variables, panel queries, etc.
More info: https://grafana.com/docs/reference/dashboard/
Loading

0 comments on commit efa4be4

Please sign in to comment.