Clinton Blackburn
Clinton Blackburn
I just encountered this issue with 4.1.3. Reverting to 4.1.2 solves the problem.
@vkamlesh I've posted the smallest configuration I have to replicate the issue. The logs are everything I have. `k8sattributes` doesn't seem to log anything, even at the debug level. The...
@vkamlesh I tried that and it doesn't work. config.yaml ``` extensions: health_check: endpoint: "0.0.0.0:13133" receivers: otlp: protocols: http: endpoint: "0.0.0.0:4318" include_metadata: true processors: k8sattributes: extract: metadata: - k8s.namespace.name - k8s.deployment.name...
Can I get eyes on this, please? The docs don't mention who to contact after opening a ticket/pull request. @jonathanedey @lahirumaramba @DellaBitta
I’ve given up on this issue being resolved. Claude Code can use the GitHub CLI: https://cli.github.com/.
I have _finally_ solve this issue in my codebase! There are two parts. 1. Ensure that all e2e tests actually close the application. You can probably get away with simply...
I just discovered (was reminded) that Temporal only uses gRPC for metrics. We recently switched over to HTTP collectors to start collecting data from browsers. We wanted to avoid maintaining...
> That's not an accurate statement to my knowledge. Tracing also works with gRPC for at least some languages. Source: I am the Haskell ecosystem OTel maintainer. @iand675 who are...
I see the same issue. If I manually set the aggregation to `avg`, Terraform complains about `sum`. ``` Terraform will perform the following actions: # datadog_metric_tag_configuration.product_daily_sales_age_tags will be updated in-place...
I must defer to @cpennington since he wrote the file originally. I only modified it to get things building on OS X (https://github.com/edx/configuration/pull/2868/commits/7cd04db1d90b57c67a098c83ae322697492415e0), but I (clearly) did not attempt to...