|
| 1 | +name: Bug report |
| 2 | +description: Create a report to help us improve |
| 3 | +labels: ["bug", "needs triage"] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Thanks for taking the time to fill out this bug report! Please make sure to fill out the entire form below, providing as much context as you can in order to help us triage and track down your bug as quickly as possible. |
| 9 | +
|
| 10 | + Before filing a bug, please be sure you have searched through [existing bugs](https://github.com/open-telemetry/opentelemetry-operator/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Abug) to see if an existing issue covers your bug. |
| 11 | + - type: dropdown |
| 12 | + id: component |
| 13 | + attributes: |
| 14 | + label: Component(s) |
| 15 | + description: Which component(s) does your bug report concern? |
| 16 | + multiple: true |
| 17 | + options: |
| 18 | + - operator |
| 19 | + - collector |
| 20 | + - instrumentation |
| 21 | + - target allocator |
| 22 | + - opamp bridge |
| 23 | + - type: textarea |
| 24 | + attributes: |
| 25 | + label: What happened? |
| 26 | + description: Please provide as much detail as you reasonably can. |
| 27 | + value: | |
| 28 | + ## Description |
| 29 | +
|
| 30 | + ## Steps to Reproduce |
| 31 | +
|
| 32 | + ## Expected Result |
| 33 | +
|
| 34 | + ## Actual Result |
| 35 | +
|
| 36 | + validations: |
| 37 | + required: true |
| 38 | + - type: input |
| 39 | + attributes: |
| 40 | + label: Kubernetes Version |
| 41 | + description: What version did you use? (e.g., `1.23.0`) |
| 42 | + validations: |
| 43 | + required: true |
| 44 | + - type: input |
| 45 | + attributes: |
| 46 | + label: Operator version |
| 47 | + description: What version did you use? (e.g., `v0.4.0`, `1eb551b`, etc) |
| 48 | + validations: |
| 49 | + required: true |
| 50 | + - type: input |
| 51 | + attributes: |
| 52 | + label: Collector version |
| 53 | + description: What version did you use? (e.g., `v0.4.0`, `1eb551b`, etc) |
| 54 | + validations: |
| 55 | + required: true |
| 56 | + - type: textarea |
| 57 | + attributes: |
| 58 | + label: Environment information |
| 59 | + description: Please provide any additional information about your installation. |
| 60 | + value: | |
| 61 | + ## Environment |
| 62 | + OS: (e.g., "Ubuntu 20.04") |
| 63 | + Compiler(if manually compiled): (e.g., "go 14.2") |
| 64 | + - type: textarea |
| 65 | + attributes: |
| 66 | + label: Log output |
| 67 | + description: | |
| 68 | + Please copy and paste any relevant log output. |
| 69 | + render: shell |
| 70 | + - type: textarea |
| 71 | + attributes: |
| 72 | + label: Additional context |
| 73 | + description: Any additional information you think may be relevant to this issue. |
0 commit comments