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

Telemetry curation #155

Closed
wants to merge 9 commits into from
Closed

Telemetry curation #155

wants to merge 9 commits into from

Conversation

NelsonVides
Copy link
Collaborator

@NelsonVides NelsonVides commented Nov 27, 2023

I'm going to want timestamps for all these telemetry events, so that metrics collectors can aggregate and draw plots based on time.

I also want an event for scenario start and stop which will mimic telemetry's span mechanism, but which here it is done in this way because the controller separately calls the beginning and the end of the scenario and span wouldn't fit into this mechanism.

I also don't want logs to be raised by amoc. Logging might be desired to work differently, so instead of logs I'll also raise here telemetry events for internals, and in the subscribers I'll decide if I want to log something or not and how.

@NelsonVides NelsonVides force-pushed the telemetry_curation branch 3 times, most recently from eb98f0f to 5ecee37 Compare December 1, 2023 13:54
@NelsonVides NelsonVides changed the base branch from elixir/documentation to master December 1, 2023 13:54
@NelsonVides NelsonVides marked this pull request as ready for review December 1, 2023 13:54
@NelsonVides NelsonVides closed this Dec 1, 2023
@NelsonVides NelsonVides reopened this Dec 1, 2023
@NelsonVides NelsonVides force-pushed the telemetry_curation branch 2 times, most recently from 8375136 to bcc140d Compare December 1, 2023 14:26
@NelsonVides NelsonVides closed this Dec 2, 2023
@NelsonVides NelsonVides deleted the telemetry_curation branch December 2, 2023 14:23
This was referenced Dec 2, 2023
@NelsonVides
Copy link
Collaborator Author

PR split into #162 and #163

@NelsonVides NelsonVides removed the request for review from DenysGonchar December 2, 2023 14:25
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