Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 294 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 294 Bytes

GoZix OpenTelemetry

Dependencies

Configuration

{
  "otel": {
    "connection_type": "collector",
    "collector": {
      "endpoint": "http://jaeger-all-in-one:14268/api/traces"
    }
  }
}