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