Hi,

I didn't had a chance to go through the steps you are doing, but I followed
the one written by Varun Thacker via influxdb:
https://github.com/vthacker/solr-metrics-influxdb, and it works fine. Maybe
it can be of some help.

Amrit Sarkar
Search Engineer
Lucidworks, Inc.
415-589-9269
www.lucidworks.com
Twitter http://twitter.com/lucidworks
LinkedIn: https://www.linkedin.com/in/sarkaramrit2

On Sun, Aug 6, 2017 at 9:47 PM, abhi Abhishek <abhi26...@gmail.com> wrote:

> Hi All,
>     I am trying to setup the graphite reporter for SOLR 6.5.0. i've started
> a sample docker instance for graphite with statd (
> https://github.com/hopsoft/docker-graphite-statsd).
>
> also i've added the graphite metrics reporter in the SOLR.xml config of the
> collection. however post doing this i dont see any data getting posted to
> the graphite (
> https://cwiki.apache.org/confluence/display/solr/Metrics+Reporting).
> added XML Config to solr.xml
>  <metrics>
>   <reporter name="graphite"
> class="org.apache.solr.metrics.reporters.SolrGraphiteReporter">
>     <str name="host">localhost</str>
>     <int name="port">2003</int>
>     <int name="period">1</int>
>   </reporter>
>  </metrics>
> Graphite Mapped Ports
> HostContainerService
> 80 80 nginx <https://www.nginx.com/resources/admin-guide/>
> 2003 2003 carbon receiver - plaintext
> <http://graphite.readthedocs.io/en/latest/feeding-carbon.
> html#the-plaintext-protocol>
> 2004 2004 carbon receiver - pickle
> <http://graphite.readthedocs.io/en/latest/feeding-carbon.
> html#the-pickle-protocol>
> 2023 2023 carbon aggregator - plaintext
> <http://graphite.readthedocs.io/en/latest/carbon-daemons.
> html#carbon-aggregator-py>
> 2024 2024 carbon aggregator - pickle
> <http://graphite.readthedocs.io/en/latest/carbon-daemons.
> html#carbon-aggregator-py>
> 8125 8125 statsd <https://github.com/etsy/statsd/blob/master/docs/
> server.md>
> 8126 8126 statsd admin
> <https://github.com/etsy/statsd/blob/v0.7.2/docs/admin_interface.md>
> <https://github.com/hopsoft/docker-graphite-statsd#mounted-volumes>
> please advice if i am doing something wrong here.
>
> Thanks,
> Abhishek
>

Reply via email to