pyroscope-otel 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +3 -0
- data/README.md +2 -1
- data/lib/pyroscope/otel/version.rb +1 -1
- data/pyroscope-otel.gemspec +1 -1
- metadata +5 -9
- data/Gemfile.lock +0 -61
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7f733910a20d0b8755cad51fbff43b3ff20aa3ceb52d09a2e0a6c9c05dd041d
|
4
|
+
data.tar.gz: 4c5d95e32e78caefa65d427bb12fd7de388f8a785ecbd5063682639a088ea3e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d5162988cbd2c20dfb7598f4e61e3d409060b5a7323ec24dda9ca554d0c0304f9e621281fa532c38fd20b182c52bf853bb88aace8ee262d08899896ea575284
|
7
|
+
data.tar.gz: 2a4548e468ebd54856d9ce40bcb7aa83dd71803f86ffb47bfe208a6c2cd47fbcb4348d2618ff4a8f78cabc7c57befdd7c052e6dab4cda06fc380f88b96c764e7
|
data/.gitignore
CHANGED
data/README.md
CHANGED
@@ -2,7 +2,8 @@
|
|
2
2
|
|
3
3
|
Pyroscope can integrate with distributed tracing systems supporting OpenTelemetry standard which allows you to link traces with the profiling data, and find specific lines of code related to a performance issue.
|
4
4
|
|
5
|
-
For full documentation
|
5
|
+
For full documentation, refer to our [docs](https://grafana.com/docs/pyroscope/latest/configure-client/trace-span-profiles/ruby-span-profiles/).
|
6
|
+
|
6
7
|
## Installation
|
7
8
|
|
8
9
|
Add this line to your application's Gemfile:
|
data/pyroscope-otel.gemspec
CHANGED
@@ -29,6 +29,6 @@ Gem::Specification.new do |spec|
|
|
29
29
|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
30
30
|
spec.require_paths = ["lib"]
|
31
31
|
|
32
|
-
spec.add_dependency "opentelemetry-api", "~> 1.1
|
32
|
+
spec.add_dependency "opentelemetry-api", "~> 1.1"
|
33
33
|
spec.add_dependency "pyroscope", "~> 0.5.1"
|
34
34
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pyroscope-otel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tolyan Korniltsev
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: opentelemetry-api
|
@@ -16,14 +15,14 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - "~>"
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.1
|
18
|
+
version: '1.1'
|
20
19
|
type: :runtime
|
21
20
|
prerelease: false
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
23
22
|
requirements:
|
24
23
|
- - "~>"
|
25
24
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.1
|
25
|
+
version: '1.1'
|
27
26
|
- !ruby/object:Gem::Dependency
|
28
27
|
name: pyroscope
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -51,7 +50,6 @@ files:
|
|
51
50
|
- ".rspec"
|
52
51
|
- ".rubocop.yml"
|
53
52
|
- Gemfile
|
54
|
-
- Gemfile.lock
|
55
53
|
- LICENSE.txt
|
56
54
|
- README.md
|
57
55
|
- Rakefile
|
@@ -67,7 +65,6 @@ metadata:
|
|
67
65
|
homepage_uri: https://pyroscope.io/
|
68
66
|
source_code_uri: https://github.com/pyroscope-io/otel-profiling-ruby
|
69
67
|
changelog_uri: https://github.com/pyroscope-io/otel-profiling-ruby/CHANGELOG.md
|
70
|
-
post_install_message:
|
71
68
|
rdoc_options: []
|
72
69
|
require_paths:
|
73
70
|
- lib
|
@@ -82,8 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
79
|
- !ruby/object:Gem::Version
|
83
80
|
version: '0'
|
84
81
|
requirements: []
|
85
|
-
rubygems_version: 3.
|
86
|
-
signing_key:
|
82
|
+
rubygems_version: 3.6.2
|
87
83
|
specification_version: 4
|
88
84
|
summary: Pyroscope OTEL integration
|
89
85
|
test_files: []
|
data/Gemfile.lock
DELETED
@@ -1,61 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
pyroscope-otel (0.1.1)
|
5
|
-
opentelemetry-api (~> 1.1.0)
|
6
|
-
pyroscope (~> 0.5.1)
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
ast (2.4.2)
|
12
|
-
diff-lcs (1.5.0)
|
13
|
-
ffi (1.15.5)
|
14
|
-
opentelemetry-api (1.1.0)
|
15
|
-
parallel (1.22.1)
|
16
|
-
parser (3.1.2.1)
|
17
|
-
ast (~> 2.4.1)
|
18
|
-
pyroscope (0.5.1-x86_64-linux)
|
19
|
-
ffi
|
20
|
-
rainbow (3.1.1)
|
21
|
-
rake (13.0.6)
|
22
|
-
regexp_parser (2.5.0)
|
23
|
-
rexml (3.2.5)
|
24
|
-
rspec (3.11.0)
|
25
|
-
rspec-core (~> 3.11.0)
|
26
|
-
rspec-expectations (~> 3.11.0)
|
27
|
-
rspec-mocks (~> 3.11.0)
|
28
|
-
rspec-core (3.11.0)
|
29
|
-
rspec-support (~> 3.11.0)
|
30
|
-
rspec-expectations (3.11.1)
|
31
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
32
|
-
rspec-support (~> 3.11.0)
|
33
|
-
rspec-mocks (3.11.1)
|
34
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
35
|
-
rspec-support (~> 3.11.0)
|
36
|
-
rspec-support (3.11.1)
|
37
|
-
rubocop (0.93.1)
|
38
|
-
parallel (~> 1.10)
|
39
|
-
parser (>= 2.7.1.5)
|
40
|
-
rainbow (>= 2.2.2, < 4.0)
|
41
|
-
regexp_parser (>= 1.8)
|
42
|
-
rexml
|
43
|
-
rubocop-ast (>= 0.6.0)
|
44
|
-
ruby-progressbar (~> 1.7)
|
45
|
-
unicode-display_width (>= 1.4.0, < 2.0)
|
46
|
-
rubocop-ast (1.21.0)
|
47
|
-
parser (>= 3.1.1.0)
|
48
|
-
ruby-progressbar (1.11.0)
|
49
|
-
unicode-display_width (1.8.0)
|
50
|
-
|
51
|
-
PLATFORMS
|
52
|
-
x86_64-linux
|
53
|
-
|
54
|
-
DEPENDENCIES
|
55
|
-
pyroscope-otel!
|
56
|
-
rake (~> 13.0)
|
57
|
-
rspec (~> 3.0)
|
58
|
-
rubocop (~> 0.80)
|
59
|
-
|
60
|
-
BUNDLED WITH
|
61
|
-
2.2.3
|