blob: 61de79ad9ee120cab53376bf69cad7b9cf7bc0d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<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>
<origin>gentoo-staging</origin>
</pkgmetadata>
|