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