Skip to content

Commit

Permalink
chore: fulfill comments
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx committed Jul 4, 2024
1 parent bcee450 commit 0111559
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/utils/runtime/src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,15 @@ pub fn init_risingwave_logger(settings: LoggerSettings) {

layers.push(layer.boxed());

// The reporter is used by minitrace in foyer for dynamically tail-based tracing.
//
// Code here only setup the OpenTelemetry reporter. To enable/disable the function, please use risectl.
//
// e.g.
//
// ```bash
// risectl hummock tiered-cache-tracing -h
// ```
let reporter = OpenTelemetryReporter::new(
exporter,
SpanKind::Server,
Expand Down

0 comments on commit 0111559

Please sign in to comment.