File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ body:
20
20
- type : textarea
21
21
id : api-version
22
22
attributes :
23
- label : API Version
23
+ label : OpenTelemetry API Version (i.e version of `opentelemetry` crate)
24
24
description : What version of the `opentelemetry` crate are you using?
25
25
placeholder : 0.x, 1.x, etc.
26
26
validations :
27
27
required : true
28
28
- type : textarea
29
29
id : sdk-version
30
30
attributes :
31
- label : SDK Version
31
+ label : label: OpenTelemetry SDK Version (i.e version of `opentelemetry_sdk` crate)
32
32
description : What version of the `opentelemetry_sdk` crate are you using?
33
33
placeholder : 0.x, 1.x, etc.
34
34
validations :
39
39
label : What Exporter(s) are you seeing the problem on?
40
40
multiple : true
41
41
options :
42
+ - stdout
42
43
- OTLP
43
44
- Zipkin
44
45
- Prometheus
You can’t perform that action at this time.
0 commit comments