Crates.io | dtz-observability |
lib.rs | dtz-observability |
version | 1.0.3 |
source | src |
created_at | 2024-04-14 06:28:59.318389 |
updated_at | 2024-11-06 11:09:37.287959 |
description | a generated client for the DTZ Observability API |
homepage | |
repository | |
max_upload_size | |
id | 1208054 |
size | 65,177 |
a generated client for the DTZ Observability API
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
org.openapitools.codegen.languages.RustClientCodegen
Put the package under your project folder in a directory named dtz-observability
and add the following to Cargo.toml
under [dependencies]
:
dtz-observability = { path = "./dtz-observability" }
All URIs are relative to https://observability.dtz.rocks/api/2021-12-21
Class | Method | HTTP request | Description |
---|
DefaultApi | get_build_info | GET /prometheus/api/v1/status/buildinfo | retreive build information about the dtz backend DefaultApi | get_log_activity | GET /log/activity | get log activity over time DefaultApi | get_log_attributes | GET /log/attribute | get log attributes DefaultApi | get_logs | GET /log | get logs DefaultApi | get_metric_metadata | GET /prometheus/api/v1/metadata | query metric metadata DefaultApi | get_stats | GET /stats | get statistics DefaultApi | list_label_values | GET /prometheus/api/v1/label/{label}/values | list all available values for one labels DefaultApi | list_labels | GET /prometheus/api/v1/labels | list all available labels DefaultApi | post_log | POST /log/push | push log data DefaultApi | post_metric | POST /metric | push metric data DefaultApi | post_prometheus | POST /prometheus | Push endpoint for prometheus data. DefaultApi | query_log_activity | POST /log/activity | get log activity over time filtered DefaultApi | query_logs | POST /log | query logs
To get access to the crate's generated documentation, use:
cargo doc --open