Class PrometheusEmitter

  • All Implemented Interfaces:
    org.smallmind.claxon.registry.Emitter

    public class PrometheusEmitter
    extends org.smallmind.claxon.registry.PullEmitter<String>
    • Constructor Detail

      • PrometheusEmitter

        public PrometheusEmitter()
    • Method Detail

      • record

        public void record​(String meterName,
                           org.smallmind.claxon.registry.Tag[] tags,
                           org.smallmind.claxon.registry.Quantity[] quantities)
      • emit

        public String emit()
        Specified by:
        emit in class org.smallmind.claxon.registry.PullEmitter<String>