--- !ruby/object:Gem::Specification name: instana version: !ruby/object:Gem::Version version: 1.213.3 platform: ruby authors: - Peter Giacomo Lombardo autorequire: bindir: exe cert_chain: [] date: 2024-03-22 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '12.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '12.0' - !ruby/object:Gem::Dependency name: minitest requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.20' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.20' - !ruby/object:Gem::Dependency name: appraisal requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: fakefs requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: concurrent-ruby requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.1' - !ruby/object:Gem::Dependency name: sys-proctable requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.2.2 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.2.2 - !ruby/object:Gem::Dependency name: oj requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.0.11 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.0.11 description: The Instana gem is a zero configuration tool that will automatically collect key metrics and distributed traces from your Ruby processes. Just install and go. email: - pglombardo@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".circleci/config.yml" - ".codeclimate.yml" - ".editorconfig" - ".fasterer.yml" - ".github/ISSUE_TEMPLATE/bug.yml" - ".github/ISSUE_TEMPLATE/config.yml" - ".github/workflows/pr_commits_signed_off.yml" - ".github/workflows/release-notification-on-slack.yml" - ".gitignore" - ".rubocop.yml" - ".rubocop_todo.yml" - Appraisals - CONTRIBUTING.md - Gemfile - LICENSE - MAINTAINERS.md - README.md - Rakefile - bin/announce_release_on_slack.py - bin/console - bin/setup - docker-compose.yml - download.sh - examples/opentracing.rb - examples/tracing.rb - extras/license_header.rb - gemfiles/.bundle/config - gemfiles/aws_30.gemfile - gemfiles/aws_60.gemfile - gemfiles/cuba_30.gemfile - gemfiles/cuba_40.gemfile - gemfiles/dalli_20.gemfile - gemfiles/dalli_30.gemfile - gemfiles/dalli_32.gemfile - gemfiles/excon_02.gemfile - gemfiles/excon_021.gemfile - gemfiles/excon_079.gemfile - gemfiles/excon_100.gemfile - gemfiles/graphql_10.gemfile - gemfiles/graphql_20.gemfile - gemfiles/grpc_10.gemfile - gemfiles/mongo_216.gemfile - gemfiles/mongo_219.gemfile - gemfiles/net_http_01.gemfile - gemfiles/rack_20.gemfile - gemfiles/rack_30.gemfile - gemfiles/rails_42.gemfile - gemfiles/rails_50.gemfile - gemfiles/rails_52.gemfile - gemfiles/rails_60.gemfile - gemfiles/rails_61.gemfile - gemfiles/rails_70.gemfile - gemfiles/rails_71.gemfile - gemfiles/redis_40.gemfile - gemfiles/resque_122.gemfile - gemfiles/resque_20.gemfile - gemfiles/rest_client_20.gemfile - gemfiles/roda_20.gemfile - gemfiles/roda_30.gemfile - gemfiles/shoryuken_50.gemfile - gemfiles/shoryuken_60.gemfile - gemfiles/sidekiq_60.gemfile - gemfiles/sidekiq_65.gemfile - gemfiles/sidekiq_70.gemfile - gemfiles/sinatra_22.gemfile - gemfiles/sinatra_30.gemfile - gemfiles/sinatra_40.gemfile - instana.gemspec - lib/instana.rb - lib/instana/activator.rb - lib/instana/activators/action_cable.rb - lib/instana/activators/action_controller_api.rb - lib/instana/activators/action_controller_base.rb - lib/instana/activators/action_mailer.rb - lib/instana/activators/action_view.rb - lib/instana/activators/active_job.rb - lib/instana/activators/active_record.rb - lib/instana/activators/aws_sdk_dynamodb.rb - lib/instana/activators/aws_sdk_lambda.rb - lib/instana/activators/aws_sdk_s3.rb - lib/instana/activators/aws_sdk_sns.rb - lib/instana/activators/aws_sdk_sqs.rb - lib/instana/activators/cuba.rb - lib/instana/activators/dalli.rb - lib/instana/activators/excon.rb - lib/instana/activators/graphql.rb - lib/instana/activators/grpc_client.rb - lib/instana/activators/grpc_server.rb - lib/instana/activators/mongo.rb - lib/instana/activators/net_http.rb - lib/instana/activators/rack.rb - lib/instana/activators/rails.rb - lib/instana/activators/redis.rb - lib/instana/activators/resque_client.rb - lib/instana/activators/resque_worker.rb - lib/instana/activators/rest_client.rb - lib/instana/activators/roda.rb - lib/instana/activators/shoryuken.rb - lib/instana/activators/sidekiq_client.rb - lib/instana/activators/sidekiq_worker.rb - lib/instana/activators/sinatra.rb - lib/instana/backend/agent.rb - lib/instana/backend/gc_snapshot.rb - lib/instana/backend/host_agent.rb - lib/instana/backend/host_agent_activation_observer.rb - lib/instana/backend/host_agent_lookup.rb - lib/instana/backend/host_agent_reporting_observer.rb - lib/instana/backend/process_info.rb - lib/instana/backend/request_client.rb - lib/instana/backend/serverless_agent.rb - lib/instana/base.rb - lib/instana/config.rb - lib/instana/frameworks/cuba.rb - lib/instana/frameworks/rails.rb - lib/instana/frameworks/roda.rb - lib/instana/frameworks/sinatra.rb - lib/instana/instrumentation/action_cable.rb - lib/instana/instrumentation/action_controller.rb - lib/instana/instrumentation/action_mailer.rb - lib/instana/instrumentation/action_view.rb - lib/instana/instrumentation/active_job.rb - lib/instana/instrumentation/active_record.rb - lib/instana/instrumentation/aws_sdk_dynamodb.rb - lib/instana/instrumentation/aws_sdk_lambda.rb - lib/instana/instrumentation/aws_sdk_s3.rb - lib/instana/instrumentation/aws_sdk_sns.rb - lib/instana/instrumentation/aws_sdk_sqs.rb - lib/instana/instrumentation/dalli.rb - lib/instana/instrumentation/excon.rb - lib/instana/instrumentation/graphql.rb - lib/instana/instrumentation/grpc.rb - lib/instana/instrumentation/instrumented_request.rb - lib/instana/instrumentation/mongo.rb - lib/instana/instrumentation/net-http.rb - lib/instana/instrumentation/rack.rb - lib/instana/instrumentation/redis.rb - lib/instana/instrumentation/resque.rb - lib/instana/instrumentation/rest-client.rb - lib/instana/instrumentation/shoryuken.rb - lib/instana/instrumentation/sidekiq-client.rb - lib/instana/instrumentation/sidekiq-worker.rb - lib/instana/instrumented_logger.rb - lib/instana/logger_delegator.rb - lib/instana/open_tracing/carrier.rb - lib/instana/open_tracing/instana_tracer.rb - lib/instana/rack.rb - lib/instana/secrets.rb - lib/instana/serverless.rb - lib/instana/setup.rb - lib/instana/snapshot/deltable.rb - lib/instana/snapshot/docker_container.rb - lib/instana/snapshot/fargate_container.rb - lib/instana/snapshot/fargate_process.rb - lib/instana/snapshot/fargate_task.rb - lib/instana/snapshot/google_cloud_run_instance.rb - lib/instana/snapshot/google_cloud_run_process.rb - lib/instana/snapshot/lambda_function.rb - lib/instana/snapshot/ruby_process.rb - lib/instana/tracer.rb - lib/instana/tracing/processor.rb - lib/instana/tracing/span.rb - lib/instana/tracing/span_context.rb - lib/instana/util.rb - lib/instana/version.rb - lib/opentracing.rb - log/.keep - sonar-project.properties - test/activator_test.rb - test/backend/agent_test.rb - test/backend/gc_snapshot_test.rb - test/backend/host_agent_activation_observer_test.rb - test/backend/host_agent_lookup_test.rb - test/backend/host_agent_reporting_observer_test.rb - test/backend/host_agent_test.rb - test/backend/process_info_test.rb - test/backend/request_client_test.rb - test/backend/serverless_agent_test.rb - test/benchmarks/bench_id_generation.rb - test/benchmarks/bench_opentracing.rb - test/config_test.rb - test/frameworks/cuba_test.rb - test/frameworks/roda_test.rb - test/frameworks/sinatra_test.rb - test/instana_test.rb - test/instrumentation/aws_test.rb - test/instrumentation/dalli_test.rb - test/instrumentation/excon_test.rb - test/instrumentation/graphql_test.rb - test/instrumentation/grpc_test.rb - test/instrumentation/mongo_test.rb - test/instrumentation/net_http_test.rb - test/instrumentation/rack_instrumented_request_test.rb - test/instrumentation/rack_test.rb - test/instrumentation/rails_action_cable_test.rb - test/instrumentation/rails_action_controller_test.rb - test/instrumentation/rails_action_mailer_test.rb - test/instrumentation/rails_action_view_test.rb - test/instrumentation/rails_active_job_test.rb - test/instrumentation/rails_active_record_database_missing_test.rb - test/instrumentation/rails_active_record_test.rb - test/instrumentation/redis_test.rb - test/instrumentation/resque_test.rb - test/instrumentation/rest_client_test.rb - test/instrumentation/shoryuken_test.rb - test/instrumentation/sidekiq-client_test.rb - test/instrumentation/sidekiq-worker_test.rb - test/secrets_test.rb - test/serverless_test.rb - test/snapshot/deltable_test.rb - test/snapshot/docker_container_test.rb - test/snapshot/fargate_container_test.rb - test/snapshot/fargate_process_test.rb - test/snapshot/fargate_task_test.rb - test/snapshot/google_cloud_run_instance_test.rb - test/snapshot/google_cloud_run_process_test.rb - test/snapshot/lambda_function_test.rb - test/snapshot/ruby_process_test.rb - test/support/apps/active_record/active_record.rb - test/support/apps/grpc/boot.rb - test/support/apps/grpc/grpc_server.rb - test/support/apps/http_endpoint/boot.rb - test/support/apps/rails/boot.rb - test/support/apps/rails/models/block.rb - test/support/apps/rails/models/block6.rb - test/support/apps/resque/boot.rb - test/support/apps/resque/jobs/resque_error_job.rb - test/support/apps/resque/jobs/resque_fast_job.rb - test/support/apps/sidekiq/boot.rb - test/support/apps/sidekiq/jobs/sidekiq_job_1.rb - test/support/apps/sidekiq/jobs/sidekiq_job_2.rb - test/support/apps/sidekiq/worker.rb - test/support/helpers.rb - test/support/mock_timer.rb - test/test_helper.rb - test/tracing/custom_test.rb - test/tracing/id_management_test.rb - test/tracing/instrumented_logger_test.rb - test/tracing/opentracing_test.rb - test/tracing/processor_test.rb - test/tracing/span_context_test.rb - test/tracing/span_test.rb - test/tracing/tracer_async_test.rb - test/tracing/tracer_test.rb - test/util_test.rb homepage: https://www.instana.com/ licenses: - MIT metadata: changelog_uri: https://github.com/instana/ruby-sensor/releases documentation_uri: https://docs.instana.io/ecosystem/ruby/ homepage_uri: https://www.instana.com/ source_code_uri: https://github.com/instana/ruby-sensor post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.7' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.4.10 signing_key: specification_version: 4 summary: Ruby Distributed Tracing & Metrics Sensor for Instana test_files: - test/activator_test.rb - test/backend/agent_test.rb - test/backend/gc_snapshot_test.rb - test/backend/host_agent_activation_observer_test.rb - test/backend/host_agent_lookup_test.rb - test/backend/host_agent_reporting_observer_test.rb - test/backend/host_agent_test.rb - test/backend/process_info_test.rb - test/backend/request_client_test.rb - test/backend/serverless_agent_test.rb - test/benchmarks/bench_id_generation.rb - test/benchmarks/bench_opentracing.rb - test/config_test.rb - test/frameworks/cuba_test.rb - test/frameworks/roda_test.rb - test/frameworks/sinatra_test.rb - test/instana_test.rb - test/instrumentation/aws_test.rb - test/instrumentation/dalli_test.rb - test/instrumentation/excon_test.rb - test/instrumentation/graphql_test.rb - test/instrumentation/grpc_test.rb - test/instrumentation/mongo_test.rb - test/instrumentation/net_http_test.rb - test/instrumentation/rack_instrumented_request_test.rb - test/instrumentation/rack_test.rb - test/instrumentation/rails_action_cable_test.rb - test/instrumentation/rails_action_controller_test.rb - test/instrumentation/rails_action_mailer_test.rb - test/instrumentation/rails_action_view_test.rb - test/instrumentation/rails_active_job_test.rb - test/instrumentation/rails_active_record_database_missing_test.rb - test/instrumentation/rails_active_record_test.rb - test/instrumentation/redis_test.rb - test/instrumentation/resque_test.rb - test/instrumentation/rest_client_test.rb - test/instrumentation/shoryuken_test.rb - test/instrumentation/sidekiq-client_test.rb - test/instrumentation/sidekiq-worker_test.rb - test/secrets_test.rb - test/serverless_test.rb - test/snapshot/deltable_test.rb - test/snapshot/docker_container_test.rb - test/snapshot/fargate_container_test.rb - test/snapshot/fargate_process_test.rb - test/snapshot/fargate_task_test.rb - test/snapshot/google_cloud_run_instance_test.rb - test/snapshot/google_cloud_run_process_test.rb - test/snapshot/lambda_function_test.rb - test/snapshot/ruby_process_test.rb - test/support/apps/active_record/active_record.rb - test/support/apps/grpc/boot.rb - test/support/apps/grpc/grpc_server.rb - test/support/apps/http_endpoint/boot.rb - test/support/apps/rails/boot.rb - test/support/apps/rails/models/block.rb - test/support/apps/rails/models/block6.rb - test/support/apps/resque/boot.rb - test/support/apps/resque/jobs/resque_error_job.rb - test/support/apps/resque/jobs/resque_fast_job.rb - test/support/apps/sidekiq/boot.rb - test/support/apps/sidekiq/jobs/sidekiq_job_1.rb - test/support/apps/sidekiq/jobs/sidekiq_job_2.rb - test/support/apps/sidekiq/worker.rb - test/support/helpers.rb - test/support/mock_timer.rb - test/test_helper.rb - test/tracing/custom_test.rb - test/tracing/id_management_test.rb - test/tracing/instrumented_logger_test.rb - test/tracing/opentracing_test.rb - test/tracing/processor_test.rb - test/tracing/span_context_test.rb - test/tracing/span_test.rb - test/tracing/tracer_async_test.rb - test/tracing/tracer_test.rb - test/util_test.rb