-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: micrometer-metrics/micrometer
base: v1.10.5
head repository: micrometer-metrics/micrometer
compare: v1.10.6
- 20 commits
- 56 files changed
- 8 contributors
Commits on Mar 21, 2023
-
Bump com.gradle.enterprise from 3.12.4 to 3.12.5 (#3705)
Bumps com.gradle.enterprise from 3.12.4 to 3.12.5. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-patch ... 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 c99a22d - Browse repository at this point
Copy the full SHA c99a22dView commit details
Commits on Mar 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd7f64a - Browse repository at this point
Copy the full SHA fd7f64aView commit details
Commits on Mar 24, 2023
-
Do not publish on close if already closed
Checks if the registry is closed before calling publish on close. This avoids side effects of calling close multiple times. Resolves gh-3712
Configuration menu - View commit details
-
Copy full SHA for 1832bb1 - Browse repository at this point
Copy the full SHA 1832bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for faa980b - Browse repository at this point
Copy the full SHA faa980bView commit details
Commits on Mar 27, 2023
-
Bump com.gradle.enterprise from 3.12.5 to 3.12.6 (#3719)
Bumps com.gradle.enterprise from 3.12.5 to 3.12.6. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-patch ... 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 d6bd0bf - Browse repository at this point
Copy the full SHA d6bd0bfView commit details
Commits on Apr 3, 2023
-
Remove snapshot repo for context-propagation and update locks
We do not need to be on snapshots now, and unfortunately this made it out in a release. Resolves gh-3738
Configuration menu - View commit details
-
Copy full SHA for 5335c74 - Browse repository at this point
Copy the full SHA 5335c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for e78cdad - Browse repository at this point
Copy the full SHA e78cdadView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc4a4dd - Browse repository at this point
Copy the full SHA dc4a4ddView commit details -
Avoid using streams in observations (#3722)
There is better memory and CPU performance with plain old iteration.
Configuration menu - View commit details
-
Copy full SHA for 341f5f1 - Browse repository at this point
Copy the full SHA 341f5f1View commit details
Commits on Apr 5, 2023
-
Switch to primitive types and ensure synchronization (#3741)
Without this change, there were still consistency issues detected despite the synchronization. Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
Configuration menu - View commit details
-
Copy full SHA for ecf3fcd - Browse repository at this point
Copy the full SHA ecf3fcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f91b70 - Browse repository at this point
Copy the full SHA 2f91b70View commit details
Commits on Apr 6, 2023
-
Improves the ThreadLocalAccessor story of continuing scopes (#3731)
The Scope#makeCurrent method is called e.g. via ObservationThreadLocalAccessor#restore(Observation). In that case, we're calling ObservationThreadLocalAccessor#reset() first, and we're closing all the scopes, HOWEVER those are called on the Observation scope that was present there in thread local at the time of calling the method, NOT on the scope that we want to make current (that one can contain some leftovers from previous scope openings like creation of e.g. Brave scope in the TracingContext that is there inside the Observation's Context. When we want to go back to the enclosing scope and want to make that scope current we need to be sure that there are no remaining scoped objects inside Observation's context. This is why BEFORE rebuilding the scope structure we need to notify the handlers to clear them first (again this is a separate scope to the one that was cleared by the reset method) via calling ObservationHandler#onScopeReset(Context). When we reset a scope, we don't want to close it thus we don't want to remove any enclosing scopes. With this logic we reset any existing scopes on reset by calling the handler + when we make an enclosing scope current we will remove it from the list of enclosing scopes.
Configuration menu - View commit details
-
Copy full SHA for bb82f86 - Browse repository at this point
Copy the full SHA bb82f86View commit details
Commits on Apr 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d319230 - Browse repository at this point
Copy the full SHA d319230View commit details
Commits on Apr 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 93da2e2 - Browse repository at this point
Copy the full SHA 93da2e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31787ac - Browse repository at this point
Copy the full SHA 31787acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 407fffa - Browse repository at this point
Copy the full SHA 407fffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e52224d - Browse repository at this point
Copy the full SHA e52224dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14263db - Browse repository at this point
Copy the full SHA 14263dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1288c5 - Browse repository at this point
Copy the full SHA a1288c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d577e14 - Browse repository at this point
Copy the full SHA d577e14View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.10.5...v1.10.6