stack-service-base 0.0.77 → 0.0.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f84cb064ccf3f6f83754e525d595d9902e8143ef279477c4a79e18252b3f72c4
4
- data.tar.gz: 515133d93daa3d1282a81dae58cdd688d82d090a0639e66c3859254e9781d38d
3
+ metadata.gz: 333dfdbe061e1a83f2b9271a54ae24336489e3ec41ef9fb605d85d457cc0ca1b
4
+ data.tar.gz: b45fe7a043608ba55c47b0221ac6673e20d65afd27cc9dec90294cd9a0bc14a9
5
5
  SHA512:
6
- metadata.gz: 3b53b686eb180ea3001a7cc7506b2c57e7887985a4ac06ecb35553f4239b2bbfdb29c96626df8d2813594d9d8f390826c842dbef8e9c777fa60a79d5355829ba
7
- data.tar.gz: 53f50ae84f7abb9c76b30a771de3cee5f1bc83ff8dc651f184c850a912065155bc3cd4e61e708eba1cb6e5bdc0973454ce90329cff876804b75ccc4d6c9a9217
6
+ metadata.gz: 4a3453756c2b111afa7c6418c31679a84d9b84f4f2714020ed4fa65f24faef1796220056f578744db06c634756685df2c6e2d5690206eac3c655988a9fd233d3
7
+ data.tar.gz: e510fa98848cd0a813be31e41f335a256ef100bbfeb6f740c3942db3459836afad53ac6d2911019b3b6d181ae034ffbcab3f6efe8622879469ffbc4fd00f96ed
@@ -210,6 +210,7 @@ def otl_span(name, attributes = {}, &block)
210
210
  end
211
211
  end
212
212
 
213
+ # otl_current_span { _1.def add_attributes(otl_traceparent_id: otl_traceparent_id) }
213
214
  def otl_current_span
214
215
  return unless OTEL_ENABLED && Otel.enabled
215
216
  yield OpenTelemetry::Trace.current_span
@@ -1,6 +1,6 @@
1
1
  FROM ruby:3.3.0-alpine3.19 AS base
2
2
  RUN apk add --update bash docker-cli-buildx docker-cli-compose git
3
- RUN gem install build-labels:0.0.68 dry-stack:0.1.16
3
+ RUN gem install build-labels:0.0.70 dry-stack:0.1.16
4
4
 
5
5
  FROM base AS runner
6
6
  WORKDIR /build
@@ -1,6 +1,6 @@
1
1
  FROM ruby:3.3.0-alpine3.19 as base
2
2
  RUN apk add docker-cli-buildx git parallel
3
- RUN gem install build-labels:0.0.55 dry-stack:0.1.51
3
+ RUN gem install build-labels:0.0.70 dry-stack:0.1.51
4
4
  RUN apk add --no-cache openssh-client ca-certificates
5
5
 
6
6
  WORKDIR /build
@@ -1,3 +1,3 @@
1
1
  module StackServiceBase
2
- VERSION = '0.0.77'
2
+ VERSION = '0.0.78'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stack-service-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.77
4
+ version: 0.0.78
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artyom B