Skip to content

Commit 13ca431

Browse files
committed
docs: added open telemetry description
1 parent f578ab7 commit 13ca431

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs/dev.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ Defaults are defined in `crates/taurus/src/config/mod.rs`.
102102
| `RUNTIME_STATUS_UPDATE_INTERVAL_SECONDS` | Heartbeat interval in dynamic mode (`0` disables heartbeat) | `30` |
103103
| `AQUILA_GRPC_CONNECT_TIMEOUT_SECS` | Timeout in seconds for establishing Aquila gRPC channels | `2` |
104104
| `AQUILA_GRPC_REQUEST_TIMEOUT_SECS` | Timeout in seconds for Aquila gRPC requests | `10` |
105+
| `OPENTELEMETRY_ENABLED` | Enables OpenTelemetry export when an endpoint is configured | `false` |
106+
| `OPENTELEMETRY_SERVICE_NAME` | Service name used for exported telemetry | `taurus` |
107+
| `OPENTELEMETRY_LOGS_ENDPOINT` | OTLP logs endpoint | empty |
108+
| `OPENTELEMETRY_METRICS_ENDPOINT` | OTLP metrics endpoint | empty |
109+
| `OPENTELEMETRY_TRACES_ENDPOINT` | OTLP traces endpoint | empty |
105110

106111
## Local Development
107112

docs/installation.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ Taurus configuration is split into shared variables and mode-specific variables.
9090
| `GRPC_HOST` | Hostname for the Taurus gRPC server. | `127.0.0.1` |
9191
| `GRPC_PORT` | Port for the Taurus gRPC server. | `50051` |
9292
| `WITH_HEALTH_SERVICE` | Enables the gRPC health service when set to `true`. | `false` |
93+
| `OPENTELEMETRY_ENABLED` | Enables OpenTelemetry logs, traces, and metrics export when an endpoint is configured. | `false` |
94+
| `OPENTELEMETRY_SERVICE_NAME` | Service name used for exported telemetry. | `taurus` |
95+
| `OPENTELEMETRY_LOGS_ENDPOINT` | OTLP logs endpoint. Empty disables log export. | |
96+
| `OPENTELEMETRY_METRICS_ENDPOINT` | OTLP metrics endpoint. Empty disables metric export. | |
97+
| `OPENTELEMETRY_TRACES_ENDPOINT` | OTLP traces endpoint. Empty disables trace export. | |
9398

9499
### Dynamic Mode
95100

0 commit comments

Comments
 (0)