aboutsummaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/vespa/vespalib/metrics/simple_metrics.h
blob: 4f9f47f23473a2b55ab55679dd73607341e9b13d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

#include <vector>
#include <chrono>
#include <memory>
#include <vespa/vespalib/stllike/string.h>

#include "clock.h"
#include "counter.h"
#include "dimension.h"
#include "dummy_metrics_manager.h"
#include "gauge.h"
#include "json_formatter.h"
#include "label.h"
#include "metric_point_id.h"
#include "metric_name.h"
#include "metrics_manager.h"
#include "point_builder.h"
#include "point.h"
#include "producer.h"
#include "simple_metrics_manager.h"
#include "snapshots.h"