renovate[bot]
b1eb1fd3d9
fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.30.0-rc.1 ( #13116 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2025-01-30 14:18:43 -08:00
Lauri Tulmin
15e611e2bb
Log4j2: add option to fill code attributes ( #12592 )
2024-11-14 08:00:56 +02:00
Trask Stalnaker
2371589ec5
Statically import semconv constants in tests ( #12575 )
2024-11-06 08:17:57 -08:00
Lauri Tulmin
e8c5c066d6
Fix capturing context in log4j library instrumentation with async logger ( #12176 )
2024-09-12 15:09:41 -07:00
Lauri Tulmin
1ab2dbf8bc
Bridge log body any value ( #12204 )
...
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
2024-09-12 13:09:46 +03:00
Lauri Tulmin
c8e22222d0
Make log record asserts similar to trace asserts ( #12164 )
2024-09-04 16:21:28 -07:00
Gregor Zeitlinger
798bdd5569
config properties support for spring starter clients ( #11605 )
2024-07-02 16:49:39 +03:00
SylvainJuge
955470a63a
Semconv 1.25.0 migration ( #10983 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-09 11:25:52 -07:00
Lauri Tulmin
83bb4bd25f
Fix log4j appender latest dep test ( #10618 )
2024-02-21 15:34:34 +02:00
Evgeniy Zuikin
2ee4ee116d
Remove mdc attributes prefix ( #9536 )
...
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2024-01-05 18:41:53 +00:00
Lauri Tulmin
d0efffd7c5
Log4j instrumentation does not add source code attributes ( #10179 )
2024-01-05 08:10:10 -08:00
Gregor Zeitlinger
325477e6f6
log4j MDC attribute capture configuration ( #10054 )
2024-01-04 09:25:51 -08:00
Lauri Tulmin
355003538a
Fix typo in logging framework instrumentation readme ( #10123 )
2024-01-01 17:36:58 -08:00
Lauri Tulmin
cafbcfc198
Fix log4j-appender-2.17 latest dep tests ( #9915 )
2023-11-20 15:35:37 -08:00
Jean Bisutti
c5cb94893b
Ability to instrument logs before OTel injection into OTel appenders ( #9798 )
...
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2023-11-17 10:03:17 -08:00
Lauri Tulmin
795c053dc6
Fix spec links ( #9603 )
2023-10-04 17:54:35 +03:00
Trask Stalnaker
3b77cc4b2d
Semconv 1.21 ( #9408 )
...
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2023-09-13 19:20:23 +00:00
Steven Swartz
12b1d3c369
Document configuration options for log4j2 appender library ( #9079 )
2023-07-31 10:49:10 +02:00
Trask Stalnaker
2bdddafdc4
Apply Prettier to markdown files ( #8968 )
2023-07-19 12:22:35 -07:00
Mateusz Rzeszutek
9e37e724dc
Fix the main branch history ( #8817 )
2023-06-28 10:55:41 +00:00
Abhinandan Seshadri
f25cd6354c
Convert spring rabbitmq tests from groovy to java ( #8765 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
Co-authored-by: SylvainJuge <763082+SylvainJuge@users.noreply.github.com>
Co-authored-by: Christian Neumüller <christian.neumueller@dynatrace.com>
2023-06-28 10:51:27 +02:00
Trask Stalnaker
de25e5bb52
Fix logging timestamp ( #8761 )
2023-06-20 08:47:21 +03:00
OpenTelemetry Bot
bbb05276be
Update the OpenTelemetry SDK version to 1.27.0 ( #8688 )
...
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2023-06-13 12:02:11 +03:00
Trask Stalnaker
a26b5f6639
Support slf4j to log4j2 ( #7656 )
2023-02-07 14:38:04 -08:00
Trask Stalnaker
dab33810bb
Convert logging instrumentation tests to Java ( #7631 )
...
currently based on #7632
2023-01-24 15:18:39 -08:00
Trask Stalnaker
c57435ff29
Change log4j MapMessage attribute names ( #7397 )
...
Changed them from standalone top-level attributes to move them under
`log4j.map_message.*` (e.g. similar to `log4j.context_data.*` and
others).
Also adds doc for log4j javaagent properties.
Also cleans up related tests.
2022-12-13 08:07:34 -08:00
jack-berg
aeac361816
Upgrade to otel java 1.19.0 ( #6757 )
...
Working PR to capture all the changes required to update to otel java
1.19.0. The new log API force allows
`:instrumentation-appender-api-internal` and
`:instrumentation-appender-sdk-internal`, but necessitates a decent
amount of refactoring as a result.
The PR points at the `1.19.0-SNAPSHOT`, which I'll update upon
publication.
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2022-10-12 09:19:37 -07:00
Jean Bisutti
429f083cf7
Add marker attribute for Log4j 2 ( #6680 )
...
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2022-09-22 09:54:37 -07:00
Trask Stalnaker
faa99b2eeb
Update SDK to 1.17.0 ( #6467 )
...
* Update SDK to 1.17.0
* Fix
* Update licenses
* Spotless
* license
2022-08-12 17:10:46 -07:00
Mateusz Rzeszutek
257009f944
InstrumentationConfig part 5: library logging appenders ( #6321 )
...
* InstrumentationConfig part 5: library logging appenders
* Logback
* remove log4j hackery
* fix tests
* Remove unused
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-07-18 14:28:26 -07:00
Trask Stalnaker
246364d2fc
Support older log4j2 versions in the javaagent ( #5979 )
2022-05-05 12:40:54 -07:00
Trask Stalnaker
400bd5af3f
Update log4j package names ( #5978 )
2022-05-05 08:39:21 -07:00
Mateusz Rzeszutek
d919f84cf8
Merge javaagent-instrumentation-api into javaagent-extension-api ( #5936 )
...
* Merge javaagent-instrumentation-api into javaagent-extension-api
* remove some leftover references to javaagent-instrumentation-api
* add missing instrumentation-api to distro example
2022-04-28 20:11:15 -07:00
Trask Stalnaker
85061691fe
Bump log4j version for library instrumentation to 2.17 ( #5849 )
...
* Bump log4j library version to 2.17
* muzzle
2022-04-19 12:11:10 -07:00