public final class TraceTestUtil extends Object
Modifier | Constructor and Description |
---|---|
private |
TraceTestUtil() |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> |
buildConnectionAttributesMatcher(org.apache.hadoop.hbase.client.AsyncConnectionImpl conn)
All
Span s involving conn should include these attributes. |
static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> |
buildConnectionAttributesMatcher(org.apache.hadoop.hbase.client.ConnectionImplementation conn)
All
Span s involving conn should include these attributes. |
static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> |
buildTableAttributesMatcher(org.apache.hadoop.hbase.TableName tableName)
All
Span s involving tableName should include these attributes. |
private TraceTestUtil()
public static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> buildConnectionAttributesMatcher(org.apache.hadoop.hbase.client.AsyncConnectionImpl conn)
Span
s involving conn
should include these attributes.public static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> buildConnectionAttributesMatcher(org.apache.hadoop.hbase.client.ConnectionImplementation conn)
Span
s involving conn
should include these attributes.public static org.hamcrest.Matcher<io.opentelemetry.sdk.trace.data.SpanData> buildTableAttributesMatcher(org.apache.hadoop.hbase.TableName tableName)
Span
s involving tableName
should include these attributes.Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.