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