Commit Graph

13 Commits

Author SHA1 Message Date
Cijo Thomas 12b0369f16
[DebugExporter] Add EventName from LogRecord to output (#11967)
#### 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>
2025-01-09 21:13:13 +00:00
Pablo Baeyens b04b551d7f
[extension/ballastextension] Deprecate memory_ballast extension (#8803)
**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>
2023-12-19 10:18:33 -08:00
Pang 7f092972e6
[chore] [examples/local] fix memory_limiter description (#8860)
fix #8837
2023-11-12 19:37:41 -08:00
Alex Boten 456e75c6d4
add debug exporter, move code from logging exporter into internal (#8378)
Alternative to
https://github.com/open-telemetry/opentelemetry-collector/pull/8375

This moves most of the code from the logging exporter into two internal
packages that will eventually end up in the `debugexporter` once the
`loggingexporter` has been removed.

Fixes
https://github.com/open-telemetry/opentelemetry-collector/issues/7769

---------

Signed-off-by: Alex Boten <aboten@lightstep.com>
2023-09-15 13:49:24 -07:00
Pablo Baeyens 56daa378f5
[examples] Update local example to use localhost (#7571) 2023-04-26 12:12:18 -07:00
Ziqi Zhao ad2ca3faf4
fix format error of config file for otel local example (#5477)
Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
2022-06-06 09:39:45 -07:00
Bogdan Drutu 9743e8ccaa
Remove pprofextension, moved to contrib (#3911)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2021-08-27 11:03:44 -07:00
Bogdan Drutu 94dc0f0629
Copy BoundedQueue from jaeger, remove health_check extension (#3903)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2021-08-26 22:28:52 -07:00
Bogdan Drutu feb6cf2403
Remove span, filter, resource, attributes processors and hostmetrics receiver (#3891)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2021-08-25 11:24:45 -07:00
Bogdan Drutu 154f2d5a78
Remove jaeger, zipkin, kafka, testbed components (#3889)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2021-08-25 10:20:35 -07:00
Bogdan Drutu 1e5cd148fd
Remove prometheus receiver, exporter and remote write exporter (#3888)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2021-08-24 20:49:12 -07:00
Bogdan Drutu 15322cf017
Update otel demo to use OTLP (#2387)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2021-01-21 15:10:22 -08:00
Bogdan Drutu 6aabdad11c
Move example configs in their own directories (#1529)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-09-29 15:55:05 -04:00