Skip to content

Add --log-exporter option to the linux installer script #1500

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

Merged
merged 3 commits into from
Aug 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions gdi/opentelemetry/collector-linux/install-linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ Automatic Discovery for back-end services
* - ``--metrics-exporter <exporters>``
- Comma-separated list of exporters for collected metrics by all activated SDKs, for example ``otlp,prometheus``. Set the value to ``none`` to disable collection and export of metrics. The value will be set to the ``OTEL_METRICS_EXPORTER`` environment variable. The default behavior is to defer to the default ``OTEL_METRICS_EXPORTER`` value for each activated SDK.
-
* - ``--logs-exporter <exporter>``
- Set the exporter for collected logs by all activated SDKs, for example ``otlp``. Set the value to ``none`` to deactivate collection and export of logs. The ``OTEL_LOGS_EXPORTER`` environment variable contains this value. By default, each activated SDK uses the default ``OTEL_LOGS_EXPORTER`` value.
-
* - ``--[enable|disable]-profiler``
- Activate or deactivate AlwaysOn CPU Profiling for all activated SDKs that support the ``SPLUNK_PROFILER_ENABLED`` environment variable.
- ``--disable-profiler``
Expand Down
Loading