ccproxy.plugins.metrics.plugin¶
ccproxy.plugins.metrics.plugin
¶
Metrics plugin implementation.
MetricsRuntime
¶
Bases: SystemPluginRuntime
Runtime for metrics plugin.
Source code in ccproxy/plugins/metrics/plugin.py
MetricsFactory
¶
Bases: SystemPluginFactory
Factory for metrics plugin.
Source code in ccproxy/plugins/metrics/plugin.py
create_runtime
¶
create_context
¶
Create context for the plugin.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
core_services
|
Any
|
Core services from the application |
required |
Returns:
| Type | Description |
|---|---|
PluginContext
|
Plugin context with required services |