-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a Debug Parameter? #533
Comments
Hi @int128, if there is no debug param, can you shed some light on how I can get the following to show up in datadog please?
This is what my config file looks like.
|
This action shows a payload here: datadog-actions-metrics/src/run.ts Lines 159 to 165 in de9c6ff
Here is an example in the e2e test: |
Both metrics are sent here: datadog-actions-metrics/src/pullRequest/metrics.ts Lines 119 to 136 in de9c6ff
If this action cannot get the details of pull request, both metrics may not be sent. datadog-actions-metrics/src/run.ts Lines 95 to 105 in de9c6ff
|
Hi, @int128, I've set this up to send data from my GHA workflow to DataDog; however, I've encountered a number of issues.
github.actions.pull_request_closed.since_first_authored_seconds
andgithub.actions.pull_request_closed.since_first_committed_seconds
do not show up in DataDog. I only seegithub.actions.pull_request_closed.since_opened_seconds
.I'd like to figure out why. Any ideas or is there a param I can use to debug the library and/or payload being sent to DataDog please?
Could it be because I'm using this in my config?
collect-job-metrics: ${{ github.event.workflow_run.head_branch == github.event.repository.default_branch }}
The text was updated successfully, but these errors were encountered: