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

Experiment with lading telemetry via UDS #908

Closed
wants to merge 5 commits into from

Conversation

blt
Copy link
Collaborator

@blt blt commented Jul 6, 2024

What does this PR do?

Experiment with lading telemetry via UDS

We have a need for some lading installations to punch telemetry from inside a isolated VM or container where only a FS mount is available. This commit introduces a proof of concept -- in a rough state -- that shows it's possible for us to create a gauge, counter telemetry stream with registered contexts to avoid sending the same strings repeatedly over the socket with minimal coordination between peers.

It's clear some sort of abstraction is still missing here, but it's a start.

Copy link
Collaborator Author

blt commented Jul 6, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @blt and the rest of your teammates on Graphite Graphite

@blt blt marked this pull request as ready for review July 6, 2024 00:46
@blt blt requested a review from a team as a code owner July 6, 2024 00:46
@blt blt force-pushed the blt/experiment_with_lading_telemetry_via_uds branch 3 times, most recently from 1d4fd40 to 3fb3147 Compare July 9, 2024 00:59
@blt blt changed the base branch from blt/allow_for_effectively_infinite_experiment_duration to blt/update_metrics-rs_crate July 9, 2024 01:00
@blt blt mentioned this pull request Jul 9, 2024
@blt blt force-pushed the blt/experiment_with_lading_telemetry_via_uds branch 2 times, most recently from 14d311c to a84a99c Compare July 9, 2024 02:17
@blt blt force-pushed the blt/update_metrics-rs_crate branch from b76eaf3 to eb0fc35 Compare July 9, 2024 16:35
@blt blt force-pushed the blt/experiment_with_lading_telemetry_via_uds branch from a84a99c to aeb3884 Compare July 9, 2024 16:36
blt added 5 commits July 9, 2024 10:31
This commit updates our use of the metrics-rs crate to latest, putting us
in position to make use of upstream features in the near-term.

Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
We have a need for some lading installations to punch telemetry from inside a
isolated VM or container where only a FS mount is available. This commit
introduces a proof of concept -- in a rough state -- that shows it's possible
for us to create a gauge, counter telemetry stream with registered contexts
to avoid sending the same strings repeatedly over the socket with minimal
coordination between peers.

It's clear some sort of abstraction is still missing here, but it's a start.

Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
@blt blt force-pushed the blt/update_metrics-rs_crate branch from eb0fc35 to 9e7ce5c Compare July 9, 2024 17:31
@blt blt force-pushed the blt/experiment_with_lading_telemetry_via_uds branch from aeb3884 to b14ff74 Compare July 9, 2024 17:31
Base automatically changed from blt/update_metrics-rs_crate to main July 9, 2024 18:03
@blt blt closed this Jul 11, 2024
@blt blt deleted the blt/experiment_with_lading_telemetry_via_uds branch July 11, 2024 20:54
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.

1 participant