View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TraceConfig (google_api_apigee v0.46.0)

TraceConfig defines the configurations in an environment of distributed trace.

Attributes

  • endpoint (type: String.t, default: nil) - Required. Endpoint of the exporter.
  • exporter (type: String.t, default: nil) - Required. Exporter that is used to view the distributed trace captured using OpenCensus. An exporter sends traces to any backend that is capable of consuming them. Recorded spans can be exported by registered exporters.
  • samplingConfig (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TraceSamplingConfig.t, default: nil) - Distributed trace configuration for all API proxies in an environment. You can also override the configuration for a specific API proxy using the distributed trace configuration overrides API.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TraceConfig{
  endpoint: String.t() | nil,
  exporter: String.t() | nil,
  samplingConfig:
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TraceSamplingConfig.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.