mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 11:57:18 +00:00
9935ca3733
* add tracing * monitoring pkg * move prom * Add client stats Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
10 lines
310 B
Python
10 lines
310 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["http_backup_handler.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/monitoring/backup",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@com_github_sirupsen_logrus//:go_default_library"],
|
|
)
|