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