Docs.rs
simple_azure_monitor_data_collector-0.1.1
simple_azure_monitor_data_collector 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
a-mackay
Dependencies
base64 ^0.11.0
normal
chrono ^0.4.9
normal
hmac ^0.7.1
normal
reqwest =0.10.0-alpha.1
normal
serde_json ^1.0
normal
sha2 ^0.8.0
normal
thiserror ^1.0
normal
url ^2.1
normal
tokio =0.2.0-alpha.6
dev
Versions
83.33%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
simple_
azure_
monitor_
data_
collector
0.1.1
All Items
Crate Items
Structs
Enums
Crate
simple_azure_monitor_data_collector
Copy item path
Source
Structs
§
LogClient
A
LogClient
can be used to send records to the Data Collector API.
NewRecords
Error
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.
NewLog
Client
Error
Errors that can occur when creating a new
LogClient
.
Request
Build
Error
Errors that can occur when building a HTTP request.