aboutsummaryrefslogtreecommitdiffstats
path: root/metrics/src/vespa/metrics/metrics.h
blob: 6271789c3e7f3091f1c75b162f935a5a369b5b1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * File to include if you want to get all the most used metrics classes
 * included.
 */
#pragma once

#include <vespa/metrics/metric.h>
#include <vespa/metrics/countmetric.h>
#include <vespa/metrics/valuemetric.h>
#include <vespa/metrics/summetric.h>
#include <vespa/metrics/metricset.h>
#include <vespa/metrics/metricsnapshot.h>
#include <vespa/metrics/metrictimer.h>