Module Values.TestTelemetryPipelineInputSource

Tests a pipeline configuration with sample records to validate data processing before deployment. This operation helps ensure your pipeline configuration works as expected.

Sourcetype nonrec t = {
  1. records : Records.t;
    (*

    The sample records to process through the pipeline configuration for testing purposes.

    *)
  2. configuration : TelemetryPipelineConfiguration.t;
    (*

    The pipeline configuration to test with the provided sample records.

    *)
}
Sourceval context_ : string
Sourceval make : records:Records.t -> configuration:TelemetryPipelineConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of String_.t ]) list ] list | `Structure of (string * [> `String of TelemetryPipelineConfigurationBody.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t