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

com.yahoo.jdisc.statistics.ContainerWatchdogMetrics Maven / Gradle / Ivy

There is a newer version: 8.410.10
Show newest version
// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.jdisc.statistics;

import com.yahoo.jdisc.Metric;
import com.yahoo.jdisc.core.ActiveContainer;

/**
 * Tracks statistics on stale {@link ActiveContainer} instances.
 *
 * @author bjorncs
 */
public interface ContainerWatchdogMetrics {

    String TOTAL_DEACTIVATED_CONTAINERS = "jdisc.deactivated_containers.total";

    void emitMetrics(Metric metric);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy