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

Add logs for Ad service and Recommendation service #796

Merged
merged 7 commits into from
Mar 20, 2023

Commits on Mar 17, 2023

  1. What’s included?

    - Enable logs for Ad service and Recommendation service.
    - Add OTLP exporters for logs
    - Add the filter processor to prevent an error from the Prometheus exporter for duplicate queueSize metric, see
    open-telemetry/opentelemetry-collector-contrib#18194. The filter processor can be removed when the fault gets fixed.
    
    This PR doesn’t introduce any logs backend. Instead, logs are output only to Logging exporter and can be seen in the console (otelcol).
    otel-col  | 2023-03-17T11:40:22.662Z	info	LogsExporter	{"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 2}
    
    After this PR, different logging backends can be easily tested by configuring an additional exporter.
    mviitane committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    06dbf01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    658fd65 View commit details
    Browse the repository at this point in the history
  3. Fix changelog and lint

    mviitane committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    e9cbbae View commit details
    Browse the repository at this point in the history
  4. Fix lint

    mviitane committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    2a1953a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c343591 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

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

Commits on Mar 20, 2023

  1. Update CHANGELOG.md

    julianocosta89 authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    12f1c9b View commit details
    Browse the repository at this point in the history