aboutsummaryrefslogtreecommitdiffstats
path: root/library/go/core/metrics/prometheus/ya.make
blob: c5d26f8c1b60e95768397a0d8dc1efbc65e7f6cc (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
26
27
28
GO_LIBRARY()

SRCS(
    counter.go
    gauge.go
    histogram.go
    int_gauge.go
    registry.go
    registry_opts.go
    stream.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
)