Skip to content
forked from SigNoz/signoz

SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. ๐Ÿ”ฅ ๐Ÿ–ฅ. ๐Ÿ‘‰ Open source Application Performance Monitoring (APM) & Observability tool

License

Notifications You must be signed in to change notification settings

josephaw1022/signoz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Steps to Deploy SigNoz

  1. git clone https://gitlab.com/signoz-oss/signoz.git && cd signoz
  2. helm dependency update deploy/kubernetes/platform
  3. kubectl create ns platform
  4. helm -n platform install signoz deploy/kubernetes/platform
  5. kubectl -n platform apply -Rf deploy/kubernetes/jobs
  6. kubectl -n platform apply -f deploy/kubernetes/otel-collector

Test HotROD application with SigNoz

  1. kubectl create ns sample-application
  2. kubectl -n sample-application apply -Rf sample-apps/hotrod/

How to generate load

  • kubectl -n sample-application run strzal --image=djbingham/curl --restart='OnFailure' -i --tty --rm --command -- curl -X POST -F 'locust_count=6' -F 'hatch_rate=2' http://locust-master:8089/swarm

How to stop load

  • kubectl -n sample-application run strzal --image=djbingham/curl --restart='OnFailure' -i --tty --rm --command -- curl http://locust-master:8089/stop

About

SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. ๐Ÿ”ฅ ๐Ÿ–ฅ. ๐Ÿ‘‰ Open source Application Performance Monitoring (APM) & Observability tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.7%
  • Go 35.4%
  • SCSS 5.2%
  • Shell 0.3%
  • JavaScript 0.2%
  • Makefile 0.1%
  • Other 0.1%