Skip to content
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

contrib/gin-gonic/gin: fix incomplete examples #1212

Merged
merged 3 commits into from
Apr 4, 2022

Conversation

ajones
Copy link
Contributor

@ajones ajones commented Mar 11, 2022

Description

The tracer.Start() call is not currently included in the example resulting in the process never able to flush traces to the target agent. The added lines are currently visible in the Datadog integration documentation located here.
This change adds those missing lines to save future users a potential headache.

The tracer.Start() call is not currently included in the example resulting in the process never able to flush traces to the target agent. The added lines are currently visible in the Datadog integration documentation located here https://app.datadoghq.com/apm/docs?architecture=container-based&collection=Manually%2C%20from%20a%20YAML%20file&environment=kubernetes&framework=gin&language=go
@ajones ajones requested a review from a team March 11, 2022 04:14
@ajones
Copy link
Contributor Author

ajones commented Mar 14, 2022

Hi @Hellzy, what steps do I need to take to have a milestone assigned to this PR? I reviewed the contribution guidelines and noted the request for an issue to be created but in this case, the change does not affect the library so I felt the extra issue would be unnecessary.
I appreciate any guidance on how to get this moved along.

@gbbr gbbr added this to the 1.38.0 milestone Mar 15, 2022
@ajones
Copy link
Contributor Author

ajones commented Mar 15, 2022

@gbbr I appreciate the milestone tag and merge up. I reviewed these test failures and I don't believe they are related to my change. Are there any actions I can take to continue to shepherd this to merge? Thank you for the help.

@ajones
Copy link
Contributor Author

ajones commented Mar 25, 2022

@gbbr @Hellzy any next steps I can take here?

@ajones
Copy link
Contributor Author

ajones commented Mar 31, 2022

@gbbr @Hellzy looks like merging up took care of all failed tests. If there are any remaining outstanding requests for change please let me know.

@gbbr gbbr merged commit ea1a206 into DataDog:v1 Apr 4, 2022
@gbbr
Copy link
Contributor

gbbr commented Apr 4, 2022

All good. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants