Skip to content

Commit

Permalink
make update
Browse files Browse the repository at this point in the history
  • Loading branch information
axw committed Sep 6, 2020
1 parent 49798e2 commit 43e3395
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 17 deletions.
8 changes: 4 additions & 4 deletions docs/data/elasticsearch/generated/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"id": "container-id"
},
"ecs": {
"version": "1.5.0"
"version": "1.6.0"
},
"error": {
"grouping_key": "d6b3f958dfea98dc9ed2b57d5f0c48bb",
Expand Down Expand Up @@ -106,7 +106,7 @@
"id": "container-id"
},
"ecs": {
"version": "1.5.0"
"version": "1.6.0"
},
"error": {
"culprit": "my.module.function_name",
Expand Down Expand Up @@ -420,7 +420,7 @@
"id": "container-id"
},
"ecs": {
"version": "1.5.0"
"version": "1.6.0"
},
"error": {
"exception": [
Expand Down Expand Up @@ -507,7 +507,7 @@
"id": "container-id"
},
"ecs": {
"version": "1.5.0"
"version": "1.6.0"
},
"error": {
"exception": [
Expand Down
4 changes: 2 additions & 2 deletions docs/data/elasticsearch/generated/metricsets.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version": "3.14.0"
},
"ecs": {
"version": "1.5.0"
"version": "1.6.0"
},
"event": {
"ingested": "2020-04-22T14:55:05.425020Z"
Expand Down Expand Up @@ -71,7 +71,7 @@
},
"double_gauge": 3.141592653589793,
"ecs": {
"version": "1.5.0"
"version": "1.6.0"
},
"event": {
"ingested": "2020-04-22T14:55:05.368308Z"
Expand Down
10 changes: 5 additions & 5 deletions docs/data/elasticsearch/generated/spans.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version": "3.14.0"
},
"ecs": {
"version": "1.5.0"
"version": "1.6.0"
},
"event": {
"outcome": "unknown"
Expand Down Expand Up @@ -122,7 +122,7 @@
"port": 5432
},
"ecs": {
"version": "1.5.0"
"version": "1.6.0"
},
"event": {
"outcome": "unknown"
Expand Down Expand Up @@ -191,7 +191,7 @@
"version": "3.14.0"
},
"ecs": {
"version": "1.5.0"
"version": "1.6.0"
},
"event": {
"outcome": "unknown"
Expand Down Expand Up @@ -244,7 +244,7 @@
"version": "3.14.0"
},
"ecs": {
"version": "1.5.0"
"version": "1.6.0"
},
"event": {
"outcome": "unknown"
Expand Down Expand Up @@ -303,7 +303,7 @@
]
},
"ecs": {
"version": "1.5.0"
"version": "1.6.0"
},
"event": {
"outcome": "unknown"
Expand Down
8 changes: 4 additions & 4 deletions docs/data/elasticsearch/generated/transactions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"id": "container-id"
},
"ecs": {
"version": "1.5.0"
"version": "1.6.0"
},
"event": {
"ingested": "2020-08-11T09:55:04.391451Z",
Expand Down Expand Up @@ -105,7 +105,7 @@
"id": "container-id"
},
"ecs": {
"version": "1.5.0"
"version": "1.6.0"
},
"event": {
"ingested": "2020-08-11T09:55:04.391568Z",
Expand Down Expand Up @@ -201,7 +201,7 @@
"id": "container-id"
},
"ecs": {
"version": "1.5.0"
"version": "1.6.0"
},
"event": {
"ingested": "2020-08-11T09:55:04.391639Z",
Expand Down Expand Up @@ -309,7 +309,7 @@
"id": "container-id"
},
"ecs": {
"version": "1.5.0"
"version": "1.6.0"
},
"event": {
"ingested": "2020-08-11T09:55:04.338986Z",
Expand Down
3 changes: 2 additions & 1 deletion publish/pub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"go.elastic.co/apm/apmtest"

"github.com/elastic/beats/v7/libbeat/beat"
"github.com/elastic/beats/v7/libbeat/common"
"github.com/elastic/beats/v7/libbeat/outputs"
"github.com/elastic/beats/v7/libbeat/publisher"
"github.com/elastic/beats/v7/libbeat/publisher/pipeline"
"github.com/elastic/beats/v7/libbeat/publisher/queue"
"github.com/elastic/beats/v7/libbeat/publisher/queue/memqueue"
"go.elastic.co/apm/apmtest"

"github.com/elastic/apm-server/publish"
"github.com/elastic/apm-server/transform"
Expand Down
2 changes: 1 addition & 1 deletion tests/system/test_aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ def test_transaction_metrics_flushed_shutdown(self):
self.load_docs_with_template(self.get_payload_path("transactions_spans.ndjson"),
self.intake_url, 'transaction', 9)
self.assert_no_logged_warnings()
self.apmserver_proc.kill() # Stop server to ensure metrics are flushed on shutdown
self.apmserver_proc.kill() # Stop server to ensure metrics are flushed on shutdown
self.wait_for_events('metric', 3, index=index_metric)

0 comments on commit 43e3395

Please sign in to comment.