mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
remove double quoted string
This commit is contained in:
parent
cb7bbed849
commit
751a574274
@ -121,11 +121,11 @@ void PrometheusMetricsWriter::write(WriteBuffer & wb) const
|
||||
DB::writeText(key, wb);
|
||||
DB::writeChar('{', wb);
|
||||
DB::writeText(key, wb);
|
||||
DB::writeText("=\"", wb);
|
||||
DB::writeChar('=', wb);
|
||||
writeDoubleQuotedString(enum_value.first, wb);
|
||||
DB::writeText("\",name=\"", wb);
|
||||
DB::writeText(",name=", wb);
|
||||
writeDoubleQuotedString(value.first, wb);
|
||||
DB::writeText("\"} ", wb);
|
||||
DB::writeText("} ", wb);
|
||||
DB::writeText(value.second == enum_value.second, wb);
|
||||
DB::writeChar('\n', wb);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user