feat: add service discovery, OTel instrumentation, and k6 load tests #1

Merged
demo-bot merged 6 commits from backstage/batch-1785791582655 into main 2026-08-03 21:13:13 +00:00
Showing only changes of commit 3d6ca9da4b - Show all commits

View File

@@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: reno-realworld-5
spec:
template:
metadata:
annotations:
instrumentation.opentelemetry.io/inject-nodejs: monitoring/otel-instrumentation
spec:
containers:
- name: reno-realworld-5
env:
- name: OTEL_SERVICE_NAME
value: reno-realworld-5
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://otel-collector.monitoring.svc.cluster.local:4318
- name: OTEL_RESOURCE_ATTRIBUTES
value: app=reno-realworld-5