nexus_semantic_logger 1.12.3 → 1.12.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7230b1ecb5123370ea102ebc1493e87d95f9b799d2f30fa81607554ee2da525
4
- data.tar.gz: 30d0937628ac86d86a368486d90870aa53ee2729fd07173d506fac0e61b4296b
3
+ metadata.gz: 4b588ced19c7d00972d27cfd2a1b37c8d344ef33d3b98dcbca3bf5dd517b9a56
4
+ data.tar.gz: 6ffa88e0f9cfb360c7d4450ea08879240a24cbad1d68006d3cc2bca09c64c02b
5
5
  SHA512:
6
- metadata.gz: d9dfa19177746db2b0b306930714004af1fe1e342514daa0bb4047b30a003e8f1513dc05c846e6df2cc743f026bc705edc5a58f80753af1e5492ba4d31c141b4
7
- data.tar.gz: 20190c0ddf14c08be12d3ea7cf4ebc56c43341057925400477d2dbfd977f7fd9300353f3f5efc2e1ec33f47801b7fd74fee84d23f32ed9b500946fe0a85c146a
6
+ metadata.gz: b688d9087e9903a2f647ab4b6ec63233e16ed8b442126de3c8212d99ef11c4b93721c4b400397ce0e44182792f6184579d7610441407f62208454cf20c5e3381
7
+ data.tar.gz: 8aca5e7817fbbf549dbd8be8d48b124509c959624b90527862490ada893b8b1ef710957c007a6dfd3a53b367610fb187dd1ad84eefb52b34d10bf8ca25fafde5
data/.gitlab-ci.yml CHANGED
@@ -1,4 +1,4 @@
1
- image: "ruby:2.7"
1
+ image: "ruby:3.2.2"
2
2
 
3
3
  stages:
4
4
  - release
@@ -6,7 +6,8 @@ module NexusSemanticLogger
6
6
  class DatadogTracer
7
7
  def initialize(service)
8
8
  Datadog.configure do |c|
9
- if ENV['DD_AGENT_HOST'].present?
9
+ # When using a socket, DD_AGENT_HOST will not be set, and DD_TRACE_AGENT_URL will be set instead.
10
+ if ENV['DD_AGENT_HOST'].present? || ENV['DD_TRACE_AGENT_URL'].present?
10
11
 
11
12
  # Container and pod names should be set as env vars via the helm chart. Tagging metrics from the app
12
13
  # with these values helps correlation with metrics from the kubernetes cluster.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module NexusSemanticLogger
3
- # Leave this as 1.12.3 in order for CI process to replace with the tagged version.
4
- VERSION = '1.12.3'
3
+ # Leave this as 1.12.5 in order for CI process to replace with the tagged version.
4
+ VERSION = '1.12.5'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexus_semantic_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.3
4
+ version: 1.12.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johnathon Harris
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-24 00:00:00.000000000 Z
11
+ date: 2024-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: amazing_print
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: 4.10.0
97
- description:
97
+ description:
98
98
  email: john.harris@nexusmods.com
99
99
  executables: []
100
100
  extensions: []
@@ -119,10 +119,10 @@ files:
119
119
  - lib/puma/plugin/README.md
120
120
  - lib/puma/plugin/nexus_puma_statsd.rb
121
121
  - nexus_semantic_logger.gemspec
122
- homepage:
122
+ homepage:
123
123
  licenses: []
124
124
  metadata: {}
125
- post_install_message:
125
+ post_install_message:
126
126
  rdoc_options: []
127
127
  require_paths:
128
128
  - lib
@@ -137,8 +137,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
139
  requirements: []
140
- rubygems_version: 3.4.17
141
- signing_key:
140
+ rubygems_version: 3.5.9
141
+ signing_key:
142
142
  specification_version: 4
143
143
  summary: semantic_logger usage for nexus
144
144
  test_files: []