{
  "config": {
    "metrics_endpoint": "http://dih-alloy.monitoring.svc.cluster.local:4318",
    "otlp_endpoint": "http://dih-alloy.monitoring.svc.cluster.local:4318",
    "service_name": "otel-test-app"
  },
  "endpoints": {
    "/": "This page",
    "/health": "Health check",
    "/trace/complex": "Generate a complex trace with multiple spans",
    "/trace/error": "Generate a trace with an error",
    "/trace/nested": "Generate nested spans",
    "/trace/simple": "Generate a simple trace",
    "/trace/slow": "Generate a slow trace"
  },
  "metrics": {
    "counters": [
      "http_server_requests",
      "http_server_errors",
      "app_traces_generated"
    ],
    "histograms": [
      "http_server_request_duration",
      "app_operation_duration"
    ]
  },
  "service": "OTEL Test Application",
  "version": "1.0.0"
}
