Open amnonkhen opened 3 years ago
It is currently difficult to understand what is going in ingest-core. When we notice some problems in the operation of ingest-core such as:
We need to add more information to the log so that it includes:
once the data is in the logs, it would be useful to have a dashboard that shows
pros:
Have prometheus poll the spring actuator and extract http requests traceinfo. See example pros: http request duration is there output is structured
cons:
@jacobwindsor please review & revise as needed @clairerye what do you think? please prioritise this
@jacobwindsor I remember we discussed the need for this. Can you please update what this was related to?
It is currently difficult to understand what is going in ingest-core. When we notice some problems in the operation of ingest-core such as:
We need to add more information to the log so that it includes:
once the data is in the logs, it would be useful to have a dashboard that shows
possible tools/technologies:
spring boot logs http access to stdout
pros:
spring actuator -> prometheus
Have prometheus poll the spring actuator and extract http requests traceinfo. See example pros: http request duration is there output is structured
cons: