Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 904 Bytes

aspecto.md

File metadata and controls

32 lines (23 loc) · 904 Bytes

Welcome to Aspecto

To run this demo and send traces to Aspecto:

  1. clone this repo
git clone https://github.com/aspecto-io/opentelemetry-demo.git
  1. Sign Up to create a free account in aspecto

  2. Copy your aspecto token and paste it in ./src/otelcollector/otelcol-config-extras.yml instead of <your_aspecto_token>

exporters:
  otlp/aspecto:
    endpoint: otelcol.aspecto.io:4317
    headers:
      Authorization: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

service:
  pipelines:
    traces:
      exporters: [logging, otlp, otlp/aspecto]
  1. Run the demo
  1. Browse to Trace Search to search and view the traces from the demo run