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