DataDog / datadog-ci

Use Datadog from your CI.
https://datadoghq.com
Apache License 2.0
124 stars 54 forks source link

Add Codefresh support for custom tags/traces #819

Open pokgak opened 1 year ago

pokgak commented 1 year ago

Feature request description

Hi, I would like to add custom tags and add custom traces to Codefresh. Currently, it is not supported yet and when I run datadog-ci in the pipeline I got the following error:

[ERROR] Only providers [GitHub, GitLab, CircleCI, Buildkite, Buddy, Jenkins, TeamCity] are supported

I am open to implementing this myself too. Based on my initial research, it seems to me that I might need to modify the getCIEnv function and include Codefresh env. Is there anything else that I need to do?

Solution

Support for sending custom tags and traces from Codefresh pipelines.

Additional context

No response

Command

tag

juan-fernandez commented 1 month ago

can we do something with codefresh @rodrigo-roca ?