Alexander Lindeskär

Results 6 issues of Alexander Lindeskär

Hi, Why is the attribute `slb_id` of `alicloud_cs_managed_kubernetes` deprecated? Is there a replacement for the attribute? https://github.com/aliyun/terraform-provider-alicloud/blob/ca689b4d5c31a841793a7ef12d3d0370f6a08065/website/docs/r/cs_managed_kubernetes.html.markdown?plain=1#L593

### What problem are you facing? OSS Bucket resources created via Crossplane can't be deleted via Crossplane if they contain data. We would like this to be possible for cleanup...

enhancement

### What's wrong? The Deployment and DaemonSet for integrations use the same selectors and labels in their templates. Example: ```yaml apiVersion: apps/v1 kind: DaemonSet metadata: # truncated name: my-agent-integrations-ds namespace:...

bug
needs-attention
variant/operator

### Component(s) exporterhelper ### What happened? ## Description Adding `sending_queue.storage` to [Loki exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/lokiexporter) combined with `auth.authenticator: headers_setter` removes the `X-Scope-OrgID` header from the connections to Loki. ## Steps to Reproduce...

bug
area:exporter

**Describe the bug** The count of OTel attributes to index (17) and the default label limit (15) do not match: https://github.com/grafana/loki/blob/19fef9355fdd46911611dbec25df0f5a4e397d31/docs/sources/shared/configuration.md?plain=1#L2008-L2011 https://github.com/grafana/loki/blob/19fef9355fdd46911611dbec25df0f5a4e397d31/docs/sources/shared/configuration.md?plain=1#L2896-L2898 The 17 OTel resource attributes are also listed...

OTEL/OLTP

#### Describe the bug The `mimir-distributed` Helm chart generates Ingester StatefulSets with labels for [rollout-operator](https://github.com/grafana/rollout-operator). Ex.: https://github.com/grafana/mimir/blob/8571f6cc9876e2322d60ac03673d93f66646bd0b/operations/helm/tests/large-values-generated/mimir-distributed/templates/ingester/ingester-statefulset.yaml#L51-L52 The `loki` Helm chart with `deploymentMode: Distributed` and `zoneAwareReplication` enabled (default) generates StatefulSets...

helm