pl.allegro.tech.hermes.consumers.consumer.profiling.Measurement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hermes-consumers Show documentation
Show all versions of hermes-consumers Show documentation
Fast and reliable message broker built on top of Kafka.
package pl.allegro.tech.hermes.consumers.consumer.profiling;
public class Measurement {
public static final String SIGNALS_AND_SEMAPHORE_ACQUIRE = "signalsAndSemaphoreAcquire";
public static final String SIGNALS_INTERRUPT_RUN = "signalsInterrupt.run";
public static final String SCHEDULE_RESEND = "schedule.resend";
public static final String MESSAGE_RECEIVER_NEXT = "messageReceiver.next";
public static final String MESSAGE_CONVERSION = "messageConverter.convert";
public static final String OFFER_INFLIGHT_OFFSET = "offsetQueue.offerInflightOffset";
public static final String TRACKERS_LOG_INFLIGHT = "trackers.logInflight";
public static final String SCHEDULE_MESSAGE_SENDING = "retrySingleThreadExecutor.schedule";
public static final String ACQUIRE_RATE_LIMITER = "acquireRateLimiter";
public static final String MESSAGE_SENDER_SEND = "messageSender.send";
public static final String HANDLERS = "handlers";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy