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