aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/jdisc/state/package-info.java
blob: c14e8f21b18f71538e21c9a7fcbee65964eed10c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

/**
 * Metrics implementation for jDisc. This consumes metrics over the jDisc metric API and
 * makes these available for in-process consumption, and off-process through a jDisc handler.
 */
@ExportPackage
package com.yahoo.container.jdisc.state;

import com.yahoo.osgi.annotation.ExportPackage;