Skip to content

Tags: micrometer-metrics/micrometer

Tags

v1.17.0

Toggle v1.17.0's commit message

Verified

This commit was signed with the committer’s verified signature.
shakuzen Tommy Ludwig
Merge branch '1.16.x'

v1.16.6

Toggle v1.16.6's commit message

Verified

This commit was signed with the committer’s verified signature.
shakuzen Tommy Ludwig
Merge branch '1.15.x' into 1.16.x

v1.15.12

Toggle v1.15.12's commit message

Verified

This commit was signed with the committer’s verified signature.
shakuzen Tommy Ludwig
Reduce allocation in gRPC server convention

Closes gh-7581

v1.17.0-RC1

Toggle v1.17.0-RC1's commit message

Verified

This tag was signed with the committer’s verified signature.
jonatan-ivanov Jonatan Ivanov

v1.16.5

Toggle v1.16.5's commit message

Verified

This tag was signed with the committer’s verified signature.
jonatan-ivanov Jonatan Ivanov

v1.15.11

Toggle v1.15.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix build cache misses from overlapping outputs in statsd module (#7349)

Disable the jar task for micrometer-registry-statsd since shadowJar
uses archiveClassifier='', producing the same output path and causing
overlapping output cache invalidation.

Also add missing Build-Timezone and Build-Url to MANIFEST.MF
normalization to prevent cache misses across environments.

Signed-off-by: Gasper Kojek <gkojek@gradle.com>

v1.17.0-M3

Toggle v1.17.0-M3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump io.opentelemetry.proto:opentelemetry-proto (#7265)

Bumps [io.opentelemetry.proto:opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto-java) from 1.9.0-alpha to 1.10.0-alpha.
- [Release notes](https://github.com/open-telemetry/opentelemetry-proto-java/releases)
- [Commits](https://github.com/open-telemetry/opentelemetry-proto-java/commits)

---
updated-dependencies:
- dependency-name: io.opentelemetry.proto:opentelemetry-proto
  dependency-version: 1.10.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.16.4

Toggle v1.16.4's commit message

Verified

This commit was signed with the committer’s verified signature.
shakuzen Tommy Ludwig
Polish order of Jakarta Mail in list/table

Order items in alphabetical order.

v1.15.10

Toggle v1.15.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Document DefaultMeterObservationHandler (#7261)

Add documentation for DefaultMeterObservationHandler to the Observation
Components page, explaining the metrics it creates from Observations:

- Timer (<name>) on stop, with low cardinality tags and error tag
- LongTaskTimer (<name>.active) on start, tracking in-progress duration
- Counter (<name>.<event>) on event signals

Include code examples showing basic usage and how to disable
LongTaskTimer via IgnoredMeters.

Closes gh-6361

Signed-off-by: seonghyeoklee <dltjdgur327@gmail.com>

v1.17.0-M2

Toggle v1.17.0-M2's commit message

Verified

This commit was signed with the committer’s verified signature.
shakuzen Tommy Ludwig
Deprecate Apache HTTP Client 5 instrumentation

Deprecates our instrumentation in micrometer-core in favor of the instrumentation maintained by the Apache HTTP Client project, released as the httpclient5-observation artifact with version 5.6.

See https://hc.apache.org/httpcomponents-client-5.6.x/observation.html

Closes gh-7158