From 89f7b5d600b492215e675921637a98499751f56f Mon Sep 17 00:00:00 2001 From: Jacob Aronoff Date: Fri, 12 Apr 2024 14:02:09 -0400 Subject: [PATCH] release 1.28.0 (#679) **Description:** Preps the release for 1.28.0 **Link to tracking Issue:** n/a **Testing:** n/a **Documentation:** n/a --- CHANGELOG.md | 117 ++++++++++++++++------------ RELEASING.md | 1 + VERSION | 2 +- go.mod | 8 +- launcher/version.go | 2 +- lightstep/sdk/metric/example/go.mod | 4 +- lightstep/sdk/metric/go.mod | 2 +- lightstep/sdk/trace/go.mod | 2 +- pipelines/go.mod | 6 +- 9 files changed, 80 insertions(+), 64 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a447f6..dd22e187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,149 +8,154 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## Unreleased -## [1.27.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.27.0) - 2024-03-27) +## [1.28.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.28.0) - 2024-04-12 + +- Dependency update: Use OpenTelemetry Collector v0.98.0, OTel-Arrow v0.21.0. [#678](https://github.com/lightstep/otel-launcher-go/pull/678) + +## [1.27.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.27.0) - 2024-03-27 - Dependency update: Use OpenTelemetry Collector v0.97.0, OTel-Arrow v0.20.0. [#663](https://github.com/lightstep/otel-launcher-go/pull/663) -## [1.26.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.26.0) - 2024-03-06) +## [1.26.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.26.0) - 2024-03-06 - Dependency update: Use OpenTelemetry Collector v0.96.0, OTel-Arrow v0.18.0. [#651](https://github.com/lightstep/otel-launcher-go/pull/651) -## [1.25.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.25.0) - 2024-02-14) +## [1.25.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.25.0) - 2024-02-14 - Dependency update: Use OpenTelemetry Collector v0.94.1, OTel-Arrow v0.17.0. [#634](https://github.com/lightstep/otel-launcher-go/pull/634) -## [1.24.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.24.0) - 2024-01-11) +## [1.24.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.24.0) - 2024-01-11 - Dependency update: Use OpenTelemetry Collector v0.92.0, OTel-Arrow v0.14.0. [#600](https://github.com/lightstep/otel-launcher-go/pull/600) - Trace exporter: always use LS instrumentation packages and OTel Collector export path, remove dependency on OTel-Go OTLP trace exporter. [#595](https://github.com/lightstep/otel-launcher-go/pull/595) - Metric exporter: always use LS metrics SDK and OTel Collector export path, remove dependency on OTel-Go OTLP metric exporter and OTel-Go-Contrib metric instrumentation. [#596](https://github.com/lightstep/otel-launcher-go/pull/596) - Add "lowmemory" temporality naming, leaving "stateless" as an alias. [#597](https://github.com/lightstep/otel-launcher-go/pull/597) -## [1.23.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.23.0) - 2023-12-20) +## [1.23.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.23.0) - 2023-12-20 - Update to OTel-Arrow v0.13.0 dependencies. [#591](https://github.com/lightstep/otel-launcher-go/pull/591) - LS metrics SDK: Record a span and a metric about the outcome of export. [#590](https://github.com/lightstep/otel-launcher-go/pull/590) - LS Metrics SDK add an `AttributeSizeLimit` [#588](https://github.com/lightstep/otel-launcher-go/pull/588) - Change the name of the otelcol batch processor to indicate whether traces or metrics. [#587](https://github.com/lightstep/otel-launcher-go/pull/587) -## [1.22.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.22.0) - 2023-11-27) +## [1.22.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.22.0) - 2023-11-27 - Use the OTel-Arrow concurrent batch processor in SDK exporters based on the OTel collector. [#569](https://github.com/lightstep/otel-launcher-go/pull/569) -## [1.21.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.21.0) - 2023-11-03) +## [1.21.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.21.0) - 2023-11-03 - Release based on OTel Collector v0.88 dependencies. [#539](https://github.com/lightstep/otel-launcher-go/pull/539) - Release based on Go 1.21, including new runtime/metrics. [#537](https://github.com/lightstep/otel-launcher-go/pull/537) -## [1.20.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.20.0) - 2023-10-16) +## [1.20.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.20.0) - 2023-10-16 - Release based on OTel Collector v0.87 dependencies. [#526](https://github.com/lightstep/otel-launcher-go/pull/526) -## [1.19.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.19.0) - 2023-08-17) +## [1.19.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.19.0) - 2023-08-17 - Release based on new [open-telemetry/otel-arrow](https://github.com/open-telemetry/otel-arrow) repository. [#511](https://github.com/lightstep/otel-launcher-go/pull/511) -## [1.18.7](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.18.7) - 2023-08-14) +## [1.18.7](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.18.7) - 2023-08-14 - Add WithRenameFunction() to metrics SDK: a more flexible way to rename metrics when multiple instruments are matching on the same regular expression. [#504](https://github.com/lightstep/otel-launcher-go/pull/504) -## [1.18.6](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.18.6) - 2023-06-27) +## [1.18.6](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.18.6) - 2023-06-27 - Support experimental `MeasurementProcessor` in the LS metrics SDK. [#493](https://github.com/lightstep/otel-launcher-go/pull/493) -## [1.18.5](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.18.5) - 2023-06-26) +## [1.18.5](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.18.5) - 2023-06-26 - Correct the translation of Span StatusCode. [#495](https://github.com/lightstep/otel-launcher-go/pull/495) -## [1.18.4](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.18.4) - 2023-06-26) +## [1.18.4](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.18.4) - 2023-06-26 -- Disable self-tracing, enable self-metrics, and make these optional behaviors. Bugfix in span event timestamps. [#494](https://github.com/lightstep/otel-launcher-go/pull/494) +- Disable self-tracing, enable self-metrics, and make these optional behaviors. Bugfix in span event timestamps. [#494](https://github.com/lightstep/otel-launcher-go/pull/494) -## [1.18.3](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.18.3) - 2023-06-21) +## [1.18.3](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.18.3) - 2023-06-21 - Re-release. [#492](https://github.com/lightstep/otel-launcher-go/pull/492) -## [1.18.2](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.18.2) - 2023-06-21) +## [1.18.2](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.18.2) - 2023-06-21 - Support for multi-resource export pipelines as a special case. [#490](https://github.com/lightstep/otel-launcher-go/pull/490) -## [1.18.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.18.1) - 2023-06-16) +## [1.18.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.18.1) - 2023-06-16 - Modifies the exporter names used in the two OTel-Collector-based exporters. [#480](https://github.com/lightstep/otel-launcher-go/pull/480) -## [1.18.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.18.0) - 2023-06-12) +## [1.18.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.18.0) - 2023-06-12 -- Adds support for collector based exporting (using batch processor and otlp exporter) for otel-go traces. [#464](https://github.com/lightstep/otel-launcher-go/pull/464) +- Adds support for collector based exporting (using batch processor and otlp exporter) for otel-go traces. [#464](https://github.com/lightstep/otel-launcher-go/pull/464) - Updated dependencies on go.opentelemetry.io/otel to `v1.16.0` [#471](https://github.com/lightstep/otel-launcher-go/pull/471) -## [1.17.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.17.1) - 2023-06-01) + +## [1.17.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.17.1) - 2023-06-01 - Lightstep metrics SDK would improperly set the `Insecure` TLS setting when not configured for insecure transport. [#465](https://github.com/lightstep/otel-launcher-go/pull/465) -## [1.17.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.17.0) - 2023-05-22) +## [1.17.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.17.0) - 2023-05-22 - Update to OTel-Go API v0.38.1. [#447](https://github.com/lightstep/otel-launcher-go/pull/447) - Exporter now based on OTel collector batchprocessor and otlpexporter. [#445](https://github.com/lightstep/otel-launcher-go/pull/445) -## [1.16.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.16.0) - 2023-04-27) +## [1.16.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.16.0) - 2023-04-27 - LS Metrics SDK supports an API hint for controlling Temporality on a per-instrument basis. [#426](https://github.com/lightstep/otel-launcher-go/pull/426) -## [1.15.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.15.1) - 2023-04-03) +## [1.15.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.15.1) - 2023-04-03 - Correct race conditions related to sharing of the input attributes slice. [#422](https://github.com/lightstep/otel-launcher-go/pull/422) -## [1.15.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.15.0) - 2023-04-03) +## [1.15.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.15.0) - 2023-04-03 - Remove access token length check. [#412](https://github.com/lightstep/otel-launcher-go/pull/412) - Update all OTel dependencies (removal of upstream `metric/unit` package). [#421](https://github.com/lightstep/otel-launcher-go/pull/421) -## [1.14.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.14.0) - 2023-03-17) +## [1.14.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.14.0) - 2023-03-17 -- Support cardinality limits. Synchronous instruments support an +- Support cardinality limits. Synchronous instruments support an instrument-level cardinality limit; Synchronous and Asynchronous - aggregators support per-view cardinality limits. Performance settings + aggregators support per-view cardinality limits. Performance settings determine the view-configured defaults. [#385](https://github.com/lightstep/otel-launcher-go/pull/385) -## [1.13.4](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.13.3) - 2023-03-02) +## [1.13.4](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.13.3) - 2023-03-02 - Minor performance improvement, one less allocation under the lock when fingerprint collisions are being checked. [#407](https://github.com/lightstep/otel-launcher-go/pull/407) -## [1.13.3](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.13.3) - 2023-03-01) +## [1.13.3](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.13.3) - 2023-03-01 - Fixes performance regressions introduced in version 1.13.1 and 1.12.1. [#404](https://github.com/lightstep/otel-launcher-go/pull/404) -## [1.13.2](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.13.2) - 2023-02-28) +## [1.13.2](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.13.2) - 2023-02-28 - Adds performance setting `InactiveCollectionPeriods` allowing control over how fast records are removed from memory. [#396](https://github.com/lightstep/otel-launcher-go/pull/396) -## [1.13.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.13.1) - 2023-02-15) +## [1.13.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.13.1) - 2023-02-15 - Adds performance improvements for concurrent use of synchronous instruments. [#384](https://github.com/lightstep/otel-launcher-go/pull/384) - Adds `WithPerformance()` and `IgnoreCollisions` setting which offers - around 10% faster operations in exchange for safety and correctness. This + around 10% faster operations in exchange for safety and correctness. This setting is off by default. [#384](https://github.com/lightstep/otel-launcher-go/pull/384) -## [1.13.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.13.0) - 2023-02-15) +## [1.13.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.13.0) - 2023-02-15 -- Updates OTel-Go version dependencies to `trace@v1.12.0`, `metrics@v0.35.0`, +- Updates OTel-Go version dependencies to `trace@v1.12.0`, `metrics@v0.35.0`, `contrib-trace@v1.13.0`, `contrib-metrics@v0.38.0`: - Note the corresponding metrics API changes are 🛑 [BREAKING] - between releases `v0.35.0` and `v0.36.0`. Because this release + between releases `v0.35.0` and `v0.36.0`. Because this release depends on metrics API `v0.35.0` it continues to support the - deprecated APIs. The next minor version of this repository will - update the dependency to `v0.36.0` or later. [#381](https://github.com/lightstep/otel-launcher-go/pull/381) + deprecated APIs. The next minor version of this repository will + update the dependency to `v0.36.0` or later. [#381](https://github.com/lightstep/otel-launcher-go/pull/381) -## [1.12.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.12.1) - 2023-02-13) +## [1.12.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.12.1) - 2023-02-13 - Replace a RWMutex with Mutex. [#378](https://github.com/lightstep/otel-launcher-go/pull/378) - Eliminate redundant GC cpu-time metric from lightstep/instrumentation/cputime as - it is now included in lightstep/instrumentation/runtime from the builtin - runtime/metrics package. [#355](https://github.com/lightstep/otel-launcher-go/pull/355) + it is now included in lightstep/instrumentation/runtime from the builtin + runtime/metrics package. [#355](https://github.com/lightstep/otel-launcher-go/pull/355) ## [1.12.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.12.0) - 2022-12-21) @@ -179,7 +184,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm 🛑 [BREAKING] The set of builtin, automatic metrics instrumentation libraries configured by the Launcher is new and improved in this -release. To configure the behavior in Launcher versions 1.10.x and +release. To configure the behavior in Launcher versions 1.10.x and prior, use `WithMetricsBuiltinLibraries("all:prestable")` or set `LS_METRICS_BUILTIN_LIBRARIES=all:prestable`. @@ -200,7 +205,7 @@ prior, use `WithMetricsBuiltinLibraries("all:prestable")` or set `LS_METRICS_BUILTIN_LIBRARIES` control which libraries are enabled. By default, the libraries in [`./lightstep/instrumentation`](https://github.com/lightstep/otel-launcher-go/tree/main/lightstep/instrumentation) - are selected as stable builtin instrumentation. To configure the + are selected as stable builtin instrumentation. To configure the former-default builtin libraries (i.e., [runtime](https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/instrumentation/runtime) and @@ -215,7 +220,7 @@ prior, use `WithMetricsBuiltinLibraries("all:prestable")` or set [#284](https://github.com/lightstep/otel-launcher-go/pull/284) - Avoid repetitive calls to `otel.Handle()` with error conditions caused by out-of-range metrics input values, including NaN, Inf, and - in some cases negative values. These will be handled no more than + in some cases negative values. These will be handled no more than once per 30 seconds per condition. [#272](https://github.com/lightstep/otel-launcher-go/pull/272) @@ -226,7 +231,7 @@ prior, use `WithMetricsBuiltinLibraries("all:prestable")` or set - Revert the default change of temporality to "cumulative" from #258. New users are recommended to configure `WithMetricExporterTemporalityPreference("stateless")` temporality - preference if possible. [#261](https://github.com/lightstep/otel-launcher-go/pull/261) + preference if possible. [#261](https://github.com/lightstep/otel-launcher-go/pull/261) ## [1.10.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.10.0) - 2022-08-28 @@ -245,18 +250,18 @@ changes into this release, the otel-go SDK, which is a breaking change for Lightstep users, but as the Lightstep SDK is using exopnential histograms this is the matching default which allows upgrade and downgrade between these - SDKs. Users who encounter errors related to histogram instruments + SDKs. Users who encounter errors related to histogram instruments (e.g,. `process.runtime.go.gc.pause_ns`) please contact a Lightstep representative. [#249](https://github.com/lightstep/otel-launcher-go/pull/249) - Exponential histogram changes boundary inclusivity from lower-inclusive to upper-inclusive. This is defined as a non-breaking change because implementations - have not required exactness. With this change, exact powers-of-two are - treated as exact special cases. [#254](https://github.com/lightstep/otel-launcher-go/pull/254) -- Lightstep metrics SDK is enabled by default. We are now confident in this + have not required exactness. With this change, exact powers-of-two are + treated as exact special cases. [#254](https://github.com/lightstep/otel-launcher-go/pull/254) +- Lightstep metrics SDK is enabled by default. We are now confident in this SDK even as we have discovered new issues with the old one. [#258](https://github.com/lightstep/otel-launcher-go/pull/258) - 🛑 [BREAKING] Stateless temporality preference is used by default; Counter and - Histogram instruments will begin reporting with delta temporality. To avoid - repeated breakage. This is especially important for exponential histogram + Histogram instruments will begin reporting with delta temporality. To avoid + repeated breakage. This is especially important for exponential histogram data quality. [#258](https://github.com/lightstep/otel-launcher-go/pull/258) ## [1.9.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.9.0) - 2022-08-04 @@ -294,7 +299,7 @@ changes into this release, ### 💡 Enhancements - Introduces the "Lightstep Metrics SDK" option, an alternative to the OpenTelemetry-Go - community SDK. This SDK features experimental features listed below: [#196](https://github.com/lightstep/otel-launcher-go/pull/196) + community SDK. This SDK features experimental features listed below: [#196](https://github.com/lightstep/otel-launcher-go/pull/196) - Lightstep Metrics SDK: Exponential histogram on-by-default, no explicit-boundary Histogram - Lightstep Metrics SDK: Support for MinMaxSumCount aggregation (via a 0-bucket Histogram) - Lightstep Metrics SDK: Support for synchronous Gauge instrument (configured via API hints) @@ -329,10 +334,13 @@ We are skipping version 1.6.x so that `otel-launcher-go` major and minor version ## [1.0.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.0.0) - 2021-09-22 ### Changed + - Update OpenTelemetry tracing dependencies to 1.0.0 + ## [1.0.0-RC3](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.0.0-RC3) - 2021-09-15 ### Changed + - Update OpenTelemetry tracing dependencies to 1.0.0-RC3 - Update OpenTelemetry metrics dependencies to 0.23.0 - Remove support for deprecated `OTEL_RESOURCE_LABELS` environment variable, as @@ -341,25 +349,30 @@ We are skipping version 1.6.x so that `otel-launcher-go` major and minor version ## [0.20.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v0.20.0) - 2021-05-10 ### Changed + - Update OpenTelemetry dependencies to 0.20.0 ## [0.18.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v0.18.0) - 2021-03-16 ### Changed + - Update OpenTelemetry dependencies to 0.18.0 ### Added + - Add support for `ottrace` propagator ## [0.16.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v0.16.1) - 2021-02-01 ### Changed + - Enable gzip compression by default - Update OpenTelemetry dependencies to 0.16.0 ## [0.15.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v0.15.0) - 2020-12-15 ### Changed + - Update OpenTelemetry dependencies to 0.15.0 - Added context param for NewExporter as required by OpenTelemetry 0.15.0 @@ -372,9 +385,11 @@ We are skipping version 1.6.x so that `otel-launcher-go` major and minor version ## [0.14.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v0.14.0) - 2020-11-23 ### Changed + - Update configuration for baggage propagator from `"cc"` to `"baggage"` (#30) ### Added + - Add support for `tracecontext` propagator (#32) - Adding LS_METRICS_ENABLED env variable to control host/runtime metrics (#34) diff --git a/RELEASING.md b/RELEASING.md index 68d35c4d..465d5742 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -9,6 +9,7 @@ Once all the changes for a release have been merged to master, ensure the follow ## Publish Release To make a release, do these steps with the new version: + 1. Run `make ver=X.Y.Z version` 2. Update CHANGELOG.md 3. Merge changes diff --git a/VERSION b/VERSION index 5db08bf2..cfc73071 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.0 +1.28.0 diff --git a/go.mod b/go.mod index 06aa6a37..77643af8 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/lightstep/otel-launcher-go go 1.21 require ( - github.com/lightstep/otel-launcher-go/pipelines v1.27.0 + github.com/lightstep/otel-launcher-go/pipelines v1.28.0 github.com/sethvargo/go-envconfig v0.8.3 github.com/stretchr/testify v1.9.0 go.opentelemetry.io/otel v1.25.0 @@ -40,9 +40,9 @@ require ( github.com/knadh/koanf/providers/confmap v0.1.0 // indirect github.com/knadh/koanf/v2 v2.1.1 // indirect github.com/lightstep/go-expohisto v1.0.0 // indirect - github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.27.0 // indirect - github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.27.0 // indirect - github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.27.0 // indirect + github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.28.0 // indirect + github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.28.0 // indirect + github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.28.0 // indirect github.com/lightstep/otel-launcher-go/lightstep/sdk/trace v1.25.0 // indirect github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect diff --git a/launcher/version.go b/launcher/version.go index 19494bf0..b94dd1ae 100644 --- a/launcher/version.go +++ b/launcher/version.go @@ -14,4 +14,4 @@ package launcher -const version = "1.27.0" +const version = "1.28.0" diff --git a/lightstep/sdk/metric/example/go.mod b/lightstep/sdk/metric/example/go.mod index 4483afed..2321e13c 100644 --- a/lightstep/sdk/metric/example/go.mod +++ b/lightstep/sdk/metric/example/go.mod @@ -3,7 +3,7 @@ module github.com/lightstep/otel-launcher-go/lightstep/sdk/metric/example go 1.21 require ( - github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.27.0 + github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.28.0 github.com/lightstep/otel-launcher-go/pipelines v1.8.0 go.opentelemetry.io/proto/otlp v1.1.0 ) @@ -34,7 +34,7 @@ require ( github.com/knadh/koanf/providers/confmap v0.1.0 // indirect github.com/knadh/koanf/v2 v2.1.1 // indirect github.com/lightstep/go-expohisto v1.0.0 // indirect - github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.27.0 // indirect + github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.28.0 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/reflectwalk v1.0.2 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect diff --git a/lightstep/sdk/metric/go.mod b/lightstep/sdk/metric/go.mod index a4e61ec4..6f0d2e72 100644 --- a/lightstep/sdk/metric/go.mod +++ b/lightstep/sdk/metric/go.mod @@ -9,7 +9,7 @@ require ( github.com/golang/mock v1.6.0 github.com/google/go-cmp v0.6.0 github.com/lightstep/go-expohisto v1.0.0 - github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.27.0 + github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.28.0 github.com/open-telemetry/otel-arrow/collector/exporter/otelarrowexporter v0.21.0 github.com/open-telemetry/otel-arrow/collector/processor/concurrentbatchprocessor v0.21.0 github.com/open-telemetry/otel-arrow/collector/receiver/otelarrowreceiver v0.21.0 diff --git a/lightstep/sdk/trace/go.mod b/lightstep/sdk/trace/go.mod index 97150643..6e320794 100644 --- a/lightstep/sdk/trace/go.mod +++ b/lightstep/sdk/trace/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/google/go-cmp v0.6.0 - github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.27.0 + github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.28.0 github.com/open-telemetry/otel-arrow/collector/exporter/otelarrowexporter v0.21.0 github.com/open-telemetry/otel-arrow/collector/processor/concurrentbatchprocessor v0.21.0 github.com/open-telemetry/otel-arrow/collector/receiver/otelarrowreceiver v0.21.0 diff --git a/pipelines/go.mod b/pipelines/go.mod index a62c951a..876a0f20 100644 --- a/pipelines/go.mod +++ b/pipelines/go.mod @@ -3,8 +3,8 @@ module github.com/lightstep/otel-launcher-go/pipelines go 1.21 require ( - github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.27.0 - github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.27.0 + github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.28.0 + github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.28.0 github.com/lightstep/otel-launcher-go/lightstep/sdk/trace v1.25.0 // For otelcol-based exporter configuration. @@ -47,7 +47,7 @@ require ( github.com/knadh/koanf/providers/confmap v0.1.0 // indirect github.com/knadh/koanf/v2 v2.1.1 // indirect github.com/lightstep/go-expohisto v1.0.0 // indirect - github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.27.0 // indirect + github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.28.0 // indirect github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/reflectwalk v1.0.2 // indirect