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

feature/gin-tracing: adding gin tracing to core #11796

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Conversation

patrickhuie19
Copy link
Contributor

@patrickhuie19 patrickhuie19 commented Jan 17, 2024

Adds traces to core web routes (tracks execution once the request hits the remote node). They are not all that interesting, and right now only report latency.

I considered wiring through individually configured Enabled and SamplingRate for this component, but decided against the additional complexity. We can add it later if requested/needed.

Copy link
Contributor

I see that you haven't updated any README files. Would it make sense to do so?

krehermann
krehermann previously approved these changes Jan 17, 2024
@cl-sonarqube-production
Copy link

@patrickhuie19 patrickhuie19 added this pull request to the merge queue Jan 17, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 17, 2024
@jmank88 jmank88 added this pull request to the merge queue Jan 17, 2024
Merged via the queue into develop with commit 8f96cf2 Jan 17, 2024
82 checks passed
@jmank88 jmank88 deleted the feature/gin-tracing branch January 17, 2024 19:26
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.

3 participants