pankdhnd

Results 11 comments of pankdhnd

@ocelotl I tried the configuration from the example you gave, but unfortunately it did not work. Again, the other demo app (java) I have running in another pod can successfully...

@srikanthccv I just tried with k8s operator with instrumentation resource, but that didn't work as well. Below is the CR for instrumentation ```yaml apiVersion: opentelemetry.io/v1alpha1 kind: Instrumentation metadata: name: my-instrumentation...

Guys is there any solution available for this issue? If trace export is not working on Python, then I guess I will have to try some other programming language for...

@sanketmehta28, I tried supplying both the env variables, but still I am not able to see any activity in the collector. I wrote another app in golang, and got the...

+1 for this. Transform processor is useful not only for logs but also for traces. It provides functionality for traces that no other processor provides. Kindly consider this request to...

I have similar issue. Grafana is on HTTPS. I have two sidecars, one is for datasources, another for dashboards. Reload URLs for both sidecars are on http, like http://localhost:3000/... My...

I managed to fix this problem by making a change in _pod.tpl. * I keep my TLS certificates inside a secret. So I basically mounted a volume from the secret...

@grubyhs, these changes need to be integrated, but the thing is the secret mount, setting up environment variable, changing URL to HTTPS, these all activities are applicable only in case...

@grubyhs, can you please share your configuration from _pod.tpl?