blob: 95134574e6830cc8eccfa193ee4a42f73b00addb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="github">open-telemetry/opentelemetry-cpp</remote-id>
</upstream>
<maintainer type="person">
<email>chutzpah@gentoo.org</email>
<name>Patrick McLean</name>
</maintainer>
<use>
<flag name="elasticsearch">Build support for the elasticsearch exporter</flag>
<flag name="grpc">Build support for the OTLP (OpenTelemetry Protocol) GRPC exporter</flag>
<flag name="http">Build support for the OTLP (OpenTelemetry Protocol) HTTP exporter</flag>
<flag name="jaeger">Include the jaeger exporter</flag>
<flag name="otlp">Build support for the OTLP (OpenTelemetry Protocol) File exporter</flag>
<flag name="prometheus">include the Prometheus Client in the SDK</flag>
</use>
</pkgmetadata>
|