File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ var _ = Describe("Splunk", func() {
118
118
var envelopeHttpStartStop * events.HttpStartStop
119
119
var startTimestamp , stopTimestamp int64
120
120
var requestId events.UUID
121
+ var requestIdHex , applicationIdHex string
121
122
var peerType events.PeerType
122
123
var method events.Method
123
124
var uri , remoteAddress , userAgent string
@@ -148,13 +149,15 @@ var _ = Describe("Splunk", func() {
148
149
Low : & requestIdLow ,
149
150
High : & requestIdHigh ,
150
151
}
152
+ requestIdHex = "b12a3f87-83ab-4cf2-554b-042dc36e28f1"
151
153
152
154
applicationIdLow := uint64 (10539615360601842564 )
153
155
applicationIdHigh := uint64 (3160954123591206558 )
154
156
applicationId = events.UUID {
155
157
Low : & applicationIdLow ,
156
158
High : & applicationIdHigh ,
157
159
}
160
+ applicationIdHex = "8463ec45-543c-4492-9ec6-f52707f7dd2b"
158
161
159
162
envelopeHttpStartStop = & events.HttpStartStop {
160
163
StartTimestamp : & startTimestamp ,
You can’t perform that action at this time.
0 commit comments