Talk

Micrometer: New insights into your Spring Boot application

Micrometer is a new library written by the folks at Pivotal. It’s an instrumentation library for JVM-based application and it is the default instrumentation library for all kinds of metrics in a Spring Boot 2.0 application.

An application can be observed in three ways: Through logging, tracing and metrics. While all three ways are based either directly or indirectly on events , they only share subset of qualities. Logs are usually discrete, tracing requires extra work to identify events across services and metrics have to be collected over time and usually provide more value through aggregation. As such, metrics can be seen as a function of measurements.

The idea of Micrometer is to provide a way to collect and publish metrics inside a JVM-based application without vendor lock-in. Much like a logging facade, but for metrics.

Micrometer deals with several tasks: Collecting meters of different types like counters, gauges and timers and than publishing them to a fitting storage. The type of storage can vary to a great degree because Micrometer is fully modular.

Learn in this talk how to facilitate Micrometer in a Spring Boot application through the new Spring Boot Actuator 2. See what kind of meters Spring Boot brings you, how you can easily add your own without the burden of providing a performant solution of collecting the data.

Date
2018-05-25
Time
15:30 - 16:20
Conference / Event
Spring I/O 2018
Venue
Palau de Congressos de Barcelona, Barcelona
  • Slide 1
    1/47
  • Slide 2
    2/47
  • Slide 3
    3/47
  • Slide 4
    4/47
  • Slide 5
    5/47
  • Slide 6
    6/47
  • Slide 7
    7/47
  • Slide 8
    8/47
  • Slide 9
    9/47
  • Slide 10
    10/47
  • Slide 11
    11/47
  • Slide 12
    12/47
  • Slide 13
    13/47
  • Slide 14
    14/47
  • Slide 15
    15/47
  • Slide 16
    16/47
  • Slide 17
    17/47
  • Slide 18
    18/47
  • Slide 19
    19/47
  • Slide 20
    20/47
  • Slide 21
    21/47
  • Slide 22
    22/47
  • Slide 23
    23/47
  • Slide 24
    24/47
  • Slide 25
    25/47
  • Slide 26
    26/47
  • Slide 27
    27/47
  • Slide 28
    28/47
  • Slide 29
    29/47
  • Slide 30
    30/47
  • Slide 31
    31/47
  • Slide 32
    32/47
  • Slide 33
    33/47
  • Slide 34
    34/47
  • Slide 35
    35/47
  • Slide 36
    36/47
  • Slide 37
    37/47
  • Slide 38
    38/47
  • Slide 39
    39/47
  • Slide 40
    40/47
  • Slide 41
    41/47
  • Slide 42
    42/47
  • Slide 43
    43/47
  • Slide 44
    44/47
  • Slide 45
    45/47
  • Slide 46
    46/47
  • Slide 47
    47/47

Swipe for more

Scroll or use your arrow keys for more

Scroll for more

Use your arrow keys for more

Download Slides

TAGS