Configuration
Get Configuration
Get the current system configuration including logging, pool size, and other runtime settings.
get/api/config
Response
Current configuration
Example response
{
"initial_pool_size": 100,
"enable_logging": true,
"prometheus_labels": [
"environment",
"service"
]
}