I am trying to get data into Splunk APM from my python and Golang applications deployed in Kubernetes.
But I am not able to see the data from both app. I also tried running the app on Linux System but from there also not getting any data.
Did you have any luck? The otel collector will capture traces from those apps, after you instrument them, and forward to APM. Make sure you followed the instrumentation steps including setting service names and that your collector has a valid token and ingest URL.