/hypertrace

Primary LanguageShellOtherNOASSERTION

hypertrace

Hypertrace

Hypertrace is a cloud-native distributed tracing based Observability platform that gives visibility into your dev and production distributed systems.

Hypertrace was originally developed by Traceable as a highly scalable distributed tracing platform and it is used by Traceable’s cloud-native application security platform. ‍Realizing that Hypertrace was a powerful standalone tracing and observability platform, Traceable created this open source project for the software development community to use in their applications.


Quick-start

If you want to see Hypertrace in action, you can quickly start Hypertrace.

Requirements:

git clone https://github.com/hypertrace/hypertrace.git
cd hypertrace/docker
docker-compose pull
docker-compose up --force-recreate

This will start all services required for Hypertrace. Once you see the service Hypertrace-UI start, you can visit the UI at http://localhost:2020.

If your application is already instrumented to send traces to Zipkin or Jaeger, it will work with Hypertrace.

If not, you can try Hypertrace with our sample application by running

docker-compose -f docker-compose-zipkin-example.yml up

the sample app will run at http://localhost:8081. You should request the URL a few times to generate some sample trace requests!

Deploying with Kubernetes

Please refer to the deployments section in our documentation which lists the steps to deploy Hypertrace on different Kubernetes flavors across different operating systems and cloud providers. You can find the Helm Charts and installation scripts with more details here.

Community

Join the Hypertrace Workspace on Slack to connect with other users, contributors and people behind Hypertrace.

Documentation

Check out Hypertrace documentation to learn more about Hypetrace features, it's architecture and other insights!

Docker images

Released versions of Docker images for various Hypertrace components are available on dockerhub.

Related Repositories

Data Ingestion Pipeline

Query Layer Services

UI

Data Service Deployment

License

Hypertrace follows the open core model where "Hypertrace core" (or simply Core) is made available under the Apache 2.0 license, which has distributed trace ingestion and exploration features. The Services, Endpoints, Backends and Service Graph features of Hypertrace Community Edition are made available under the Traceable Community license.