|
1 | 1 | { |
2 | 2 | "fields": [ |
3 | 3 | { |
4 | | - "name": "otel-collector-endpoint-tls-insecure", |
5 | | - "description": "Allow insecure connections to the OpenTelemetry collector", |
| 4 | + "name": "otel-collector-endpoint", |
| 5 | + "description": "The endpoint of the OpenTelemetry collector to send observability data to (used for both tracing and logging if specific endpoints are not provided)", |
| 6 | + "isOps": true, |
| 7 | + "stringField": {} |
| 8 | + }, |
| 9 | + { |
| 10 | + "name": "otel-tracing-disabled", |
| 11 | + "description": "Disable OpenTelemetry tracing", |
6 | 12 | "isOps": true, |
7 | 13 | "boolField": {} |
8 | 14 | }, |
|
12 | 18 | "stringField": {} |
13 | 19 | }, |
14 | 20 | { |
15 | | - "name": "otel-collector-endpoint-tls-cert", |
16 | | - "description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
17 | | - "isOps": true, |
18 | | - "stringField": {} |
19 | | - }, |
20 | | - { |
21 | | - "name": "otel-logging-disabled", |
22 | | - "description": "Disable OpenTelemetry logging", |
23 | | - "isOps": true, |
| 21 | + "name": "sync-secrets", |
| 22 | + "description": "Whether to sync secrets or not", |
24 | 23 | "boolField": {} |
25 | 24 | }, |
26 | | - { |
27 | | - "name": "otel-collector-endpoint-tls-cert-path", |
28 | | - "description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
29 | | - "isOps": true, |
30 | | - "stringField": {} |
31 | | - }, |
32 | 25 | { |
33 | 26 | "name": "orgs", |
34 | 27 | "description": "Limit syncing to specific organizations.", |
35 | 28 | "stringSliceField": {} |
36 | 29 | }, |
| 30 | + { |
| 31 | + "name": "log-level", |
| 32 | + "description": "The log level: debug, info, warn, error", |
| 33 | + "isOps": true, |
| 34 | + "stringField": { |
| 35 | + "defaultValue": "info" |
| 36 | + } |
| 37 | + }, |
37 | 38 | { |
38 | 39 | "name": "token", |
39 | 40 | "description": "The GitHub access token used to connect to the GitHub API.", |
40 | 41 | "stringField": {} |
41 | 42 | }, |
42 | 43 | { |
43 | | - "name": "sync-secrets", |
44 | | - "description": "Whether to sync secrets or not", |
45 | | - "boolField": {} |
| 44 | + "name": "otel-collector-endpoint-tls-cert-path", |
| 45 | + "description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
| 46 | + "isOps": true, |
| 47 | + "stringField": {} |
46 | 48 | }, |
47 | 49 | { |
48 | 50 | "name": "app-id", |
49 | 51 | "description": "The GitHub App to connect to.", |
50 | 52 | "stringField": {} |
51 | 53 | }, |
52 | 54 | { |
53 | | - "name": "log-level", |
54 | | - "description": "The log level: debug, info, warn, error", |
| 55 | + "name": "otel-collector-endpoint-tls-cert", |
| 56 | + "description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
55 | 57 | "isOps": true, |
56 | | - "stringField": { |
57 | | - "defaultValue": "info" |
58 | | - } |
| 58 | + "stringField": {} |
59 | 59 | }, |
60 | 60 | { |
61 | | - "name": "otel-collector-endpoint", |
62 | | - "description": "The endpoint of the OpenTelemetry collector to send observability data to (used for both tracing and logging if specific endpoints are not provided)", |
| 61 | + "name": "otel-collector-endpoint-tls-insecure", |
| 62 | + "description": "Allow insecure connections to the OpenTelemetry collector", |
63 | 63 | "isOps": true, |
64 | | - "stringField": {} |
| 64 | + "boolField": {} |
65 | 65 | }, |
66 | 66 | { |
67 | | - "name": "otel-tracing-disabled", |
68 | | - "description": "Disable OpenTelemetry tracing", |
| 67 | + "name": "otel-logging-disabled", |
| 68 | + "description": "Disable OpenTelemetry logging", |
69 | 69 | "isOps": true, |
70 | 70 | "boolField": {} |
71 | 71 | }, |
|
0 commit comments