File tree 1 file changed +2
-2
lines changed
connector/spanmetricsconnector
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ func TestLoadConfig(t *testing.T) {
134
134
TimestampCacheSize : & customTimestampCacheSize ,
135
135
DimensionsCacheSize : defaultDimensionsCacheSize ,
136
136
ResourceMetricsCacheSize : defaultResourceMetricsCacheSize ,
137
- MetricsFlushInterval : 15 * time .Second ,
137
+ MetricsFlushInterval : 60 * time .Second ,
138
138
Histogram : HistogramConfig {Disable : false , Unit : defaultUnit },
139
139
},
140
140
},
@@ -144,7 +144,7 @@ func TestLoadConfig(t *testing.T) {
144
144
AggregationTemporality : "AGGREGATION_TEMPORALITY_DELTA" ,
145
145
DimensionsCacheSize : defaultDimensionsCacheSize ,
146
146
ResourceMetricsCacheSize : defaultResourceMetricsCacheSize ,
147
- MetricsFlushInterval : 15 * time .Second ,
147
+ MetricsFlushInterval : 60 * time .Second ,
148
148
Histogram : HistogramConfig {Disable : false , Unit : defaultUnit },
149
149
},
150
150
extraAssertions : func (config * Config ) {
You can’t perform that action at this time.
0 commit comments