You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Congratulations! You have a Helidon SE service up and running. It will be listening on port 8082. Try it in another terminal:
@@ -148,7 +148,7 @@ Then, include the following in each of the generated MP and SE `pom.xml`.
148
148
## Add application identification to metrics
149
149
150
150
To ensure we can identify individual helidon applications as well as allowing drill-through, we need to add the
151
-
following labels to your generated metrics using the system property or `META-INF/application.yaml` (SE) or `META-INF/microprofile-config.properties` (MP)
151
+
following labels to your generated metrics using the system property or `src/main/resources/application.yaml` (SE) or `META-INF/microprofile-config.properties` (MP)
152
152
153
153
### Helidon MP
154
154
@@ -168,7 +168,7 @@ Change the existing value of `metrics.rest-request.enabled` to `true`.
168
168
169
169
### Helidon SE
170
170
171
-
Add the following to your `META-INF/application.yaml` in the `quickstart-se` application to identify the application and enable additional metrics.
171
+
Add the following to your `src/main/resources/application.yaml` in the `quickstart-se` application to identify the application and enable additional metrics.
172
172
173
173
*application.yaml*
174
174
```yaml
@@ -268,7 +268,7 @@ the access log files from `${HOME}/logs/helidon-quickstart-mp/` and send them to
268
268
Next, start the monitoring stack. Create four terminal windows and start each of
269
269
these in the foreground so you can easily see what they are doing.
270
270
271
-
These commands are based on the default install locations of `brew` on MacOS. You should adjust these commands
271
+
These commands are based on the default install locations of `brew` on macOS. You should adjust these commands
0 commit comments