Skip to main content

Sumo Logic

Tracetest fetches traces from Sumo Logic's API.

tip

Examples of configuring Tracetest can be found in the examples folder of the Tracetest GitHub repo.

Configure Tracetest to Use Sumo Logic as a Trace Data Store​

Configure Tracetest to fetch trace data from Sumo Logic.

tip

Need help configuring the OpenTelemetry Collector so send trace data from your application to Sumo Logic? Read more in the reference page here.

Connect Tracetest to Sumo Logic with the Web UI​

In the Web UI, (1) open Settings and, on the (2) Configure Data Store tab, select (3) Sumo Logic. Add the Sumo Logic API, your Access ID, and Access Key.

sumo logic

Connect Tracetest to Sumo Logic with the CLI​

If you prefer using the CLI, you can use this file config.

---
type: DataStore
spec:
name: Sumo Logic
type: sumologic
sumologic:
# The URL will differ based on your location. View this
# docs page to figure out which URL you need:
# https://help.sumologic.com/docs/api/getting-started/#which-endpoint-should-i-should-use
url: "https://api.sumologic.com/api/"
# Create your ID and Key under Administration > Security > Access Keys
# in your Sumo Logic account:
# https://help.sumologic.com/docs/manage/security/access-keys/#create-your-access-key
accessID: "your-access-id"
accessKey: "your-access-key"

Proceed to run this command in the terminal, and specify the file above.

tracetest apply datastore -f my/data-store/file/location.yaml