News KrakenD Enterprise v2.6 released with OpenTelemetry, FIPS-140, gRPC server and more

Community Documentation

Recent changes

You are viewing a previous version of KrakenD Community Edition (v2.0) , go to the latest version

Exporting to the logger

Document updated on Sep 15, 2019

Opencensus can export data to the system logger as another exporter.

Enabling it only requires you to add the logger exporter in the opencensus module.

The following configuration snippet enables the logger:

{
  "extra_config":{
    "telemetry/opencensus": {
        "exporters": {
          "logger": {
              "stats": true,
              "spans": true
          }
        }
    }
}

  • stats: Whether to log the statistics or not
  • spans: Whether to log the spans or not

See also the additional settings of the Opencensus module that can be declared.

Scarf

Unresolved issues?

The documentation is only a piece of the help you can get! Whether you are looking for Open Source or Enterprise support, see more support channels that can help you.