Skip to content

Releases: inspectIT/inspectit-ocelot

Version 0.1.M2

14 Jan 12:50
4f5afba
Compare
Choose a tag to compare

You can also find the corresponding documentation online under the following link: Documentation 0.1.M2

Changelog

Implemented enhancements:

  • Extend CI configuration in order to automatically release build artifacts #46
  • Improving system test for GCMetricsRecorder #42
  • Add configuration validation #18
  • Docker compose for fast start-up #11

Closed issues:

  • Extend CI to support releasing of the artifacts #10

Merged pull requests:

  • closes #46 - Extend CI configuration in order to automatically release build artifacts #53
  • Added note to docu to ensure that docker has enough main memory #49
  • closes #44: fixed occasional failure of system tests, improved GC test #48
  • relates to #45 - fixing broken condition for deploy stage #47
  • related to #42 - lowering waiting time for GC #45
  • Closed #42 - improving system test for GC metric recorder #43
  • Improved CI configuration - Testing on multiple JDKs in parallel and deploying documentation to S3 #41
  • closes #18: Added handling of invalid startup configurations #40
  • Closes #11: Created docker-based demo using Spring Pet Clinic #37

Version 0.1.M1

14 Jan 17:35
057810c
Compare
Choose a tag to compare

This release 0.1.M1 is a result of the work in the milestone M1.

The online documentation for this release is published on http://docs.inspectit.rocks/releases/0.1.M1.

Changelog

Closed issues:

  • Self monitoring concept #13
  • Logging strategy and configuration #12
  • Setup project for the documentation #9
  • Concept for the default tag context #8
  • Collect basic JVM metrics (cpu, memory, threads, gc, etc) #7
  • Setup continuous integration service #6
  • Support for integration tests #5
  • Add open-census and configure metric providers #4
  • Initialize Spring context and properties #3
  • Class loading strategy and bootstrap loader #2
  • Minimal project setup #1

Merged pull requests:

  • Closes #7: added documentation for all metrics recorders #39
  • work on #7: Added recorders for gc, threads and memory #38
  • prometheus exporter to bind to 0.0.0.0 by default #35
  • name the threads we create accordingly #34
  • closes #13: self-monitoring concept #33
  • work on #7: added processor metrics recorder #32
  • Work on #7: added classloader recorder, extracted common superclasses #31
  • Work on #7: Added simple disk usage metrics recorder. #30
  • closes #8: support for common tags and tag providers #29
  • closes #12: logback logging configuration support #28
  • closes #9: added documentation project #27
  • closes #6: added travis configuration #26
  • fixed prometheus exporter int test to work on linux #25
  • using inspectit class loader for thread context class loader when ini… #24
  • closes #5: added system tests to agent project #23
  • closes #4: Added Prometheus exporter and config validation #22
  • work on #4: added config option for selecting the opencensus classloader #21
  • closes #3: Added directory watcher, moved configuration management #20
  • Spring #17
  • closes #2: class loading strategy and bootstrap loader #15
  • Minimal project setup #14