Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scripts/e2e/datadog-logs/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ services:
# which does the validation of consistency with the other fakeintake service.
fakeintake-agent:
# TODO: temporarily pegging the image as latest results in failures
image: docker.io/datadog/fakeintake:ved764626
image: docker.io/datadog/fakeintake:v3c2ea716

# Receives log data from the `datadog-agent-vector` service. Is queried by the test runner
# which does the validation of consistency with the other fakeintake service.
fakeintake-vector:
# TODO: temporarily pegging the image as latest results in failures
image: docker.io/datadog/fakeintake:ved764626
image: docker.io/datadog/fakeintake:v3c2ea716

networks:
default:
Expand Down
Loading