commercetools / mongo-metrics-reporter

Sends mongodb db.serverStatus() to the graphite.
Apache License 2.0
3 stars 3 forks source link

Fixes "com.typesafe.config.ConfigException$Missing" #4

Closed geoand closed 8 years ago

geoand commented 8 years ago

When I ran the project as, trying to get stats from Mongo into Graphite, I encountered the following exception:

com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'graphite.graphitePrefix'

This PR fixes the issue by renaming the property graphitePrefix of GraphiteConfig to prefix

hajoeichler commented 8 years ago

@OlegIlyenko Can you please review.

OlegIlyenko commented 8 years ago

Great, thanks a lot!

OlegIlyenko commented 8 years ago

Just pushed updated version of docker container to tenshi/mongo-metrics-reporter.

hajoeichler commented 8 years ago

:rocket:

geoand commented 8 years ago

Wonderful! Thanks folks!

svenmueller commented 8 years ago

+1