Commit Graph
67 Commits
Author SHA1 Message Date
Moritz Halbritter 84d0caf7ee Merge branch '4.0.x' into 4.1.x
Closes gh-51135
2026-07-28 10:17:26 +02:00
Moritz Halbritter 19153b69a4 Polish "Prevent Micrometer global registry from pinning application contexts"
See gh-50886
2026-07-28 10:14:06 +02:00
LordKay-sudo 7f8a75a6fb Prevent Micrometer global registry from pinning application contexts
Track meter registries added to Metrics.globalRegistry and remove them
on context close.

Disable use of the global registry in tests by default to avoid pinning
cached test contexts.

See gh-50886

Signed-off-by: LordKay-sudo <lkandiro@gmail.com>
2026-07-28 10:14:06 +02:00
Andy Wilkinson c5261cf0eb Merge branch '4.0.x'
Closes gh-50878
2026-06-28 12:14:56 +01:00
Yanming Zhou dff33aec55 Remove unnecessary @Nullables from local variable declarations
See gh-50866

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2026-06-28 10:39:07 +01:00
Stéphane Nicoll 85e1ef83d0 Merge branch '4.0.x'
Closes gh-50632
2026-05-30 14:48:00 +02:00
Kimgyuilli ed6c375d19 Fix stale type references in configuration metadata
See gh-50375

Signed-off-by: Kimgyuilli <rlarbdlf222@naver.com>
2026-05-30 14:42:13 +02:00
Stéphane Nicoll 5bf2a32b11 Merge branch '4.0.x' 2026-05-30 14:39:57 +02:00
Stéphane Nicoll 98084aab2b Reformat additional-spring-configuration-metadata.json files 2026-05-30 14:28:53 +02:00
Andy Wilkinson 6a74bb85a3 Merge branch '4.0.x'
Closes gh-50440
2026-05-14 15:03:44 +01:00
Andy Wilkinson add52b6ccd Merge branch '3.5.x' into 4.0.x
Closes gh-50439
2026-05-14 15:02:24 +01:00
Stéphane Nicoll 96a36cfc8c Merge branch '4.0.x'
Closes gh-50287
2026-05-04 08:22:17 +02:00
Stéphane Nicoll 2c18012577 Merge branch '3.5.x' into 4.0.x
Closes gh-50286
2026-05-04 08:22:07 +02:00
Moritz Halbritter b21ade191c Polish "Monitor truststore certificates in SslMeterBinder"
See gh-49641
2026-04-21 12:33:44 +02:00
bbbbooo f169bf8a48 Monitor truststore certificates in SslMeterBinder
See gh-49641

Signed-off-by: bbbbooo <hyeons1213@gmail.com>
2026-04-21 12:25:49 +02:00
Andy Wilkinson 2f73d15e35 Update distribution properties to support long task timers
Previously, LongTaskTimers were ignored when configuring a
distribution's min and max expected values and SLO boundaries. This
commit adds support, aligning them with the existing support for
Timers.

Fixes gh-49190
2026-04-15 15:01:41 +01:00
Andy Wilkinson 60c7922b20 Merge branch '4.0.x'
Closes gh-50078
2026-04-15 14:45:55 +01:00
Andy Wilkinson fc426a74ad Merge branch '3.5.x' into 4.0.x
Closes gh-50077
2026-04-15 14:43:43 +01:00
Andy Wilkinson 84a156f28a Upgrade to Prometheus Client 1.5.1
Closes gh-49777
2026-03-25 14:04:09 +00:00
Moritz Halbritter 9f872bdde9 Fix OtlpMetricsExportAutoConfigurationTests on JDK 26 2026-03-13 15:34:13 +01:00
Moritz Halbritter 06272143bf Add support for SslBundles to OTLP metrics export
Closes gh-49590
2026-03-13 14:38:54 +01:00
Moritz Halbritter 2a8ad44cef Polish "Add auto-configuration for otlp exemplars"
See gh-49538
2026-03-11 09:11:09 +01:00
Jonatan Ivanov d4521bb91b Add auto-configuration for otlp exemplars
See gh-49538
2026-03-11 08:48:52 +01:00
Stéphane Nicoll 53e7503fd4 Polish "Add support for configuring publishMaxGaugeForHistograms"
See gh-49242
2026-02-18 13:59:32 +01:00
Tommy Ludwig 3c028759a2 Add support for configuring publishMaxGaugeForHistograms
See https://github.com/micrometer-metrics/micrometer/pull/6159
See gh-49242
2026-02-18 13:52:30 +01:00
Andy Wilkinson f67f232e69 Polish "Add compression mode OTLP property"
See gh-48957
2026-02-10 11:10:26 +00:00
Jonatan Ivanov 17b4cbf6a1 Add compression mode OTLP property
See https://github.com/micrometer-metrics/micrometer/issues/7009

