File tree Expand file tree Collapse file tree
gax-java/gax/src/test/java/com/google/api/gax/tracing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 */
3030package com .google .api .gax .tracing ;
3131
32+ import static com .google .api .gax .tracing .GoldenSignalsMetricsRecorder .BOUNDARIES ;
33+ import static com .google .api .gax .tracing .GoldenSignalsMetricsRecorder .CLIENT_REQUEST_DURATION_METRIC_DESCRIPTION ;
34+ import static com .google .api .gax .tracing .GoldenSignalsMetricsRecorder .CLIENT_REQUEST_DURATION_METRIC_NAME ;
3235import static com .google .common .truth .Truth .assertThat ;
3336
3437import com .google .common .collect .ImmutableMap ;
4346import org .junit .jupiter .api .BeforeEach ;
4447import org .junit .jupiter .api .Test ;
4548
46- import static com .google .api .gax .tracing .GoldenSignalsMetricsRecorder .CLIENT_REQUEST_DURATION_METRIC_DESCRIPTION ;
47- import static com .google .api .gax .tracing .GoldenSignalsMetricsRecorder .CLIENT_REQUEST_DURATION_METRIC_NAME ;
48- import static com .google .api .gax .tracing .GoldenSignalsMetricsRecorder .BOUNDARIES ;
49-
5049class GoldenSignalsMetricsRecorderTest {
5150 private static final String ARTIFACT_NAME = "test-library" ;
5251 private static final String ATTRIBUTE_1 = "attribute_1" ;
You can’t perform that action at this time.
0 commit comments