We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efab8d9 + 3934e00 commit 031b35dCopy full SHA for 031b35d
Graphite/PlaintextGraphiteFormatter.cs
@@ -16,9 +16,9 @@ public class PlaintextGraphiteFormatter: IGraphiteFormatter
16
private static readonly Encoding _utfNoBom = new UTF8Encoding(false, true);
17
18
/// <summary>
19
- /// single space, will be trimmed by carbon
+ /// line break, will be trimmed by carbon and carbon-clickhouse
20
/// </summary>
21
- private static readonly byte[] _empty = {32};
+ private static readonly byte[] _empty = {0x0A};
22
23
24
/// Creates a plaintext formatter with default port 2003
0 commit comments