You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please include a summary of the change, motivation and context.
3
+
4
+
<!--
5
+
- **on a feature**: describe the feature and how this change fits in it, e.g. this PR makes kafka message.max.bytes configurable to better support batching
6
+
- **on a refactor**: describe why this is better than previous situation e.g. this PR changes logic for retry on healthchecks to avoid false positives
7
+
- **on a bugfix**: link relevant information about the bug (github issue or slack thread) and how this change solves it e.g. this change fixes #99999 by adding a lock on read/write to avoid data races.
8
+
-->
9
+
10
+
11
+
### Testing
12
+
Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.
13
+
14
+
### Checklist:
15
+
-[ ] My changes generate no new warnings
16
+
-[ ] I have added tests that prove my fix is effective or that my feature works
17
+
-[ ] Any dependent changes have been merged and published in downstream modules
18
+
19
+
### Documentation
20
+
Make sure that you have documented corresponding changes in this repository or [hypertrace docs repo](https://github.com/hypertrace/hypertrace-docs-website) if required.
21
+
22
+
<!--
23
+
Include __important__ links regarding the implementation of this PR.
24
+
This usually includes and RFC or an aggregation of issues and/or individual conversations that helped put this solution together. This helps ensure there is a good aggregation of resources regarding the implementation.
0 commit comments