Martin Hickey

Results 11 issues of Martin Hickey

**EDIT: I have kept all original text (with strikethrough) but have made modifications based on feedback** It would be very helpful and improve usability if an example~~s~~ ~~were~~ was provided...

good first issue
area:documentation
easy

Helm v2 can be configured to to use [SQL storage backend](https://v2.helm.sh/docs/using_helm/#sql-storage-backend) Add feature to plugin with Helm v2 and v3 SQL storage backend: - Convert releases from Helm v2 to...

enhancement

### What happened? ```Markdown ## Description It is possible to set an Instana Endpoint with `HTTP` whereas the documentation states in [Exporter configuration](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/instanaexporter#exporter-configuration) that it starts with `https://serverless-`. The validation...

bug
exporter/instana
needs triage

## Is your feature request related to a problem? Please describe. Defines the API explicitly so that we can understand what is a breaking API change. As per semantic versioning,...

documentation

**Describe the bug** Python packages are missing and unit tests fail to run **To Reproduce** Run [unit tests](https://github.com/LMCache/LMCache/blob/dev/CONTRIBUTING.md#unit-tests) **Expected behavior** The unit tests run without error. **Error Output** ```command $...

**Is your feature request related to a problem? Please describe.** Automated means to test that the integration of LMCache and vLLM is working as expected **Describe the solution you'd like**...

enhancement

**What this PR does / why we need it**: Refactor of custom storage and plugin naming for better clarity and usability. Modifications include: - Renaming dynamic and external backends to...

backend

### Motivation It is [proposed in vLLM to provide standardized notification events](https://github.com/vllm-project/vllm/issues/20492) called [KV Events](https://github.com/vllm-project/vllm/issues/16669) for GPU cache events and CPU offloading events. The [vLLM RFC](https://github.com/vllm-project/vllm/issues/20492) proposes _"formalizing KV Events...

RFC

**What this PR does / why we need it**: This commit adds generation of kv events. It creates the events during LMCache storage operations and stores them in the cache...

enhancement