Ivan Rizzante
Ivan Rizzante
**Describe the bug** I have a Java app instrumented with OTEL agent. This app exports metrics with OTEL Prometheus exporter. Prometheus collects metrics + exemplars from the app endpoint, but...
**Describe the bug** I am receiving the following error while querying Tempo for a specific trace id through Grafana Explore: ``` failed to get trace with id: e7b55c0454a261c49c691c37e4964f88 Status: 500...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Hello up to version 0.6.1 I was able to make Guard work with kube 1.18 and our private Gitlab. After upgrading to 0.7.1 and kube 1.19.7 the authentication does not...
I have the following scenario. Let's consider the simplest test.jsonnet file containing: ``` function(env) env ``` And the following env.json file: ``` { custom: '' } ``` If I invoke...
There are open issues in project https://github.com/vmware-archive/kubecfg/issues. One of them is https://github.com/vmware-archive/kubecfg/issues/297 Following up on the latter, at the moment with the last kubecfg: ``` kubecfg version: v0.22.0 jsonnet version:...
**Describe the bug** Hi all, I've Tempo deployed in microservices mode in my Kubernetes cluster and my Minio S3 storage disk space usage is always increasing even if Compactor is...
I have the following jsonnet to produce inline environments: ``` function(apiServer, b, c={}, d=null, e=null) { environment(cluster):: { apiVersion: 'tanka.dev/v1alpha1', kind: 'Environment', metadata: { name: 'environment/%s' % cluster.name, }, spec:...
### What happened? See https://github.com/upbound/provider-aws/issues/937 ### How can we reproduce it? 1. install provider-aws-rds/v0.42.0 2. import an existing RDS instance 3. verify the status is missing the `allowMajorVersionUpgrade `and `applyImmediately...
**What happened**: **What you expected to happen**: Kubelet should export metric `kubelet_volume_stats_capacity_bytes` but it looks like it doesn't. I deployed kind with the following configuration: ```yaml kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4...