Vector
vector - yet another logging service, working on 8686 port
Subscriptions
subscription TapAllDataStreams {
outputEventsByComponentIdPatterns(outputsPatterns: ["*"], limit: 100) {
... on Log {
componentId
componentType
timestamp
string(encoding: JSON)
}
... on Metric {
componentId
name
kind
value
tags {
key
value
}
}
... on Trace {
componentId
string(encoding: JSON)
}
}
}Last updated