#### Description
1. Adds event name from LogRecord to debug exporter.
2. Also modified the example config file to include logs too. (It only
had traces/metrics). Not really required for this change, but hope that
is okay to club into same PR!
#### Link to tracking issue
Fixes#11966
#### Testing
Manually tested with Otel client that exported a LogRecord with event
name and without event name.
(1st time contributor here, still learning the process.)
---------
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
**Description:**
Based on user reports on
open-telemetry/opentelemetry-helm-charts/issues/891 and the discussion
on #8343, we can deprecate the memory ballast extension in favor of
using `GOMEMLIMIT`. This PR:
- Deprecates the memory ballast extension in the README
- Removes references to the memory ballast extension on docs
- Updates k8s example to use `GOMEMLIMIT` with the same approach as in
the Helm chart (80% of memory limit)
- Deprecates the memory ballast extension Go module
Once this PR is accepted,
open-telemetry/opentelemetry-helm-charts/issues/891 can move ahead with
enabling `useGOMEMLIMIT` by default on the Helm chart.
Other issues will be opened for opentelemetry.io, the Opentelemetry
Operator and other parts of the OpenTelemetry project to remove
references to this extension once the PR is merged.
No explicit timeline is given for removal of the extension.
**Link to tracking Issue:** Updates #8343
---------
Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>