Skip to content

Tags: ExpressScripts/micrometer

Tags

v1.2.1

Toggle v1.2.1's commit message
Update deprecation notice in spring-legacy module

v1.1.6

Toggle v1.1.6's commit message
Upgrade to reactor-netty 0.8.11.RELEASE

Resolves micrometer-metrics#1574

v1.2.0

Toggle v1.2.0's commit message
Add dependency lock files for 1.2.x line

v1.1.5

Toggle v1.1.5's commit message
Merge branch '1.0.x' into 1.1.x

v1.0.11

Toggle v1.0.11's commit message
Update credentials for publishing a release

v1.1.4

Toggle v1.1.4's commit message
Include stack trace when failed to send metrics to Stackdriver (micro…

…meter-metrics#1269)

Also add successful debug logging of how many time series sent.

v1.0.10

Toggle v1.0.10's commit message
Skip publishing to Artifactory on releases

v1.1.3

Toggle v1.1.3's commit message
Release of 1.1.3

- 414295f: Merge branch '1.0.x' into 1.1.x
- 12f9051: Use nanoseconds for Dropwizard timer snapshot mean (micrometer-metrics#1222)
- 429d3c6: Merge branch '1.0.x' into 1.1.x
- 5a247f5: Datadog: log when applicationKey is not configured
- 80cb505: Add test for tags with blank values with Influx
- 3dff46c: Merge branch '1.0.x' into 1.1.x
- 373c0ea: Fix compilation error due to lack of StringUtils in 1.0.x branch
- 36e28ce: Drop tags that do not have values before sending to Influx
- fc25b7f: Merge branch '1.0.x' into 1.1.x
- faa74bd: Add documentation to 'value' property of `@Timed`
- 48887f2: Remove public modifier from JUnit Jupiter test classes (1.1.x)
- 52579c2: Fix error when creating Stackdriver Distribution with no buckets
- 503ca7e: Merge branch '1.0.x' into 1.1.x
- 127249e: Remove public modifier from JUnit Jupiter test classes
- a096d29: Mark method as @nullable to avoid warning
- a36d9c6: Handle null MemoryUsage in JvmMemoryMetrics
- 1fa3d0e: Remove @disabled on BufferingFluxTest (micrometer-metrics#1184)
- 74ffa04: Merge branch '1.0.x' into 1.1.x
- ff231d5: Respect time unit parameter in FunctionTimer.totalTime() (micrometer-metrics#1221)
- 5dc5d1a: Use system-dependent line separator for logs (micrometer-metrics#1215)
- e21d839: Restore interrupted status in CloudWatchMeterRegistry.publish()
- ac0d633: Microsoft Azure Monitoring needs JAXB at runtime
- edf298e: Fix kafka consumer fetch manager metrics to be reported per topic and partition (micrometer-metrics#878)
- 2b73f06: Merge branch '1.0.x' into 1.1.x
- 0aa51eb: Fix broken tests (micrometer-metrics#1209)
- e9c52a4: Add missing dependency lockfiles
- 7eacf2f: Use JUnit platform consistently (micrometer-metrics#1210)
- d729fa9: Additional Datadog tests
- 3b05073: Align access modifiers for properties config adapters (micrometer-metrics#1204)
- 7fc1f2e: Align tests' class names with their test target class names (micrometer-metrics#1203)
- 02c87e8: Merge branch '1.0.x' into 1.1.x
- 3f66f65: Polish
- 8b4963f: Polish OkHttpSender (micrometer-metrics#1199)
- 7d4bfd8: Align access modifiers for properties config adapters (micrometer-metrics#1202)
- f4f5d67: Polish New Relic Insights support (micrometer-metrics#1198)
- e7a4f4e: Respect mode for FunctionTimer/FunctionCounter in SimpleMeterRegistry (micrometer-metrics#1201)
- 1d676dd: Merge branch '1.0.x' into 1.1.x
- 80e4674: Replace invalid characters from events for New Relic (micrometer-metrics#1193)
- ffdd006: Relax copyright year in license header (micrometer-metrics#1195)
- 9b068d7: "records-lead" in KafkaConsumerMetrics should not be a TimeGauge (micrometer-metrics#1158)
- 72bf390: Add Javadoc for RestTemplateExchangeTags.outcome() (micrometer-metrics#1188)
- 3bd86b6: Merge branch '1.0.x' into 1.1.x
- 607fe8b: Move TestController to test package (micrometer-metrics#1182)
- 08cd70e: Avoid invoking String.getBytes() on payload if possible in Dynatrace (micrometer-metrics#1178)
- fecfcb0: Handle NaN and infinities for Humio meter registry (micrometer-metrics#1174)
- a871575: Add javax.inject to dependency locks
- 4a0b43f: Avoid creating meter binders before registry has been customized (micrometer-metrics#1157)
- daad7f3: Handle NaN and infinity for New Relic Insights
- 53a37bd: Polish Elasticsearch support
- ddc24a4: Handle NaN in LoggingMeterRegistry

v1.1.2

Toggle v1.1.2's commit message
Release of 1.1.2

- 508a594: Include comma separator in byte count for Dynatrace payload splitting
- 9d34a65: Polish micrometer-metrics#1147
- c1fe10f: Split Dynatrace messages if they are too large (micrometer-metrics#1147)
- afba71d: Merge branch '1.0.x' into 1.1.x
- 680f810: Limit pattern by name for ObjectName in TomcatMetrics
- 5c11457: Polish
- 176c71d: Addresses micrometer-metrics#878: Reading kafka records-lag metrics with topic and partition name
- 69b81fd: Polish
- 63d7ed5: micrometer-metrics#1062 Add outcome tag to default rest template tags provider in spring legacy
- c69dead: Log Cloudwatch interruptions as a warn
- 3a56226: Do not write "NaN" function counters to elastic
- 40867d6: Do not write Infinity double values to elastic meter registry
- f4a3e6f: Ignore infinity values for function counters on publishing (micrometer-metrics#1138)
- 7e68e2a: Address potential NPE in TomcatMetricsBinder when Context is null
- a3408af: Make checkedForIndexTemplate volatile in ElasticMeterRegistry
- 8692dd4: Polish Azure Monitor support
- 593132c: Use Double.isFinite()
- 2537de8: Prevent publishing NaN or infinite values to Dynatrace (micrometer-metrics#1116)
- 510e9bd: Prevent publishing infinite values to InfluxDB (micrometer-metrics#1122)
- e73018a: Prevent publishing NaN or infinite values to AppOptics (micrometer-metrics#1109)
- 96bd266: Polish KairosDB
- 0d25553: Fix a Checkstyle rule violation (unused import)
- 4709ae2: Merge branch '1.0.x' into 1.1.x
- 4f00f0f: Polish logging registry human readable byte format
- ab255d2: Polish logging meter registry
- ddd5cfc: Add access token validation to SignalFxPropertiesConfigAdapter
- 45b28c1: Merge branch '1.0.x' into 1.1.x
- 5591728: Block on pushing metrics to Cloudwatch (fixes micrometer-metrics#1066).
- 67314ad: Use SessionFactory for public static factory methods and constructor
- a27bdc1: Polish AppOptics
- b89dda5: Fix description and base unit for executor.queued
- f14111e: Use LoggingRegistryConfig.logInactive()
- 5d00693: Exclude libnetty_transport_native_epoll_x86_64.so
- 7de4e43: Clean up Javadoc warnings

v1.0.9

Toggle v1.0.9's commit message
Release of 1.0.9

- ddd5cfc: Add access token validation to SignalFxPropertiesConfigAdapter
- b89dda5: Fix description and base unit for executor.queued
- 7de4e43: Clean up Javadoc warnings