Skip to content

Commit 0d5f754

Browse files
committed
added some text to dropping spans
1 parent 507ba91 commit 0d5f754

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

content/en/conf/1-advanced-collector/3-dropping-spans/3-2-test-filter.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,23 @@ To test your configuration, you'll need to generate some trace data that include
2525
```bash
2626
../loadgen -health -count 5
2727
```
28+
The debug out put in the agetn terminal should show additional _Helathz spans,:
29+
```text
30+
InstrumentationScope healthz 1.0.0
31+
Span #0
32+
Trace ID : 0cce8759b5921c8f40b346b2f6e2f4b6
33+
Parent ID :
34+
ID : bc32bd0e4ddcb174
35+
Name : /_healthz
36+
Kind : Server
37+
Start time : 2025-07-11 08:47:50.938703979 +0000 UTC
38+
End time : 2025-07-11 08:47:51.938704091 +0000 UTC
39+
Status code : Ok
40+
Status message : Success
41+
```
42+
They should not be present in the Gatyeway debug as they are dropped by the gateway.
43+
Let's check both out files from the test windows:
44+
2845

2946
**Verify `agent.out`**: Using `jq` confirm the name of the spans received by the **Agent**:
3047

0 commit comments

Comments
 (0)