Source control (Gitlab/Github)
Enrich traces with relevant source control metadata.
groundcover can integrate with your git repository, giving you more context when analyzing your workloads.
By enabling git integration, workload traces will be enriched with the workload's commit hash, and with a link to the commit in your git repository.
Currently, groundcover supports Github and Gitlab.
How to use
The integration requires 2 steps:
Adding annotations to spec of pods
Providing installation overrides describing the chosen annotation names
Step 1 - Adding the annotations
Add the following annotations to the pod template spec:
Step 2 - Providing installation overrides
Using CLI
When using CLI it's possible to provide the values directly from the command line:
Using Helm
When using Helm the values will be passed as overrides in the values.yaml
file:
Last updated