Maxim
Maxim
`article.CleanedText` always empty
`db.AddQueryHook(&bunzerolog.QueryHook{})`
### What's wrong? impossible to use tls with ca only (without cert&key pairs) ### Steps to reproduce working docker-compose example ``` version: '3.9' services: agent: # dead image: docker.io/grafana/agent:main-6e4a9b9 environment:...
#### PR Description try to fix issue 6048 #### Which issue(s) this PR fixes https://github.com/grafana/alloy/issues/280 #### Notes to the Reviewer original kafka exporter allow connect without cert&key pair only with...
Here https://github.com/jianyuan/terraform-provider-sentry/blob/main/sentry/resource_sentry_organization_member.go#L44-L47 we can see no admin role is available, but in 0.10.0 release admin described in documentation. It's a bug?  ``` Error: expected role to be one of...
При попытке создания 2 MX для @ с конструкцией вида ``` resource "selectel_domains_rrset_v2" "mx_records" { zone_id = selectel_domains_zone_v2.domain.id name = "foobar.com." type = "MX" ttl = each.value.ttl project_id = var.project_id...
Минимально воспроизводимый пример. Наблюдается константно, вне зависимости от сети / локации / бакита. ``` locals { bucket = "foobar-example" } resource "yandex_iam_service_account" "root-sa" { name = "proto" } resource "yandex_resourcemanager_folder_iam_member"...
### URL https://grafana.com/docs/alloy/latest/reference/components/prometheus/prometheus.exporter.kafka/ ### Feedback
added timeout for https://github.com/segmentio/kafka-go/pull/1390 MR from @krsoninikhil