Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified monitoring stack to use Telegraf and Timely #279

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contrib/terraform-testing-infrastructure/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ conf/
**/terraform.tfstate.backup
**/*.auto.tfvars.json
**/*.auto.tfvars
timely_grafana/build_output/
4 changes: 3 additions & 1 deletion contrib/terraform-testing-infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@ following components will run on the `manager` node:
- Apache Accumulo CompactionCoordinator
- Docker
- Jaeger Tracing Docker Container
- Telegraf/InfluxDB/Grafana Docker Container
- Timely / Grafana Docker Container
- Telegraf

The following components will run on the `worker` nodes:

Expand All @@ -415,6 +416,7 @@ The following components will run on the `worker` nodes:
- Apache Accumulo TabletServer
- Apache Accumulo Compactor(s)
- Apache Accumulo Scan Server(s)
- Telegraf

### Logs

Expand Down
Loading
Loading