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