- Sep 20, 2021
-
-
Tyler Yahn authored
* Update versions file for 1.0.0 release * Prepare stable-v1 for version v1.0.0 * Update trace signal status in documentation * Update changelog * Update CHANGELOG.md Co-authored-by:
Robert Pająk <pellared@hotmail.com> Co-authored-by:
Robert Pająk <pellared@hotmail.com>
-
Andrei Matei authored
This method did not have any effect. had been used back when exporters were providing utility methods for setting up full pipelines. These utilities went away in 4883cb11.
-
- Sep 16, 2021
-
-
Tigran Najaryan authored
We previously were recording the Schema URL but were not setting the recorded value when exporting. This change now uses the recorded value when exporting to OTLP.
-
- Sep 14, 2021
-
-
Robert Pająk authored
-
- Sep 13, 2021
-
-
dependabot[bot] authored
* Bump github.com/itchyny/gojq from 0.12.4 to 0.12.5 in /internal/tools Bumps [github.com/itchyny/gojq](https://github.com/itchyny/gojq) from 0.12.4 to 0.12.5. - [Release notes](https://github.com/itchyny/gojq/releases) - [Changelog](https://github.com/itchyny/gojq/blob/main/CHANGELOG.md) - [Commits](https://github.com/itchyny/gojq/compare/v0.12.4...v0.12.5 ) --- updated-dependencies: - dependency-name: github.com/itchyny/gojq dependency-type: direct:production update-type: version-update:semver-patch ... 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:
MrAlias <MrAlias@users.noreply.github.com>
-
alrex authored
* adding NewNoopMeterProvider to follow trace api * Update CHANGELOG.md Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com> * fix lint Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
dependabot[bot] authored
* Bump github.com/golangci/golangci-lint in /internal/tools Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.42.0 to 1.42.1. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.42.0...v1.42.1 ) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-patch ... 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:
MrAlias <MrAlias@users.noreply.github.com>
-
- Sep 10, 2021
-
-
Tyler Yahn authored
* Remove deprecated Array from attribute pkg * Add changes to changelog Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com>
-
Joshua MacDonald authored
* Add tests for nil *Resource * Update sdk/resource/resource_test.go Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
- Sep 09, 2021
-
-
Tyler Yahn authored
Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com>
-
Tyler Yahn authored
-
Anthony Mirabella authored
* Fix slice-valued attributes when used as map keys Signed-off-by:
Anthony J Mirabella <a9@aneurysm9.com> * store pointers to slice values to make them usable as map keys Signed-off-by:
Anthony J Mirabella <a9@aneurysm9.com> * Emit slice-typed attribute values as slices, not pointers to slices Signed-off-by:
Anthony J Mirabella <a9@aneurysm9.com> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
- Sep 07, 2021
-
-
Qian Deng authored
keep import comments of otelpconfig consistent with other Signed-off-by:
DQ <dengq@vmware.com> Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
Robert Pająk authored
-
- Sep 03, 2021
-
-
Anthony Mirabella authored
* Update release versions Signed-off-by:
Anthony J Mirabella <a9@aneurysm9.com> * Prepare experimental-metrics for version v0.23.0 * Prepare bridge for version v0.23.0 * Prepare stable-v1 for version v1.0.0-RC3 * Update CHANGELOG Signed-off-by:
Anthony J Mirabella <a9@aneurysm9.com>
-
- Sep 02, 2021
-
-
Tyler Yahn authored
* Refactor startSpanInternal into a tracer method The span creation and configuration process is split across the tracer Start method and the startSpanInternal function, each living in different files. This adds confusion when developing. It requires the developer to remember certain parts of the configuration happen in one place or the other. This unifies the creation and configuration of a new span. It makes this unification by creating a newSpan method on the tracer. This method will do all the configuration needed for a new span other than setting the execution task tracker. This remains a part of the Start method to preserve any existing timing and tracing the already exists. * Add a non-recording span to the SDK * Assign returned context from runtime trace task Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com>
-
Submarinee authored
* Inventory the documentation for and examples of the OTLP exporter. * modify the documentation for otlptrace exporter. * Update exporters/otlp/otlptrace/README.md Co-authored-by:
Robert Pająk <pellared@hotmail.com> * Update exporters/otlp/otlptrace/README.md Co-authored-by:
Robert Pająk <pellared@hotmail.com> * Update exporters/otlp/otlptrace/README.md Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> * Update exporters/otlp/otlptrace/README.md Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> * Update exporters/otlp/otlptrace/README.md Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> * add otlptrace example_test.go * modify the documentation for otlptrace exporter. * modify the documentation for otlptrace exporter. * Update exporters/otlp/otlptrace/example_test.go Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> * Update exporters/otlp/otlptrace/example_test.go Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> * Update exporters/otlp/otlptrace/example_test.go Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> * Update exporters/otlp/otlptrace/README.md Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> * Update exporters/otlp/otlptrace/README.md Co-authored-by:
Robert Pająk <pellared@hotmail.com> * modify the documentation for otlptrace exporter. * Update exporters/otlp/otlptrace/README.md Co-authored-by:
Robert Pająk <pellared@hotmail.com> * Update exporters/otlp/otlptrace/README.md Co-authored-by:
Robert Pająk <pellared@hotmail.com> * Update exporters/otlp/otlptrace/README.md Co-authored-by:
Robert Pająk <pellared@hotmail.com> * Update exporters/otlp/otlptrace/README.md Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> * Update exporters/otlp/otlptrace/README.md Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> * Update exporters/otlp/otlptrace/README.md Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> * Move example to otlptracehttp package * Unexport example functions * Fix markdownlint errors * Specify payload types in README Co-authored-by:
Robert Pająk <pellared@hotmail.com> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by:
Tyler Yahn <codingalias@gmail.com>
-
Tyler Yahn authored
* Update the website getting started docs Add a new example, fib, that contains an application for the computation of Fibonacci numbers. Use this example to update the website getting started documentation. * Revise docs english * Update example/fib/go.mod Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com> * Add a What's Next section * Clean up intro * Apply suggestions from code review Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com> * Apply feedback * Return from Poll on error * Update website_docs/getting-started.md Co-authored-by:
Joshua MacDonald <jmacd@users.noreply.github.com> * Add root and parent relationship info Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com> Co-authored-by:
Joshua MacDonald <jmacd@users.noreply.github.com>
-
- Sep 01, 2021
-
-
Joshua MacDonald authored
* s/ValueRecorder/Histogram/g * s/ValueObserver/GaugeObserver/g * s/UpDownSumObserver/UpDownCounterObserver/g * s/SumObserver/CounterObserver/g * changelog * pr num * unstable->experimental * Apply suggestions from code review Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> * Apply suggestions from code review * apply feedback from @evantorrie by hand * Apply suggestions from code review Thanks Co-authored-by:
ET <evantorrie@users.noreply.github.com> * Update sdk/export/metric/metric.go * Apply suggestions from code review Thank you @evantorrie ! Co-authored-by:
ET <evantorrie@users.noreply.github.com> * revert getting-started fix let tyler's update remove this text * more variable name fixes * test repair Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by:
ET <evantorrie@users.noreply.github.com> Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com>
-
Tyler Yahn authored
* Update trace API config creation funcs Follow our style guide and return the config struct instead of pointers. * Update changelog with changes Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com>
-
Robert Pająk authored
-
- Aug 30, 2021
-
-
José Carlos Chávez authored
* chore(exporter/zipkin): improves logging on invalid collector. * tests: fixes tests. Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com>
-
Roni Lichtman authored
* Fix typos in resource.go. * Add a line to CHANGELOG.md with an identifier for the relevant PR. Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com>
-
tomas-mota authored
-
- Aug 29, 2021
-
-
dependabot[bot] authored
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2.1.3...v2.1.4 ) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v2.0.2...v2.0.3 ) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Aug 25, 2021
-
-
Lucas Käldström authored
* Encode JSON objects to stdout one by one; not wrapped in lists * Add changelog entry
-
- Aug 23, 2021
-
-
Lucas Käldström authored
* Make WithoutTimestamps work * Add changes to changelog Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by:
Tyler Yahn <codingalias@gmail.com>
-
dependabot[bot] authored
* Bump github.com/golangci/golangci-lint in /internal/tools Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.41.1 to 1.42.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.41.1...v1.42.0 ) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... 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:
MrAlias <MrAlias@users.noreply.github.com>
-
- Aug 19, 2021
-
-
dependabot[bot] authored
* Bump google.golang.org/grpc in /exporters/otlp/otlptrace Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.39.1 to 1.40.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.39.1...v1.40.0 ) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... 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:
MrAlias <MrAlias@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.39.1 to 1.40.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.39.1...v1.40.0 ) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
* Bump google.golang.org/grpc in /example/otel-collector Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.39.1 to 1.40.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.39.1...v1.40.0 ) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... 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:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
dependabot[bot] authored
* Bump google.golang.org/grpc in /exporters/otlp/otlpmetric Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.39.1 to 1.40.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.39.1...v1.40.0 ) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... 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:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
- Aug 18, 2021
-
-
Tyler Yahn authored
* Deprecate the oteltest package * Add PR number to changes in changelog * Ignore oteltest deprecation in oteltest
-
Patrice Chalin authored
-
- Aug 14, 2021
-
-
Robert Pająk authored
* Add cross-module test coverage * Update Makefile Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
- Aug 13, 2021
-
-
Bhautik Pipaliya authored
* capturing stack trace support * added changelog entry * remove error package stack trace support * modified unnecessary changes to go.sum files * added EventOption to enable stack trace capturing * added tests * added runtime.Stack method and minor changes * minor changes * remove redundant line * fix gihub check on linter * fix tests * fix tests * Update sdk/trace/trace_test.go Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com> * Update sdk/trace/trace_test.go Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com> Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com>
-
Tyler Yahn authored
* Deprecate the attribute.Any func * Update CHANGELOG.md
-
- Aug 12, 2021
-
-
Joshua MacDonald authored
* Remove resource from export.Record * fix bridge/opencensus * partial fixes in exporters/otlp/otlpmetric * Use go-cmp to simplify exporter_test * OTLP http/grpc * prometheus * fix stdout (pending PR 2015) * oc bridge cleanups * Lint and changelog * pr num * cleanup * revert * fix multiple * always merge the environment * lint * precommit * qualify package names in changelog
-
Tyler Yahn authored
* Make the tracetest.SpanRecorder concurrent safe The otelgrpc instrumentation in the contrib repository needs a concurrent safe implementation as the stream testing is done in a separate goroutine. * Refactor concurrency tests
-