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.
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.
Yes this worked like a charm. Thanks @Melvin_Zottola . I think you should also get the documentation at Labels & Annotations | Docs | Qovery updated. Specifically the images. I saw the images and they were without quotes so I tried that first
We are going to release a fix for the initial use case.
Once the release will be done on our side, it would require on your side to remove the escaped quotes (it would become what you had at the beginning: [{"source": "eoa_fere","service": "eoa_fere_prod","tags": ["env:production"]}])
Is it ok for you if I ping you in this thread once the release is done on our side ?