Hi, Thanks for releasing the custom labels and annotations. I had been waiting for this feature for a long time. Today, our team decided to set this up and configure datadog logging using it. However, we are facing some issues.
Steps we did
- Setup Datadog in our cluster as described in this doc. This works great. We have a few services that use datadog SDK to log stuff, and we can see those in the datadog console.
- We have a few other services that don’t use datadog SDK and we want to have their logs available in the datadog console as well.
- So we are trying adding datadog specific labels and annotations as described on their website.
- We have the following label group and annotations group setup
Annotation Keys:
ad.datadoghq.com/eoa_fere_prod.logs
Annotation Values:
[{"source": "eoa_fere","service": "eoa_fere_prod","tags": ["env:production"]}]
Annotation Scope selected: PODS
- We have set this to the service
- When we try to deploy the service with these values, I keep getting the error
I have isolated and found that this happens only when the annotations are set. If I try to deploy with just the labels, it is deployed. However when I try to deploy with the annotations, that’s when I get the error.
My service console URL is https://console.qovery.com/organization/0f2a7baf-84e9-4b4e-a219-72fb44811f99/project/1e2ddd37-24f7-4e38-aaf1-250a5987410a/environment/f4e9e073-8bac-4015-af45-a5bbc5ac64ec/application/124af404-7f64-4339-a9e0-bfddf7e80064/general



