viveksing
46b28eb45e
Fix ottracepropagation for short span ids ( #6734 )
2024-09-30 14:13:09 -05:00
jack-berg
d37c1c74e7
Add file configuration ComponentProvider support for propagators ( #6624 )
2024-08-28 15:18:19 -05:00
jack-berg
44c69ea6b5
Rename opentelemetry-extension-incubator to opentelemetry-api-incubator, merge opentelemetry-api-events ( #6289 )
2024-03-21 14:03:07 -05:00
jack-berg
bae5718191
Add Span#addLink, for adding link after span start ( #6084 )
...
Co-authored-by: John Watson <jkwatson@gmail.com>
2024-02-07 13:04:52 -06:00
Gregor Zeitlinger
2b33f9fb07
Extended tracer ( #6017 )
...
Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com>
Co-authored-by: Jack Berg <jberg@newrelic.com>
2023-12-07 16:27:57 -06:00
jack-berg
e6c7a0f264
Base64 encode AnyValue bytes in string representation ( #6003 )
2023-11-21 10:02:53 -06:00
Lauri Tulmin
c87852c3d1
Target kotlin 1.4 in kotlin extension ( #5910 )
2023-11-17 13:54:13 -06:00
jack-berg
19196a0251
Stabilize explicit bucket boundaries advice API ( #5897 )
2023-11-06 10:58:34 -06:00
jack-berg
efa46a5dcc
Experimental support for Log AnyValue body ( #5880 )
2023-10-31 15:05:36 -05:00
Abdolsamad Montazeri Shahtoori
ccb2e04237
Fix opentracing header name issue ( #5840 )
2023-10-31 13:30:34 -05:00
jack-berg
92abcb823b
Refactor advice API ( #5848 )
2023-10-06 13:33:10 -05:00
Stephen Cprek
15fbac58f4
Add clearer docs around coroutine support with an example ( #5799 )
2023-09-28 10:31:36 -05:00
jack-berg
a5889a685d
Add experimental synchronous gauge ( #5506 )
2023-09-07 14:58:51 -05:00
Mateusz Rzeszutek
4b06f09504
Implement attributes advice for the rest of the instruments ( #5722 )
2023-08-23 11:25:35 -05:00
Mateusz Rzeszutek
35b41ab484
Add attributes advice API (just `DoubleCounter` for now) ( #5677 )
2023-08-16 14:20:00 -05:00
jason plumb
877070329e
Add LongHistogramAdviceConfigurer to improve api surface types ( #5689 )
2023-08-09 13:49:41 -05:00
jack-berg
0830039dcf
Remove redundant gradle dependencies ( #5621 )
2023-07-18 12:19:44 -05:00
jack-berg
07a1bb4419
Fix various gradle warnings ( #5556 )
2023-06-21 11:15:05 -05:00
jack-berg
2870209fdb
Prototype histogram advice API (i.e. Hints) ( #5217 )
2023-04-11 17:03:55 -05:00
Brent Douglas
aad95f8f64
Remove streams from B3Propagator ( #5326 )
...
They are expensive in this context
2023-03-29 15:13:36 -05:00
jack-berg
06158ffc2d
Cleanup readmes ( #5263 )
2023-03-06 09:39:34 -06:00
jack-berg
8897dd4d5c
Revert removal final newline ( #5133 )
...
* Revert removal final newline
* Add to final newlin editorconfigoverride
2023-01-18 08:51:41 -06:00
dependabot[bot]
1e4a7be6be
Bump spotless-plugin-gradle from 6.12.1 to 6.13.0 ( #5126 )
...
* Bump spotless-plugin-gradle from 6.12.1 to 6.13.0
Bumps [spotless-plugin-gradle](https://github.com/diffplug/spotless ) from 6.12.1 to 6.13.0.
- [Release notes](https://github.com/diffplug/spotless/releases )
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md )
- [Commits](https://github.com/diffplug/spotless/compare/gradle/6.12.1...plugin-gradle/6.13.0 )
---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-plugin-gradle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix build
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jack Berg <jberg@newrelic.com>
2023-01-17 16:47:56 -06:00
jack-berg
5fb50c1d5e
Add toString implementation to various propagator components ( #4996 )
2022-11-29 10:37:31 -06:00
jack-berg
08e19e38c6
Stop publishing opentelemetry-extension-aws artifact ( #4945 )
2022-11-17 09:40:29 -06:00
jack-berg
34beb4d71c
Deprecate :extensions:aws ( #4862 )
...
* Deprecate :extensions:aws
* Add deprecation notice to README.md
* Include link to new location opentelemetry-java-contrib
2022-11-02 12:16:46 -05:00
jack-berg
cdab465a7f
Stop publishing opentelemetry-extension-annotations artifact ( #4750 )
2022-09-12 15:51:07 -05:00
jack-berg
bb3cc2e3de
Move noop-api to contrib ( #4727 )
2022-08-29 10:44:55 -05:00
jack-berg
1d63b2accd
Mark :extensions:annotations as deprecated ( #4659 )
2022-08-07 15:56:45 -05:00
jason plumb
83bfb84d14
Migrate to assertj ( #4512 )
...
* migrate from junit/jupiter assertions to assertj in a few remaining places.
* reorder
2022-06-02 13:38:46 -07:00
Jakub Wach
57c858f72c
adding warning to XRay extractor when traceId/spanId missing ( #4420 )
...
* adding warning to XRay extractor when traceId/spanId missing
* switched to FINEST
2022-05-05 07:41:32 -07:00
jack-berg
963bc384c8
Instrumentation scope ( #4215 )
...
* Add InstrumentationScopeInfo class
* Rewrite tracer provider documentation
* Refactor ComponentRegistry to use InstrumentationScopeInfo
* Finish updating documentation to reference scope instead of library
* PR feedback
2022-02-26 10:43:55 -08:00
Lauri Tulmin
92d17f895b
Correct url for AWS Tracing header spec ( #4139 )
2022-02-02 08:21:25 +09:00
Anuraag Agrawal
3cabcc7e45
Improve behavior of some tests ( #4123 )
2022-01-26 08:17:21 -08:00
Anuraag Agrawal
6a91adcaf3
Remove outdated errorprone suppressions ( #4080 )
2022-01-12 13:14:33 -08:00
Anuraag Agrawal
dfb4a74ac5
Update errorprone ( #4048 )
2022-01-06 11:33:00 +09:00
Anuraag Agrawal
8e04fbf0b8
Migrate most testsets to test suites. ( #3953 )
2021-12-07 08:37:15 +09:00
Anuraag Agrawal
55ff1dc533
Promote metrics API to stable ( #3919 )
...
* Add MeterProvider to OpenTelemetry API
* Spot
* Set
* Move NoopMeter to package private
* Merge metrics API code into API package
* Finish
* Fix / clean
* Drift
* Update extensions/noop-api/src/main/java/io/opentelemetry/extension/noopapi/NoopOpenTelemetry.java
Co-authored-by: John Watson <jkwatson@gmail.com>
* Spot
Co-authored-by: John Watson <jkwatson@gmail.com>
2021-11-24 08:39:55 +09:00
Eugene R
f24ee19d0b
decommission the deprecated Gradle archivesBaseName property ( #3878 )
2021-11-15 10:55:08 -08:00
John Watson
37b6807368
Add a kotlin annotation to assert that we know what we're doing ( #3709 )
...
Resolves #3654
2021-10-08 08:44:42 +09:00
Anuraag Agrawal
5320f208cb
Fix nullness in trace-propagators ( #3656 )
2021-09-24 09:15:04 -07:00
John Watson
5b0622a698
Update some dependencies ( #3628 )
2021-09-17 11:08:13 +09:00
Anuraag Agrawal
98fdf9b4bc
Move ConfigProperties / ConfigurationException to SPI package and consistently pass ConfigProperties ( #3558 )
2021-08-31 12:55:36 +09:00
Anuraag Agrawal
6ef3091cfb
Copy in spotless-conventions from instrumentation repo ( #3554 )
...
* Copy in spotless-conventions from instrumentation repo.
* Reformat
* A few more dotfiles
2021-08-27 08:28:31 -07:00
jack-berg
58c16a9133
Add missing readmes and missing javadoc links ( #3500 )
2021-08-16 12:36:54 -07:00
jack-berg
dd84ccaec7
Fix javadoc ( #3499 )
...
* Add javadoc links for otlp-http modules
* Fix otlp module javadoc links
* Fix logging exporter javadoc link
* Fix jaeger exporters javadoc links
* Fix prometheus exporter javadoc link
* Fix zipkin exporter javadoc link
* Fix extension annotations javadoc link
* Fix extension trace propagators javadoc links
* Fix sdk-extensions aws javadoc link
* Fix sdk-extensions async-processor javadoc links
2021-08-16 10:35:42 -07:00
Trask Stalnaker
60c3c5ca0c
Format build.gradle.kts files ( #3427 )
2021-07-29 13:21:38 +09:00
Anuraag Agrawal
ce9c8854c7
Extract publishing and animalsniffer plugins. ( #3334 )
2021-06-22 08:23:16 +09:00
Anuraag Agrawal
864508983e
Extract JMH conventions plugin. ( #3324 )
2021-06-17 08:37:49 -07:00
Anuraag Agrawal
7f544416e4
Define an extension for otel-specific configuration of Java. ( #3317 )
2021-06-17 15:54:25 +09:00