|
1 | 1 | { |
2 | 2 | "fields": [ |
3 | | - { |
4 | | - "name": "orgs", |
5 | | - "description": "Limit syncing to specific organizations.", |
6 | | - "stringSliceField": {} |
7 | | - }, |
8 | | - { |
9 | | - "name": "otel-tracing-disabled", |
10 | | - "description": "Disable OpenTelemetry tracing", |
11 | | - "isOps": true, |
12 | | - "boolField": {} |
13 | | - }, |
14 | 3 | { |
15 | 4 | "name": "sync-secrets", |
16 | 5 | "description": "Whether to sync secrets or not", |
17 | 6 | "boolField": {} |
18 | 7 | }, |
19 | 8 | { |
20 | | - "name": "otel-logging-disabled", |
21 | | - "description": "Disable OpenTelemetry logging", |
| 9 | + "name": "otel-collector-endpoint-tls-insecure", |
| 10 | + "description": "Allow insecure connections to the OpenTelemetry collector", |
22 | 11 | "isOps": true, |
23 | 12 | "boolField": {} |
24 | 13 | }, |
25 | 14 | { |
26 | | - "name": "app-privatekey-path", |
27 | | - "description": "Path to private key that is used to connect to the GitHub App", |
| 15 | + "name": "app-id", |
| 16 | + "description": "The GitHub App to connect to.", |
28 | 17 | "stringField": {} |
29 | 18 | }, |
30 | 19 | { |
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, |
| 20 | + "name": "app-privatekey-path", |
| 21 | + "description": "Path to private key that is used to connect to the GitHub App", |
34 | 22 | "stringField": {} |
35 | 23 | }, |
36 | 24 | { |
|
42 | 30 | } |
43 | 31 | }, |
44 | 32 | { |
45 | | - "name": "otel-collector-endpoint-tls-cert-path", |
46 | | - "description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
| 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)", |
47 | 35 | "isOps": true, |
48 | 36 | "stringField": {} |
49 | 37 | }, |
50 | 38 | { |
51 | | - "name": "token", |
52 | | - "description": "The GitHub access token used to connect to the GitHub API.", |
| 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", |
| 41 | + "isOps": true, |
53 | 42 | "stringField": {} |
54 | 43 | }, |
55 | 44 | { |
|
59 | 48 | "stringField": {} |
60 | 49 | }, |
61 | 50 | { |
62 | | - "name": "otel-collector-endpoint-tls-insecure", |
63 | | - "description": "Allow insecure connections to the OpenTelemetry collector", |
| 51 | + "name": "otel-logging-disabled", |
| 52 | + "description": "Disable OpenTelemetry logging", |
64 | 53 | "isOps": true, |
65 | 54 | "boolField": {} |
66 | 55 | }, |
|
70 | 59 | "stringField": {} |
71 | 60 | }, |
72 | 61 | { |
73 | | - "name": "app-id", |
74 | | - "description": "The GitHub App to connect to.", |
| 62 | + "name": "otel-tracing-disabled", |
| 63 | + "description": "Disable OpenTelemetry tracing", |
| 64 | + "isOps": true, |
| 65 | + "boolField": {} |
| 66 | + }, |
| 67 | + { |
| 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.", |
75 | 75 | "stringField": {} |
76 | 76 | } |
77 | 77 | ], |
|
0 commit comments