apiVersion: score.dev/v1b1 containers: reno-petclinic-1: image: . variables: OTEL_SERVICE_NAME: reno-petclinic-1 OTEL_EXPORTER_OTLP_ENDPOINT: http://otel-collector.monitoring.svc.cluster.local:4318 OTEL_EXPORTER_OTLP_PROTOCOL: http/protobuf OTEL_RESOURCE_ATTRIBUTES: service.name=reno-petclinic-1,app=reno-petclinic-1 OTEL_METRICS_EXPORTER: otlp OTEL_TRACES_EXPORTER: otlp OTEL_LOGS_EXPORTER: none metadata: annotations: prometheus.io/path: /metrics prometheus.io/port: '8080' prometheus.io/scrape: 'true' labels: app: reno-petclinic-1 backstage.io/kubernetes-id: reno-petclinic-1 name: reno-petclinic-1 resources: env: type: environment ingress: params: hostname: reno-petclinic-1.apps.dev.crucible.kyndemo.live name: reno-petclinic-1 service_name: reno-petclinic-1 service_port: 8080 type: workload-ingress service: ports: http: port: 8080 targetPort: 8080