Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
How are we doing? Please help us improve Stack Overflow.Take our short survey
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
69 questions
Filter by
Sorted by
Tagged with
0votes
0answers
61views

Google Cloud Trace Explorer not showing OpenTelemetry service name (Node.js on GKE)

I am using OpenTelemetry with Node.js in my application running on Google Kubernetes Engine (GKE).The traces are successfully sent to Google Cloud Trace, but in Google Cloud Trace Explorer the ...
1vote
1answer
122views

Google Cloud Platform Trace from Cloud Function Invocation to Cloud Run HttpRequest

We have a cloud function (v1 for organization restraints) that is triggered from a cloud storage event. It makes a request to a service running in Cloud Run. We have enabled tracing and structured ...
1vote
1answer
578views

Spring Boot 3.3+ and Open Telemetry export to Google Cloud Trace?

I'm trying to get Open Telemetry to export traces from my Spring Boot 3.3.5 application running on GKE.I've tried follow the guide here which says to use:<dependencyManagement> <...
0votes
1answer
82views

Datastore grpc are not being traced in Cloud Run

I have an instrumentation for tracing my Python backend that uses NDB to interact with Datastore, I follow the classic way for exporting traces to Cloud Trace:from opentelemetry.sdk.trace import ...
2votes
1answer
244views

Filter spans before sending them to GCP Cloud Trace SDK

I'm using a GKE cluster at GCP running HTTP server instances implemented in Golang.To take advantage of Google's tracing tools via their Cloud Trace implementation.The implementation rigorously ...
3votes
1answer
992views

No Traces reported by GCP Load Balancer to Google Cloud Trace

I'm running several applications on GKE with a Spring Cloud Gateway in front of them and behind a Google Cloud Loadbalancer.While debuging i noticed that most traces reported to Google Cloud Trace ...
1vote
1answer
1kviews

How get the traceparent in OpenTelemetry?

This is the abstraction that I've written:import { context, defaultTextMapSetter } from '@opentelemetry/api';import { W3CTraceContextPropagator } from '@opentelemetry/core';type ...
4votes
1answer
3kviews

GCP Cloud Run: how to monitor latency per path/URI?

I have REST API running on GCP Cloud Run. I would like to monitor latency / response time, grouped per path (URI), so that I can spot paths that have bad response times.For instance, let say I have 3 ...
1vote
0answers
571views

Extract trace context from x-cloud-trace-context request header

I am working on implementing opentelemetry tracing for a multi-microservice application deployed in Google Cloud's App Engine. App Engine provides tracing by default, and includes a context in the ...
1vote
0answers
303views

How to use Google Cloud Trace to do distributed tracing for a message-driven system?

I am new to GCT. For most examples I found online, the start and end of a span are on the same machine (or even the same function like defer span.Close()). E.g.try (Scope ss = tracer.spanBuilder(&...
2votes
0answers
898views

Can I instrument Firebase Functions V1 with OpenTelemetry to analyse traces in Cloud Trace? If yes how?

I have many v1 cloud functions. Written in typescript and running on NodeJS 18. Deployed with "firebase deploy functions". Completely server-less.If I open Cloud Trace ( https://console....
1vote
0answers
233views

Google cloud trace agent does not appear to work in my typescript project

I'm using google cloud trace inside GKE. Everything appears to work fine if I import the library as an argument when running node in the docker image, however if I import the client library in my code ...
5votes
0answers
2kviews

Filtering out specific http api calls from open telemetry java agent instrumentation

I'm using the open telemetry java agent as documented here to instrument a Java Spring Boot application and export the traces to Google Cloud Trace.My command is :java \ -javaagent:/opentelemetry/...
0votes
1answer
1kviews

Google Cloud Tracing in a .net 6 (or at least .net core 3+) Console App

I've been trying to implement Cloud Trace in a .net 6 Console App that works as a listener for events coming through a Publisher Subscriber pattern.I have been following Googles docs for their ...
3votes
0answers
3kviews

Google Cloud : X-Cloud-Trace-Context different from app log traceId

I have a spring boot app that's deployed in google cloud and I face a rather odd problem.The X-Cloud-Trace-Context is set by google (load balancer I suppose) but the traceId of the app level logs ...

153050per page
1
2345
Google CloudCollectiveSee more
This tag is in a collective: a subcommunity defined by tags with relevant content and experts.

Hot Network Questions

more hot questions
Newest google-cloud-trace questions feed

[8]ページ先頭

©2009-2025 Movatter.jp