Stagemonitor Versions Save

an open source solution to application performance monitoring for java server applications

0.88.5

5 years ago

Bug fixes

  • Fixed issue with getting stagemonitor version from jar

Improvements

  • upgraded weasel #426
  • enable clientspan metatdata for all request types (#418)
  • upgraded jaeger to 0.31.0
  • upgraded resteasy to 3.1.4.Final
  • Performance: Reuse Jackson write buffers by closing JsonGenerator when writing metrics to Elasticsearch, #421

Internal

  • Update to gradle 4.10

0.87.13

5 years ago

Bug fixes

  • Fixed issue with getting stagemonitor version from jar

Improvements

  • upgraded jaeger to 0.31.0
  • upgraded resteasy to 3.1.4.Final
  • Performance: Reuse Jackson write buffers by closing JsonGenerator when writing metrics to Elasticsearch, #421

Internal

  • Update to gradle 4.10

0.87.12

5 years ago

Improvements

  • enable clientspan metatdata for all request types (#418)

0.87.11

5 years ago

Improvements

  • Update spring boot to 2.0.0.RELEASE in EUM server

0.88.4

6 years ago

Bug fixes

  • fixed jaeger NumberFormatException issue #404

0.87.10

6 years ago

Bug fixes

  • fixed jaeger NumberFormatException issue #404

0.88.3

6 years ago

Bug fixes

  • removed RuntimeException to make stagemonitor more robust
  • Adding a cache to monitor manually causes a NullPointerException when EhCachePlugin is not initialized #394

0.87.9

6 years ago

Bug fixes

  • removed RuntimeException to make stagemonitor more robust
  • Adding a cache to monitor manually causes a NullPointerException when EhCachePlugin is not initialized #394

0.87.8

6 years ago

Bug fixes

  • fixed encoding issue in elasticsearch url property (#393).

Breaking changes

  • The authentication information must be in application/x-www-form-urlencoded format for stagemonitor.reporting.elasticsearch.url.

0.88.2

6 years ago

Bug fixes

  • suppress warning if Elasticsearch configuration source is not available
  • fix discarding of end user monitoring spans with invalid data
  • mask authentication information in exception

Improvements

  • improve end user monitoring logging on bound violation
  • added new config params for elasticsearch username and password (#390)