jack-berg
fc283ba763
Completable result code throwable ( #6348 )
2024-08-08 16:11:47 -05:00
OpenTelemetry Bot
50d307c46e
Post release for version 1.40.0 ( #6562 )
2024-07-08 16:19:20 -05:00
OpenTelemetry Bot
d7e7542c76
Update version to 1.41.0 ( #6555 )
...
Co-authored-by: Jack Berg <jberg@newrelic.com>
2024-07-05 17:19:49 -05:00
Helen
0750660f6f
Fix #6499 Update dependency me.champeau.gradle:japicmp-gradle-plugin to v0.4.3 ( #6522 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-15 10:49:21 -07:00
OpenTelemetry Bot
1049897b2f
Post release for version 1.38.0 ( #6453 )
2024-05-10 18:16:15 -07:00
jack-berg
9b67fe09dc
Use low precision Clock#now when computing timestamp for exemplars ( #6417 )
2024-05-01 11:24:17 -05:00
jack-berg
fdaf680454
Post release 1.36.0 ( #6280 )
2024-03-08 18:04:49 -06:00
jack-berg
e41470be43
Add basic proxy configuration to OtlpHttp{Signal}Exporters ( #6270 )
...
Co-authored-by: Marc Schumacher <schumi@zalando.de>
2024-03-07 06:48:36 -06:00
jack-berg
3c0bf72a5e
Post release 1.31.0 ( #5892 )
2023-10-09 09:24:11 -05:00
Asaf Mesika
b0c337b075
Memory Mode support: Adding memory mode, and implementing it for Asynchronous Instruments ( #5709 )
...
Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com>
2023-09-26 13:21:46 -05:00
jack-berg
b3376a25d0
Post release 1.29.0 ( #5707 )
2023-08-11 15:39:57 -05:00
jack-berg
d03b485415
Add OtlpHttp{Signal}Exporter#toBuilder() methods ( #5652 )
2023-08-03 15:22:52 -05:00
jack-berg
9dca081eb5
Post release 1.28.0 ( #5610 )
2023-07-07 12:39:37 -05:00
jack-berg
7bd06ef189
Stabilize RetryPolicy API for OTLP exporters ( #5524 )
2023-07-06 09:52:18 -05:00
jack-berg
05b045e586
Post 1.17.0 release ( #4744 )
2022-09-10 10:36:56 -05:00
jack-berg
2bc88f45c6
Deprecate multi argument InstrumentationScopeInfo create method ( #4710 )
...
* Deprecate multi argument InstrumentationScopeInfo create method
* PR feedback
2022-08-24 13:35:31 -05:00
jack-berg
d0c6cd4480
Extend InstrumentationScopeInfo with scope attributes ( #4696 )
...
* Extend InstrumentationScopeInfo with scope attributes
* Add InstrumentationScopeInfoBuilder
2022-08-22 12:26:54 -05:00
jack-berg
2014f1a1f3
API diffs for 1.13.0 ( #4364 )
2022-04-08 16:43:33 -07:00
jack-berg
12fc4b2dda
Drop HistogramPointData utility methods ( #4303 )
2022-03-25 10:03:05 -05:00
jack-berg
59a6061dc5
Deprecate InstrumentationLibraryInfo ( #4256 )
...
* Deprecate InstrumentationLibraryInfo
* API diff
2022-03-14 14:45:10 -05:00
Anuraag Agrawal
d2fbcbadb2
API diffs for 1.12.0 ( #4237 )
2022-03-07 11:44:05 +09: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
Anuraag Agrawal
9419ef025f
Doc updates for 1.6.0 ( #3606 )
...
* Doc updates for 1.6.0
* Bump changelog
2021-09-13 08:12:41 -07:00
Anuraag Agrawal
7a89a19700
Make proto dependency on gRPC compileOnly. ( #3490 )
...
* Make proto dependency on gRPC compileOnly.
* Manually parse Status
2021-08-15 09:48:42 +09:00
Anuraag Agrawal
c5730e77b5
Update docs for 1.5.0 ( #3482 )
...
* Update docs for 1.5.0
* CHANGELOG too
2021-08-13 08:10:46 -07:00
Anuraag Agrawal
f83ab58317
Fix Nullable of Resource.getAttribute (high priority) ( #3473 )
...
* Fix Nullable of Resource.getAttribute
* API
2021-08-12 08:25:19 -07:00
jason plumb
cb5198ba99
encapsulate Resource.getAttribute() to help with some law of Demeter violations. ( #3468 )
2021-08-12 09:06:31 +09:00
John Watson
41c7fbf1cb
API Diff updates for 1.4.0 ( #3391 )
...
* reset the apidiffs
* generate apidiffs for 1.4.0
2021-07-09 08:57:21 -07:00
Anuraag Agrawal
f90040579e
Allow users to access the default Clock and TestClock ( #3363 )
...
* Allow users to access the default Clock and TestClock
* Update TestClock API
* Doc
* Fix
* html
* Less newlines
* Update sdk/common/src/main/java/io/opentelemetry/sdk/common/Clock.java
Co-authored-by: John Watson <jkwatson@gmail.com>
Co-authored-by: John Watson <jkwatson@gmail.com>
2021-07-09 11:26:55 +09:00
John Watson
df1f47d929
Add the OpenTelemetry schema URL to the Resource. ( #3319 )
...
* Add the OpenTelemetry schema URL to the Resource.
* A few cleanups from PR review.
2021-06-18 08:52:56 -07:00
John Watson
ca92a9ab03
Introduce usage of the OpenTelemetry schema with a Tracer/MeterBuilder ( #3309 )
...
* Add the OpenTelemetry schema URL to the InstrumentationLibraryInfo and the corresponding API calls.
* small refactoring and doc tweaks from feedback
* make the instrumentation version nullable on the method that takes a schema
* update the apidiffs
* add since tags and a few more missing nullable annotations
* Switch to using a Builder rather than method overloads.
2021-06-11 20:50:23 -07:00
John Watson
bd6cfd85fb
Add a task to compare public APIs for every stable module. ( #3183 )
...
* Add a task to compare public APIs for every stable module.
* add a few comments and make the build task depend on the japicmp task
* update the api diffs after rebasing.
* task must depend on jar
* a few script tweaks based on feedback
* small tweak to make it a little more kotlin-idiomatic
* refactoring to make the code more clear
* some more refactoring.
* make the latest released version a lazy val of the build script
* have the task depend on check, rather than build
* put all the API diffs into a central directory
* run at --info to diagnose CI issues
* try an older java 11 version
* try another combo
* remove the info logging
2021-05-06 17:49:49 -07:00