Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.31 KB

DEVELOPER.md

File metadata and controls

28 lines (16 loc) · 1.31 KB

Dev

Metrics and logs

To have some indepth metrics and log correlation, all the components are now linked to datadog. To configure it you just need to add your Datadog API key (DD_API_KEY) in the environment variable in the deployments/kubehound/.env. When the API key is configured, a docker will be created kubehound-dev-datadog.

All the information being gathered are available at:

To collect the metrics for Janusgraph an exporter from Prometheus is being used:

They are exposed here:

MongoDB debug interface

A mongo express is deployed and allows you to browse the MongoDB. Thi service is accessible (the logs for this docker are not pushed to dd):

Advanced command

In case of conflict/error, or just if you want to free some of your RAM, you can use make system-test-clean to destroy the backend stack dedicated to the system-test.