File tree 2 files changed +8
-3
lines changed
api/src/main/java/io/opencensus/metrics
benchmarks/src/jmh/java/io/opencensus/benchmarks/trace
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,11 @@ public static Builder builder() {
89
89
.setConstantLabels (Collections .<LabelKey , LabelValue >emptyMap ());
90
90
}
91
91
92
+ /**
93
+ * Builder for {@link MetricOptions}.
94
+ *
95
+ * @since 0.20
96
+ */
92
97
@ AutoValue .Builder
93
98
public abstract static class Builder {
94
99
Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ public static class Data {
84
84
public void setup () {
85
85
tracer = BenchmarksUtil .getTracer (implementation );
86
86
attributeSpan = createSpan ("Attribute" );
87
- annotationSpanEmpty = createSpan ("AnnotaionSpanEmpty " );
88
- annotationSpanAttributes = createSpan ("AnnotaionSpanAttributes " );
89
- annotationSpanAnnotation = createSpan ("AnnotaionSpanAnnotation " );
87
+ annotationSpanEmpty = createSpan ("AnnotationSpanEmpty " );
88
+ annotationSpanAttributes = createSpan ("AnnotationSpanAttributes " );
89
+ annotationSpanAnnotation = createSpan ("AnnotationSpanAnnotation " );
90
90
messageEventSpan = createSpan ("MessageEventSpan" );
91
91
linkSpan = createSpan ("LinkSpan" );
92
92
initAttributes ();
You can’t perform that action at this time.
0 commit comments