aboutsummaryrefslogtreecommitdiffstats
path: root/metrics/src/vespa/metrics/metrics.h
blob: 2e19339a5990d71fa86d3a72c5a988d34c58f84d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright Vespa.ai. 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>