aspecto-opentelemetry 0.1.2 → 0.1.3

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: fa9f82192a245e9a33161f11750b16971a2d52e0732d5f880073e725a63061d3
4
- data.tar.gz: 4a4e5f909cdae8aa42b094ea744951a72be1c3e3a8dedd0fdb39e591dea438e7
3
+ metadata.gz: f6dee5a275fa074df1631085fffe8b50e8dad84bd7a2b483acd533f9d8da5926
4
+ data.tar.gz: c39cfe665ff096cb679559b9069abb90e82651d15841d00a2a8db3d2bb2175b7
5
5
  SHA512:
6
- metadata.gz: a1cd8000fbb795c64b710f875aadc79d9eba68be979c59009903c8dc98f1bacb4e24125da4f8266e1ceac4e70ac280f1fcddf1dc56876c857c4064c01a92b12c
7
- data.tar.gz: 6b78f002233939baca74d7871d7a80464a6fc9441ecdc553f9acd7419791bf2fdc9b8a6052dcee3d9363255d5742ddb41a500304e20c821184dce281141f871b
6
+ metadata.gz: 95ea7936861a80fcf3fd7184b94ce828f27c3e2c671d4312d4bcdad4c998d47c9e9447eca62a4e3b1051143a9fb77402b20ecb78f84a2cb352e4d393a7688cae
7
+ data.tar.gz: 85dd4bffc0ee69a849105ee9c7841932e0ed571fa9facea15154d5215bde1a360dc7e048452867a7c63d8f7fc16de936db1e9e17ddbb749c4b88bcb02af1187c
data/README.md CHANGED
@@ -26,7 +26,7 @@ Add this code to a new file `aspecto.rb` under `config/initializers/`:
26
26
  require 'aspecto/opentelemetry'
27
27
 
28
28
  Aspecto::OpenTelemetry::configure do |c|
29
- c.service_name = '<YOUR_SERIVCE_NAME>'
29
+ c.service_name = '<YOUR_SERVICE_NAME>'
30
30
  c.aspecto_auth = '<YOUR_ASPECTO_TOKEN>'
31
31
  # c.sampling_ratio = 1.0 # [optional]: defaults to 1.0, use aspecto app to configure remotely
32
32
  end
@@ -43,7 +43,7 @@ gem 'aspecto-opentelemetry', require: 'aspecto/auto_instrument'
43
43
  And set environment variables:
44
44
 
45
45
  ```
46
- OTEL_SERVICE_NAME=<YOUR_SERIVCE_NAME>
46
+ OTEL_SERVICE_NAME=<YOUR_SERVICE_NAME>
47
47
  ASPECTO_AUTH=<YOUR_ASPECTO_TOKEN>
48
48
  # ASPECTO_SAMPLING_RATIO=1.0 # [optional]: defaults to 1.0, use aspecto app to configure remotely
49
49
  ```
@@ -58,7 +58,7 @@ Add this code after your require other gems:
58
58
  require 'aspecto/opentelemetry'
59
59
 
60
60
  Aspecto::OpenTelemetry::configure do |c|
61
- c.service_name = '<YOUR_SERIVCE_NAME>'
61
+ c.service_name = '<YOUR_SERVICE_NAME>'
62
62
  c.aspecto_auth = '<YOUR_ASPECTO_TOKEN>'
63
63
  # c.env = '<CURRENT_ENVIRONMENT>' # [optional]: automatically detected for rails and sinatra
64
64
  # c.sampling_ratio = 1.0 # [optional]: defaults to 1.0, use aspecto app to configure remotely
@@ -76,7 +76,7 @@ require 'aspecto/auto_instrument'
76
76
  And set environment variables:
77
77
 
78
78
  ```
79
- OTEL_SERVICE_NAME=<YOUR_SERIVCE_NAME>
79
+ OTEL_SERVICE_NAME=<YOUR_SERVICE_NAME>
80
80
  ASPECTO_AUTH=<YOUR_ASPECTO_TOKEN>
81
81
  # ASPECTO_ENV=<CURRENT_ENVIRONMENT> # [optional]: automatically detected for rails and sinatra
82
82
  # ASPECTO_SAMPLING_RATIO=1.0 # [optional]: defaults to 1.0, use aspecto app to configure remotely
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Aspecto
4
4
  module OpenTelemetry
5
- VERSION = "0.1.2"
5
+ VERSION = "0.1.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aspecto-opentelemetry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aspecto
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-11-29 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aspecto-opentelemetry-instrumentation-aws_sdk
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.1.5
19
+ version: 0.1.6
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.1.5
26
+ version: 0.1.6
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: faraday
29
29
  requirement: !ruby/object:Gem::Requirement