• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..20-Nov-2020-

metric/prometheus/H20-Nov-2020-913622

otlp/H20-Nov-2020-20,73418,269

stdout/H20-Nov-2020-1,200828

trace/H20-Nov-2020-7,8336,613

README.mdH A D20-Nov-2020746 1911

README.md

1# Exporters
2
3Included in this directory are exporters that export both metric and trace telemetry.
4
5- [stdout](./stdout): Writes telemetry to a specified local output as structured JSON.
6- [otlp](./otlp): Sends telemetry to an OpenTelemetry collector as OTLP.
7
8Additionally, there are [metric](./metric) and [trace](./trace) only exporters.
9
10## Metric Telemetry Only
11
12- [prometheus](./metric/prometheus): Exposes metric telemetry as Prometheus metrics.
13- [test](./metric/test): A development tool when testing the telemetry pipeline.
14
15## Trace Telemetry Only
16
17- [jaeger](./trace/jaeger): Sends properly transformed trace telemetry to a Jaeger endpoint.
18- [zipkin](./trace/zipkin): Sends properly transformed trace telemetry to a Zipkin endpoint.
19