Uses of Interface
kieker.monitoring.writer.raw.IRawDataWriter
Package | Description |
---|---|
kieker.monitoring.writer.amqp |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.monitoring.writer.kafka |
-
Uses of IRawDataWriter in kieker.monitoring.writer.amqp
Classes in kieker.monitoring.writer.amqp that implement IRawDataWriter Modifier and Type Class Description class
ChunkingAmqpWriter
AMQP writer plugin that supports chunking via the new raw data I/O infrastructure. -
Uses of IRawDataWriter in kieker.monitoring.writer.kafka
Classes in kieker.monitoring.writer.kafka that implement IRawDataWriter Modifier and Type Class Description class
KafkaWriter
Raw data writer which sends monitoring records to a Kafka topic.