- Oct 08, 2020
-
-
Anthony Mirabella authored
* Prepare for releasing v0.13.0 * Update CHANGELOG.md for v0.13.0 release
-
- Oct 06, 2020
-
-
Tyler Yahn authored
* Update label.ArrayValue to store copies of 1D arrays * Update OTLP transform of array attributes * Add changes to CHANGELOG * Add PR number to changes * Update value function documentation * Remove redundant checks * Add Array test for invalid array types * Add test to ensure return from AsArray is a type * Clean up iteration
-
- Oct 05, 2020
-
-
Tyler Yahn authored
* Update codes to match specification * Add changes to changelog * go mod tidy * Add unit tests for codes * Update SetStatus methods to only filter Unset * Update apitest code being tested
-
dependabot[bot] authored
* Bump github.com/openzipkin/zipkin-go in /exporters/trace/zipkin Bumps [github.com/openzipkin/zipkin-go](https://github.com/openzipkin/zipkin-go) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/openzipkin/zipkin-go/releases) - [Commits](https://github.com/openzipkin/zipkin-go/compare/v0.2.4...v0.2.5 ) Signed-off-by:
dependabot[bot] <support@github.com> * Auto-fix go.sum changes in dependent modules Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
dependabot[bot] authored
* Bump github.com/itchyny/gojq from 0.11.1 to 0.11.2 in /internal/tools Bumps [github.com/itchyny/gojq](https://github.com/itchyny/gojq) from 0.11.1 to 0.11.2. - [Release notes](https://github.com/itchyny/gojq/releases) - [Changelog](https://github.com/itchyny/gojq/blob/master/CHANGELOG.md) - [Commits](https://github.com/itchyny/gojq/compare/v0.11.1...v0.11.2 ) Signed-off-by:
dependabot[bot] <support@github.com> * Auto-fix go.sum changes in dependent modules Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
Tyler Yahn authored
* Move api/baggage to the propagators package * Create Baggage API to match specification * Update CHANGELOG.md * Baggage API unit tests * Rename and add unit test * Update unit test value checking * Update TODO with issue tracking work.
-
- Oct 02, 2020
-
-
Stanley Nguyen authored
* feat(span): remove SetAttribute method * Update CHANGELOG.md Revert markdown lint changes and unify the `Removed` section. Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
Tyler Yahn authored
* Move propagation package contents to the otel package * Implement package relocation * Update propagation to OTel spec * Add changes to changelog * Add propagation tests
-
- Oct 01, 2020
-
-
huikang authored
* Remove duplicate hostname in Resource - Refer to opentelemetry-specification Signed-off-by:
Hui Kang <kangh@us.ibm.com> * Update CHANGELOG.md Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
- Sep 29, 2020
-
-
huikang authored
- add set propagator to examples Signed-off-by:
Hui Kang <kangh@us.ibm.com> Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com> Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com>
-
ET authored
* Add Count() to Histogram interface * Fix copy/pasted comment for Count() interface * Implement Histogram conversion to OTLP protobuf * Add CHANGELOG message * Filled in PR # for Changelog Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
- Sep 28, 2020
-
-
huikang authored
- Test by span attributes added by processors in the order they were registered. Signed-off-by:
Hui Kang <kangh@us.ibm.com> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
- Sep 25, 2020
-
-
Joshua MacDonald authored
* Fix the metric SDK benchmarks * Test the benchmarks in precommit
-
- Sep 24, 2020
-
-
Anthony Mirabella authored
* Prepare for releasing v0.12.0 * Update CHANGELOG.md for v0.12.0 release * Update CHANGELOG.md Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
Joshua MacDonald authored
* Use LastValue by default for ValueObserver instruments * Update test * Update test with feedback * Update fix * Update changelog * sum->scalar * Tests pass * Add a test * Undo incorrect proto adds * Restore origin protos * Restore * Upstream * Add more tests * Precommit * Typo * ore test feedback
-
David Ashpole authored
-
Tyler Yahn authored
* Add example test for a custom SpanProcessor * Use existing test framework exporter * Update example * Add fixes from upstream
-
huikang authored
- change the processors' map to array - increase test coverage Signed-off-by:
Hui Kang <kangh@us.ibm.com> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
Dan Rusei authored
Based on the spec change: https://github.com/open-telemetry/opentelemetry-specification/pull/967
-
- Sep 23, 2020
-
-
Tyler Yahn authored
* Rename *Provider names There is overlap in naming with MeterProviders and TracerProviders. This is means the specification is not implemented and these types can not exist in the same package (#1179). This makes each type and related functions and types explicit. * Add changes to CHANGELOG
-
Cole Packingham authored
* Remove http status text * Updated changelog * More descriptive changelog Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
- Sep 22, 2020
-
-
ET authored
* Remove B3 propagator * Add to Changelog Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
ET authored
* Rename SamplingDecision enum values As prescribed in https://github.com/open-telemetry/opentelemetry-specification/pull/938 and https://github.com/open-telemetry/opentelemetry-specification/pull/956 . * Include in Changelog Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
- Sep 21, 2020
-
-
Anthony Mirabella authored
It is unreliable with no clear good way to make it reliable. The ForceFlush() method is a simple passthrough to bsp.exportSpans() and the existing tests of that method should suffice. Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
dependabot[bot] authored
* Bump google.golang.org/api in /exporters/trace/jaeger Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.31.0 to 0.32.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.31.0...v0.32.0 ) Signed-off-by:
dependabot[bot] <support@github.com> * Auto-fix go.sum changes in dependent modules Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com>
-
- Sep 20, 2020
-
-
Tyler Yahn authored
* Move api/unit to top level * Add changes to CHANGELOG
-
huikang authored
Signed-off-by:
Hui Kang <kangh@us.ibm.com> Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com>
-
Anthony Mirabella authored
* Add ForceFlush() method to SpanProcessor interface * Add a stub implementation to SimpleSpanProcessor * Add a working implementation to BatchSpanProcessor * add CHANGELOG.md entry * Eliminate sleep from BatchSpanProcessor.ForceFlush() test * Generating test spans serially should reduce test flakiness
-
- Sep 16, 2020
-
-
Matej Gera authored
* Ensure exported interface types have named arguments * Update Styling Guide * update CHANGELOG
-
- Sep 15, 2020
-
-
JBD authored
* Convert XConfigure into constructor for metrics A follow up of #1155. * Add to CHANGELOG Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
- Sep 14, 2020
-
-
JBD authored
No need to split a tiny package into multiple files. Also adding package doc for the otel package.
-
Matej Gera authored
* Don't consider unset env var an error during detection * update CHANGELOG
-
- Sep 13, 2020
-
-
Matej Gera authored
* ParentSampler -> ParentBased in Zipkin example description * update CHANGELOG
-
- Sep 11, 2020
-
-
Sam Xie authored
* Add more semantic conventions for k8s * Update CHANGELOG Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
Anthony Mirabella authored
* Recommend use of initializers for config structs Updates style guide and changes existing configure() implementations to newConfig() as appropriate. * Add CHANGELOG.md entry * Update stdout exporter config initializer * Add documentation to exported functions * Convert otlp.Config to unexported otlp.config
-
- Sep 10, 2020
-
-
ET authored
Don't bother to add a report unless there has been a coverage change. Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
Matej Gera authored
* Rename ParentOrElse to ParentBased and enhance it according to the spec - Renaming of type and sampler function - Enhancing ParentBased with sampler options - Set default samplers for each applicable parent-based case - Adjust ShouldSample(...) func accordingly * Adjust existing tests for ParentBased and add new ones - add tests for ParentBased sampler options and description - renaming in trace_test.go * Update CHANGELOG.md * PR feedback - More clearer naming of structs; add comments where missing - Adhere to the configuration style guide * PR feedback - punctuation
-
ET authored
* Add "Skip Changelog" label to all dependabot PR requests * Update CHANGELOG * Include PR# in CHANGELOG Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com>
-
JBD authored
* Convert XConfigure into constructors Previously, we discussed the possibility of converting the config types into internal ones. But due to the cyclic dependencies it introduces, we are only converting XConfigure into constructors and document that XConfig types are most likely are not going to be directly used by developers. In package documents, constructors will be nicely listed under the config types and they won't be yet another standalone symbol developers need to learn about. Fixes #1130. * Add the changes to the CHANGELOG
-
Anthony Mirabella authored
-