udate task-apps pom dependencies and docs

This commit is contained in:
Christian Tzolov
2019-11-07 16:28:04 +01:00
parent 2b295dafb1
commit e42c2888a3
4 changed files with 16 additions and 30 deletions

View File

@@ -93,14 +93,6 @@ Use version `2.2.0.RC1` or newer!
* Add dependencies to configure Micrometer integration:
The Micrometer library uses the actuator internally:
```xml
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
```
To enable Prometheus metrics collection add:
```xml

View File

@@ -76,21 +76,14 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-actuator-autoconfigure</artifactId>-->
<!-- </dependency>-->
<!-- Enable Prometheus metrics collection (via Prometheus RSocket Proxy) -->
<!-- Internally it imports the org.springframework.boot:spring-boot-actuator-autoconfigure dependency -->
<dependency>
<groupId>io.micrometer.prometheus</groupId>
<artifactId>prometheus-rsocket-spring</artifactId>
<version>${prometheus-rsocket-spring.version}</version>
</dependency>
<dependency>
<groupId>io.micrometer.prometheus</groupId>
<artifactId>prometheus-rsocket-client</artifactId>