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