ExInsights v0.2.0 ExInsights.Data.Payload View Source

Central point for creating data objects. Intended for internal use.

Link to this section Summary

Link to this section Functions

Link to this function create_dependency_payload(name, command_name, elapsed_time_ms, success, dependency_type_name, target, properties) View Source

Create custom dependency payload.

Link to this function create_event_payload(name, properties, measurements) View Source

Create custom event payload.

Link to this function create_metric_payload(name, value, properties) View Source

Create custom metric payload.

Link to this function create_trace_payload(message, severity_level, properties) View Source

Create custom trace payload.