mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-03 15:32:50 +02:00
19 lines
441 B
Text
19 lines
441 B
Text
# Copyright The OpenTelemetry Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
cc_binary(
|
|
name = "example_logs_simple",
|
|
srcs = [
|
|
"main.cc",
|
|
],
|
|
tags = [
|
|
"examples",
|
|
"ostream",
|
|
],
|
|
deps = [
|
|
"//api",
|
|
"//examples/common/logs_foo_library:common_logs_foo_library",
|
|
"//exporters/ostream:ostream_log_record_exporter",
|
|
"//exporters/ostream:ostream_span_exporter",
|
|
],
|
|
)
|