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:
2020 - type : textarea
2121 id : api-version
2222 attributes :
23- label : API Version
23+ label : OpenTelemetry API Version (i.e version of `opentelemetry` crate)
2424 description : What version of the `opentelemetry` crate are you using?
2525 placeholder : 0.x, 1.x, etc.
2626 validations :
2727 required : true
2828 - type : textarea
2929 id : sdk-version
3030 attributes :
31- label : SDK Version
31+ label : label: OpenTelemetry SDK Version (i.e version of `opentelemetry_sdk` crate)
3232 description : What version of the `opentelemetry_sdk` crate are you using?
3333 placeholder : 0.x, 1.x, etc.
3434 validations :
3939 label : What Exporter(s) are you seeing the problem on?
4040 multiple : true
4141 options :
42+ - stdout
4243 - OTLP
4344 - Zipkin
4445 - Prometheus
You can’t perform that action at this time.
0 commit comments