aboutsummaryrefslogtreecommitdiffstats
path: root/library/go/core/metrics/solomon/ya.make
blob: 806ef556375b67254d707ec9daf5eb2a024c27bf (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
GO_LIBRARY()

SRCS(
    converter.go
    counter.go
    func_counter.go
    func_gauge.go
    func_int_gauge.go
    gauge.go
    histogram.go
    int_gauge.go
    metrics.go
    metrics_opts.go
    registry.go
    registry_opts.go
    spack.go
    spack_compression.go
    stream.go
    timer.go
    vec.go
)

GO_TEST_SRCS(
    converter_test.go
    counter_test.go
    func_counter_test.go
    func_gauge_test.go
    func_int_gauge_test.go
    gauge_test.go
    histogram_test.go
    int_gauge_test.go
    metrics_test.go
    race_test.go
    registry_test.go
    spack_compression_test.go
    spack_test.go
    stream_test.go
    timer_test.go
    vec_test.go
)

END()

RECURSE(
    gotest
)