Sha256: 5f99c55095250bad7cb48f583aefbacc704f2e7c8547d72e0b9b05f223411e6a
Contents?: true
Size: 865 Bytes
Versions: 2
Compression:
Stored size: 865 Bytes
Contents
# 0.3.0 ## Backwards Compatibility Break * Cleaning action view template and partial paths before sending to adapter. Prior to this change, action view metrics looked like: action_view.template.app.views.posts.post.html.erb. They now look like: action_view.template.app_views_posts_post_html_erb. The reason is that "." is typically a namespace in most metric services, which means really deep nesting of metrics, especially for views rendered from engines in gems. This keeps shallows up the nesting. Thanks to @dewski for reporting. # 0.2.0 ## Backwards Compatibility Break * No longer using the inflector to pretty up metric names. This means that when you upgrade from 0.1 and 0.2 some metrics will change names. * Namespaced several of the stats to make them easier to graph. ## Fixed * Instrumenting namespaced controllers # 0.1.0 * Initial release.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nunes-0.3.1 | Changelog.md |
nunes-0.3.0 | Changelog.md |