Michael Lindes

Results 6 issues of Michael Lindes

Hi! Could you release a new version of this to use the updated dd-trace library? [`go.mod` currently shows dd-trace-go.v1 at v1.18.0](https://github.com/nicholasjackson/fake-service/blob/main/go.mod#L24) but Datadog's Unified Service Tagging [requires v1.24.0](https://docs.datadoghq.com/getting_started/tagging/unified_service_tagging/?tab=ecs#requirements) or higher

The Datadog example config does not work with the xDS v3 syntax used in later versions like consul-envoy:v1.11.2-v1.20.1 I've managed to sort out some syntax to capture traces, but I'm...

bug

Required information for this issue: - VS Code Version: 1.97.2 (Universal). Commit: e54c774e0add60467559eb0d1e229c6452cf8447 - OS Version: macOS 13.5.1 (22G90) - Is this extension running on VS Code Remote or :...

I'm testing some tracing with otel & gRPC endpoints. I'm trying to do a base-level 101 check with this tool by running locally on my mac after installing with brew....

This enables support for [gRPC reflection](https://grpc.io/docs/guides/reflection/). When running `otel-cli server tui` in one terminal, from another, use [grpCurl](https://github.com/fullstorydev/grpcurl) to query the otel-cli endpoint at `localhost:4317` ``` » grpcurl -plaintext localhost:4317...

I'm testing some tracing with otel & gRPC endpoints. I'm trying to do a base-level 101 check with this tool by running locally on my mac after installing with brew....