We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e782376 commit 48b2a22Copy full SHA for 48b2a22
2 files changed
tools/stress-cluster/services/otelcollector/localtest.sh
@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+
3
+docker build -t oteltest .
4
+docker run -it \
5
+ -e ENV_FILE=/.env \
6
+ -v `pwd`/.env:/.env \
7
+ oteltest
8
tools/stress-cluster/services/otelcollector/startup.sh
@@ -3,4 +3,5 @@
set -ex
source $ENV_FILE
+export APPLICATIONINSIGHTS_CONNECTION_STRING
/otelcol-contrib --config otel-collector-config.yml $@
0 commit comments