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

Adjust configuration for istio environment #171

Merged
merged 1 commit into from
Jul 7, 2021
Merged

Adjust configuration for istio environment #171

merged 1 commit into from
Jul 7, 2021

Commits on Jul 7, 2021

  1. Adjust configuration for istio environment

    Add new config option autodetect.istio, which, if enabled, adds few things to the default configuration:
    - Add `service.name` attribute to logs that are composed the same way as done for traces in istio. This enables APM <-> Log Observer correlation OOTB.
    - Add automatic istio metrics scraping that are exposed via prometheus endpoints.
    - Add `sidecar.istio.io/inject: "false"` annotation to the otel-collector pods to avoid infinite self-tracing.
    dmitryax committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    41f0360 View commit details
    Browse the repository at this point in the history