HI,When I use this exporter to monitor opentsdb, how should I specify the URL of opentsdb? I can't find the parameters
在 2017年5月8日星期一 UTC+8下午5:14:28,[email protected]写道: > > No worries, thanks Pedro. > > I wrote a new exporter and have open-sourced it: > https://github.com/cloudflare/opentsdb_exporter > <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fcloudflare%2Fopentsdb_exporter&sa=D&sntz=1&usg=AFQjCNH44iKEZQ4QXp0O8lExQhKhD69zPg> > > It's quite basic, any comments, contributions or suggestions welcome. > > Thanks, > Matt > > On Wednesday, April 19, 2017 at 11:18:04 AM UTC+1, [email protected] > wrote: >> >> We collect OpenTSDB stats through the telnet endpoint - e.g. `echo >> "stats" | nc <tsdb_host> 4242`. This of course produces OpenTSDB-style >> metrics which then need to be converted to the Prometheus format. >> >> Unfortunately, we're not in a position to open-source our exporter yet. >> Sorry I couldn't be of more help. >> >> -- >> Pedro Araujo >> SRE >> >> On Wednesday, April 19, 2017 at 9:34:55 AM UTC+1, Matt Bostock wrote: >>> >>> I haven't found any useful mention of JMX in the OpenTSDB codebase or >>> docs, though I'm not very familiar with JMX so I may be missing a trick. >>> >>> OpenTSDB has a good API for exposing stats as JSON so I think I'll use >>> that to write an exporter. >>> >>> On Wed, Apr 19, 2017 at 9:29 AM Matthias Rampke <[email protected]> >>> wrote: >>> >>>> Somehow this is really hard to google but since OpenTSDB is in Java, >>>> does it itself export metrics via JMX? In that case, the JMX exporter[0] >>>> should be what you need. >>>> >>>> /MR >>>> >>>> [0] https://github.com/prometheus/jmx_exporter >>>> >>>> On Tue, Apr 18, 2017 at 11:38 AM mbostock via Prometheus Users < >>>> [email protected]> wrote: >>>> >>>>> Hello, >>>>> >>>>> Does anyone know of an OpenTSDB exporter (for exporting metrics about >>>>> OpenTSDB itself)? >>>>> >>>>> Searching doesn't return any results, but I wondered if anyone has >>>>> written one but hadn't got round to open sourcing it. >>>>> >>>>> Thanks, >>>>> Matt >>>>> >>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Prometheus Users" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> To post to this group, send email to [email protected]. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/prometheus-users/e5849269-545f-4ba7-b5ca-cb96cd0eb82f%40googlegroups.com >>>>> >>>>> <https://groups.google.com/d/msgid/prometheus-users/e5849269-545f-4ba7-b5ca-cb96cd0eb82f%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> -- >>> -- >>> Matt Bostock >>> Site Reliability Engineer >>> >> -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/1227e21d-bb10-44ee-99e3-7470ef3eb279%40googlegroups.com.

