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

Add missing metric gathering to the telemetry poller config #2167

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

alco
Copy link
Member

@alco alco commented Dec 14, 2024

Follow-up to #2163.

@alco alco force-pushed the alco/telemetry-config branch from a8171b0 to ad6443f Compare December 14, 2024 09:52
Base automatically changed from statsd-monitoring-improvements to main December 17, 2024 10:31
@alco alco force-pushed the alco/telemetry-config branch from ad6443f to 547b3a3 Compare December 17, 2024 11:07
@@ -204,7 +207,9 @@ defmodule Electric.Telemetry do
stack_id = Keyword.fetch!(opts, :stack_id)

[
# A module, function and arguments to be invoked periodically.
:memory,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need that? the memory stat collection already works (for sure it does bc it's what I use in benchmarks)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so do RQL for that matter, and I'm assuming system counts too. Adding last_value to the prometheus is good though

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.

2 participants