Class MetricsExporter

java.lang.Object
io.camunda.zeebe.broker.exporter.metrics.MetricsExporter
All Implemented Interfaces:
Exporter

public class MetricsExporter extends Object implements Exporter
  • Field Details

    • TIME_TO_LIVE

      public static final Duration TIME_TO_LIVE
  • Constructor Details

    • MetricsExporter

      public MetricsExporter()
  • Method Details

    • open

      public void open(Controller controller)
      Specified by:
      open in interface Exporter
    • close

      public void close()
      Specified by:
      close in interface Exporter
    • export

      public void export(Record<?> record)
      Specified by:
      export in interface Exporter
    • defaultConfig

      public static ExporterCfg defaultConfig()
    • defaultExporterId

      public static String defaultExporterId()