See gh-48957
2026-02-10 11:10:11 +00:00
Andy Wilkinson be750eb306 Adapt to deprecation of support for Dynatrace V1 API
See gh-49111
2026-02-10 09:06:57 +00:00
Stéphane Nicoll 01364b7099 Merge branch '4.0.x'
Closes gh-49027
2026-01-30 19:16:38 +01:00
Stéphane Nicoll 3bbf3c79ef Merge branch '3.5.x' into 4.0.x
Closes gh-49026
2026-01-30 19:14:51 +01:00
Andy Wilkinson a9871f8b88 Merge branch '4.0.x'
Closes gh-48988
2026-01-27 11:09:35 +00:00
Andy Wilkinson 78fbd12510 Merge branch '3.5.x' into 4.0.x
Closes gh-48987
2026-01-27 11:08:52 +00:00
Andy Wilkinson 27e3ddc7fb Merge branch '4.0.x'
Closes gh-48949
2026-01-23 10:36:38 +00:00
Yanming Zhou 5733ee723e Remove unnecessary @ConfigurationPropertiesSource
Remove @ConfigurationPropertiesSource from classes that reside in
the same module as all referencing @ConfigurationProperties classes.

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>

See gh-48934
2026-01-23 10:33:35 +00:00
Andy Wilkinson 9ab0d28ceb Merge branch '4.0.x'
Closes gh-48822 in 4.1.x
Closes gh-48824
2026-01-14 11:27:10 +00:00
Andy Wilkinson e51fb2f8f0 Merge branch '3.5.x' into 4.0.x
Closes gh-48822
Fixes gh-48819
2026-01-14 11:25:01 +00:00
Andy Wilkinson 86c17e6343 fixup! Start building against Micrometer 1.17.0-M1 snapshots 2026-01-08 16:46:01 +00:00
Stéphane Nicoll e3ae9100c6 Polish "Associate MeterConventions for JVM and system metrics"
See gh-47935
2025-12-19 11:48:25 +01:00
Dmytro Nosan 8abff71009 Associate MeterConventions for JVM and system metrics
This commit auto-configures the following beans with their corresponding
conventions, when available:

- ProcessorMetrics with JvmCpuMeterConventions
- JvmMemoryMetrics with JvmMemoryMeterConventions
- JvmThreadMetrics with JvmThreadMeterConventions
- ClassLoaderMetrics with JvmClassLoadingMeterConventions

See gh-47935

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-12-19 11:48:25 +01:00
Andy Wilkinson 7946f0e831 Merge branch '3.5.x'
Closes gh-48325
2025-11-28 09:44:43 +00:00
Moritz Halbritter 3a13d07301 Merge branch '3.5.x'
Closes gh-48182
2025-11-19 15:08:19 +01:00
Moritz Halbritter 968a85156d Merge branch '3.5.x' 2025-11-19 15:04:32 +01:00
Stéphane Nicoll 44e29b654d Merge branch '3.5.x'
Closes gh-48171
2025-11-18 16:07:34 +01:00
Stéphane Nicoll a4ff1e51da Polish "Add since to deprecations in config metadata JSON files"
See gh-47972
See gh-47980
2025-11-13 15:45:46 +01:00
Stéphane Nicoll 3d23261f87 Merge branch '3.5.x'
Closes gh-48122
2025-11-13 14:55:19 +01:00
Andy Wilkinson 9cc18130e6 Merge branch '3.5.x'
Closes gh-48110
2025-11-13 10:19:47 +00:00
Stéphane Nicoll d1e5fe3248 Merge branch '3.5.x'
Closes gh-48106
2025-11-13 10:31:25 +01:00
Moritz Halbritter fd7f5c5abc Rename TestImage.OPENTELEMETRY to OTEL_COLLECTOR
Closes gh-47956
2025-11-05 12:19:29 +01:00
Phillip Webb 827b0c14a9 Rename OnlyOnceLoggingDenyMeterFilter
Rename `OnlyOnceLoggingDenyMeterFilter` to
`MaximumAllowableTagsMeterFilter`.

Closes gh-47925
2025-11-03 20:56:28 -08:00
Phillip Webb 7849474291 Merge branch '3.5.x'
Closes gh-47924
2025-11-03 20:41:23 -08:00