Skip to content

Commit

Permalink
test: using older pinot image to test e2e test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronak Kothari authored and Ronak Kothari committed Feb 5, 2024
1 parent 6b39286 commit e83c244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hypertrace-ingester/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:
container_name: mongo

pinot:
image: hypertrace/pinot-servicemanager:main
image: hypertrace/pinot-servicemanager:0.6.10
container_name: pinot
environment:
- LOG_LEVEL=error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ processor {

processor {
bypass.key = "test.bypass"
bypass.override.tenants = ["a", "b"]
late.arrival.threshold.duration = "1d"

# Configuration for dropping certain attributes that are captured by agent, but doesn't require in
Expand Down

0 comments on commit e83c244

Please sign in to comment.