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