[][src]Crate simple_azure_monitor_data_collector

Structs

LogClient

A LogClient can be used to send records to the Data Collector API.

NewRecordsError

Error that occur when constructing a new Records struct.

Records

Wraps a JSON value. The JSON value should contain an array of JSON objects, which represent the individual records being sent to the Data Collector API.

Enums

LogError

Errors that can occur when logging data to the Data Collector API.

NewLogClientError

Errors that can occur when creating a new LogClient.

RequestBuildError

Errors that can occur when building a HTTP request.