Skip to content

Commit

Permalink
examples(honeycomb): update sample app (#3061)
Browse files Browse the repository at this point in the history
* examples(honeycomb): update sample

* examples(honeycomb): fix api key
  • Loading branch information
adnanrahic committed Aug 16, 2023
1 parent abd131a commit 3cebb5b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/tracetest-honeycomb/collector.config.yaml
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
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
@@ -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
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

0 comments on commit 3cebb5b

Please sign in to comment.