Skip to content

Commit

Permalink
Merge pull request #6 from lessonnine/remove-debugging-data
Browse files Browse the repository at this point in the history
Remove debugging data
  • Loading branch information
Leszek Zalewski authored Dec 21, 2020
2 parents 2d29030 + a24a3bc commit 0a8a238
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2020-12-21
### Fixed
- Removed debugging information

## [0.1.0] - 2020-12-18
### Added
- Core Plugin
Expand Down
1 change: 0 additions & 1 deletion lib/puma/plugin/telemetry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def build

def puma_telemetry
stats = ::Puma.stats_hash
File.write("foo.json", JSON.generate(stats))
data_class = if stats.key?(:workers)
ClusteredData
else
Expand Down
2 changes: 1 addition & 1 deletion lib/puma/plugin/telemetry/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Puma
class Plugin
module Telemetry
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end
end

0 comments on commit 0a8a238

Please sign in to comment.