aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/metrics/CMakeLists.txt
blob: 6077a6ddd87119c651b45d1ffff7b4b8a50f596a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchcore_proton_metrics STATIC
    SOURCES
    attribute_metrics.cpp
    content_proton_metrics.cpp
    documentdb_job_trackers.cpp
    documentdb_tagged_metrics.cpp
    executor_metrics.cpp
    executor_threading_service_metrics.cpp
    executor_threading_service_stats.cpp
    job_load_sampler.cpp
    job_tracker.cpp
    job_tracked_flush_target.cpp
    job_tracked_flush_task.cpp
    memory_usage_metrics.cpp
    metrics_engine.cpp
    resource_usage_metrics.cpp
    sessionmanager_metrics.cpp
    trans_log_server_metrics.cpp
    DEPENDS
)