We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The README says the jenkins.job.waiting metric is in ms, but the actual code is converting the values to seconds:
datadog-plugin/src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListener.java
Line 212 in b84a170
Please adjust the doc to specific that it's in seconds, not millis.
The text was updated successfully, but these errors were encountered:
Thank you for reporting this! The doc has been adjusted
Sorry, something went wrong.
nikita-tkachenko-datadog
Successfully merging a pull request may close this issue.
The README says the jenkins.job.waiting metric is in ms, but the actual code is converting the values to seconds:
datadog-plugin/src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListener.java
Line 212 in b84a170
Please adjust the doc to specific that it's in seconds, not millis.
The text was updated successfully, but these errors were encountered: