You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This effort is a follow-up to the work done in #516 we need to understand the impact of direct Prometheus queries on reconciliation duration.
Acceptance Criteria
Build a PoC that setup a simple Prometheus alongside the Telemetry Manager
Develop a set of PromQL queries based on OTel Collector metrics to detect specific scenarios, such as backend connectivity issues, backpressure/throttling due to backend overload, and reaching the ingestion limit of a pipeline.
Check the different patterns we identified in the ADR for impact on reconcilation, especially the duration for one reconcilation
Document the decisions in the ADR as part of the story
The text was updated successfully, but these errors were encountered:
skhalash
changed the title
PoC: Assess the Impact of direct Prometheus queries on reconciliation duration
PoC: Assess the impact of direct Prometheus queries on reconciliation duration
Nov 8, 2023
Testing individual Prometheus queries has demonstrated that the execution time on k3d is negligible, typically in the range of 10s of milliseconds. In a real cluster environment, the execution time might be somewhat higher, b ut still primarily influenced by network latency.
Description
This effort is a follow-up to the work done in #516 we need to understand the impact of direct Prometheus queries on reconciliation duration.
Acceptance Criteria
Related Issues
#425
The text was updated successfully, but these errors were encountered: