File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
cloudbank-v5/customer-helidon
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 102
102
<groupId >io.helidon.microprofile.metrics</groupId >
103
103
<artifactId >helidon-microprofile-metrics</artifactId >
104
104
</dependency >
105
+ <dependency >
106
+ <groupId >io.helidon.microprofile.telemetry</groupId >
107
+ <artifactId >helidon-microprofile-telemetry</artifactId >
108
+ </dependency >
109
+ <dependency >
110
+ <groupId >io.opentelemetry</groupId >
111
+ <artifactId >opentelemetry-exporter-otlp</artifactId >
112
+ </dependency >
105
113
<dependency >
106
114
<groupId >io.helidon.microprofile.testing</groupId >
107
115
<artifactId >helidon-microprofile-testing-junit5</artifactId >
Original file line number Diff line number Diff line change 2
2
server.port =8080
3
3
server.host =0.0.0.0
4
4
5
- # Change the following to true to enable the optional MicroProfile Metrics REST.request metrics
6
- metrics.rest-request.enabled =false
5
+ # OpenTelemetry configuration for SigNoz metrics integration
6
+ metrics.rest-request.enabled =true
7
+ otel.sdk.disabled =false
8
+ otel.service.name =customer
7
9
8
10
# Application properties. This is the default greeting
9
11
app.greeting =Hello
You can’t perform that action at this time.
0 commit comments