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

examples(honeycomb): update sample app #3061

Merged
merged 2 commits into from
Aug 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/tracetest-honeycomb/collector.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ processors:

exporters:
logging:
logLevel: debug
loglevel: debug
# OTLP for Tracetest
otlp/tracetest:
endpoint: tracetest:4317 # Send traces to Tracetest. Read more in docs here: https://docs.tracetest.io/configuration/connecting-to-data-stores/opentelemetry-collector
Expand Down
2 changes: 1 addition & 1 deletion examples/tracetest-honeycomb/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
- 5432:5432

otel-collector:
image: otel/opentelemetry-collector-contrib:0.59.0
image: otel/opentelemetry-collector-contrib:0.82.0
command:
- "--config"
- "/otel-local-config.yaml"
Expand Down
3 changes: 1 addition & 2 deletions examples/tracetest-honeycomb/test-api.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
type: Test
spec:
id: W656Q0c4g
name: http://app:8080
description: akadlkasjdf
name: Test API
trigger:
type: http
httpRequest:
Expand Down
9 changes: 9 additions & 0 deletions examples/tracetest-honeycomb/tracetest-provision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ spec:
name: Honeycomb
type: honeycomb
default: true

---
type: TestRunner
spec:
id: current
name: default
requiredGates:
- analyzer-score
- test-specs