Prashant Deva
Prashant Deva
folks, i am stumbling into the issue in this thread regarding pod identity. its unclear from this thread what the solution is. this is my current yaml which is throwing...
i am indeed using Twingate VPN to connect to Memorydb. the cli command shown above is executed from my desktop so we know that there is no issues with connecting...
you have 1 node in your setup. mine has 2.
i cannot tell you what the bug is, its not our agent. i can only tell you what we are observing. and we are seeing this issue for every single...
well its a bug either way. the workload hasnt changed, but the values reported by otel seem to change once attirbutes are passed in. not sure what memory consumption has...
here is the setup function: ```go import ( "go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc" "go.opentelemetry.io/otel/sdk/metric" ) func setupOTelSDK() (shutdown func() error, err error) { var shutdownFuncs []func(context.Context) error // shutdown calls cleanup functions registered via...
i did share all the otel related code. the otel data is sent to datadog. you are seeing graphs from datadog in the screenshot
So first off, the warning by gazelle here is incorrect. Without the `embedsrcs`, the program wont compile. To explain more, the dir structure is like this: ``` pg |_ BUILD...
thats not practical since there are a lot of `.sql` files in the directory. also we dont want to update `BUILD` files whenever we add a new one. current solution...
any updates on this? seems arm is still not supported but this issue is marked closed