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