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