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

Backport of agent: allow configuration of in-memory telemetry sink. into release/1.7.x #20217

Conversation

hc-github-team-nomad-core
Copy link
Contributor

Backport

This PR is auto-generated from #20166 to be assessed for backporting due to the inclusion of the label backport/1.7.x.

The below text is copied from the body of the original PR.


This change adds configuration options for setting the in-memory telemetry sink collection and retention durations. This sink backs the metrics JSON API and previously had hard-coded default values.

The new options are particularly useful when running development or debug environments, where metrics collection is desired at a fast and granular rate. This is particularly useful for gauges; currently the last value written in the interval is returned from the API. In situations with spiking/flapping data, this could mean we miss information.


Overview of commits

@hc-github-team-nomad-core hc-github-team-nomad-core force-pushed the backport/f-jrasell-config-telemetry-in-memory/naturally-capable-swine branch from c7e0280 to 471b7de Compare March 25, 2024 15:00
@jrasell jrasell merged commit 4985d9e into release/1.7.x Mar 25, 2024
21 checks passed
@jrasell jrasell deleted the backport/f-jrasell-config-telemetry-in-memory/naturally-capable-swine branch March 25, 2024 15:19
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