grafana / synthetic-monitoring-agent

Synthetic Monitoring Agent
https://grafana.com/docs/grafana-cloud/how-do-i/synthetic-monitoring/
Apache License 2.0
156 stars 22 forks source link

Add telemetry sampled executions #653

Closed ka3de closed 5 months ago

ka3de commented 5 months ago

Adds a new SampledExecutions field for CheckClassTelemetry protobuf message which will hold the sampled executions. Executions are sampled based on 60s "slots". Example:

59s -> 1 sampled execution
60s -> 1 sampled execution
61s -> 2 sampled executions
125 -> 3 sampled executions