Skip to content

Commit

Permalink
type table
Browse files Browse the repository at this point in the history
  • Loading branch information
f1yegor committed Apr 8, 2017
1 parent beaf25f commit 37958ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickhouse_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func NewExporter(uri url.URL) *Exporter {
asyncMetricsURI.RawQuery = q.Encode()

eventsURI := uri
q.Set("query", "select * from system.asynchronous_metrics")
q.Set("query", "select * from system.events")
eventsURI.RawQuery = q.Encode()

return &Exporter{
Expand Down

0 comments on commit 37958ea

Please sign in to comment.