--- !ruby/object:Gem::Specification name: middleware_apm_dp version: !ruby/object:Gem::Version version: 0.2.0 platform: ruby authors: - middleware-dev autorequire: bindir: exe cert_chain: [] date: 2023-08-25 00:00:00.000000000 Z dependencies: [] description: The 'APM' (Application Performance Monitoring) Ruby gem provides developers with comprehensive insights into their software applications' performance and behavior. By monitoring end-user experiences, profiling code execution, tracing transaction flows, and tracking resource utilization, the gem assists in identifying bottlenecks, errors, and areas for optimization. Real-time alerts, error analysis, and trend tracking contribute to maintaining a smooth user experience, enhancing application scalability, and ensuring efficient resource utilization. email: - dev@middleware.io executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/workflows/master.yaml" - ".gitignore" - ".rubocop.yml" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - LICENSE.txt - README.md - Rakefile - bin/console - bin/setup - lib/middleware/auth/authentication.rb - lib/middleware/logger.rb - lib/middleware/otel/config.rb - lib/middleware/profile/pyroscope_profile.rb - lib/middleware/ruby_gem.rb - lib/middleware/ruby_gem/version.rb - middleware_rubygem.gemspec homepage: licenses: - MIT metadata: source_code_uri: https://github.com/middleware-labs/ruby-gem post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.4.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.3.26 signing_key: specification_version: 4 summary: APM is a practice and set of tools designed to monitor and manage the performance and availability of software applications. It involves tracking various metrics related to an application's behavior and performance, diagnosing issues, and optimizing its efficiency. APM tools aim to provide insights into an application's performance from end-users' perspective, as well as analyzing underlying infrastructure components. test_files: []