Class SingleSocketTcpWriter

java.lang.Object
kieker.monitoring.writer.AbstractMonitoringWriter
kieker.monitoring.writer.tcp.SingleSocketTcpWriter
All Implemented Interfaces:
IRegistryListener<String>

public class SingleSocketTcpWriter extends AbstractMonitoringWriter implements IRegistryListener<String>
Represents a monitoring writer which serializes records via TCP to a given host:port.
Since:
1.13
Author:
Christian Wulf
  • Field Details

    • PREFIX

      public static final String PREFIX
      This writer can be configured by the configuration file "kieker.properties". For this purpose, it uses this prefix for all configuration keys.
    • CONFIG_HOSTNAME

      public static final String CONFIG_HOSTNAME
      configuration key for the hostname.
    • CONFIG_PORT

      public static final String CONFIG_PORT
      configuration key for the port.
    • CONFIG_BUFFERSIZE

      public static final String CONFIG_BUFFERSIZE
      configuration key for the size of the buffer.
    • CONFIG_FLUSH

      public static final String CONFIG_FLUSH
      configuration key for flush.
    • CONFIG_CONN_TIMEOUT_IN_MS

      public static final String CONFIG_CONN_TIMEOUT_IN_MS
      configuration key for connectionTimeoutInMs.
  • Constructor Details

  • Method Details