Star us on GitHub
Star
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()
Copy

Created services are visible at https://app.highlight.io/settings/services.

Service's page