Mike Heffner
Mike Heffner
l2met's operating log output is fairly chatty. That makes it difficult to watch for critical or important output messages. I recommend adding multiple log levels with the ability to set...
All options that can be set on the command line (`l2met --help`) should have an equivalent way to set via environment variable, like _REDIS_URL_, _SECRETS_, etc.
> (Note: Non-breaking issues are likely not to be prioritized. Please consider a PR in addition to your issue) ## Expected Behavior I'm returning to a previous Google apps script...
When the client disconnects (potentially due to timeout?) the previous command is not restarted nor is there any notification (callback). If the consumer was waiting on a command -- say...
Support the short hand `read_resource(val)` by assuming `val` (if not a hash) is the resource ID. This would be equivalent to `read_resource(:id => val)`. Seems like that is a common...
It would be handy to DRY out tests by using the root_uri as a prefix in the :location check to create_resource. Maybe if the `@rack_test_rest[:location]` did not start with a...
If a branch is created from the "current_revision", then branch.branch_source appears to always point to the latest revision of the original branch. Should a branch operation save the revisable_branched_from_revision_number?
Messages are looked at individually as to whether they exceed the maximum, but a SendMessageBatchRequest might exceed 256kb in aggregate even if none of the individual messages do. It is...
Does AWS Managed Grafana support IPv6-only backends? We are exposing a service endpoint in our EKS cluster. Because EKS does not support dualstack we expose them as IPv6 only. When...
Is there any plan to support the native Victoria Metrics [data source](https://github.com/VictoriaMetrics/grafana-datasource)? While you can use the Prometheus data source with VM, there are some places where MetricsQL has diverged...