Skip to content
Snippets Groups Projects
Commit fec014b9 authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Adding metrics_server.

parent 1c7cdd5f
No related branches found
No related tags found
No related merge requests found
......@@ -118,3 +118,17 @@ grpc_cc_library(
"protobuf_clib",
],
)
grpc_cc_library(
name = "metrics_server_lib",
srcs = [
"metrics_server.cc",
],
hdrs = [
"metrics_server.h",
],
deps = [
"//src/proto/grpc/testing:metrics_proto",
"//:grpc++",
],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment