Skip to content

Commit

Permalink
test: readd event.ingested to systemtest approval docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall committed Dec 20, 2024
1 parent 80adc74 commit bf95d65
Show file tree
Hide file tree
Showing 43 changed files with 447 additions and 0 deletions.
6 changes: 6 additions & 0 deletions systemtest/approvals/TestAgentConfig.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"labels.etag": [
"dynamic"
],
Expand Down Expand Up @@ -53,6 +56,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"labels.etag": [
"dynamic"
],
Expand Down
18 changes: 18 additions & 0 deletions systemtest/approvals/TestApprovedMetrics.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"go.memstats.heap.sys.bytes": [
6520832
],
Expand Down Expand Up @@ -113,6 +116,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -205,6 +211,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -315,6 +324,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -415,6 +427,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"faas.billed_duration": [
183
],
Expand Down Expand Up @@ -528,6 +543,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down
6 changes: 6 additions & 0 deletions systemtest/approvals/TestCompressedSpans.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"success"
],
Expand Down Expand Up @@ -167,6 +170,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"success"
],
Expand Down
6 changes: 6 additions & 0 deletions systemtest/approvals/TestDropUnsampled.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"unknown"
],
Expand Down Expand Up @@ -119,6 +122,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"success"
],
Expand Down
3 changes: 3 additions & 0 deletions systemtest/approvals/TestErrorIngest.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
"error.log.message": [
"Cannot read property 'baz' of undefined"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"x64"
],
Expand Down
15 changes: 15 additions & 0 deletions systemtest/approvals/TestIntake/Errors.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
"error.log.param_message": [
"My service could not talk to the database named %s"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"x64"
],
Expand Down Expand Up @@ -447,6 +450,9 @@
"error.id": [
"cdefab0123456789"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"x64"
],
Expand Down Expand Up @@ -669,6 +675,9 @@
"error.log.message": [
"no user found"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"x64"
],
Expand Down Expand Up @@ -885,6 +894,9 @@
"error.id": [
"cdefab0123456780"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"x64"
],
Expand Down Expand Up @@ -1110,6 +1122,9 @@
"error.log.message": [
"Cannot read property 'baz' of undefined"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"x64"
],
Expand Down
3 changes: 3 additions & 0 deletions systemtest/approvals/TestIntake/ErrorsTxID.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
"error.log.param_message": [
"Request method 'POST' /events/:event not supported"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"amd64"
],
Expand Down
12 changes: 12 additions & 0 deletions systemtest/approvals/TestIntake/Events.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
"error.log.param_message": [
"Request method 'POST' /events/:event not supported"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"amd64"
],
Expand Down Expand Up @@ -340,6 +343,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"amd64"
],
Expand Down Expand Up @@ -522,6 +528,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"success"
],
Expand Down Expand Up @@ -772,6 +781,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"success"
],
Expand Down
18 changes: 18 additions & 0 deletions systemtest/approvals/TestIntake/Metricsets.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"go.memstats.heap.sys.bytes": [
6520832
],
Expand Down Expand Up @@ -113,6 +116,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -205,6 +211,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -315,6 +324,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -415,6 +427,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"faas.billed_duration": [
183
],
Expand Down Expand Up @@ -528,6 +543,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down
21 changes: 21 additions & 0 deletions systemtest/approvals/TestIntake/MinimalEvents.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"error.log.message": [
"error log message"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -98,6 +101,9 @@
"error.id": [
"abcdef0123456790"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -157,6 +163,9 @@
"error.id": [
"abcdef0123456791"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -207,6 +216,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -257,6 +269,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"unknown"
],
Expand Down Expand Up @@ -331,6 +346,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"unknown"
],
Expand Down Expand Up @@ -405,6 +423,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"unknown"
],
Expand Down
Loading

0 comments on commit bf95d65

Please sign in to comment.