vector-demos icon indicating copy to clipboard operation
vector-demos copied to clipboard

Start to add demo of routing observability data

Open jszwedko opened this issue 3 years ago • 2 comments

TODOs:

  • Traces
  • Revise readme

Signed-off-by: Jesse Szwedko [email protected]

jszwedko avatar Jun 01 '22 22:06 jszwedko

Looks like a good start, I like the use of enrichment tables there. That's clever.

Any particular reason this was done as raw k8s YAML instead of Helm?

gaylatea avatar Jun 02 '22 00:06 gaylatea

Any particular reason this was done as raw k8s YAML instead of Helm?

Which part? I'm deploying Vector and Datadog Agent via Helm; the configuration you see here is the Helm values files. The demo app I'm deploying via a Kubernetes manifest. EDIT Ah and the config map is a k8s manifest too. I'm not sure of another way to do that, but there may be a better one.

jszwedko avatar Jun 02 '22 00:06 jszwedko