You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I have an Azure Data Explorer cluster
Save this file as jaeger-kusto-config.json in the root of the repository.
use docker compose --file build/server/docker-compose.yml up --build Once this is done,
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.
Please let me know if any
The text was updated successfully, but these errors were encountered:
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:
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.
Please let me know if any
The text was updated successfully, but these errors were encountered: