Crate swimos_introspection

Source
Expand description

§Introspection Support

Adds support for introspection to a Swim server.

Structs§

IntrospectionConfig
Configuration for the introspection meta agents.
IntrospectionResolver
Provides convenience methods for interaction with the introspection task.

Traits§

AgentRegistration
Trait for routing tables with which the introspection agents can be registered.

Functions§

lane_pattern
Create a route pattern for the lane meta-agents.
mesh_pattern
Create a route pattern for the mesh meta-agents.
node_pattern
Create a route pattern for the node meta-agents.
register_introspection
Register the introspection agent types with the server. This returns the IntrospectionResolver used to register new agents with the introspection system and an asynchronous task to run the introspection system. This task must be run in parallel with the rest of the server for the introspection system to work.