-
Task
-
Resolution: Done
-
Normal
-
None
-
None
-
False
-
-
False
-
Unset
-
No
-
-
After discussing https://issues.redhat.com/browse/RHCLOUD-28730 the team decided it would be best to use elastic. The goal of this ticket would be to add new code to bonfire that will push data to elastic.
- Set up an elasticsearch instance (can be just running locally for the POC)
- Add something similar to the async log handler (following example given by Adam) in bonfire
- Elastic URL that is used for the log handler should be configurable with an ENV var in config.py
- The log handler should fail gracefully (i.e., not crash the app) if elastic is unreachable or times out in less than 5sec.
- Send a simple telemetry item up to elastic (for example, the CLI options that the user executed when running bonfire)
- Demonstrate how we can access the info once stored in elastic
- is related to
-
RHCLOUD-28730 SPIKE: Research best approaches for pushing metrics from bonfire
- Closed