Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/docker-otel-lgtm
Path: blob/main/examples/dotnet/docker-compose.oats.yml
401 views
1
services:
2
rolldice:
3
image: rolldice
4
build:
5
context: .
6
dockerfile: Dockerfile
7
ports:
8
- 8080:8083
9
environment:
10
- Otlp__Endpoint=http://lgtm:4317
11
- OTEL_METRIC_EXPORT_INTERVAL=5000 # so we don't have to wait 60s for metrics
12
13