All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.heroku.agent.metrics.Constants Maven / Gradle / Ivy

Go to download

This artifact is for use with the JVM Runtime Metrics features. It is a lightweight Java agent that uses a Prometheus Java client to report metrics.

The newest version!
package com.heroku.agent.metrics;

public final class Constants {
  public static final long METRICS_REPORTING_INTERVAL_MS = 5 * 1000;
  public static final int REPORTER_MAX_RETRIES = 3;
  public static final long REPORTER_RETRY_DELAY_MS = 2 * 1000;

  public static final String BUFFER_POOL_NAME_DIRECT = "direct";
  public static final String BUFFER_POOL_NAME_MAPPED = "mapped";

  private Constants() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy