Skip to content

Commit

Permalink
add span and metric stdout exporters
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Sep 26, 2024
1 parent 977f887 commit 4084624
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ public static void configureHistogramDefaultAggregation(
}
}

private ExporterBuilderUtil() {}

/**
* Invoke the {@code aggregationTemporalitySelectorConsumer} with the configured {@link
* AggregationTemporality}.
Expand Down Expand Up @@ -189,4 +187,6 @@ public static void configureOtlpHistogramDefaultAggregation(
"Unrecognized default_histogram_aggregation: " + defaultHistogramAggregation);
}
}

private ExporterBuilderUtil() {}
}

0 comments on commit 4084624

Please sign in to comment.