aboutsummaryrefslogtreecommitdiffstats
path: root/library/go/core/metrics/prometheus/ya.make
blob: b012835f4b9bf7a26192c79d70fa9ab83de02e93 (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
24
25
GO_LIBRARY()

SRCS(
    counter.go
    gauge.go
    int_gauge.go
    histogram.go
    registry.go
    registry_opts.go
    timer.go
    vec.go
)

GO_TEST_SRCS(
    counter_test.go
    gauge_test.go
    histogram_test.go
    registry_test.go
    timer_test.go
    vec_test.go
)

END()

RECURSE(gotest)