Arunprasad Rajkumar
Arunprasad Rajkumar
**What happened**: The following warning is seen when you run KSM on k8s v1.23+ cluster, ``` warning "autoscaling/v2beta2 HorizontalPodAutoscaler is deprecated in v1.23+, unavailable in v1.26+; use autoscaling/v2 HorizontalPodAutoscaler" ```...
### Description Thanks for this great framework. I would like to know the connexion prescribed way to generate response models. It is really hard to work with arbitrary python dictionary...
This PR fixes https://github.com/noirbizarre/flask-restplus/issues/783
### **Code** ```python field = fields.Raw(attribute='bar.0') assert field.output('foo', {'bar': [42]}) == 42 ``` ### **Repro Steps** (if applicable) 1. Try with above snippet ### **Expected Behavior** Properties which are nested...
Signed-off-by: Arunprasad Rajkumar ## Description *Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug...
## Description This commit adds benchmark to test ingestion performance with varying series count and batches. Related to https://github.com/timescale/promscale/issues/1530 Signed-off-by: Arunprasad Rajkumar *Note: If your PR involves benchmarks, you can...
Update doc for https://github.com/timescale/promscale/issues/1535
## Description This PR proposes a new release workflow by combining major/minor and patch release procedures into one. Once the release is out, the changes from release branch must be...
Promscale already implements Jaeger gRPC remote storage [Reader interface](https://github.com/jaegertracing/jaeger/blob/97feed991c2c9688a0defc625dbbb4f367d48bdc/storage/spanstore/interface.go#L35). The goal of this task to implement the [Write interface](https://github.com/jaegertracing/jaeger/blob/97feed991c2c9688a0defc625dbbb4f367d48bdc/storage/spanstore/interface.go#L30), so that Jaeger collector can directly start writing the spans into...