Skip to content

Commit

Permalink
Try to enable Prometheus again
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Nov 6, 2024
1 parent c37df5e commit 8485fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarkOpenTelemetryJava.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
./setup.sh
cd frameworks/OpenTelemetry-java/
export NUM_OF_LOOPS=10
export MOOBENCH_CONFIGURATIONS="0 1 3"
export MOOBENCH_CONFIGURATIONS="0 1 3 4"
./benchmark.sh
cd results-OpenTelemetry-java
unzip results.zip
Expand Down

1 comment on commit 8485fd6

@shinhyungyang
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DaGeRe Are you also planning to re-enable the Prometheus probe in frameworks/OpenTelemetry-java/benchmark.sh?

Please sign in to comment.