Company
Product Features
Session Replay
Error Monitoring
General Features
Logging
Tracing
Metrics
Integrations
Grafana Integration
Highlight.io Changelog
Menu
Services
Services are a useful tool to delineate your logs, errors, and traces. In order to create a new service, a service name must be provided to your SDK configuration. Reference the SDK start up guides for more help.
For example, in Golang, the following SDK will create a new service named "my-app":
highlight.SetProjectID("<YOUR_PROJECT_ID>") highlight.Start( highlight.WithServiceName("my-app"), highlight.WithServiceVersion("git-sha"), ) defer highlight.Stop()
Created services are visible at https://app.highlight.io/settings/services.