Skip to content

Commit 9f600c3

Browse files
authored
tagged table readme
1 parent 1327367 commit 9f600c3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,24 @@ cache-ttl = "12h0m0s"
111111
# timeout = "1m0s"
112112
# cache-ttl = "12h0m0s"
113113

114+
# # Extra table which can be used as index for tagged series
115+
#
116+
# # CREATE TABLE graphite_tagged (
117+
# # Date Date,
118+
# # Tag1 String,
119+
# # Path String,
120+
# # Tags Array(String),
121+
# # Version UInt32,
122+
# # Deleted UInt8
123+
# # ) ENGINE = ReplacingMergeTree(Date, (Tag1, Path, Date), 8192, Version);
124+
# [upload.graphite_tagged]
125+
# type = "tagged"
126+
# table = "graphite_tagged"
127+
# threads = 1
128+
# url = "http://localhost:8123/"
129+
# timeout = "1m0s"
130+
# cache-ttl = "12h0m0s"
131+
114132
# You can define additional upload destinations of any supported type
115133
# [upload.any_unique_name]
116134
# type = "points"

0 commit comments

Comments
 (0)