Skip to content

Commit

Permalink
Update more test assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass committed Oct 7, 2022
1 parent a33c7fc commit b9d2cab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
value: /otel-auto-instrumentation/opentelemetry/instrumentation/auto_instrumentation:/otel-auto-instrumentation
- name: OTEL_TRACES_EXPORTER
value: otlp_proto_http
- name: OTEL_METRICS_EXPORTER
value: none
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://localhost:4317
- name: OTEL_EXPORTER_OTLP_TIMEOUT
Expand Down Expand Up @@ -65,4 +67,4 @@ spec:
name: opentelemetry-auto-instrumentation
- name: otc-container
status:
phase: Running
phase: Running
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ spec:
value: /otel-auto-instrumentation/opentelemetry/instrumentation/auto_instrumentation:/otel-auto-instrumentation
- name: OTEL_TRACES_EXPORTER
value: otlp_proto_http
- name: OTEL_METRICS_EXPORTER
value: none
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://localhost:4317
- name: OTEL_EXPORTER_OTLP_TIMEOUT
Expand All @@ -41,4 +43,4 @@ spec:
name: opentelemetry-auto-instrumentation
- name: otc-container
status:
phase: Running
phase: Running
2 changes: 2 additions & 0 deletions tests/e2e/instrumentation-python/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
value: "debug"
- name: OTEL_TRACES_EXPORTER
value: otlp_proto_http
- name: OTEL_METRICS_EXPORTER
value: none
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://localhost:4317
- name: PYTHONPATH
Expand Down

0 comments on commit b9d2cab

Please sign in to comment.