-
### Component(s)
auto-instrumentation
### Describe the issue you're reporting
collector logs
```
2024-11-10T08:54:30.715Z info service@v0.107.0/service.go:221 Everything is ready. Begin running a…
-
**Initiative**
The existing implementation of the logger is [glog]https://github.com/golang/glog/tree/master which is a concrete implementation that outputs logs to local output. However, in my sce…
-
### What happened?
We have a [recurring panic](https://github.com/pulumi/pulumi-gcp/issues/1016) fixed via patch, where if we are reading a `gcp.bigquery.dataset` resource with a nonexistent Project,…
-
There's currently no binary for `darwin_arm64` so, I compiled it and copied the binary file to `~/.terraform.d/plugins/registry.terraform.io/ollieparsley/paypal/0.0.2/darwin_arm64/terraform-provider-p…
-
For example, when the code encounter a crash due to nil pointer dereference, the stacktrace didn't mention where this error occurs.
```
ERRO[1051] unexpected error when executing GraphQL query app=m…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-…
-
## Description
`MsgRun` is meant to only support `package main func main() {}` Gno code.
When you try to execute `package mypackage` that contains a `main()` function, the below error happens:
…
-
hi,
1.) how can you set the server destination directory to /home when running `err := ssh.Scp("/home/core/zipkin.rb")` ... i login with root and the file gets placed into /root ...
2.)
i tried to r…
-
**Version**
core: 3.66.0
container: 2.21.1
**Describe the bug**
The pull through caches cannot be listed. Some of them can be pulled from but some of them cannot be.
```
http --verify false…
-
### Feature Proposal Description
Reduce the boilerplate of setting up AutoTLS / ACME by adding built-in support into Fiber. Similar to what `Gin` and `Echo` currently offer. We currently support this…