micromegas 0.11.0

Micromegas is a scalable observability solution.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// FlightSQL client
pub mod flightsql_client;

/// FlightSQLClientFactory allows the creation of authenticated clients
pub mod flightsql_client_factory;

/// Library to validate cpu budgets of traces based on a recurring top-level span
pub mod frame_budget_reporting;

/// Fetch cpu traces and transform them into perfetto format
pub mod perfetto_trace_client;

/// Fetch a list of available processes
pub mod query_processes;