File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
archetypes/helidon/src/main/archetype/common Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ curl -H 'Accept: application/json' -X GET http://localhost:8080/metrics
156
156
</list >
157
157
<list key =" Main-routing-builder" if =" ${flavor} == 'se'" >
158
158
<value ><![CDATA[ .addFeature(ObserveFeature.create(MetricsObserver.create()))]]> </value >
159
- <value ><![CDATA[ .register("/metrics-greet", metricsService)]]> </value >
160
159
</list >
161
160
<list key =" GreetService-imports" if =" ${flavor} == 'se'" >
162
161
<value >io.helidon.metrics.api.Metrics</value >
@@ -523,7 +522,7 @@ curl -s -X GET http://localhost:8080/health
523
522
.status(isStarted())
524
523
.detail("time", System.currentTimeMillis())
525
524
.build(), HealthCheckType.STARTUP)
526
- .build())) ]]> </value >
525
+ .build())]]> </value >
527
526
</list >
528
527
<list key =" Main-helidon-imports" if =" ${flavor} == 'se'" >
529
528
<value >io.helidon.health.HealthCheckResponse</value >
You can’t perform that action at this time.
0 commit comments