Jorge Luis Betancourt

Results 14 issues of Jorge Luis Betancourt

While trying to use the forecast command in the terminal (inside the Docker container) I get the following exception: ``` INFO:root:missing data: field 'value', metric 'max', bucket: 2018-11-22T14:30:00Z INFO:root:missing data:...

This new flag toggles the way that the group/topic filter does the matching. Basically will allow include/exclude all matching topics/consumer groups. fix #91.

Avoid the call to `broker.Close()` after the broker is completely processed. This causes issues if the same target is scraped by multiple Prometheus servers (also if the `scrape_interval` is low)....

* Fix errors while compiling with go v1.11 * Start using go modules for dependencies (kept the `vendor/` directory)

I'm not sure about this, but I will put it here just to keep track of the issue: It would be nice to support devices without Touch ID by using...

enhancement
help wanted
good first issue

The geolocation feature from the edge worker is no longer working (since 2021-06-09 from my logs). Apparently, the ipgeolocationapi.com service has been decommissioned (https://github.com/apilayer/geolocationapi/issues/15). We have two possible routes: -...

bug

Now that Grafana Cloud has a [very generous free tier](https://grafana.com/blog/2021/01/12/the-new-grafana-cloud-the-only-composable-observability-stack-for-metrics-logs-and-traces-now-with-free-and-paid-plans-to-suit-every-use-case/) deploying your own Loki instance is no longer needed. To make it easier we need to verify that the integration...

enhancement
good first issue
dogfood

Now that label cardinality is no longer an issue since the actual labels sent to Loki are limited. We can expose the `DEBUG_HEADERS` configuration option that allows logging all request/response...

documentation
enhancement

Since a request can go through a single Cloudflare worker, it is not possible to run dashflare transparently. This is becoming more important after the release of [Worker Sites](https://workers.cloudflare.com/sites) that...

documentation
enhancement

With the collected data (and a couple of small additions to the worker) we should be able to add the following info to the Dashboards: - [ ] Recent requests...

enhancement