We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efab8d9 commit 3934e00Copy full SHA for 3934e00
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