Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.88 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.88 KB

Getting Started

Description

This project provides metrics libraries for Spring Reactor and coroutines in the package com.dpranantha.asyncmetrics.util. They are unit tested and are used in real production system as a library.

REST API application is created as an example.

Commands:

  1. Running example: ./mvnw spring-boot:run or via IDE by running AsyncMetricsApplication.kt class.
  2. Build and run unit-tests: ./mvnw clean install. Integration test is not provided.

Urls:

  1. Swagger UI: http://localhost:8080/internal
  2. Actuator: http://localhost:8080/actuator
  3. Prometheus: http://localhost:8080/actuator/prometheus

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely: