-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
We currently have little coverage in our COS integration tests. We could significantly improve coverage with 2 additional tests:
- Coordinater charms
nginxdirective assertions- We can access the nginx config file in the coordinator with
jssh --container nginx mimir/0 "cat /etc/nginx/nginx.conf" - e.g. Mimir's config
- then curl each of these endpoints and ensure they route correctly, e.g.
request.code == 200
- We can access the nginx config file in the coordinator with
- otelcol pipeline assertion
- feat: Check otelcol logs in COS tests #170
- TL;DR, ensure there are no
ERRORand (in some cases)WARNINGlogs in the internal otelcol logs - i.e. no operational issues in COS since Otelcol is the central aggregator
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels