jack-berg
6e536238df
Post release 1.33.0 ( #6068 )
2023-12-08 21:50:39 -06:00
Chung Nguyen
3bb221fb5d
add hasAttributesSatisfying overload to AbstractPointAssert ( #6048 )
2023-12-08 08:24:09 -06:00
jack-berg
8901416207
Post release 1.32.0 ( #5982 )
2023-11-13 15:29:11 -08:00
jack-berg
b03ec3aa62
Add log support to junit extensions ( #5966 )
2023-11-09 10:03: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
288c5df620
Add hasResourceSatisfying to LogRecordDataAssert ( #5690 )
2023-08-10 09:32:37 -05:00
jack-berg
2819f72745
Update version in docs ( #5523 )
2023-06-09 14:15:36 -05:00
Mateusz Rzeszutek
5676f466d0
Add a `hasBucketBoundaries()` variant that allows specifying precision ( #5457 )
2023-05-18 08:21:58 -05:00
jack-berg
d67faf2aef
Merge sdk logs testing ( #5431 )
2023-05-12 15:59:12 -05:00
jack-berg
7812ad82e2
Post release 1.26.0 ( #5430 )
2023-05-05 16:48:41 -05:00
jack-berg
2870209fdb
Prototype histogram advice API (i.e. Hints) ( #5217 )
2023-04-11 17:03:55 -05:00
jack-berg
8f5ddf26e5
Post release 1.23.0 ( #5202 )
...
* Update version in docs
* Update japicmp
2023-02-10 19:15:59 -06:00
Donnerbart
2b7fe75826
Add resource assertion methods to SpanDataAssert and MetricAssert ( #5160 )
...
* Fix nullable warning in AttributeAssertion
* Fix warnings in assertion tests
* Add missing test for MetricAssert.hasSummarySatisfying() type check failure
* Add hasResourceSatisfying() method to SpanDataAssert and MetricAssert
2023-02-09 15:25:11 -06:00
jack-berg
59043802e6
Merge :sdk:metrics-testing into :sdk:testing ( #5144 )
2023-01-24 08:42:04 -08:00
Gregor Zeitlinger
67127c791f
sort spans by start time (parents before children as tiebreaker) to avoid common causes for flaky tests ( #5026 )
2023-01-10 16:05:36 -06:00
jack-berg
84170709c4
Post release 1.21.0 ( #5038 )
...
* Update version in docs
* Update japicmp
* Update RELEASING.md to reflect current workflow
* Revert formatting changes
* remove unused link
2022-12-10 08:40:47 -06:00
Łukasz Monkiewicz
ac2ba4a2df
Adjustment of behaviour of hasXAttributesSatisfying and hasXAttribute… ( #4882 )
...
* Adjustment of behaviour of hasXAttributesSatisfying and hasXAttributesSatisfyingExactly assertions
* Cleanup
* Additional test coverage for new assertion method
* Added javadoc on assertions
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-11-29 13:47:15 -06:00
jack-berg
05b045e586
Post 1.17.0 release ( #4744 )
2022-09-10 10:36:56 -05:00
Mateusz Rzeszutek
169554bb50
Add AttributesAssert#doesNotContainKey() ( #4723 )
...
* Add AttributesAssert#doesNotContainKey()
* jApiCmp
* Update sdk/testing/src/main/java/io/opentelemetry/sdk/testing/assertj/AttributesAssert.java
Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com>
Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com>
2022-08-25 20:05:14 -07:00
jack-berg
df65356cda
Post release 1.17.0 ( #4690 )
...
* Update version in docs
* japicmp
* Exclude opentelemetry-java-bot from contributors
2022-08-15 07:44:43 -05:00
jack-berg
facbf4fb9e
Add default implementations for getInstrumentationScopeInfo methods ( #4640 )
2022-07-27 17:54:29 -05:00
jack-berg
6f4a24cd61
Post 1.16.0 release ( #4607 )
2022-07-15 01:43:30 -05:00
HaloFour
31be1dcc3f
Add helper to SpanDataAssert to assert that span status satisfies a condition ( #4469 )
...
* Add helper to SpanDataAssert to assert that span status satisfies a condition
* Copypasta fail
* Add StatusDataAssert with assertion helpers for validating the exporter span status
* PR Feedback
Co-authored-by: Jack Berg <jberg@newrelic.com>
2022-06-23 12:44:18 -07:00
jack-berg
5f32636405
Update docs to 1.15.0 ( #4526 )
2022-06-10 15:16:01 -05:00
jack-berg
81821296fc
Move ConfigurableMetricExporterProvider to autoconfigure-spi ( #4478 )
2022-05-18 19:17:45 -07:00
jack-berg
0d234f56c9
Add metrics to OpenTelemetryRule and OpenTelemetryExtension ( #4459 )
...
* Add metrics to OpenTelemetryRule and OpenTelemetryExtension
* Clear metrics, respond to PR feedback
2022-05-13 10:06:05 -05:00
jack-berg
6606020c3a
Post release 1.14.0 ( #4453 )
...
* Add the release date for 1.14.0 to the change log
* Update docs for 1.14.0 release
2022-05-10 11:12:09 +09:00
jack-berg
e067223409
Convert tests to from :sdk:metrics-testing to :sdk:testing ( #4444 )
2022-05-09 09:34:09 -05:00
jack-berg
89c6323fff
Move InMemoryMetricReader and InMemoryMetricExporter to :sdk:testing ( #4442 )
...
* Move InMemoryMetricReader and InMemoryMetricExporter to :sdk:testing
* Move tests
2022-05-06 20:00:11 -05:00
Anuraag Agrawal
2bc8178dce
Split exemplar assertion into double / long ( #4432 )
...
* Split exemplar assertion into double / long
* Merge
2022-05-06 14:33:57 +09:00
Anuraag Agrawal
bfb39f42d4
Remove Data from metric assertion class names ( #4433 )
2022-05-05 10:47:26 -05:00
Lauri Tulmin
3f2317fdac
Add hasSpansSatisfyingExactlyInAnyOrder ( #4427 )
...
* Add hasSpansSatisfyingExactlyInAnyOrder
* address review comment
* address review comment
2022-05-03 17:25:47 +09:00
Anuraag Agrawal
ee4d771142
Migrate sum, histogram, summary assert to stable testing. ( #4419 )
...
* Migrate sum, histogram, summary assert to stable testing.
* Coverage
2022-04-28 12:39:29 +09:00
Anuraag Agrawal
173a0c27fd
Have long aggregators export long exemplars ( #4403 )
...
* WIP exemplar
* Have long aggregators export long exemplars
* Fix
2022-04-22 11:18:47 +09:00
Anuraag Agrawal
f464817013
Move gauge assertions into stable testing artifact. ( #4395 )
...
* Move gauge assertions into stable testing artifact.
* Disable publishing of old metrics-testing
2022-04-21 11:31:15 +09: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
5fb1189b98
Add int overload for equalTo attribute assertion ( #4249 )
2022-03-09 08:23:34 +09:00
Anuraag Agrawal
d2fbcbadb2
API diffs for 1.12.0 ( #4237 )
2022-03-07 11:44:05 +09:00
Anuraag Agrawal
242f509dd1
Add ability to do loose attribute matching while checking all keys. ( #4173 )
...
* Add ability to do loose attribute matching while checking all keys.
* equalTo
* Support absent keys
2022-02-22 12:15:17 +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
ca8a12ff01
Add AttributesAssert.containsKey ( #3433 )
2021-08-03 12:51:49 -07:00
Anuraag Agrawal
2d9a949c70
Add Iterable versions of hasTraces / Spans ( #3429 )
2021-08-03 10:32:36 -07:00
Anuraag Agrawal
d4bbaf405d
Add containsEntry overload that accepts int ( #3412 )
2021-07-21 13:41:59 +09:00
Anuraag Agrawal
8163b9fc00
Add assertion for exception ( #3409 )
2021-07-20 08:49:40 +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