Skip to content

Conversation

bf4
Copy link
Member

@bf4 bf4 commented Jul 1, 2013

No description provided.

@bf4 bf4 mentioned this pull request Jul 1, 2013
# graph_engine_options :bluff

# @param metric_name [Symbol]
def metric(metric)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this should be class_level or not. I haven't settled on what should be exposed to the outside and at what level it should be configured or re-configured

@ghost ghost assigned bf4 Jul 22, 2013
@@ -6,7 +6,7 @@ def title
end
def data
[
['rails_best_practices', @rails_best_practices.join(',')]
['rails_best_practices', @rails_best_practices_count.join(',')]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bug fix to pull into its own PR

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, heh, now I see that you already caught this as well.

MetricFu.configuration.metrics -= [ metric ]
MetricFu.configuration.graphs -= [ metric ]
mf_debug "active metrics are #{MetricFu.configuration.metrics.inspect}"
MetricFu::Metrics.get_metric(metric).enabled = false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be MetricFu::Metric.get_metric... (rather than Metrics)?

@robincurry
Copy link
Member

@bf4 - working on the "Too many open files" issue. Trying to repro so I can be certain I've fixed the problem. Can you give me an idea of how big the project is that you are seeing this on, as well as ruby version?

@bf4
Copy link
Member Author

bf4 commented Jul 26, 2013

@robincurry cruby 1.9.3-p448 with rvm, reasonably sized legacy rails project

@bf4
Copy link
Member Author

bf4 commented Aug 4, 2013

Let's talk about which PR should be closed / worked on and merged and where to summarize notes for going forward.

@bf4 bf4 merged commit ce1066b into metricfu:master Aug 4, 2013
@bf4 bf4 mentioned this pull request Aug 5, 2013
58 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants