github.com/thanos-io/thanos@v0.32.5/.github/ISSUE_TEMPLATE/bug-report.md (about)

     1  ---
     2  name: "\U0001F41B Bug Report"
     3  about: Something isn't working as expected
     4  title: ''
     5  assignees: ''
     6  
     7  ---
     8  
     9  <!--
    10  Template relevant to bug reports only!
    11  
    12  Keep issue title verbose enough and add prefix telling
    13  about what components it touches e.g "query:" or ".*:"
    14  -->
    15  
    16  <!--
    17  In case of issues related to exact bucket implementation, please ping corresponded maintainer from list here: https://github.com/thanos-io/thanos/blob/main/docs/storage.md
    18  -->
    19  
    20  **Thanos, Prometheus and Golang version used**:
    21  
    22  <!--
    23  Output of "thanos --version" or docker image:tag used.
    24  (Double-check if all deployed components/services have expected versions)
    25  
    26  If you are using custom build from main branch, have you checked out the tip of the main?
    27  -->
    28  
    29  **Object Storage Provider**:
    30  
    31  **What happened**:
    32  
    33  **What you expected to happen**:
    34  
    35  **How to reproduce it (as minimally and precisely as possible)**:
    36  
    37  **Full logs to relevant components**:
    38  
    39  <!--
    40  Uncomment if you would like to post collapsible logs:
    41  
    42  <details>Logs
    43  <p>
    44  
    45  ```
    46  ```
    47  
    48  </p>
    49  </details>
    50  -->
    51  
    52  **Anything else we need to know**:
    53  
    54  <!--
    55  Uncomment and fill if you use not casual environment or if it might be relevant.
    56  
    57  **Environment**:
    58  - OS (e.g. from /etc/os-release):
    59  - Kernel (e.g. `uname -a`):
    60  - Others:
    61  
    62  -->