X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fjaegertracing%2Fopentelemetry-cpp%2Fsdk%2Fsrc%2F_metrics%2FBUILD;fp=ceph%2Fsrc%2Fjaegertracing%2Fopentelemetry-cpp%2Fsdk%2Fsrc%2F_metrics%2FBUILD;h=4b528dda7753ffb65211c63a393f17179fdd505d;hb=1e59de90020f1d8d374046ef9cca56ccd4e806e2;hp=0000000000000000000000000000000000000000;hpb=bd41e436e25044e8e83156060a37c23cb661c364;p=ceph.git diff --git a/ceph/src/jaegertracing/opentelemetry-cpp/sdk/src/_metrics/BUILD b/ceph/src/jaegertracing/opentelemetry-cpp/sdk/src/_metrics/BUILD new file mode 100644 index 000000000..4b528dda7 --- /dev/null +++ b/ceph/src/jaegertracing/opentelemetry-cpp/sdk/src/_metrics/BUILD @@ -0,0 +1,26 @@ +# Copyright 2020, OpenTelemetry Authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +package(default_visibility = ["//visibility:public"]) + +cc_library( + name = "metrics_deprecated", + srcs = glob(["**/*.cc"]), + hdrs = glob(["**/*.h"]), + include_prefix = "src/_metrics", + deps = [ + "//api", + "//sdk:headers", + ], +)