# Expanso Edge Node Telemetry Configuration
# Add this to your /etc/expanso/edge-config.yaml file

# ... existing node configuration ...

# Telemetry configuration (same as orchestrator)
telemetry:
  do_not_track: false

  # Point to the OTLP collector
  # For distributed deployments, use orchestrator hostname
  endpoint: "orchestrator.example.com:4317"

  protocol: "grpc"
  insecure: true
  export_interval: "15s"
  include_go_metrics: true
  process_metrics_interval: "15s"

  # Add node-specific resource attributes
  resource_attributes:
    environment: "production"
    datacenter: "seattle"
    node_type: "edge"
