newrelic_distributed_tracing_config_t Struct Reference

Configuration used for distributed tracing. More...

Data Fields

bool enabled
 Specifies whether or not distributed tracing is enabled. More...
 

Detailed Description

Configuration used for distributed tracing.

Field Documentation

◆ enabled

bool newrelic_distributed_tracing_config_t::enabled

Specifies whether or not distributed tracing is enabled.

When set to true, distributed tracing is enabled for the C SDK. The default configuration returned by newrelic_create_app_config() sets this value to false.

Examples
ex_distributed_tracing_client.c, and ex_distributed_tracing_server.c.

The documentation for this struct was generated from the following file: