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

n-alpakka-kafka_2.12.2.7.5.source-code.reference.conf Maven / Gradle / Ivy

There is a newer version: 2.7.4
Show newest version
# ===================================== #
# Kamon Alpakka Reference Configuration #
# ===================================== #

kamon.instrumentation.alpakka {

}

kanela {
  modules {
    alpakka {

      name = "Alpakka"
      description = "PREVIEW. Provides context propagation for Alpakka applications"
      instrumentations = [
        "kamon.instrumentation.alpakka.kafka.ProducerMessageInstrumentation"
      ]

      within = [
        "akka.kafka.ProducerMessage\\$Message",
        "akka.kafka.ProducerMessage\\$MultiMessage",
        "akka.kafka.internal.DefaultProducerStageLogic"
      ]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy