Docs.rs
  • scouter-server-0.1.2
    • scouter-server 0.1.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • thorrester
    • Dependencies
      • anyhow ^1.0.86 normal
      • axum ^0.7.5 normal
      • chrono ^0.4.24 normal
      • cron ^0.12.1 normal
      • futures ^0.3.30 normal
      • include_dir ^0.7.3 normal
      • rdkafka ^0.36.2 normal
      • scouter ^0.2.1 normal
      • serde ^1.0.159 normal
      • serde_json ^1.0.95 normal
      • sqlx ^0.7.3 normal
      • time ^0.3.36 normal
      • tokio ^1.27.0 normal
      • tower-http ^0.5.0 normal
      • tracing ^0.1.40 normal
      • tracing-subscriber ^0.3.18 normal
      • approx ^0.5.1 dev
      • http-body-util ^0.1.2 dev
      • sqlx-cli ^0.7.4 dev
      • tower ^0.4.13 dev
    • Versions
    • 0.64% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

scouter_server0.1.2

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • api::route::AppState
  • api::schema::DriftRecordRequest
  • api::schema::ServiceDriftRequest
  • sql::postgres::PostgresClient
  • sql::query::GetBinnedFeatureValuesParams
  • sql::query::GetFeatureValuesParams
  • sql::query::GetFeaturesParams
  • sql::query::InsertMonitorProfileParams
  • sql::query::InsertParams
  • sql::query::QueueParams
  • sql::query::SqlQuery
  • sql::schema::AlertRule
  • sql::schema::DriftRecord
  • sql::schema::FeatureMonitorProfile
  • sql::schema::FeatureResult
  • sql::schema::MonitorConfig
  • sql::schema::MonitorProfile
  • sql::schema::PercentageAlertRule
  • sql::schema::ProcessAlertRule
  • sql::schema::QueryResult

Enums

  • kafka::consumer::MessageHandler
  • sql::postgres::TimeInterval
  • sql::query::Queries

Traits

  • sql::query::ToMap

Functions

  • api::handler::get_drift
  • api::handler::health_check
  • api::handler::insert_drift
  • api::handler::insert_drift_profile
  • api::route::create_router
  • api::setup::create_db_pool
  • api::setup::setup_logging
  • kafka::consumer::create_kafka_consumer
  • kafka::consumer::start_kafka_background_poll
  • kafka::consumer::stream_from_kafka_topic