-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Adds duration sampler distinct from latency in supplying two bounds #26115
Merged
jpkrohling
merged 15 commits into
open-telemetry:main
from
garry-cairns:feature/bounded_duration_sampler
Nov 2, 2023
Merged
Adds duration sampler distinct from latency in supplying two bounds #26115
jpkrohling
merged 15 commits into
open-telemetry:main
from
garry-cairns:feature/bounded_duration_sampler
Nov 2, 2023
Commits on Aug 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 835e985 - Browse repository at this point
Copy the full SHA 835e985View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfa0f40 - Browse repository at this point
Copy the full SHA dfa0f40View commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dda8209 - Browse repository at this point
Copy the full SHA dda8209View commit details -
Bump github.com/daixiang0/gci from 0.11.0 to 0.11.1 in /internal/tools (
open-telemetry#26591) Bumps [github.com/daixiang0/gci](https://github.com/daixiang0/gci) from 0.11.0 to 0.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/daixiang0/gci/releases">github.com/daixiang0/gci's releases</a>.</em></p> <blockquote> <h2>v0.11.1</h2> <h2>What's Changed</h2> <ul> <li>fix ^M by <a href="https://github.com/daixiang0"><code>@daixiang0</code></a> in <a href="https://redirect.github.com/daixiang0/gci/pull/168">daixiang0/gci#168</a></li> <li>bump up version by <a href="https://github.com/daixiang0"><code>@daixiang0</code></a> in <a href="https://redirect.github.com/daixiang0/gci/pull/169">daixiang0/gci#169</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/daixiang0/gci/compare/v0.11.0...v0.11.1">https://github.com/daixiang0/gci/compare/v0.11.0...v0.11.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/daixiang0/gci/commit/e452b4b4573a0a6174a2e24a715db46cb5c46f22"><code>e452b4b</code></a> bump up version (<a href="https://redirect.github.com/daixiang0/gci/issues/169">#169</a>)</li> <li><a href="https://github.com/daixiang0/gci/commit/50cd6b7e54b6ba5adc06d98d50a598c7de1be2e4"><code>50cd6b7</code></a> fix ^M (<a href="https://redirect.github.com/daixiang0/gci/issues/168">#168</a>)</li> <li>See full diff in <a href="https://github.com/daixiang0/gci/compare/v0.11.0...v0.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/daixiang0/gci&package-manager=go_modules&previous-version=0.11.0&new-version=0.11.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1a36d3f - Browse repository at this point
Copy the full SHA 1a36d3fView commit details -
Bump github.com/daixiang0/gci from 0.11.0 to 0.11.1 in /internal/tools (
open-telemetry#26591) Bumps [github.com/daixiang0/gci](https://github.com/daixiang0/gci) from 0.11.0 to 0.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/daixiang0/gci/releases">github.com/daixiang0/gci's releases</a>.</em></p> <blockquote> <h2>v0.11.1</h2> <h2>What's Changed</h2> <ul> <li>fix ^M by <a href="https://github.com/daixiang0"><code>@daixiang0</code></a> in <a href="https://redirect.github.com/daixiang0/gci/pull/168">daixiang0/gci#168</a></li> <li>bump up version by <a href="https://github.com/daixiang0"><code>@daixiang0</code></a> in <a href="https://redirect.github.com/daixiang0/gci/pull/169">daixiang0/gci#169</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/daixiang0/gci/compare/v0.11.0...v0.11.1">https://github.com/daixiang0/gci/compare/v0.11.0...v0.11.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/daixiang0/gci/commit/e452b4b4573a0a6174a2e24a715db46cb5c46f22"><code>e452b4b</code></a> bump up version (<a href="https://redirect.github.com/daixiang0/gci/issues/169">#169</a>)</li> <li><a href="https://github.com/daixiang0/gci/commit/50cd6b7e54b6ba5adc06d98d50a598c7de1be2e4"><code>50cd6b7</code></a> fix ^M (<a href="https://redirect.github.com/daixiang0/gci/issues/168">#168</a>)</li> <li>See full diff in <a href="https://github.com/daixiang0/gci/compare/v0.11.0...v0.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/daixiang0/gci&package-manager=go_modules&previous-version=0.11.0&new-version=0.11.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f34c6a8 - Browse repository at this point
Copy the full SHA f34c6a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c72e96a - Browse repository at this point
Copy the full SHA c72e96aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0156a11 - Browse repository at this point
Copy the full SHA 0156a11View commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 48bcf78 - Browse repository at this point
Copy the full SHA 48bcf78View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fdb2fa8 - Browse repository at this point
Copy the full SHA fdb2fa8View commit details
Commits on Oct 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5e75e05 - Browse repository at this point
Copy the full SHA 5e75e05View commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a1bc0b - Browse repository at this point
Copy the full SHA 6a1bc0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2253081 - Browse repository at this point
Copy the full SHA 2253081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 881a62f - Browse repository at this point
Copy the full SHA 881a62fView commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e11479d - Browse repository at this point
Copy the full SHA e11479dView commit details
Commits on Oct 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 224dfad - Browse repository at this point
Copy the full SHA 224dfadView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.