Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing error in config for internal-telemetry.md #5672

Merged
merged 4 commits into from
Nov 27, 2024

Commits on Nov 22, 2024

  1. Fixing error in config for internal-telemetry.md

    - collector failed with config error:
    ```
    error decoding 'service.telemetry': decoding failed due to the following error(s):
    
    'traces.processors': source data must be an array or slice, got map
    ```
    
    - OTLP Exporter was trying to send with SSL, to receiver that was not set up with SSL.
    ```
    warn	[email protected]/clientconn.go:1379	[core] [Channel open-telemetry#1 SubChannel open-telemetry#8]grpc: addrConn.createTransport failed to connect to {Addr: "127.0.0.1:14317", ServerName: "localhost:14317", }. Err: connection error: desc = "transport: authentication handshake failed: tls: first record does not look like a TLS handshake"	{"grpc_log": true}
    ```
    avilevy18 authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    1bbca3a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    4305956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f2cbe3 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    e6913ed View commit details
    Browse the repository at this point in the history