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

Observability otel demo #185

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
6c00761
Adding an Observability OTEL based demo for Observability playground
YANG-DB May 30, 2023
60b43e2
Adding an Observability OTEL based demo for Observability playground
YANG-DB May 30, 2023
2a51fe9
Merge remote-tracking branch 'origin/observability-otel-demo' into ob…
YANG-DB May 30, 2023
c0e22d2
update service names and otelcol config
YANG-DB May 30, 2023
14ac9b2
Merge remote-tracking branch 'origin/observability-otel-demo' into ob…
YANG-DB Jun 1, 2023
336b154
Merge branch 'main' into observability-otel-demo
YANG-DB Jun 15, 2023
c00039e
update service names and otelcol config
YANG-DB Jun 15, 2023
193fad3
update integration service to load all schema and dashboards into the…
YANG-DB Jun 15, 2023
c544a01
update integration service to load all schema and dashboards into the…
YANG-DB Jun 15, 2023
cbb0abb
Merge remote-tracking branch 'origin/observability-otel-demo' into ob…
YANG-DB Jun 15, 2023
7aa4905
Merge remote-tracking branch 'origin/observability-otel-demo' into ob…
YANG-DB Jun 15, 2023
9e44934
Merge remote-tracking branch 'origin/observability-otel-demo' into ob…
YANG-DB Jun 15, 2023
f9eb4b5
Merge remote-tracking branch 'origin/observability-otel-demo' into ob…
YANG-DB Jun 15, 2023
d5f5333
Merge remote-tracking branch 'origin/observability-otel-demo' into ob…
YANG-DB Jun 15, 2023
1a6d50f
Merge remote-tracking branch 'origin/observability-otel-demo' into ob…
YANG-DB Jun 15, 2023
caa94d0
Merge remote-tracking branch 'origin/observability-otel-demo' into ob…
YANG-DB Jun 15, 2023
fff5e3a
Merge branch 'main' into observability-otel-demo
YANG-DB Dec 14, 2023
c16ffbb
Merge remote-tracking branch 'origin/observability-otel-demo' into ob…
YANG-DB Dec 14, 2023
b05e3eb
update recent otel-demo changes
YANG-DB Dec 14, 2023
9c175cd
update otel-pipeline documentations
YANG-DB Dec 14, 2023
027a859
Merge branch 'main' into observability-otel-demo
YANG-DB Oct 21, 2024
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
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/observability-otel-demo' into ob…
…servability-otel-demo

Signed-off-by: YANGDB <yang.db.dev@gmail.com>

# Conflicts:
#	config/playground/demo/observability/otel_demo/integrations.yaml
  • Loading branch information
YANG-DB committed Jun 15, 2023
commit caa94d036f00a9f83f9fe3672ba10e3e65ec7f38
Original file line number Diff line number Diff line change
@@ -21,7 +21,9 @@ spec:
- name: integrations
image: python:3.9
command: ["/bin/sh", "-c"]
args: ["pip install -r /app/requirements.txt && python /app/install.py"]
args:
- "pip install -r /app/requirements.txt"
- "python /app/install.py"
volumeMounts:
- name: app-volume
mountPath: /app