Docs.rs
  • moduforge-core-0.4.1
    • moduforge-core 0.4.1
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • Cassielxd
    • Dependencies
      • anyhow ^1 normal
      • async-channel ^2.3.1 normal
      • async-trait ^0.1 normal
      • chrono ^0.4 normal
      • futures ^0.3 normal
      • im ^15.1 normal
      • lazy_static ^1.4 normal
      • metrics ^0.22.0 normal
      • moduforge-model ^0.4.1 normal
      • moduforge-state ^0.4.1 normal
      • moduforge-transform ^0.4.1 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^2.0.12 normal
      • tokio ^1.36.0 normal
      • tokio-util ^0.7.14 normal
      • rstest ^0.18.2 dev
    • Versions
    • 30.49% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • 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

moduforge_core0.4.1

Module metrics

Module Items

  • Constants
  • Functions

In crate moduforge_core

moduforge_core

Module metrics

Source

Constants§

COMMANDS_EXECUTED_TOTAL
已执行命令总数
EDITOR_CREATION_DURATION_SECONDS
编辑器创建耗时(秒)
EVENTS_EMITTED_TOTAL
已分发事件总数
EXTENSIONS_LOADED_TOTAL
已加载扩展总数
EXTENSION_MANAGER_CREATION_DURATION_SECONDS
插件管理器创建耗时(秒)
HISTORY_OPERATIONS_TOTAL
历史操作(撤销/重做)总数
MIDDLEWARE_EXECUTION_DURATION_SECONDS
中间件执行耗时(秒)
PLUGINS_LOADED_TOTAL
已加载插件总数
PROCESSING_TASKS
当前正在处理的任务数
QUEUE_SIZE
当前任务队列大小
TASKS_PROCESSED_TOTAL
已处理任务总数
TASKS_RETRIED_TOTAL
任务重试总数
TASKS_SUBMITTED_TOTAL
已提交任务总数
TASK_PROCESSING_DURATION_SECONDS
任务处理耗时(秒)
TRANSACTIONS_DISPATCHED_TOTAL
已分发事务总数

Functions§

command_executed
decrement_processing_tasks
editor_creation_duration
event_emitted
extension_manager_creation_duration
extensions_loaded
history_operation
increment_processing_tasks
middleware_execution_duration
plugins_loaded
register_metrics
set_queue_size
task_processed
task_processing_duration
task_retried
task_submitted
transaction_dispatched