aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/metrics/point_map.h
blob: 7a435389566db24fe2434e575709f6fee67b937f (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.
#pragma once

#include <map>
#include "dimension.h"
#include "label.h"

namespace vespalib {
namespace metrics {

using PointMap = std::map<Dimension, Label>;

} // namespace vespalib::metrics
} // namespace vespalib