Trask Stalnaker
de8f885042
Add new approver @pavolloffay ( #2083 )
2021-01-20 17:29:37 -08:00
Anuraag Agrawal
97b8712e3b
Remove jaeger-thrift from agent distribution ( #2073 )
...
* Remove jaeger-thrift from agent distribution
* Update test
2021-01-19 16:08:01 +09:00
Maxime Petazzoni
1e553ab97a
Clarify README.md instructions for manual instrumentation ( #2007 )
...
See discussion #1945 [1] for the background behind this change. The aim
is to make this repository's README easier to grok when trying to get
started instrumenting a Java application with OpenTelemetry.
[1] https://github.com/open-telemetry/opentelemetry-java-instrumentation/discussions/1945
2021-01-13 15:42:11 -08:00
Anuraag Agrawal
62bd2c03eb
Update Armeria instrumentation to match latest decorator order and re… ( #2021 )
...
* Update Armeria instrumentation to match latest decorator order and remove dedupe logic for now.
* git add
* Revert unused
2021-01-12 17:01:41 +09:00
Brian Ashby
2b73f9f3b6
add table for supported application servers ( #2020 )
2021-01-12 14:33:35 +09:00
Trask Stalnaker
b97135725c
Change gitter links to github discussions ( #1977 )
2021-01-05 08:58:06 +09:00
Mateusz Rzeszutek
b37f580c79
Add Spring Batch to README ( #1928 )
2020-12-18 17:48:49 +09:00
Anuraag Agrawal
ca9b25d867
Revert "Revert "Update README to mention jaeger-thrift exporter support. ( #1882 )" ( #1913 )" ( #1914 )
...
This reverts commit d02318b5eb
.
2020-12-18 17:46:23 +09:00
Anuraag Agrawal
d02318b5eb
Revert "Update README to mention jaeger-thrift exporter support. ( #1882 )" ( #1913 )
...
This reverts commit 4af2655fa2
.
2020-12-15 15:35:04 +09:00
jason plumb
4af2655fa2
Update README to mention jaeger-thrift exporter support. ( #1882 )
2020-12-15 13:28:33 +09:00
jason plumb
67371ecfc9
Fix import for @WithSpan in docs. ( #1900 )
2020-12-14 13:03:53 -08:00
Trask Stalnaker
8bcd5f1229
Simplify Apache HttpAsyncClient instrumentation ( #1894 )
...
* Simplify Apache HttpAsyncClient instrumentation
* Bump baseline version to 4.1
* Remove all the Intellij auto-formatting of README
2020-12-14 15:16:06 +09:00
Vladimir Šor
9f40f193e3
Added Struts2 to the main README. ( #1636 )
...
* Added Struts2 to the main README.
* Added Struts2 to the main README.
2020-11-30 09:38:59 +02:00
Trask Stalnaker
0c8d7fe73f
Miscellaneous cleanup ( #1805 )
...
* Remove outdated doc
* Remove unnecessary dependencies
* Formatting
* Rename TRACER to tracer
* Move WrappedFuture to top-level class
* Add missing shadow config
* Use simpler type
* Use simpler base class
2020-11-29 21:05:53 -08:00
Nikita Salnikov-Tarnovski
56acd99cfb
Update build status badge ( #1782 )
2020-11-27 11:50:36 -08:00
Mateusz Rzeszutek
90ecff512a
Muzzle mismatch logs should be warnings in tests ( #1754 )
2020-11-26 11:21:17 -08:00
Trask Stalnaker
081e142718
Rename grizzly-client instrumentation ( #1709 )
...
* Rename grizzly-client instrumentation
2020-11-21 10:51:45 -08:00
Sergei Malafeev
4b3bbf6612
add baggage propagator to default propagators ( #1545 )
2020-11-20 09:56:01 -08:00
Anuraag Agrawal
7bfb6b6dbd
Update to SDK 0.11.0 ( #1690 )
2020-11-19 19:37:49 -08:00
Trask Stalnaker
e092e87d6b
Remove disabled by default servlet instrumentation ( #1684 )
2020-11-19 11:22:02 -08:00
Sergei Malafeev
da9502ce84
add b3multi propagator ( #1647 )
...
* revert support for b3_single and b3 (multi) propagator
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
* add b3multi, default for b3 is single
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
2020-11-18 09:47:43 +02:00
Nikita Salnikov-Tarnovski
f0a4049b52
Add support for Reactor Netty's HttpClient ( #1601 )
...
* Add support for Reactor Netty's HttpClient
* Format
* Update instrumentation/reactor-netty-0.9/src/main/java/io/opentelemetry/javaagent/instrumentation/reactor_netty/ReactorHttpClientInstrumentation.java
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* Convert to InstrumentationModule
* Cleanup
* Rename module
* Polish
* Format
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2020-11-16 12:07:51 +02:00
Trask Stalnaker
efe4110e27
Doc changes associated with PR #1412 ( #1413 )
...
Since doc change should wait until the next release is made.
2020-11-12 10:43:29 +02:00
David Denton
d4d5cf8ad4
Add http4k to list of supported libraries ( #1605 )
...
* Add http4k to list of supported libraries
* Update with suggestions for link/note
2020-11-11 08:26:08 +02:00
TeeVenDick
6acce7c6df
Fix README.md link ( #1590 )
2020-11-09 15:04:08 +02:00
snyder114
f4448b56ee
Update README.md ( #1568 )
...
* Update README.md
Basic formatting and wording enhancements for readability and accessibility.
* Update README.md
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Run ./gradlew spotlessApply
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2020-11-08 17:35:07 +09:00
Anuraag Agrawal
c6eee70660
Update to latest snapshot. ( #1524 )
2020-10-29 18:54:09 -07:00
dengliming
05830654d3
Update README.md ( #1445 )
2020-10-22 10:10:41 +03:00
Trask Stalnaker
6a4d3fca58
Update exporter property names to reflect 0.9.0 release ( #1399 )
2020-10-16 10:52:59 -07:00
Mateusz Rzeszutek
aa3bbae200
Document traceId/spanId injection into logs ( #1339 )
...
* Document traceId/spanId injection into logs
* Document traceId/spanId injection into logs
2020-10-08 15:41:07 +03:00
Trask Stalnaker
515fd58bc1
Update to Java 8 and remove duplicate info ( #1341 )
2020-10-07 21:49:43 +03:00
Steve Flanders
17d0519235
Update README ( #1340 )
...
* Update README
- Add a fancy header
- Add contributing information
* Fix badges
* Fix badges
* Make contributors alphabetic
2020-10-07 19:11:44 +03:00
Nikita Salnikov-Tarnovski
a654262f33
Exclude just released and supported Lettuce 6 ( #1308 )
2020-10-02 16:17:16 +03:00
Trask Stalnaker
378843f673
Limit twilio muzzle range ( #1280 )
2020-09-28 21:41:27 -07:00
Pavol Loffay
a2fac7fdc1
Support multiple exporters via OTLP_EXPORTER config ( #1242 )
...
* Support multiple exporters via OTLP_EXPORTER config
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
2020-09-23 15:17:52 -07:00
Mateusz Rzeszutek
d89ce818ef
Implement MDC auto-instrumentation for log4j2 ( #1200 )
...
* Implement MDC auto-instrumentation for log4j2
* Implement MDC auto-instrumentation for log4j2 2.7
* Implement MDC auto-instrumentation for log4j2
* Implement MDC auto-instrumentation for log4j2
* Implement MDC auto-instrumentation for log4j2
* Implement MDC auto-instrumentation for log4j1
* Implement MDC auto-instrumentation for log4j2
2020-09-18 17:53:43 +03:00
Anuraag Agrawal
01ec2ad6a7
Add initial baseline instrumentation for AWS lambda runtime. ( #1192 )
...
* Add initial baseline instrumentation for AWS lambda runtime.
* narc
* Cleanup
* docs
* Remove sentence which is redundant with every manual instrumentation we provide.
2020-09-14 12:57:51 +09:00
Anuraag Agrawal
a1802946fb
Update README for new release ( #1188 )
2020-09-10 18:56:54 +03:00
Anuraag Agrawal
7202d105ba
Auto instrumentation for logback event wrapping. ( #1180 )
2020-09-09 14:10:02 +09:00
Trask Stalnaker
7969a83dde
Fix README to reflect current release not snapshot ( #1100 )
2020-08-26 19:59:55 -07:00
Anuraag Agrawal
d636364d39
Remove elasticsearch-transport-2.0 ( #1024 )
2020-08-17 10:51:28 -07:00
John Bley
969a7c6c51
Add maven/gradle documentation to manual instrumentation instructions. ( #1034 )
...
* Add maven/gradle documentation to manual instrumentation instructions.
* Run :spotlessApply on the README
* Also add dependency description about the auto annotation
2020-08-17 18:33:01 +03:00
Trask Stalnaker
f893ca540b
Scripted package renaming ( #988 )
2020-08-15 21:55:01 -07:00
Trask Stalnaker
2c786ab1a1
Fix WithSpan annotation instrumentation ( #929 )
2020-08-09 21:46:50 -07:00
Anuraag Agrawal
e66a50d5b4
Document endpoint peer mapping ( #909 )
...
* Document endpoint peer mapping
* Better doc
2020-08-07 10:24:56 +09:00
Trask Stalnaker
227bde87ce
Update README config settings ( #830 )
...
* Update README config settings
* Fix Jaeger env var names
* Rename ota prefix to otel
* Add multi-propagator doc
* Include multi-propagator explanation
2020-08-04 16:57:42 +03:00
Trask Stalnaker
2af43dbf26
Rename trace.methods.exclude config ( #842 )
2020-07-31 12:30:08 -07:00
Austin Parker
e61c2cd115
Update README.md ( #843 )
2020-07-30 15:33:35 -07:00
Trask Stalnaker
4293327c2e
Add propagator config to README ( #834 )
2020-07-29 11:19:07 -07:00
Trask Stalnaker
6508ffc889
Remove logging instrumentation ( #803 )
2020-07-27 18:56:25 +03:00