Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Se demo branch #1977

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Downloads](https://img.shields.io/docker/pulls/otel/demo)](https://hub.docker.com/r/otel/demo)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg?color=red)](https://github.com/open-telemetry/opentelemetry-demo/blob/main/LICENSE)

## Welcome to the OpenTelemetry Astronomy Shop Demo
## Welcome to the OpenTelemetry Astronomy Shop Demo by Miguel

This repository contains the OpenTelemetry Astronomy Shop, a microservice-based
distributed system intended to illustrate the implementation of OpenTelemetry in
Expand Down
5 changes: 5 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
services:
otelcol:
environment:
- DT_OTLP_ENDPOINT
- DT_API_TOKEN
18 changes: 18 additions & 0 deletions kubernetes/opentelemetry-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6798,6 +6798,24 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: status.podIP
- name: DT_API_TOKEN
value: null
valueFrom:
secretKeyRef:
name: dt-credentials
key: DT_API_TOKEN
- name: T_OTLP_ENDPOINT
value: null
valueFrom:
secretKeyRef:
name: dt-credentials
key: T_OTLP_ENDPOINT
- name: OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE
value: null
valueFrom:
secretKeyRef:
name: dt-credentials
key: OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE
livenessProbe:
httpGet:
path: /
Expand Down
Loading