ebi-ait / dcp-ingest-central

Central point of access for the Ingestion Service of the HCA DCP
Apache License 2.0
0 stars 0 forks source link

improve ingest-core audit logging #390

Open amnonkhen opened 3 years ago

amnonkhen commented 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

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:

amnonkhen commented 3 years ago

@jacobwindsor please review & revise as needed @clairerye what do you think? please prioritise this

amnonkhen commented 3 years ago

@jacobwindsor I remember we discussed the need for this. Can you please update what this was related to?