aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/metrics/memory_usage_metrics.h
blob: d264fae7012a088f853c2d96059f9cfab7b0afd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

#include <vespa/metrics/common/memory_usage_metrics.h>

namespace vespalib { class MemoryUsage; }

namespace proton {

using MemoryUsageMetrics = metrics::MemoryUsageMetrics;

} // namespace proton