1#!/bin/bash 2 3set -euo pipefail 4 5export OTEL_METRIC_EXPORT_INTERVAL="5000" # so we don't have to wait 60s for metrics 6dotnet run 7