Configuration

Get Configuration

Get the current system configuration including logging, pool size, and other runtime settings.

get/api/config

Response

Current configuration

initial_pool_sizeinteger

Initial pool size for sync pools

drop_excess_requestsboolean

Whether to drop requests when queue is full

enable_loggingboolean

Whether logging is enabled

prometheus_labelsstring[]

Prometheus metric labels

Example response

{
  "initial_pool_size": 100,
  "enable_logging": true,
  "prometheus_labels": [
    "environment",
    "service"
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.