jaeger-kusto icon indicating copy to clipboard operation
jaeger-kusto copied to clipboard

Error while getting token : ClientSecretCredential: unable to resolve an endpoint

Open harshalschaudhari opened this issue 2 months ago • 0 comments

Hi,

I encountered an error while following the steps in the repository to set up the environment. When attempting to access the Jaeger, I received the following error message:

HTTP Error: plugin error: rpc error: code = Unknown desc = Op(OpQuery): Kind(KInternal): Error while getting token : ClientSecretCredential: unable to resolve an endpoint: server response error: Get "https://login.microsoftonline.com/tenant-guid/v2.0/.well-known/openid-configuration": dial tcp: lookup [login.microsoftonline.com](http://login.microsoftonline.com/) on [127.0.0.11:53](http://127.0.0.11:53/): server misbehaving

Steps to Reproduce: Followed the setup instructions in the repository:

  1. I have an Azure Data Explorer cluster
  2. Save this file as jaeger-kusto-config.json in the root of the repository.
  3. use docker compose --file build/server/docker-compose.yml up --build Once this is done,
  4. I have open the Jaeger UI on http://localhost:16686/ and see the traces in the UI. [getting error while trying to access the traces in Jaeger UI] PFA screenshot.

FYI It was working as expected the first time (show trace from Azure Data Explorer in JaegerUI) and suddenly it was stopped and throw the above error.

jaeger-error-1

Please let me know if any

harshalschaudhari avatar Apr 19 '24 09:04 harshalschaudhari