File tree Expand file tree Collapse file tree 2 files changed +3
-19
lines changed Expand file tree Collapse file tree 2 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ func (t *OtlpHistogramTestRunner) validateHistogramMetric(metricName string) []s
167
167
},
168
168
{
169
169
stat : "p90" ,
170
- value : 5 ,
170
+ value : 2.0 ,
171
171
},
172
172
},
173
173
"my.cumulative.histogram" : {
@@ -193,7 +193,7 @@ func (t *OtlpHistogramTestRunner) validateHistogramMetric(metricName string) []s
193
193
},
194
194
{
195
195
stat : "p90" ,
196
- value : 5 ,
196
+ value : 2.0 ,
197
197
},
198
198
},
199
199
"my.delta.exponential.histogram" : {
@@ -245,7 +245,7 @@ func (t *OtlpHistogramTestRunner) validateHistogramMetric(metricName string) []s
245
245
},
246
246
{
247
247
stat : "p90" ,
248
- value : 5 ,
248
+ value : 5.95 ,
249
249
},
250
250
},
251
251
}
Original file line number Diff line number Diff line change @@ -78,10 +78,6 @@ func TestOTLPMetrics(t *testing.T) {
78
78
stat : types .StatisticSampleCount ,
79
79
value : 12 , // we send Count=2 six times in one minute
80
80
},
81
- {
82
- stat : "p90" ,
83
- value : 5 ,
84
- },
85
81
},
86
82
},
87
83
{
@@ -124,10 +120,6 @@ func TestOTLPMetrics(t *testing.T) {
124
120
stat : types .StatisticSampleCount ,
125
121
value : 12 , // we send Count=2 six times in one minute
126
122
},
127
- {
128
- stat : "p90" ,
129
- value : 5 ,
130
- },
131
123
},
132
124
},
133
125
{
@@ -170,10 +162,6 @@ func TestOTLPMetrics(t *testing.T) {
170
162
stat : types .StatisticSampleCount ,
171
163
value : 18 , // we send Count=3 six times in one minute
172
164
},
173
- {
174
- stat : "p90" ,
175
- value : 5 ,
176
- },
177
165
},
178
166
},
179
167
{
@@ -216,10 +204,6 @@ func TestOTLPMetrics(t *testing.T) {
216
204
stat : types .StatisticSampleCount ,
217
205
value : 12 , // we send Count=2 six times in one minute
218
206
},
219
- {
220
- stat : "p90" ,
221
- value : 5 ,
222
- },
223
207
},
224
208
},
225
209
}
You can’t perform that action at this time.
0 commit comments