Jamie Gaskins

Results 87 issues of Jamie Gaskins

One of my HTTP services received some requests that `HTTP::StaticFileHandler` raises an exception on due to being unable to get the file info. Since HTTP request paths are not something...

kind:bug

When _storing_ labels, I appear to be able to use whatever labels names I like. When _querying_ labels, any label name that has a non-word character silently returns no matches....

### Report Deploying from the YAML files based on [the docs](https://keda.sh/docs/2.17/deploy/#yaml): ``` kubectl apply --server-side -f https://github.com/kedacore/keda/releases/download/v2.17.1/keda-2.17.1.yaml ``` Works the first time, fails the second time. ### Expected Behavior The...

bug

The folks at Synadia have [written about sending one request and receiving many replies](https://www.synadia.com/blog/orbit-and-the-future-of-the-clients). There are several use cases for this: - Chunked responses, such as [fetching object contents from...

This will need to be a process rather than a one-and-done task. The `body` method is used everywhere and we should assume that users are also using it. So the...

Adds Crystal examples for the [Services Intro page](https://natsbyexample.com/examples/services/intro/go). This required updating the `nats` Crystal shard (package) to 1.4.0. While I was in there, I also updated the container image to...

In `MethodProfiler`, both [`duration` and `calls` are tracked](https://github.com/discourse/prometheus_exporter/blob/4bd3817744bb5011aed6c669696ed957c23cd3fe/lib/prometheus_exporter/instrumentation/method_profiler.rb#L87-L89), but [only `duration` is reported](https://github.com/discourse/prometheus_exporter/blob/4bd3817744bb5011aed6c669696ed957c23cd3fe/lib/prometheus_exporter/server/web_collector.rb#L9-L10). Based on the fact that `WebCollector` uses `PrometheusExporter::Metric::Base.default_aggregation`, which is a `Summary`, I imagine this was accidentally...