Skip to content

Commit

Permalink
Replace tracegen by telemetrygen (#2233)
Browse files Browse the repository at this point in the history
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
  • Loading branch information
iblancasa authored Oct 16, 2023
1 parent 83a7b34 commit 16c3cd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions tests/e2e-autoscale/autoscale/02-install.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
apiVersion: batch/v1
kind: Job
metadata:
name: tracegen-set-utilization
name: telemetrygen-set-utilization
spec:
template:
spec:
containers:
- name: tracegen
image: ghcr.io/open-telemetry/opentelemetry-collector-contrib/tracegen:latest
- name: telemetrygen
image: ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen
command:
- "./tracegen"
- "./telemetrygen"
args:
- -otlp-endpoint=simplest-set-utilization-collector-headless:4317
- -otlp-insecure
# High duration to ensure the trace creation doesn't stop.
# It'll be stopped in step 4
- -duration=1m
- -workers=20
- traces
restartPolicy: Never
backoffLimit: 4
2 changes: 1 addition & 1 deletion tests/e2e-autoscale/autoscale/03-delete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ delete:
kind: Job
propagationPolicy: Background
metadata:
name: tracegen-set-utilization
name: telemetrygen-set-utilization

0 comments on commit 16c3cd7

Please sign in to comment.