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