google-cloud-rust
google-cloud-rust copied to clipboard
Consume log based metrics
Hi,
Thanks for this awesome work, A quick question. Is there any way to query log-based metrics using this crate?
Hi jlunaq!
Currently this lib doesn't support Cloud Logging API. But you can create by following steps.
- Add the cloud logging proto into https://github.com/yoshidan/google-cloud-rust/blob/main/googleapis/build.rs
"googleapis/google/logging/v2/logging.proto",
"googleapis/google/logging/v2/logging_metrics.proto",
-
Generate gRPC type by cargo. https://github.com/yoshidan/google-cloud-rust/blob/main/googleapis/README.md
-
Create cloud logging client like other clients with using generated types.