Pudu programming language
Menu

Std.App.Otlp.exporter

1 declaration

fn

exporter: Str -> Std.App.Otlp.Exporter

This is a callable function.

What it does

An exporter pointed at a collector running beside the service.

The default endpoint is the one the specification names, so a collector run

with its own defaults needs nothing said about it here.

Read the signature

  • The text after the name is the type checked by Pudu.
  • Read arrows from left to right: inputs come first, and the final type is returned.

Back to Std.App.OtlpSearch related declarations