Company
Product Features
Session Replay
Error Monitoring
General Features
Logging
Tracing
Metrics
Integrations
Grafana Integration
Highlight.io Changelog
Menu
Application Architecture
Here's the high level structure of the code that you'll want to start tinkering with.
- 
SDKs sdk/- 
Firstload 
 - 
Client 
 - 
highlight-node / other SDKs 
 
- 
- 
Public Graph backend/public-graph/graph/schema.resolvers.goSDK data ingest GraphQL endpoint, hosted locally at http://localhost:8082/public
- 
Private Graph backend/private-graph/graph/schema.resolvers.goGraphQL endpoint for frontend, hosted locally at http://localhost:8082/private
- 
Workers backend/worker.go- 
Public graph worker processPublicWorkerMessage
 - 
Async worker Start
 
- 
General Architecture Diagram

Code Structure Diagram

Kafka Diagram

InfluxDB Diagram

OpenTelemetry Diagram
