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

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

There is a newer version: 3.0.0-RC26
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy