Skip to content

Commit 7716c10

Browse files
committed
assume collectors reside in $HOME/collectors and added first attempt at routing
1 parent cc81a9d commit 7716c10

File tree

16 files changed

+43
-4
lines changed

16 files changed

+43
-4
lines changed

workshop/ninja/advanced otel/1-gateway/start-agent.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

workshop/ninja/advanced otel/8-collectd/start-agent.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
$HOME/collectors/otelcol-contrib --config=agent.yaml
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22
#export SPLUNK_DEBUG_CONFIG_SERVER_PORT=55555
3-
./otelcol-contrib --config=gateway.yaml
3+
$HOME/collectors/otelcol-contrib --config=gateway.yaml

0 commit comments

Comments
 (0)