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