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