This repository was archived by the owner on Dec 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
api/src/main/java/io/opencensus/metrics
benchmarks/src/jmh/java/io/opencensus/benchmarks/trace Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,6 +89,11 @@ public static Builder builder() {
8989 .setConstantLabels (Collections .<LabelKey , LabelValue >emptyMap ());
9090 }
9191
92+ /**
93+ * Builder for {@link MetricOptions}.
94+ *
95+ * @since 0.20
96+ */
9297 @ AutoValue .Builder
9398 public abstract static class Builder {
9499
Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ public static class Data {
8484 public void setup () {
8585 tracer = BenchmarksUtil .getTracer (implementation );
8686 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 " );
9090 messageEventSpan = createSpan ("MessageEventSpan" );
9191 linkSpan = createSpan ("LinkSpan" );
9292 initAttributes ();
You can’t perform that action at this time.
0 commit comments