Skip to content

Commit

Permalink
using service.name for check error logs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Sep 4, 2023
1 parent d216aa0 commit 398d557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .buildkite/pipeline.tests-qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ steps:
CHECK_CONTAINER_RESTART_COUNT: true
CONTAINER_NAME: fleet-server
CHECK_API_REQUEST_METRICS: true
SERVICE_TYPE_FIELD: service.name
- label: ":rocket: Run Smoke tests"
trigger: "fleet-smoke-tests"
build:
Expand Down
3 changes: 2 additions & 1 deletion .buildkite/pipeline.tests-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ steps:
CHECK_LOG_ERROR_RATE: true
CHECK_CONTAINER_RESTART_COUNT: true
CONTAINER_NAME: fleet-server
CHECK_API_REQUEST_METRICS: true
CHECK_API_REQUEST_METRICS: true
SERVICE_TYPE_FIELD: service.name

0 comments on commit 398d557

Please sign in to comment.