GoogleCloudPlatform / opentelemetry-operations-java

Apache License 2.0
71 stars 41 forks source link

Where do we have documentation to export traces from a java application running in onprem to GCP Cloud trace using OpenTelmetry #310

Closed Santosh-Kumar-Perumal closed 5 months ago

Santosh-Kumar-Perumal commented 5 months ago

I have a java application running in Onprem but I need trace to be exported to google cloud do we have any reference for this ?

@psx95 @jsuereth

psx95 commented 5 months ago

Hi @Santosh-Kumar-Perumal,

The Google Cloud Exporter for OpenTelemetry Collector has the documentation for how to export telemetry to Google Cloud from different environments like on-prem.

You can try following those steps for authenticating to GCP from on-prem.

Let me know if those steps work out for you.

Santosh-Kumar-Perumal commented 5 months ago

Thanks @psx95

psx95 commented 5 months ago

Hi @Santosh-Kumar-Perumal, I'm assuming that the linked documentation in the prior comment is what you were looking for.

Feel free to re-open if that is not the case.

Thanks.

Santosh-Kumar-Perumal commented 5 months ago

Thanks @psx95 was able to send trace to Google cloud from local this really helped thanks for all the support.