Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

SigNoz/troubleshoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Troubleshooting SigNoz

Install

You can run the install script below to download the troubleshoot binary:

curl -sL https://raw.githubusercontent.com/SigNoz/troubleshoot/main/scripts/install.sh | bash

We currently support the following:

  • Linux (amd64/arm64)
  • MacOS/Darwin (amd64/arm64)

Build from source

git clone [email protected]:signoz/troubleshoot.git && cd signoz

go build

Run command

Binary

./troubleshoot checkEndpoint --endpoint=<endpoint-to-check>

Eg. ./troubleshoot checkEndpoint --endpoint=localhost:4317

Docker

docker run -it --rm signoz/troubleshoot checkEndpoint --endpoint=localhost:4317

Kubernetes

kubectl -n platform run troubleshoot --image=signoz/troubleshoot --restart='OnFailure' -i --tty --rm --command -- ./troubleshoot checkEndpoint --endpoint=otel-collector:4317

Community

Join the slack community to know more about distributed tracing, observability, or SigNoz and to connect with other users and contributors.

If you have any ideas, questions, or any feedback, please share on our Github Discussions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 5