Marc Tudurí

Results 18 issues of Marc Tudurí

#### PR Description This PR adds the [blackbox_exporter](https://github.com/prometheus/blackbox_exporter) integration. #### Which issue(s) this PR fixes Closes #1628 #### Notes to the Reviewer * I opened the PR as draft for...

We are in the process to add blackbox exporter in grafana agent as integration (https://github.com/grafana/agent/pull/1997). With the current layout is not possible to reuse any of the code that makes...

Due this Wagtail issue (https://github.com/wagtail/wagtail/issues/3653) filtering entries by author with usernames with dots is not possible. So you cannot write something like this `PUPUT_USERNAME_REGEX = '[-\w\.]+'`. A possible workaround is...

info

As users couldn't select a template (for the moment https://github.com/APSL/puput/issues/42) it could be useful have a section in the documentation that explains how to extend the default template. This will...

documentation

I'm using a ClusterTaggableManager on a Wagtail project that I'm currently developing. I realized that using this Manager it performs a huge amount of queries when rendering templates, ![captura de...

I'm trying the Django integration of OpenCensus tracing to export traces to Stackdriver. Since sending traces synchronously is slow operation I've tried to add the BackgroundThreadTransport. But it doesn't send...

bug
P1
blocked

According to [Prometheus default port allocations](https://github.com/prometheus/prometheus/wiki/Default-port-allocations) the default port that you selected (9117) is for the Apache exporter. Someone picked 9238 as the default port for uWSGI so it could...

#### PR Description This PR introduces https://github.com/ahmetb/gen-crd-api-reference-docs tool to generate automatically API documentation for Agent Operator. The new doc changes are generated when running `make generate-crd`. This is how it...

Integrations are currently supported in the Agent Operator. However, besides the CRD (and this PR [in progress](https://github.com/grafana/agent/pull/2170)) there's not much documented right now (i.e usage examples).

type/docs
operator

Currently the API reference of the Operator CRDs is only documented in the CRD itself. Ideally we should a page in docs like [Prometheus Operator API](https://prometheus-operator.dev/docs/operator/api/) where all the possible...

type/docs
operator