Observe Tutorials¶
Learn by doing! This collection of tutorials helps you do specific tasks in Observe so you can quickly come up to speed.
- Tutorial: Modeling Weather Data
- Tutorial: Improbable Travel Search
- Tutorial: Creating a Single Stat Dashboard
- Tutorial: Using O11y Slack to Manage an Incident
- Tutorial: Shaping Metrics
- Tutorial: Aggregated Metrics Shaping
- Tutorial: Shaping Host System Metrics
- OPAL 101 – Getting Started with OPAL
- OPAL 102 – Shaping Structured and Unstructured Data Using Stages
- Tutorial: send app data to Observe
- Tutorial: OTEL Instrumentation
- Tutorial: Instrumenting Single Container Java Apps
- OTEL_EXPORTER_OTLP_PROTOCOL: Protocol to use for OTLP (HTTP with protocol buffer encoding)
- OTEL_EXPORTER_OTLP_TRACES_HEADERS: Authorization header for OTLP traces export
- Note: The value includes special characters that need to be in URL encoded.
- For example:
- - A space should be encoded as %20
- - A colon (:) should be encoded as %3A
- The example below shows the Authorization header with these encodings.
- Command to run the application with OpenTelemetry Java agent
- Batch Ingestion with Observe