Skip to content

Commit 1a7c67f

Browse files
committed
Update README.md
1 parent 7234f2b commit 1a7c67f

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ http://www.stackify.com/sign-up/
1212

1313
Requirements:
1414

15-
Ruby: 1.9/2.0/2.1
15+
Ruby 1.9/2.0/2.1
1616

17-
Rails: 3.x/4.x
17+
Rails 3.x/4.x
1818

1919
Rails Installation
2020
------------------
@@ -128,16 +128,6 @@ We can configure every metric with settings:
128128

129129
Note, "autoreport_last_value_if_nothing_reported" property has influence only on "average" metric.
130130

131-
Also there are two methods for getting last values of metrics:
132-
133-
- get_latest - return last value of certain metric
134-
135-
``` Stackify::Metrics.get_latest "MyCategory", "MyCounter" ```
136-
137-
- get_latest_all_metrics - return all values of existed metrics
138-
139-
``` Stackify::Metrics.get_latest_all_metrics ```
140-
141131
## Troubleshooting
142132

143133
If there are problems, you can enable internal logging of the stackify-api-ruby project. Uncomment out the config.logger and config.logger.level lines in the 'config/initializers/stackify.rb' file:

0 commit comments

Comments
 (0)