Skip to content

Commit 6b20d6d

Browse files
committed
Add link to the step by step walk through
1 parent 6ac7d63 commit 6b20d6d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

challenge-01/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,11 @@ Suddenly all queries will hang, it is like you customers complaining about a slo
226226
227227
If an application is auto-instrumented with OpenTelemetry, you can use the following to improve the observability:
228228
- Add more context to the spans, https://opentelemetry.io/docs/zero-code/java/agent/annotations/
229-
- Add more metrics, https://opentelemetry.io/docs/zero-code/java/agent/api/ to add a Meter, based on that you can add counters and gauges for example
229+
- Add more metrics, https://opentelemetry.io/docs/zero-code/java/agent/api/ to add a Meter, based on that you can add counters and gauges for example
230+
231+
# Step by step walk through
232+
233+
> [!CAUTION]
234+
> **Spoiler alert**
235+
> To take you in a step by step approach I created a blog article. If you want to you can check this page and follow these steps:
236+
> https://goto.ceesbos.nl/c1s

0 commit comments

Comments
 (0)