Anuraag (Rag) Agrawal

Results 343 comments of Anuraag (Rag) Agrawal

I'd recommend not using custom formats - as @tigrannajaryan says, for our current two formats the current mime types work great. If they stop working then it may be time...

Just wanted to check, would WASM exceptions make sense for implementing C `setjmp` / `longjmp` (i.e., how postgres uses them to implement exceptions), or are they too different and only...

Thanks for confirming! I implemented stack unwind for wazero https://github.com/tetratelabs/wazero/pull/1808 and look forward to trying it out with wasi SDK (from my reading of the thread it isn't quite ready...

Thanks @lfittl - yeah, the runtime aspect is definitely tricky, I found postgres requires threads and exceptions to compile, neither of which supported by officially released Wasm yet so runtime...

Thanks @dashpole - for reference, here is my manifest config ``` - name: OTEL_RESOURCE_K8S_NAMESPACE_NAME valueFrom: fieldRef: fieldPath: metadata.namespace - name: OTEL_RESOURCE_K8S_NODE_NAME valueFrom: fieldRef: fieldPath: spec.nodeName - name: OTEL_RESOURCE_K8S_POD_NAME valueFrom: fieldRef:...

Thanks @jaredjenkins - for me entering this conversation was exactly that, wondering why my metrics don't have pod name and then finding this https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/detectors/gcp/gke.go#L31 But as you confirmed, since this...

> even without setting any environment variables users would detect pod name and namespace name using fallbacks described above Ah yeah, I assumed there is some fundamental problem with the...

Cool - in that case my suggestion would be to focus this proposal on that, the generic k8s detector that magically detects the two attributes. As long as it doesn't...

Unfortunately I suspect it's going to be different among the SDKs as resource merging with different URLs isn't really well defined by the spec AFAIK. For example, Java will remove...

If the goal is to make sure every commit gets directly published, this seems OK. Otherwise, I would just use a scheduled_dispatch in the coraza.io repo to update nightly or...