Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ body:
- type: textarea
id: api-version
attributes:
label: API Version
label: OpenTelemetry API Version (i.e version of `opentelemetry` crate)
description: What version of the `opentelemetry` crate are you using?
placeholder: 0.x, 1.x, etc.
validations:
required: true
- type: textarea
id: sdk-version
attributes:
label: SDK Version
label: label: OpenTelemetry SDK Version (i.e version of `opentelemetry_sdk` crate)
description: What version of the `opentelemetry_sdk` crate are you using?
placeholder: 0.x, 1.x, etc.
validations:
Expand All @@ -39,6 +39,7 @@ body:
label: What Exporter(s) are you seeing the problem on?
multiple: true
options:
- stdout
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit - In Memory too, even thought it's for internal use, bugs can still be raised.

- OTLP
- Zipkin
- Prometheus
Expand Down
Loading