- Explore the structure of sample data.
- Display a stream of incoming data.
- Analyze the data.
- Visualize the data by creating a simple dashboard.
- Set up a monitor that alerts you about internal server errors.
1. Explore sample data
- Sign up for an Axiom account. All you need is an email address.
- Click the Datasets tab at the top of the page.
- In the list of datasets, click
otel-demo-traces
.
otel-demo-traces
.
2. Display stream of incoming data
- Click the Stream tab at the top of the page.
- Click otel-demo-traces in the list.
3. Analyze data
Query data
- Click the Query tab at the top of the page, and then click Builder in the top left. This enables you to query your data with a visual query builder.
- In the Dataset section, select otel-demo-traces from the list of datasets.
- In the Where section, click +.
- Write service.name == frontend, and then press Enter.
- Click Run.
Run an APL query
- Click the Query tab at the top of the page, and then click APL in the top left. This enables you to query your data with the Axiom Processing Language (APL). For more information, see Introduction to APL.
- In the text field, enter the following:
- Click Run.
4. Visualize data
- Click the Dashboards tab at the top of the page.
- Click OpenTelemetry Traces (otel-demo-traces) in the list.
5. Create new dashboard
- Click the Dashboards tab at the top of the page, and then click New dashboard on the right.
- Name the dashboard and click Create.
- Click Add a chart, and then click Timeseries.
- In the Dataset section, select otel-demo-traces.
- In the Summarize section, click no group to the right of by, and then select service.name.
- Click Save.
6. Monitor data for issues
Create notifier
- Click the Monitors tab at the top of the page.
- In the top left, click Notifiers, and then click New notifier on the top right.
- In Name, enter Slow requests notifier.
- In Users, enter your email address, and then click + on the right.
- Click Create.
Create monitor
- In the top left, click Monitors, and then click New monitor on the top right.
- Click Threshold monitor.
- In Check options, enter
10000
as the value. - Click + Add notifier, and then select Email: Slow requests notifier.
- In the APL section, enter the following:
- Click Create.