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

Conversation

dlmarion
Copy link
Contributor

@dlmarion dlmarion commented Jul 3, 2024

This commit modifies the Terraform configuration such that instead of deploying a Telegraf/InfluxDB/Grafana container on the Manager node, it now deploys Telegraf on each node and uses a Timely/Grafana container on the Manager node. The processes running on each node will send metrics to the Telegraf process running locally,which will then forward the metrics to Timely to be inserted into Accumulo. Thus, as the cluster grows larger, more and more metrics will be created and inserted into Accumulo.

@dlmarion dlmarion self-assigned this Jul 3, 2024
@DomGarguilo
Copy link
Member

@dlmarion
Copy link
Contributor Author

dlmarion commented Oct 7, 2024

With these changes, does the Deployment Overview section in the README need to be updated?

https://github.com/apache/accumulo-testing/blob/f191f7b23ebcf28388a33efcf71ed8437f1c8cbc/contrib/terraform-testing-infrastructure/README.md#deployment-overview

Done in 3bf6d7f

@ctubbsii ctubbsii deleted the branch apache:main December 10, 2024 20:23
@ctubbsii ctubbsii closed this Dec 10, 2024
@ctubbsii ctubbsii reopened this Dec 10, 2024
@ctubbsii ctubbsii changed the base branch from elasticity to main December 10, 2024 20:26
@ctubbsii
Copy link
Member

@dlmarion what's the status of this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants