Brett Randall

Results 37 issues of Brett Randall

I assert that this patch is my own work, and to [simplify the licensing of the BFG Repo-Cleaner](https://github.com/rtyley/bfg-repo-cleaner/blob/master/CONTRIBUTING.md#pull-requests): _(choose 1 of these 2 options)_ - [X] I assign the copyright...

These are Roberto's initial changes (for #27), the fixes from Martin (#121), and I have added a commit to bring to compiling and passing-tests with latest master 8abe03c . I...

I'm seeing two issues with `celery_tasks_by_name`. 1. It goes against the [naming recommendation](https://prometheus.io/docs/practices/naming/#labels): > Do not put the label names in the metric name, as this introduces redundancy and will...

This allows these to be set as environment variables and/or passed via Docker environment. Updated kafka-lag-exporter Docker image to latest lightbend/kafka-lag-exporter:0.6.7 .

Also removed metrics_patch: /metrics, as it is default. Added honor_timestamps: true.

This requires a change to the debug log-level command-line arg-passing. Not sure if this will fix completely, but seemed to help with some situations where exports failed with `+Inf` or...

V2 API added resource `io.confluent.kafka.schema_registry` and an initial metric `io.confluent.kafka.schema_registry/schema_count`. Exporter could collect this metric. Sample query: ``` { "aggregations": [ { "agg": "SUM", "metric": "io.confluent.kafka.schema_registry/schema_count" } ], "filter": {...

### Description https://confluentinc.atlassian.net/browse/DEVX-2610 https://confluentinc.atlassian.net/browse/DEVX-2732 https://confluentinc.atlassian.net/browse/DEVX-2733 _What behavior does this PR change, and why?_ Replace ccloud-exporter container/scrape/dashboard with OpenMetrics `/export` scrape. This removes the need for the shim provided by the...

### Description https://confluentinc.atlassian.net/browse/DEVX-2734 _What behavior does this PR change, and why?_ In `examples/ccloud-observability`, once the cloud-stack/cluster has been created, Docker containers are launched for a producer and consumer, to create...