- Jul 20, 2020
-
-
Tyler Yahn authored
* Prepare for releasing v0.9.0 * Update Changelog
-
Kanji Yomoda authored
Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
YANYZP authored
* first * all included * constant * res keys * env detector * Update sdk/detect/env.go Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com> * new test cases and strings operation to handle labels * solved conflict * typo * corrected comments * deleted env var handling * push again * rerun * restructuring * new way to aggregate errors * all in resources package and verbose comments * solved merge conflicts * included new error types * improved error handling * updated changelog.md * updated changelog * updated changelog.md * updated changelog * Update CHANGELOG.md Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com> Co-authored-by:
Liz Fong-Jones <lizf@honeycomb.io> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
- Jul 17, 2020
-
-
Liz Fong-Jones authored
-
Michal Hruby authored
* Stop ignoring uints * Ignore values that overflow
-
- Jul 16, 2020
-
-
ET authored
-
ET authored
* Import open-telemetry/opentelemetry-proto submodule under internal * Commit changes in updated/new protobuf files * Refer to new location of .pb.go files after rewrite from import * Describe in CHANGELOG
-
ET authored
* Add protogen workflow * Move out protobuf generation to Makefile.proto * Include in Changelog * Update Makefile.proto Move file-local mode variable to line by itself. Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
- Jul 14, 2020
-
-
dependabot[bot] authored
Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
dependabot[bot] <dependabot[bot]@users.noreply.github.com>
-
- Jul 13, 2020
-
-
Tyler Yahn authored
Also, update the releasing docs to match new command and clean up new structure.
-
- Jul 10, 2020
-
-
Tyler Yahn authored
* Prepare for releasing v0.8.0 * Update Changelog * Update Changelog
-
dependabot[bot] authored
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:
Liz Fong-Jones <lizf@honeycomb.io>
-
Michal Hruby authored
-
- Jul 09, 2020
-
-
Tyler Yahn authored
* Add sem-conv for OS process as resource attr keys Resolves #891 * Add PR number to Changelog * Apply suggestions from code review Co-authored-by:
ET <evantorrie@users.noreply.github.com> * Update comments to Linux Co-authored-by:
ET <evantorrie@users.noreply.github.com>
-
Tyler Yahn authored
* Update grpctrace instrumentation span names Span names MUST not contain the leading slash (`/`) that the grpc package prepends to all `FullMethod` values. This replaces the `serviceFromFullMethod` function with a parsing function. This parsing function returns an span name adhering to the OpenTelemetry semantic conventions as well as formatted span attributes. Additionally, the service name needs to include the package if one exists. This updates that attribute accordingly. Once #900 is merged the method attributes can be added by uncommenting. Resolves #916 * Update Changelog * Update comment to plural * Switch from regexp to string parsing * Consolidate attributes before creating span * Update Changelog with addition of rpc.method in grpctrace * Fix test spanMap lookup key * Update instrumentation/grpctrace/interceptor.go Co-authored-by:
ET <evantorrie@users.noreply.github.com> * Unify on explicit typed return value * Fix copy paste error Co-authored-by:
ET <evantorrie@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.28.0 to 0.29.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.28.0...v0.29.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:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
Anthony Mirabella authored
Avoid replacing existing correlation map data in context when correlation context extractor does not find any valid data (#923) Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
Tyler Yahn authored
* Update spec version sem-conv implement in doc.go * Update FaaS key const names to match convention * Add PR number to Changelog
-
dependabot[bot] authored
* Bump github.com/itchyny/gojq from 0.10.4 to 0.11.0 in /tools Bumps [github.com/itchyny/gojq](https://github.com/itchyny/gojq) from 0.10.4 to 0.11.0. - [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.10.4...v0.11.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>
-
- Jul 08, 2020
-
-
Sam Xie authored
* Add http content size to standard package Signed-off-by:
Sam Xie <xsambundy@gmail.com> * Include `http.request_content_length` in HTTP request basic attributes Signed-off-by:
Sam Xie <xsambundy@gmail.com> * Add test for api.standard package Signed-off-by:
Sam Xie <xsambundy@gmail.com> * Update CHANGELOG Signed-off-by:
Sam Xie <xsambundy@gmail.com> * Fix http content size naming Signed-off-by:
Sam Xie <xsambundy@gmail.com> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
Matej Gera authored
* Extend semantic convetions for RPC * Update changelog * make service attribute conform to spec * Update api/standard/trace.go Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
Tyler Yahn authored
-
- Jul 07, 2020
-
-
Tyler Yahn authored
* Correct B3 propagators and add tests * Break up external integration and internal unit tests * Add changes to Changelog. * Update Changelog with PR number * Fix lint issues * Update trace flags Add a new "not sampled" mask to complement the existing "sampled" one. Rename `FlagsUnused` to `FlagsUnset`. Add documentation for each of the flags to help understand their purpose. * Update extractSingle to support unset sampling * Update existing tests to appropriately use FlagsUnset * Remove bogus debug flag test The B3 specification states "Debug is encoded as `X-B3-Flags: 1`. Absent or any other values can be ignored", so testing of other values should not result in an error. * B3 Extract now supports parsing both headers Remove test cases that would fail if the fallback header format was expected to not be used. * Feedback * Switch to bitmask inject encoding field Add the B3Encoding and valid HTTP based values. Change the B3 propagator to use these bitmask fields to specify the inject encoding it will propagate. * Add comments * Migrate B3 integration tests to existing testtrace * Update comment * Benchmark invalid B3 injects as well * Update trace flags Add a FlagsDebug and FlagsDeferred to track the B3 trace state. Add helper methods to the SpanContext to check the debug and deferred bit of the trace flags. Update SpanContext.IsSampled to return if the sampling decision is to sample rather than if the sample bit is set. This means that if the debug bit is also set it will return true. * Revert SpanContext.IsSampled back * Add comment to b3 test data generation * Update Changelog * Fix trace flag name in Changelog * Fix Changelog formatting * Update Changelog * Remove valid check at start of B3 injectg This check makes sample only headers not propagate. * Update B3 inject integration tests Use the passed SpanContext and check directly the span ID. * Update B3 integration tests Run update checked SpanID to match sent. Add tests to validate sample only transmissions and debug flag support. * Rename injectTest parentSc to sc This is no longer the parent. * Update GetAllKeys for B3 * Un-Export the B3 headers The B3SingleHeader name will conflict with the upcoming change to prefix the SingleHeader encoding with "B3". There are a few options to address this conflict, but in the end we do not need to be exporting these values. They are duplicates of the OpenZipkin package and users should use those. * Rename B3 encodings and move support method to B3Encoding Include a `B3` prefix to scope the encoding names. Move the related support method to the B3Encoding itself, instead of the B3 propagator. Add tests to provide a sanity check for encoding bitmasks. * Update span_context_test tests Update test name to better describe how unused bits have no affect on the sampling decision. Include the inverse of this test as well: not sampled but has unused bits. * Use named const for Single Header decoding widths * Update api/trace/b3_propagator.go Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com> Co-authored-by:
Anthony Mirabella <a9@aneurysm9.com>
-
Joshua MacDonald authored
* Avoid applying stale udpates; add a test * Add Memory option to basic processor * Always use memory in the pull controller * Test the memory option * Precommit * Add a Prometheus-specific test * More comment on Memory option * Link to 862 * Remove sleep * Update changelog * Comment on stale and stateless aggregators * Update sdk/metric/processor/basic/config.go Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by:
Liz Fong-Jones <lizf@honeycomb.io> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
Tyler Yahn authored
Related to #907
-
Anthony Mirabella authored
* Update otel-collector example to use collector v0.5.0 * Apply suggestions from code review Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
Anthony Mirabella authored
Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
ET authored
* Adds Database-specific semantic attributes. * Add CHANGELOG Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
Matej Gera authored
* Add semantic convention for faas coldstart and container ID * Update Changelog Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
Anthony Mirabella authored
Avoid setting span status to Unknown when no HTTP status is provided; stdlib assumes it to be `200 OK` (#908) Co-authored-by:
Tyler Yahn <MrAlias@users.noreply.github.com>
-
dependabot[bot] authored
* Bump github.com/golangci/golangci-lint from 1.28.0 to 1.28.1 in /tools Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.28.0 to 1.28.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.28.0...v1.28.1 ) 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>
-
- Jul 06, 2020
-
-
Joshua MacDonald authored
Co-authored-by:
Liz Fong-Jones <lizf@honeycomb.io>
-
ET authored
Co-authored-by:
Liz Fong-Jones <lizf@honeycomb.io>
-
dependabot[bot] authored
Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
dependabot[bot] <dependabot[bot]@users.noreply.github.com>
-
- Jul 05, 2020
-
-
Chen Yixiao authored
* fix trace event time conversion from internal to otlp * Enhance the effectiveness of SpanEvent test * Empty
-
- Jul 01, 2020
-
-
Liz Fong-Jones authored
Co-authored-by:
lizthegrey <lizthegrey@users.noreply.github.com>
-
dependabot[bot] authored
* Bump github.com/itchyny/gojq from 0.10.3 to 0.10.4 in /tools Bumps [github.com/itchyny/gojq](https://github.com/itchyny/gojq) from 0.10.3 to 0.10.4. - [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.10.3...v0.10.4 ) 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>
-
Tyler Yahn authored
* Update B3 header names Correct the B3 single header name from `X-B3` to `b3`. Use the lowercase version of the B3 multiple headers. This is based on the fact that HTTP headers are case-insensitive, however, other protocols may not be. * Update Changelog
-
- Jun 27, 2020
-
-
Anthony Mirabella authored
* Ask for changelog updates with PRs * Add PR ID to changelog entry * move changelog entry to unreleased
-
- Jun 26, 2020
-
-
Tyler Yahn authored
Include last merge for the release.
-