opentelemetry-instrumentation-sinatra 0.7.1 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +24 -0
- data/LICENSE +1 -1
- data/lib/opentelemetry-instrumentation-sinatra.rb +1 -1
- data/lib/opentelemetry/instrumentation.rb +1 -1
- data/lib/opentelemetry/instrumentation/sinatra.rb +1 -1
- data/lib/opentelemetry/instrumentation/sinatra/extensions/tracer_extension.rb +1 -1
- data/lib/opentelemetry/instrumentation/sinatra/instrumentation.rb +1 -1
- data/lib/opentelemetry/instrumentation/sinatra/middlewares/tracer_middleware.rb +1 -1
- data/lib/opentelemetry/instrumentation/sinatra/version.rb +2 -2
- metadata +9 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39c646b3aa60489cc77e593dddcd9c07ed4fc6ccb60b4880ee9248748a41bff0
|
4
|
+
data.tar.gz: 0fce077e82db6fc5ec61ba7d5f08abf6804f15ec18740faf073ce821996f23e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9635af2f22e430d1c599b97d392db38180b2655fdfcfead3d8c7473c41f2d511236a044af64990a62ae8e562a59ee4a12c98768ead108a7e0447b5de4390cf94
|
7
|
+
data.tar.gz: d63f6b6edc16a1da49d31eeeeeee65b2635c7974c9ba8eb5e010ed230baeea95e138db131071c3e4fc9caf239f9030c181caf6b6971c81f0c9df3b4a98aa0aa6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,29 @@
|
|
1
1
|
# Release History: opentelemetry-instrumentation-sinatra
|
2
2
|
|
3
|
+
### v0.12.0 / 2020-12-24
|
4
|
+
|
5
|
+
* (No significant changes)
|
6
|
+
|
7
|
+
### v0.11.0 / 2020-12-11
|
8
|
+
|
9
|
+
* FIXED: Copyright comments to not reference year
|
10
|
+
|
11
|
+
### v0.10.0 / 2020-12-03
|
12
|
+
|
13
|
+
* (No significant changes)
|
14
|
+
|
15
|
+
### v0.9.0 / 2020-11-27
|
16
|
+
|
17
|
+
* BREAKING CHANGE: Add timeout for force_flush and shutdown
|
18
|
+
|
19
|
+
* ADDED: Add timeout for force_flush and shutdown
|
20
|
+
|
21
|
+
### v0.8.0 / 2020-10-27
|
22
|
+
|
23
|
+
* BREAKING CHANGE: Remove 'canonical' from status codes
|
24
|
+
|
25
|
+
* FIXED: Remove 'canonical' from status codes
|
26
|
+
|
3
27
|
### v0.7.1 / 2020-10-08
|
4
28
|
|
5
29
|
* FIXED: Set span name to sinatra.route
|
data/LICENSE
CHANGED
@@ -186,7 +186,7 @@
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
187
187
|
identification within third-party archives.
|
188
188
|
|
189
|
-
Copyright
|
189
|
+
Copyright The OpenTelemetry Authors
|
190
190
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
192
192
|
you may not use this file except in compliance with the License.
|
@@ -1,13 +1,13 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright
|
3
|
+
# Copyright The OpenTelemetry Authors
|
4
4
|
#
|
5
5
|
# SPDX-License-Identifier: Apache-2.0
|
6
6
|
|
7
7
|
module OpenTelemetry
|
8
8
|
module Instrumentation
|
9
9
|
module Sinatra
|
10
|
-
VERSION = '0.
|
10
|
+
VERSION = '0.12.0'
|
11
11
|
end
|
12
12
|
end
|
13
13
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opentelemetry-instrumentation-sinatra
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenTelemetry Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-12-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: opentelemetry-api
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.12.0
|
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.
|
26
|
+
version: 0.12.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: appraisal
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -199,7 +199,11 @@ files:
|
|
199
199
|
homepage: https://github.com/open-telemetry/opentelemetry-ruby
|
200
200
|
licenses:
|
201
201
|
- Apache-2.0
|
202
|
-
metadata:
|
202
|
+
metadata:
|
203
|
+
changelog_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-instrumentation-sinatra/v0.12.0/file.CHANGELOG.html
|
204
|
+
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby/tree/master/instrumentation/sinatra
|
205
|
+
bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby/issues
|
206
|
+
documentation_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-instrumentation-sinatra/v0.12.0
|
203
207
|
post_install_message:
|
204
208
|
rdoc_options: []
|
205
209
|
require_paths:
|