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
{{ message }}
This repository was archived by the owner on Nov 7, 2025. It is now read-only.
This PR contains:
- generalized code of A/B testing query results for both scenarios:
Elastic vs Clickhouse and Clickhouse vs Elastic
- kibana dashboard id is stored in a separate column
- we don't store requests and A/B responses if the responses match
Some code is copy pasted. I'm not brave enough to generalize it now.
Tests will be added as part of IT suite.
<img width="789" alt="Screenshot 2024-10-28 at 12 37 16"
src="https://github.com/user-attachments/assets/3be97a39-c245-4477-934c-40bf1a918947">
<img width="1995" alt="Screenshot 2024-10-28 at 12 36 49"
src="https://github.com/user-attachments/assets/77c487f1-c232-4216-9f9d-779925cf8c25">
errAcc=multierror.Append(errAcc, fmt.Errorf("index %s has invalid dual query target configuration - when you specify two targets, ClickHouse has to be the primary one and Elastic has to be the secondary one", indexName))
errAcc=multierror.Append(errAcc, fmt.Errorf("index %s has invalid dual query target configuration - when you specify two targets, ClickHouse has to be the primary one and Elastic has to be the secondary one", indexName))
0 commit comments