All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zio.telemetry.opentelemetry.internal.Propagator.scala Maven / Gradle / Ivy

package zio.telemetry.opentelemetry.internal

import io.opentelemetry.context.propagation.TextMapPropagator

private[opentelemetry] trait Propagator {

  /**
   * One of the already available or custom propagator implementations.
   *
   * @see
   *   
   *   Propagators Distribution 
   */
  val instance: TextMapPropagator

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy