Skip to content

Commit 44077d7

Browse files
authored
Update now that blackbox uses client_golang (prometheus#747)
1 parent 0565312 commit 44077d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/docs/instrumenting/writing_exporters.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,7 @@ and pass on the target to be scraped. See the blackbox and SNMP exporters for
366366
examples.
367367

368368
Note that it is only currently possible to write this type of exporter with the
369-
Python and Java client libraries (the blackbox exporter which is written in Go
370-
is doing the text format by hand, don’t do this).
369+
Go, Python and Java client libraries.
371370

372371
The other is where you’re pulling some stats out of a random instance of a
373372
system and don’t care which one you’re talking to. Consider a set of MySQL

0 commit comments

Comments
 (0)