File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
test/packages/with-kind/kubernetes/data_stream/pod/fields Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ test-stack-command-oldest:
5858 ./scripts/test-stack-command.sh 7.14.2
5959
6060test-stack-command-7x :
61- ./scripts/test-stack-command.sh 7.17.1 -SNAPSHOT
61+ ./scripts/test-stack-command.sh 7.17.3 -SNAPSHOT
6262
6363test-stack-command-8x :
64- ./scripts/test-stack-command.sh 8.2 .0-SNAPSHOT
64+ ./scripts/test-stack-command.sh 8.3 .0-SNAPSHOT
6565
6666test-stack-command : test-stack-command-default test-stack-command-7x test-stack-command-800 test-stack-command-8x
6767
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ package install
66
77const (
88 // DefaultStackVersion is the default version of the stack
9- DefaultStackVersion = "8.1 .0"
9+ DefaultStackVersion = "8.2 .0"
1010)
Original file line number Diff line number Diff line change 88 name : orchestrator.cluster.name
99- external : ecs
1010 name : orchestrator.cluster.url
11+ - name : container.network.egress.bytes
12+ type : long
13+ format : bytes
14+ metric_type : counter
15+ description : |
16+ Total number of outgoing bytes.
17+ - name : container.network.ingress.bytes
18+ type : long
19+ format : bytes
20+ metric_type : counter
21+ description : |-
22+ Total number of incoming bytes.
You can’t perform that action at this time.
0 commit comments