|
1 | 1 | { |
2 | 2 | "fields": [ |
3 | | - { |
4 | | - "name": "config-path", |
5 | | - "description": "The file path to the baton-sql config to use", |
6 | | - "isRequired": true, |
7 | | - "stringField": { |
8 | | - "rules": { |
9 | | - "isRequired": true |
10 | | - } |
11 | | - } |
12 | | - }, |
13 | 3 | { |
14 | 4 | "name": "log-level", |
15 | 5 | "description": "The log level: debug, info, warn, error", |
|
24 | 14 | "isOps": true, |
25 | 15 | "stringField": {} |
26 | 16 | }, |
| 17 | + { |
| 18 | + "name": "session-store-maximum-size", |
| 19 | + "description": "The maximum size of the local in-memory session store cache in bytes.", |
| 20 | + "isOps": true, |
| 21 | + "intField": { |
| 22 | + "defaultValue": "15728640" |
| 23 | + } |
| 24 | + }, |
27 | 25 | { |
28 | 26 | "name": "otel-collector-endpoint", |
29 | 27 | "description": "The endpoint of the OpenTelemetry collector to send observability data to (used for both tracing and logging if specific endpoints are not provided)", |
30 | 28 | "isOps": true, |
31 | 29 | "stringField": {} |
32 | 30 | }, |
33 | 31 | { |
34 | | - "name": "otel-collector-endpoint-tls-cert", |
35 | | - "description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
| 32 | + "name": "otel-collector-endpoint-tls-cert-path", |
| 33 | + "description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
36 | 34 | "isOps": true, |
37 | 35 | "stringField": {} |
38 | 36 | }, |
39 | 37 | { |
40 | | - "name": "otel-collector-endpoint-tls-cert-path", |
41 | | - "description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
| 38 | + "name": "otel-collector-endpoint-tls-cert", |
| 39 | + "description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
42 | 40 | "isOps": true, |
43 | 41 | "stringField": {} |
44 | 42 | }, |
|
49 | 47 | "boolField": {} |
50 | 48 | }, |
51 | 49 | { |
52 | | - "name": "otel-logging-disabled", |
53 | | - "description": "Disable OpenTelemetry logging", |
| 50 | + "name": "otel-tracing-disabled", |
| 51 | + "description": "Disable OpenTelemetry tracing", |
54 | 52 | "isOps": true, |
55 | 53 | "boolField": {} |
56 | 54 | }, |
57 | 55 | { |
58 | | - "name": "otel-tracing-disabled", |
59 | | - "description": "Disable OpenTelemetry tracing", |
| 56 | + "name": "otel-logging-disabled", |
| 57 | + "description": "Disable OpenTelemetry logging", |
60 | 58 | "isOps": true, |
61 | 59 | "boolField": {} |
62 | 60 | }, |
63 | 61 | { |
64 | | - "name": "session-store-maximum-size", |
65 | | - "description": "The maximum size of the local in-memory session store cache in bytes.", |
66 | | - "isOps": true, |
67 | | - "intField": { |
68 | | - "defaultValue": "15728640" |
| 62 | + "name": "config-path", |
| 63 | + "description": "The file path to the baton-sql config to use", |
| 64 | + "isRequired": true, |
| 65 | + "stringField": { |
| 66 | + "rules": { |
| 67 | + "isRequired": true |
| 68 | + } |
69 | 69 | } |
70 | 70 | } |
71 | 71 | ] |
|
0 commit comments