Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add event.outcome_numeric #9764

Closed

Conversation

carsonip
Copy link
Member

@carsonip carsonip commented Dec 7, 2022

Motivation/summary

Checklist

For functional changes, consider:

  • Is it observable through the addition of either logging or metrics?
  • Is its use being published in telemetry to enable product improvement?
  • Have system tests been added to avoid regression?

How to test these changes

TODO

Related issues

Closes #5243

@mergify
Copy link
Contributor

mergify bot commented Dec 7, 2022

This pull request does not have a backport label. Could you fix it @carsonip? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-7.x is the label to automatically backport to the 7.x branch.
  • backport-7./d is the label to automatically backport to the 7./d branch. /d is the digit

NOTE: backport-skip has been added to this pull request.

@mergify mergify bot added the backport-skip Skip notification from the automated backport with mergify label Dec 7, 2022
@carsonip carsonip force-pushed the service-metrics-numeric-outcome branch from 2bca272 to ea5760a Compare December 7, 2022 17:43
@apmmachine
Copy link
Contributor

apmmachine commented Dec 7, 2022

💔 Tests Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-12-08T15:33:38.157+0000

  • Duration: 26 min 28 sec

Test stats 🧪

Test Results
Failed 4
Passed 150
Skipped 0
Total 154

Test errors 4

Expand to view the tests failures

TestFleetIntegration – github.com/elastic/apm-server/systemtest
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestFleetIntegration
    2022/12/08 15:55:06 Starting container id: 18dda76cf5da image: elastic-agent-systemtest:8.7.0-188e6a3a-SNAPSHOT
    2022/12/08 15:55:07 Waiting for container id 18dda76cf5da image: elastic-agent-systemtest:8.7.0-188e6a3a-SNAPSHOT
    2022/12/08 15:55:13 Container is ready id: 18dda76cf5da image: elastic-agent-systemtest:8.7.0-188e6a3a-SNAPSHOT
        fleet_test.go:54:   map[string]any{
              	"events": []any{
              		map[string]any{
              			... // 3 identical entries
              			"data_stream.namespace": string("default"),
              			"data_stream.type":      string("traces"),
              			"event": map[string]any{
              				"agent_id_status": string("missing"),
              				"ingested":        string("dynamic"),
              				"outcome":         string("success"),
            + 				"outcome_numeric": float64(1),
              			},
              			"host":     map[string]any{"architecture": string("i386"), "hostname": string("beowulf"), "ip": []any{string("10.11.12.13")}, "name": string("beowulf"), ...},
              			"observer": map[string]any{"hostname": string("dynamic"), "type": string("apm-server"), "version": string("dynamic")},
              			... // 6 identical entries
              		},
              	},
              }
            
            Run `make update check-approvals` to verify the diff
            
        fleet_test.go:189: elastic-agent logs: {"log.level":"info","@timestamp":"2022-12-08T15:55:08.293Z","log.origin":{"file.name":"cmd/enroll_cmd.go","file.line":469},"message":"Starting enrollment to URL: https://fleet-server:8220/","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:09.289Z","log.origin":{"file.name":"cmd/enroll_cmd.go","file.line":269},"message":"Elastic Agent might not be running; unable to trigger restart","ecs.version":"1.6.0"}
            Successfully enrolled the Elastic Agent.
            {"log.level":"info","@timestamp":"2022-12-08T15:55:09.545Z","log.origin":{"file.name":"cmd/run.go","file.line":166},"message":"APM instrumentation disabled","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:09.547Z","log.origin":{"file.name":"application/application.go","file.line":40},"message":"Gathered system information","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:09.562Z","log.origin":{"file.name":"application/application.go","file.line":46},"message":"Detected available inputs and outputs","inputs":["httpjson","logstash/metrics","syncgateway/metrics","gcp/metrics","audit/file_integrity","http_endpoint","redis/metrics","filestream","synthetics/tcp","postgresql/metrics","awsfargate/metrics","endpoint","journald","redis","nginx/metrics","apm","o365audit","fleet-server","rabbitmq/metrics","mqtt","winlog","apache/metrics","packet","kafka","windows/metrics","syslog","mysql/metrics","cel","synthetics/browser","elasticsearch/metrics","uwsgi/metrics","cloudfoundry/metrics","activemq/metrics","aws-cloudwatch","azure-eventhub","traefik/metrics","stan/metrics","gcp-pubsub","etcd/metrics","kubernetes/metrics","system/metrics","oracle/metrics","http/metrics","haproxy/metrics","iis/metrics","docker","kibana/metrics","zookeeper/metrics","mongodb/metrics","containerd/metrics","nats/metrics","osquery","cloudbeat","docker/metrics","tcp","unix","linux/metrics","mssql/metrics","prometheus/metrics","audit/system","cloudbeat/cis_eks","beat/metrics","aws/metrics","azure/metrics","kafka/metrics","cloudbeat/cis_aws","synthetics/http","vsphere/metrics","container","sql/metrics","aws-s3","cloudfoundry","log","netflow","udp","synthetics/icmp","audit/auditd","cloudbeat/cis_k8s","jolokia/metrics"],"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:09.562Z","log.origin":{"file.name":"capabilities/capabilities.go","file.line":54},"message":"Capabilities file not found in /usr/share/elastic-agent/state/capabilities.yml","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:09.562Z","log.origin":{"file.name":"application/application.go","file.line":52},"message":"Determined allowed capabilities","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:09.777Z","log.origin":{"file.name":"application/application.go","file.line":104},"message":"Parsed configuration and determined agent is managed by Fleet","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:09.784Z","log.logger":"api","log.origin":{"file.name":"api/server.go","file.line":68},"message":"Starting stats endpoint","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:09.785Z","log.logger":"api","log.origin":{"file.name":"api/server.go","file.line":70},"message":"Metrics endpoint listening on: 127.0.0.1:6791 (configured: http://localhost:6791)","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:09.786Z","log.logger":"composable.providers.docker","log.origin":{"file.name":"docker/docker.go","file.line":44},"message":"Docker provider skipped, unable to connect: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:10.406Z","log.origin":{"file.name":"fleet/fleet_gateway.go","file.line":145},"message":"Fleet gateway started","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:11.841Z","log.origin":{"file.name":"upgrade/upgrade.go","file.line":98},"message":"Source URI changed from \"https://artifacts.elastic.co/downloads/\" to \"https://artifacts.elastic.co/downloads/\"","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:11.846Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":645},"message":"Updating running component model","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.031Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":323},"message":"New component created","component":{"id":"apm-default","state":"STARTING","message":"Starting: spawned pid '27'","inputs":[{"id":"apm-default-602ca9ba-0f31-462f-8007-dea7ee955f6f","state":"STARTING","message":"Starting: spawned pid '27'"}],"output":{"id":"apm-default","state":"STARTING","message":"Starting: spawned pid '27'"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.058Z","message":"Home path: [/usr/share/elastic-agent/data/elastic-agent-0e05b7/components] Config path: [/usr/share/elastic-agent/data/elastic-agent-0e05b7/components] Data path: [/usr/share/elastic-agent/state/data/run/apm-default] Logs path: [/usr/share/elastic-agent/data/elastic-agent-0e05b7/components/logs]","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"service.name":"apm-server","ecs.version":"1.6.0","log.origin":{"file.line":138,"file.name":"beatcmd/beat.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.060Z","message":"Beat ID: 1c0d0a86-363d-4965-abc9-c38465414d5a","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.origin":{"file.line":145,"file.name":"beatcmd/beat.go"},"service.name":"apm-server","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.061Z","message":"Set gc percentage to: 100","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.origin":{"file.line":159,"file.name":"beatcmd/beat.go"},"service.name":"apm-server","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.063Z","message":"Starting stats endpoint","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"ecs.version":"1.6.0","log.logger":"api","log.origin":{"file.line":63,"file.name":"api/server.go"},"service.name":"apm-server","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.063Z","message":"Beat info","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"beat","log.origin":{"file.line":573,"file.name":"beatcmd/beat.go"},"service.name":"apm-server","system_info":{"beat":{"path":{"config":"/usr/share/elastic-agent/data/elastic-agent-0e05b7/components","data":"/usr/share/elastic-agent/state/data/run/apm-default","home":"/usr/share/elastic-agent/data/elastic-agent-0e05b7/components","logs":"/usr/share/elastic-agent/data/elastic-agent-0e05b7/components/logs"},"type":"apm-server","uuid":"1c0d0a86-363d-4965-abc9-c38465414d5a"},"ecs.version":"1.6.0"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.063Z","message":"Build info","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.origin":{"file.line":581,"file.name":"beatcmd/beat.go"},"service.name":"apm-server","system_info":{"build":{"commit":"3e9c3abe617296f6b6a2422ee969048e46bfc1f6","time":"2022-12-08T15:33:08.000Z","version":"8.7.0"},"ecs.version":"1.6.0"},"log.logger":"beat","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.063Z","message":"Go runtime info","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"beat","log.origin":{"file.line":584,"file.name":"beatcmd/beat.go"},"service.name":"apm-server","system_info":{"ecs.version":"1.6.0","go":{"arch":"amd64","max_procs":4,"os":"linux","version":"go1.18.8"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.065Z","message":"Host info","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"service.name":"apm-server","system_info":{"ecs.version":"1.6.0","host":{"architecture":"x86_64","boot_time":"2022-12-08T15:43:04Z","containerized":true,"ip":["127.0.0.1/8","172.18.0.6/16"],"kernel_version":"5.4.0-1096-gcp","mac":["02:42:ac:12:00:06"],"name":"18dda76cf5da","os":{"codename":"focal","family":"debian","major":20,"minor":4,"name":"Ubuntu","patch":5,"platform":"ubuntu","type":"linux","version":"20.04.5 LTS (Focal Fossa)"},"timezone":"UTC","timezone_offset_sec":0}},"log.logger":"beat","log.origin":{"file.line":588,"file.name":"beatcmd/beat.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.065Z","message":"Metrics endpoint listening on: /usr/share/elastic-agent/state/data/tmp/apm-default.sock (configured: unix:///usr/share/elastic-agent/state/data/tmp/apm-default.sock)","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"service.name":"apm-server","ecs.version":"1.6.0","log.logger":"api","log.origin":{"file.line":65,"file.name":"api/server.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.066Z","message":"Process info","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"beat","log.origin":{"file.line":617,"file.name":"beatcmd/beat.go"},"service.name":"apm-server","system_info":{"ecs.version":"1.6.0","process":{"capabilities":{"ambient":null,"bounding":["chown","dac_override","fowner","fsetid","kill","setgid","setuid","setpcap","net_bind_service","net_raw","sys_chroot","mknod","audit_write","setfcap"],"effective":null,"inheritable":null,"permitted":null},"cwd":"/usr/share/elastic-agent/state/data/run/apm-default","exe":"/usr/share/elastic-agent/data/elastic-agent-0e05b7/components/apm-server","name":"apm-server","pid":27,"ppid":7,"seccomp":{"mode":"filter","no_new_privs":false},"start_time":"2022-12-08T15:55:11.290Z"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.067Z","message":"maxprocs: Leaving GOMAXPROCS=4: CPU quota undefined","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"ecs.version":"1.6.0","log.origin":{"file.line":68,"file.name":"beatcmd/maxprocs.go"},"service.name":"apm-server","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.068Z","message":"apm-server started.","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"ecs.version":"1.6.0","log.origin":{"file.line":391,"file.name":"beatcmd/beat.go"},"service.name":"apm-server","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.200Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":323},"message":"New component created","component":{"id":"filestream-monitoring","state":"STARTING","message":"Starting: spawned pid '37'","inputs":[{"id":"filestream-monitoring-filestream-monitoring-agent","state":"STARTING","message":"Starting: spawned pid '37'"}],"output":{"id":"filestream-monitoring","state":"STARTING","message":"Starting: spawned pid '37'"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.447Z","message":"Home path: [/usr/share/elastic-agent/data/elastic-agent-0e05b7/components] Config path: [/usr/share/elastic-agent/data/elastic-agent-0e05b7/components] Data path: [/usr/share/elastic-agent/state/data/run/filestream-monitoring] Logs path: [/usr/share/elastic-agent/data/elastic-agent-0e05b7/components/logs]","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"service.name":"filebeat","ecs.version":"1.6.0","log.origin":{"file.line":713,"file.name":"instance/beat.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.450Z","message":"Beat ID: 9d7e04fa-0bfa-42da-bcd9-d1cd71224571","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.origin":{"file.line":721,"file.name":"instance/beat.go"},"service.name":"filebeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.452Z","message":"Set gc percentage to: 100","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.origin":{"file.line":738,"file.name":"instance/beat.go"},"service.name":"filebeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.453Z","message":"Starting stats endpoint","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.logger":"api","log.origin":{"file.line":63,"file.name":"api/server.go"},"service.name":"filebeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.453Z","message":"Metrics endpoint listening on: /usr/share/elastic-agent/state/data/tmp/filestream-monitoring.sock (configured: unix:///usr/share/elastic-agent/state/data/tmp/filestream-monitoring.sock)","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.origin":{"file.line":65,"file.name":"api/server.go"},"service.name":"filebeat","ecs.version":"1.6.0","log.logger":"api","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.453Z","message":"Syscall filter successfully installed","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"ecs.version":"1.6.0","log.logger":"seccomp","log.origin":{"file.line":124,"file.name":"seccomp/seccomp.go"},"service.name":"filebeat","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.453Z","message":"Beat info","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.logger":"beat","log.origin":{"file.line":1085,"file.name":"instance/beat.go"},"service.name":"filebeat","system_info":{"beat":{"path":{"config":"/usr/share/elastic-agent/data/elastic-agent-0e05b7/components","data":"/usr/share/elastic-agent/state/data/run/filestream-monitoring","home":"/usr/share/elastic-agent/data/elastic-agent-0e05b7/components","logs":"/usr/share/elastic-agent/data/elastic-agent-0e05b7/components/logs"},"type":"filebeat","uuid":"9d7e04fa-0bfa-42da-bcd9-d1cd71224571"},"ecs.version":"1.6.0"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.453Z","message":"Build info","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.logger":"beat","log.origin":{"file.line":1094,"file.name":"instance/beat.go"},"service.name":"filebeat","system_info":{"build":{"commit":"0c77112ccc9c83d14abab5703f6f5418be06be8f","libbeat":"8.7.0","time":"2022-12-07T23:24:42.000Z","version":"8.7.0"},"ecs.version":"1.6.0"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.453Z","message":"Go runtime info","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.logger":"beat","log.origin":{"file.line":1097,"file.name":"instance/beat.go"},"service.name":"filebeat","system_info":{"ecs.version":"1.6.0","go":{"arch":"amd64","max_procs":4,"os":"linux","version":"go1.18.8"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.454Z","message":"Host info","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.logger":"beat","log.origin":{"file.line":1101,"file.name":"instance/beat.go"},"service.name":"filebeat","system_info":{"ecs.version":"1.6.0","host":{"architecture":"x86_64","boot_time":"2022-12-08T15:43:04Z","containerized":true,"ip":["127.0.0.1/8","172.18.0.6/16"],"kernel_version":"5.4.0-1096-gcp","mac":["02:42:ac:12:00:06"],"name":"18dda76cf5da","os":{"codename":"focal","family":"debian","major":20,"minor":4,"name":"Ubuntu","patch":5,"platform":"ubuntu","type":"linux","version":"20.04.5 LTS (Focal Fossa)"},"timezone":"UTC","timezone_offset_sec":0}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.455Z","message":"Process info","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"service.name":"filebeat","system_info":{"ecs.version":"1.6.0","process":{"capabilities":{"ambient":null,"bounding":["chown","dac_override","fowner","fsetid","kill","setgid","setuid","setpcap","net_bind_service","net_raw","sys_chroot","mknod","audit_write","setfcap"],"effective":null,"inheritable":null,"permitted":null},"cwd":"/usr/share/elastic-agent/state/data/run/filestream-monitoring","exe":"/usr/share/elastic-agent/data/elastic-agent-0e05b7/components/filebeat","name":"filebeat","pid":37,"ppid":7,"seccomp":{"mode":"filter","no_new_privs":true},"start_time":"2022-12-08T15:55:11.460Z"}},"log.logger":"beat","log.origin":{"file.line":1130,"file.name":"instance/beat.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.455Z","message":"Setup Beat: filebeat; Version: 8.7.0","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.origin":{"file.line":295,"file.name":"instance/beat.go"},"service.name":"filebeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.456Z","message":"Output is configured through Central Management","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"ecs.version":"1.6.0","log.origin":{"file.line":324,"file.name":"instance/beat.go"},"service.name":"filebeat","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.464Z","message":"Beat name: 18dda76cf5da","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.logger":"publisher","log.origin":{"file.line":113,"file.name":"pipeline/module.go"},"service.name":"filebeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.464Z","message":"Enabled modules/filesets: ","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"service.name":"filebeat","ecs.version":"1.6.0","log.logger":"modules","log.origin":{"file.line":120,"file.name":"fileset/modules.go"},"ecs.version":"1.6.0"}
            {"log.level":"warn","@timestamp":"2022-12-08T15:55:12.464Z","message":"Filebeat is unable to load the ingest pipelines for the configured modules because the Elasticsearch output is not configured/enabled. If you have already loaded the ingest pipelines or are using Logstash pipelines, you can ignore this warning.","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.origin":{"file.line":164,"file.name":"beater/filebeat.go"},"service.name":"filebeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.464Z","message":"Starting metrics logging every 30s","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.logger":"monitoring","log.origin":{"file.line":145,"file.name":"log/log.go"},"service.name":"filebeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.465Z","message":"filebeat start running.","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.origin":{"file.line":476,"file.name":"instance/beat.go"},"service.name":"filebeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.467Z","message":"Finished loading transaction log file for '/usr/share/elastic-agent/state/data/run/filestream-monitoring/registry/filebeat'. Active transaction id=0","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"ecs.version":"1.6.0","log.origin":{"file.line":134,"file.name":"memlog/store.go"},"service.name":"filebeat","ecs.version":"1.6.0"}
            {"log.level":"warn","@timestamp":"2022-12-08T15:55:12.468Z","message":"Filebeat is unable to load the ingest pipelines for the configured modules because the Elasticsearch output is not configured/enabled. If you have already loaded the ingest pipelines or are using Logstash pipelines, you can ignore this warning.","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.origin":{"file.line":290,"file.name":"beater/filebeat.go"},"service.name":"filebeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.468Z","message":"States Loaded from registrar: 0","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.logger":"registrar","log.origin":{"file.line":109,"file.name":"registrar/registrar.go"},"service.name":"filebeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.469Z","message":"Loading Inputs: 0","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.logger":"crawler","log.origin":{"file.line":71,"file.name":"beater/crawler.go"},"service.name":"filebeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:12.469Z","message":"Loading and starting Inputs completed. Enabled inputs: 0","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"ecs.version":"1.6.0","log.logger":"crawler","log.origin":{"file.line":106,"file.name":"beater/crawler.go"},"service.name":"filebeat","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.053Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":323},"message":"New component created","component":{"id":"beat/metrics-monitoring","state":"STARTING","message":"Starting: spawned pid '47'","inputs":[{"id":"beat/metrics-monitoring-metrics-monitoring-beats","state":"STARTING","message":"Starting: spawned pid '47'"}],"output":{"id":"beat/metrics-monitoring","state":"STARTING","message":"Starting: spawned pid '47'"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.179Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":323},"message":"New component created","component":{"id":"http/metrics-monitoring","state":"STARTING","message":"Starting: spawned pid '56'","inputs":[{"id":"http/metrics-monitoring-metrics-monitoring-agent","state":"STARTING","message":"Starting: spawned pid '56'"}],"output":{"id":"http/metrics-monitoring","state":"STARTING","message":"Starting: spawned pid '56'"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.200Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":325},"message":"Existing component state changed","component":{"id":"filestream-monitoring","state":"HEALTHY","message":"Healthy: communicating with pid '37'","inputs":[{"id":"filestream-monitoring-filestream-monitoring-agent","state":"STARTING","message":"Starting: spawned pid '37'"}],"output":{"id":"filestream-monitoring","state":"STARTING","message":"Starting: spawned pid '37'"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.207Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":325},"message":"Existing component state changed","component":{"id":"apm-default","state":"HEALTHY","message":"Healthy: communicating with pid '27'","inputs":[{"id":"apm-default-602ca9ba-0f31-462f-8007-dea7ee955f6f","state":"STARTING","message":"Starting: spawned pid '27'"}],"output":{"id":"apm-default","state":"STARTING","message":"Starting: spawned pid '27'"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.213Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":325},"message":"Existing component state changed","component":{"id":"apm-default","state":"HEALTHY","message":"Healthy: communicating with pid '27'","inputs":[{"id":"apm-default-602ca9ba-0f31-462f-8007-dea7ee955f6f","state":"HEALTHY","message":"beat reloaded"}],"output":{"id":"apm-default","state":"HEALTHY","message":"reloaded output component"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.205Z","message":"elasticsearch url: http://elasticsearch:9200","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.origin":{"file.line":108,"file.name":"eslegclient/connection.go"},"service.name":"filebeat","ecs.version":"1.6.0","log.logger":"esclientleg","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.210Z","message":"Input 'filestream' starting","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"service.name":"filebeat","id":"filestream-monitoring-agent","ecs.version":"1.6.0","log.logger":"input.filestream","log.origin":{"file.line":113,"file.name":"compat/compat.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.209Z","message":"loaded output config","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"service.name":"apm-server","ecs.version":"1.6.0","log.origin":{"file.line":159,"file.name":"beatcmd/reloader.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.209Z","message":"received input from elastic-agent","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.origin":{"file.line":77,"file.name":"apm-server/main.go"},"agent.id":"b9298a68-1f62-47f3-afbb-3415263f8345","agent.version":"8.7.0","unit.revision":1,"service.name":"apm-server","unit.id":"602ca9ba-0f31-462f-8007-dea7ee955f6f","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"warn","@timestamp":"2022-12-08T15:55:13.210Z","message":"DEPRECATED: Treating the CommonName field on X.509 certificates as a host name when no Subject Alternative Names are present is going to be removed. Please update your certificates if needed. Will be removed in version: 8.0.0","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"cfgwarn","log.origin":{"file.line":102,"file.name":"tlscommon/config.go"},"service.name":"apm-server","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.211Z","message":"Falling back to elasticsearch output for sourcemap storage","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"config","log.origin":{"file.line":89,"file.name":"config/rum.go"},"service.name":"apm-server","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.212Z","message":"Listening on: [::]:8200","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"beater","log.origin":{"file.line":142,"file.name":"beater/http.go"},"service.name":"apm-server","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.212Z","message":"loaded input config","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.origin":{"file.line":141,"file.name":"beatcmd/reloader.go"},"service.name":"apm-server","revision":1,"ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.216Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":325},"message":"Existing component state changed","component":{"id":"filestream-monitoring","state":"HEALTHY","message":"Healthy: communicating with pid '37'","inputs":[{"id":"filestream-monitoring-filestream-monitoring-agent","state":"CONFIGURING","message":"found reloader for 'input'"}],"output":{"id":"filestream-monitoring","state":"CONFIGURING","message":"reloading output component"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.217Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":325},"message":"Existing component state changed","component":{"id":"filestream-monitoring","state":"HEALTHY","message":"Healthy: communicating with pid '37'","inputs":[{"id":"filestream-monitoring-filestream-monitoring-agent","state":"CONFIGURING","message":"found reloader for 'input'"}],"output":{"id":"filestream-monitoring","state":"HEALTHY","message":"reloaded output component"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.217Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":325},"message":"Existing component state changed","component":{"id":"filestream-monitoring","state":"HEALTHY","message":"Healthy: communicating with pid '37'","inputs":[{"id":"filestream-monitoring-filestream-monitoring-agent","state":"HEALTHY","message":"beat reloaded"}],"output":{"id":"filestream-monitoring","state":"HEALTHY","message":"reloaded output component"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.219Z","message":"MaxConcurrentDecoders set to 2048 based on 6871947673.6gb of memory","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"beater","log.origin":{"file.line":210,"file.name":"beater/beater.go"},"service.name":"apm-server","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.237Z","message":"blocking ingestion until all preconditions are satisfied","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"beater","log.origin":{"file.line":40,"file.name":"beater/waitready.go"},"service.name":"apm-server","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.243Z","message":"modelindexer.EventBufferSize set to 61440 based on 6871947673.6gb of memory","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"service.name":"apm-server","ecs.version":"1.6.0","log.logger":"beater","log.origin":{"file.line":697,"file.name":"beater/beater.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.243Z","message":"modelindexer.MaxRequests set to 60 based on 6871947673.6gb of memory","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"beater","log.origin":{"file.line":711,"file.name":"beater/beater.go"},"service.name":"apm-server","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.256Z","message":"no longer blocking ingestion as all precondition checks are now satisfied","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"beater","log.origin":{"file.line":68,"file.name":"beater/waitready.go"},"service.name":"apm-server","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.263Z","message":"creating transaction metrics aggregation with config: {Interval:1m0s MaxTransactionGroups:10000 HDRHistogramSignificantFigures:2}","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"beater","log.origin":{"file.line":104,"file.name":"apm-server/main.go"},"service.name":"apm-server","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.268Z","message":"creating service destinations aggregation with config: {Interval:1m0s MaxGroups:10000}","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"service.name":"apm-server","ecs.version":"1.6.0","log.logger":"beater","log.origin":{"file.line":119,"file.name":"apm-server/main.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.268Z","message":"Path / added to request handler","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"handler","log.origin":{"file.line":133,"file.name":"api/mux.go"},"service.name":"apm-server","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.269Z","message":"Path /config/v1/agents added to request handler","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"handler","log.origin":{"file.line":133,"file.name":"api/mux.go"},"service.name":"apm-server","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.269Z","message":"Path /config/v1/rum/agents added to request handler","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"handler","log.origin":{"file.line":133,"file.name":"api/mux.go"},"service.name":"apm-server","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.269Z","message":"Path /intake/v2/rum/events added to request handler","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.origin":{"file.line":133,"file.name":"api/mux.go"},"service.name":"apm-server","ecs.version":"1.6.0","log.logger":"handler","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.269Z","message":"Path /intake/v3/rum/events added to request handler","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"service.name":"apm-server","ecs.version":"1.6.0","log.logger":"handler","log.origin":{"file.line":133,"file.name":"api/mux.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.269Z","message":"Path /intake/v2/events added to request handler","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"handler","log.origin":{"file.line":133,"file.name":"api/mux.go"},"service.name":"apm-server","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.269Z","message":"Path /v1/traces added to request handler","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"ecs.version":"1.6.0","log.logger":"handler","log.origin":{"file.line":133,"file.name":"api/mux.go"},"service.name":"apm-server","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.269Z","message":"Path /v1/metrics added to request handler","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"handler","log.origin":{"file.line":133,"file.name":"api/mux.go"},"service.name":"apm-server","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.269Z","message":"Path /v1/logs added to request handler","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"service.name":"apm-server","ecs.version":"1.6.0","log.logger":"handler","log.origin":{"file.line":133,"file.name":"api/mux.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.269Z","message":"Starting apm-server [3e9c3abe617296f6b6a2422ee969048e46bfc1f6 built 2022-12-08 15:33:08 +0000 UTC]. Hit CTRL-C to stop it.","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"service.name":"apm-server","ecs.version":"1.6.0","log.logger":"beater","log.origin":{"file.line":201,"file.name":"beater/server.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.269Z","message":"RUM endpoints enabled!","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"service.name":"apm-server","ecs.version":"1.6.0","log.logger":"beater","log.origin":{"file.line":86,"file.name":"beater/http.go"},"ecs.version":"1.6.0"}
            {"log.level":"warn","@timestamp":"2022-12-08T15:55:13.269Z","message":"CORS related setting `apm-server.rum.allow_origins` allows all origins. Consider more restrictive setting for production use.","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"beater","log.origin":{"file.line":89,"file.name":"beater/http.go"},"service.name":"apm-server","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.269Z","message":"SSL disabled.","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"service.name":"apm-server","ecs.version":"1.6.0","log.logger":"beater","log.origin":{"file.line":104,"file.name":"beater/http.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.271Z","message":"request ok","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"http.request.method":"GET","http.request.body.bytes":0,"http.response.status_code":200,"ecs.version":"1.6.0","log.logger":"request","url.original":"/","source.address":"127.0.0.1","http.request.id":"e33bff7e-5d18-44ab-b616-e39b950ec1be","user_agent.original":"apm-agent-go/2.2.0 (apm-server)","event.duration":124014,"log.origin":{"file.line":61,"file.name":"middleware/log_middleware.go"},"service.name":"apm-server","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.272Z","message":"request ok","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"url.original":"/","http.request.method":"GET","http.request.body.bytes":0,"service.name":"apm-server","log.logger":"request","log.origin":{"file.line":61,"file.name":"middleware/log_middleware.go"},"source.address":"172.18.0.1","http.request.id":"f6e04b19-95fa-4109-90f9-d03d2a834ada","user_agent.original":"Go-http-client/1.1","event.duration":82359,"http.response.status_code":200,"ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.291Z","message":"request ok","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"http.request.method":"GET","user_agent.original":"apm-agent-go/2.1.0","service.name":"apm-server","http.request.body.bytes":0,"http.request.id":"32f5805b-dcfa-40f3-8517-682b052e2d01","log.logger":"request","event.duration":109759,"http.response.status_code":200,"ecs.version":"1.6.0","url.original":"/config/v1/agents?service.name=systemtest_test","source.address":"10.11.12.13","log.origin":{"file.line":61,"file.name":"middleware/log_middleware.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.294Z","message":"request ok","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"user_agent.original":"apm-agent-go/2.1.0","log.origin":{"file.line":61,"file.name":"middleware/log_middleware.go"},"service.name":"apm-server","url.original":"/","http.request.method":"GET","ecs.version":"1.6.0","event.duration":107548,"http.response.status_code":200,"http.request.id":"ca8c792b-336e-4849-966a-dee501dc9a8d","http.request.body.bytes":0,"log.logger":"request","source.address":"10.11.12.13","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.302Z","message":"request accepted","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"http.request.method":"POST","log.logger":"request","url.original":"/intake/v2/events","event.duration":8279541,"service.name":"apm-server","user_agent.original":"apm-agent-go/2.1.0","source.address":"10.11.12.13","http.request.id":"ec9e597b-2b88-4cf6-b20e-3f82e334b563","http.response.status_code":202,"ecs.version":"1.6.0","log.origin":{"file.line":61,"file.name":"middleware/log_middleware.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.331Z","message":"Home path: [/usr/share/elastic-agent/data/elastic-agent-0e05b7/components] Config path: [/usr/share/elastic-agent/data/elastic-agent-0e05b7/components] Data path: [/usr/share/elastic-agent/state/data/run/beat/metrics-monitoring] Logs path: [/usr/share/elastic-agent/data/elastic-agent-0e05b7/components/logs]","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"log.origin":{"file.line":713,"file.name":"instance/beat.go"},"service.name":"metricbeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.336Z","message":"Beat ID: d599a0f0-68be-4231-92dd-80c8f5648e61","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"ecs.version":"1.6.0","log.origin":{"file.line":721,"file.name":"instance/beat.go"},"service.name":"metricbeat","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.337Z","message":"Set gc percentage to: 100","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"log.origin":{"file.line":738,"file.name":"instance/beat.go"},"service.name":"metricbeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.340Z","message":"Starting stats endpoint","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"log.logger":"api","log.origin":{"file.line":63,"file.name":"api/server.go"},"service.name":"metricbeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.340Z","message":"Syscall filter successfully installed","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"log.origin":{"file.line":124,"file.name":"seccomp/seccomp.go"},"service.name":"metricbeat","ecs.version":"1.6.0","log.logger":"seccomp","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.341Z","message":"Beat info","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"service.name":"metricbeat","system_info":{"beat":{"path":{"config":"/usr/share/elastic-agent/data/elastic-agent-0e05b7/components","data":"/usr/share/elastic-agent/state/data/run/beat/metrics-monitoring","home":"/usr/share/elastic-agent/data/elastic-agent-0e05b7/components","logs":"/usr/share/elastic-agent/data/elastic-agent-0e05b7/components/logs"},"type":"metricbeat","uuid":"d599a0f0-68be-4231-92dd-80c8f5648e61"},"ecs.version":"1.6.0"},"log.logger":"beat","log.origin":{"file.line":1085,"file.name":"instance/beat.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.341Z","message":"Build info","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"service.name":"metricbeat","system_info":{"build":{"commit":"0c77112ccc9c83d14abab5703f6f5418be06be8f","libbeat":"8.7.0","time":"2022-12-07T23:24:59.000Z","version":"8.7.0"},"ecs.version":"1.6.0"},"log.logger":"beat","log.origin":{"file.line":1094,"file.name":"instance/beat.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.341Z","message":"Go runtime info","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"system_info":{"ecs.version":"1.6.0","go":{"arch":"amd64","max_procs":4,"os":"linux","version":"go1.18.8"}},"log.logger":"beat","log.origin":{"file.line":1097,"file.name":"instance/beat.go"},"service.name":"metricbeat","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.341Z","message":"Metrics endpoint listening on: /usr/share/elastic-agent/state/data/tmp/beat-metrics-monitoring.sock (configured: unix:///usr/share/elastic-agent/state/data/tmp/beat-metrics-monitoring.sock)","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"log.logger":"api","log.origin":{"file.line":65,"file.name":"api/server.go"},"service.name":"metricbeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.344Z","message":"Host info","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"log.origin":{"file.line":1101,"file.name":"instance/beat.go"},"service.name":"metricbeat","system_info":{"ecs.version":"1.6.0","host":{"architecture":"x86_64","boot_time":"2022-12-08T15:43:04Z","containerized":true,"ip":["127.0.0.1/8","172.18.0.6/16"],"kernel_version":"5.4.0-1096-gcp","mac":["02:42:ac:12:00:06"],"name":"18dda76cf5da","os":{"codename":"focal","family":"debian","major":20,"minor":4,"name":"Ubuntu","patch":5,"platform":"ubuntu","type":"linux","version":"20.04.5 LTS (Focal Fossa)"},"timezone":"UTC","timezone_offset_sec":0}},"log.logger":"beat","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.344Z","message":"Process info","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"log.origin":{"file.line":1130,"file.name":"instance/beat.go"},"service.name":"metricbeat","system_info":{"ecs.version":"1.6.0","process":{"capabilities":{"ambient":null,"bounding":["chown","dac_override","fowner","fsetid","kill","setgid","setuid","setpcap","net_bind_service","net_raw","sys_chroot","mknod","audit_write","setfcap"],"effective":null,"inheritable":null,"permitted":null},"cwd":"/usr/share/elastic-agent/state/data/run/beat/metrics-monitoring","exe":"/usr/share/elastic-agent/data/elastic-agent-0e05b7/components/metricbeat","name":"metricbeat","pid":47,"ppid":7,"seccomp":{"mode":"filter","no_new_privs":true},"start_time":"2022-12-08T15:55:12.310Z"}},"log.logger":"beat","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.344Z","message":"Setup Beat: metricbeat; Version: 8.7.0","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"service.name":"metricbeat","ecs.version":"1.6.0","log.origin":{"file.line":295,"file.name":"instance/beat.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.347Z","message":"Output is configured through Central Management","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"log.origin":{"file.line":324,"file.name":"instance/beat.go"},"service.name":"metricbeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.350Z","message":"request ok","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"log.logger":"request","url.original":"/","service.name":"apm-server","event.duration":121110,"http.response.status_code":200,"ecs.version":"1.6.0","http.request.method":"GET","user_agent.original":"apm-agent-go/2.0.0 (metricbeat)","source.address":"127.0.0.1","log.origin":{"file.line":61,"file.name":"middleware/log_middleware.go"},"http.request.body.bytes":0,"http.request.id":"558e11a0-560c-4ccd-af41-18a2a983b736","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.353Z","message":"Beat name: 18dda76cf5da","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"ecs.version":"1.6.0","log.logger":"publisher","log.origin":{"file.line":113,"file.name":"pipeline/module.go"},"service.name":"metricbeat","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.425Z","message":"Starting metrics logging every 30s","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"log.logger":"monitoring","log.origin":{"file.line":145,"file.name":"log/log.go"},"service.name":"metricbeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.425Z","message":"metricbeat start running.","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"service.name":"metricbeat","ecs.version":"1.6.0","log.origin":{"file.line":476,"file.name":"instance/beat.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.441Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":325},"message":"Existing component state changed","component":{"id":"beat/metrics-monitoring","state":"HEALTHY","message":"Healthy: communicating with pid '47'","inputs":[{"id":"beat/metrics-monitoring-metrics-monitoring-beats","state":"STARTING","message":"Starting: spawned pid '47'"}],"output":{"id":"beat/metrics-monitoring","state":"STARTING","message":"Starting: spawned pid '47'"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.444Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":325},"message":"Existing component state changed","component":{"id":"beat/metrics-monitoring","state":"HEALTHY","message":"Healthy: communicating with pid '47'","inputs":[{"id":"beat/metrics-monitoring-metrics-monitoring-beats","state":"CONFIGURING","message":"found reloader for 'input'"}],"output":{"id":"beat/metrics-monitoring","state":"STARTING","message":"Starting"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.444Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":325},"message":"Existing component state changed","component":{"id":"beat/metrics-monitoring","state":"HEALTHY","message":"Healthy: communicating with pid '47'","inputs":[{"id":"beat/metrics-monitoring-metrics-monitoring-beats","state":"CONFIGURING","message":"found reloader for 'input'"}],"output":{"id":"beat/metrics-monitoring","state":"CONFIGURING","message":"reloading output component"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.445Z","message":"elasticsearch url: http://elasticsearch:9200","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"log.logger":"esclientleg","log.origin":{"file.line":108,"file.name":"eslegclient/connection.go"},"service.name":"metricbeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.446Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":325},"message":"Existing component state changed","component":{"id":"beat/metrics-monitoring","state":"HEALTHY","message":"Healthy: communicating with pid '47'","inputs":[{"id":"beat/metrics-monitoring-metrics-monitoring-beats","state":"CONFIGURING","message":"found reloader for 'input'"}],"output":{"id":"beat/metrics-monitoring","state":"HEALTHY","message":"reloaded output component"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.447Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":325},"message":"Existing component state changed","component":{"id":"beat/metrics-monitoring","state":"HEALTHY","message":"Healthy: communicating with pid '47'","inputs":[{"id":"beat/metrics-monitoring-metrics-monitoring-beats","state":"HEALTHY","message":"beat reloaded"}],"output":{"id":"beat/metrics-monitoring","state":"HEALTHY","message":"reloaded output component"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.505Z","message":"Home path: [/usr/share/elastic-agent/data/elastic-agent-0e05b7/components] Config path: [/usr/share/elastic-agent/data/elastic-agent-0e05b7/components] Data path: [/usr/share/elastic-agent/state/data/run/http/metrics-monitoring] Logs path: [/usr/share/elastic-agent/data/elastic-agent-0e05b7/components/logs]","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"service.name":"metricbeat","ecs.version":"1.6.0","log.origin":{"file.line":713,"file.name":"instance/beat.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.509Z","message":"Beat ID: 59f13c1f-8746-4df7-ae7f-68ab30f3b9ff","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"service.name":"metricbeat","ecs.version":"1.6.0","log.origin":{"file.line":721,"file.name":"instance/beat.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.510Z","message":"Set gc percentage to: 100","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"log.origin":{"file.line":738,"file.name":"instance/beat.go"},"service.name":"metricbeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.511Z","message":"Starting stats endpoint","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"ecs.version":"1.6.0","log.logger":"api","log.origin":{"file.line":63,"file.name":"api/server.go"},"service.name":"metricbeat","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.512Z","message":"Syscall filter successfully installed","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"log.origin":{"file.line":124,"file.name":"seccomp/seccomp.go"},"service.name":"metricbeat","ecs.version":"1.6.0","log.logger":"seccomp","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.512Z","message":"Beat info","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"log.origin":{"file.line":1085,"file.name":"instance/beat.go"},"service.name":"metricbeat","system_info":{"beat":{"path":{"config":"/usr/share/elastic-agent/data/elastic-agent-0e05b7/components","data":"/usr/share/elastic-agent/state/data/run/http/metrics-monitoring","home":"/usr/share/elastic-agent/data/elastic-agent-0e05b7/components","logs":"/usr/share/elastic-agent/data/elastic-agent-0e05b7/components/logs"},"type":"metricbeat","uuid":"59f13c1f-8746-4df7-ae7f-68ab30f3b9ff"},"ecs.version":"1.6.0"},"log.logger":"beat","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.512Z","message":"Build info","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"system_info":{"build":{"commit":"0c77112ccc9c83d14abab5703f6f5418be06be8f","libbeat":"8.7.0","time":"2022-12-07T23:24:59.000Z","version":"8.7.0"},"ecs.version":"1.6.0"},"log.logger":"beat","log.origin":{"file.line":1094,"file.name":"instance/beat.go"},"service.name":"metricbeat","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.512Z","message":"Go runtime info","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"log.logger":"beat","log.origin":{"file.line":1097,"file.name":"instance/beat.go"},"service.name":"metricbeat","system_info":{"ecs.version":"1.6.0","go":{"arch":"amd64","max_procs":4,"os":"linux","version":"go1.18.8"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.512Z","message":"Metrics endpoint listening on: /usr/share/elastic-agent/state/data/tmp/http-metrics-monitoring.sock (configured: unix:///usr/share/elastic-agent/state/data/tmp/http-metrics-monitoring.sock)","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"log.logger":"api","log.origin":{"file.line":65,"file.name":"api/server.go"},"service.name":"metricbeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.513Z","message":"Host info","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"log.logger":"beat","log.origin":{"file.line":1101,"file.name":"instance/beat.go"},"service.name":"metricbeat","system_info":{"ecs.version":"1.6.0","host":{"architecture":"x86_64","boot_time":"2022-12-08T15:43:04Z","containerized":true,"ip":["127.0.0.1/8","172.18.0.6/16"],"kernel_version":"5.4.0-1096-gcp","mac":["02:42:ac:12:00:06"],"name":"18dda76cf5da","os":{"codename":"focal","family":"debian","major":20,"minor":4,"name":"Ubuntu","patch":5,"platform":"ubuntu","type":"linux","version":"20.04.5 LTS (Focal Fossa)"},"timezone":"UTC","timezone_offset_sec":0}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.514Z","message":"Process info","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"log.logger":"beat","log.origin":{"file.line":1130,"file.name":"instance/beat.go"},"service.name":"metricbeat","system_info":{"ecs.version":"1.6.0","process":{"capabilities":{"ambient":null,"bounding":["chown","dac_override","fowner","fsetid","kill","setgid","setuid","setpcap","net_bind_service","net_raw","sys_chroot","mknod","audit_write","setfcap"],"effective":null,"inheritable":null,"permitted":null},"cwd":"/usr/share/elastic-agent/state/data/run/http/metrics-monitoring","exe":"/usr/share/elastic-agent/data/elastic-agent-0e05b7/components/metricbeat","name":"metricbeat","pid":56,"ppid":7,"seccomp":{"mode":"filter","no_new_privs":true},"start_time":"2022-12-08T15:55:12.440Z"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.514Z","message":"Setup Beat: metricbeat; Version: 8.7.0","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"service.name":"metricbeat","ecs.version":"1.6.0","log.origin":{"file.line":295,"file.name":"instance/beat.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.515Z","message":"Output is configured through Central Management","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"log.origin":{"file.line":324,"file.name":"instance/beat.go"},"service.name":"metricbeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.518Z","message":"request ok","component":{"binary":"apm-server","dataset":"elastic_agent.apm_server","id":"apm-default","type":"apm"},"event.duration":123762,"url.original":"/","source.address":"127.0.0.1","service.name":"apm-server","http.request.id":"ede47315-15ed-45cb-9d85-b011d10a4c81","user_agent.original":"apm-agent-go/2.0.0 (metricbeat)","http.request.body.bytes":0,"log.origin":{"file.line":61,"file.name":"middleware/log_middleware.go"},"http.request.method":"GET","http.response.status_code":200,"ecs.version":"1.6.0","log.logger":"request","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.526Z","message":"Beat name: 18dda76cf5da","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"service.name":"metricbeat","ecs.version":"1.6.0","log.logger":"publisher","log.origin":{"file.line":113,"file.name":"pipeline/module.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.576Z","message":"Starting metrics logging every 30s","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"service.name":"metricbeat","ecs.version":"1.6.0","log.logger":"monitoring","log.origin":{"file.line":145,"file.name":"log/log.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.576Z","message":"metricbeat start running.","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"log.origin":{"file.line":476,"file.name":"instance/beat.go"},"service.name":"metricbeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.589Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":325},"message":"Existing component state changed","component":{"id":"http/metrics-monitoring","state":"HEALTHY","message":"Healthy: communicating with pid '56'","inputs":[{"id":"http/metrics-monitoring-metrics-monitoring-agent","state":"STARTING","message":"Starting: spawned pid '56'"}],"output":{"id":"http/metrics-monitoring","state":"STARTING","message":"Starting: spawned pid '56'"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.592Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":325},"message":"Existing component state changed","component":{"id":"http/metrics-monitoring","state":"HEALTHY","message":"Healthy: communicating with pid '56'","inputs":[{"id":"http/metrics-monitoring-metrics-monitoring-agent","state":"CONFIGURING","message":"found reloader for 'input'"}],"output":{"id":"http/metrics-monitoring","state":"CONFIGURING","message":"reloading output component"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.592Z","message":"elasticsearch url: http://elasticsearch:9200","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"log.logger":"esclientleg","log.origin":{"file.line":108,"file.name":"eslegclient/connection.go"},"service.name":"metricbeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.592Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":325},"message":"Existing component state changed","component":{"id":"http/metrics-monitoring","state":"HEALTHY","message":"Healthy: communicating with pid '56'","inputs":[{"id":"http/metrics-monitoring-metrics-monitoring-agent","state":"CONFIGURING","message":"found reloader for 'input'"}],"output":{"id":"http/metrics-monitoring","state":"HEALTHY","message":"reloaded output component"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:13.598Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":325},"message":"Existing component state changed","component":{"id":"http/metrics-monitoring","state":"HEALTHY","message":"Healthy: communicating with pid '56'","inputs":[{"id":"http/metrics-monitoring-metrics-monitoring-agent","state":"HEALTHY","message":"beat reloaded"}],"output":{"id":"http/metrics-monitoring","state":"HEALTHY","message":"reloaded output component"}},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:14.211Z","message":"Connecting to backoff(elasticsearch(http://elasticsearch:9200))","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.logger":"publisher_pipeline_output","log.origin":{"file.line":139,"file.name":"pipeline/client_worker.go"},"service.name":"filebeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:14.215Z","message":"Attempting to connect to Elasticsearch version 8.7.0-SNAPSHOT","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"log.logger":"esclientleg","log.origin":{"file.line":291,"file.name":"eslegclient/connection.go"},"service.name":"filebeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:14.218Z","message":"Attempting to connect to Elasticsearch version 8.7.0-SNAPSHOT","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"service.name":"filebeat","ecs.version":"1.6.0","log.logger":"esclientleg","log.origin":{"file.line":291,"file.name":"eslegclient/connection.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:14.220Z","message":"Connection to backoff(elasticsearch(http://elasticsearch:9200)) established","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-monitoring","type":"filestream"},"service.name":"filebeat","ecs.version":"1.6.0","log.logger":"publisher_pipeline_output","log.origin":{"file.line":147,"file.name":"pipeline/client_worker.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:14.453Z","message":"Connecting to backoff(elasticsearch(http://elasticsearch:9200))","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"ecs.version":"1.6.0","log.logger":"publisher_pipeline_output","log.origin":{"file.line":139,"file.name":"pipeline/client_worker.go"},"service.name":"metricbeat","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:14.458Z","message":"Attempting to connect to Elasticsearch version 8.7.0-SNAPSHOT","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"log.logger":"esclientleg","log.origin":{"file.line":291,"file.name":"eslegclient/connection.go"},"service.name":"metricbeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:14.464Z","message":"Attempting to connect to Elasticsearch version 8.7.0-SNAPSHOT","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"service.name":"metricbeat","ecs.version":"1.6.0","log.logger":"esclientleg","log.origin":{"file.line":291,"file.name":"eslegclient/connection.go"},"ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:14.466Z","message":"Connection to backoff(elasticsearch(http://elasticsearch:9200)) established","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"log.logger":"publisher_pipeline_output","log.origin":{"file.line":147,"file.name":"pipeline/client_worker.go"},"service.name":"metricbeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"warn","@timestamp":"2022-12-08T15:55:14.470Z","message":"Cannot index event publisher.Event{Content:beat.Event{Timestamp:time.Date(2022, time.December, 8, 15, 55, 13, 447472940, time.Local), Meta:{\"input_id\":\"metrics-monitoring-beats\",\"raw_index\":\"metrics-elastic_agent.apm_default-default\",\"stream_id\":\"metrics-monitoring-apm_default\"}, Fields:{\"agent\":{\"ephemeral_id\":\"1dfb2273-c138-4bb8-b03e-fc45604be716\",\"id\":\"b9298a68-1f62-47f3-afbb-3415263f8345\",\"name\":\"18dda76cf5da\",\"type\":\"metricbeat\",\"version\":\"8.7.0\"},\"beat\":{\"elasticsearch\":{\"cluster\":{\"id\":\"fndJ8GXIRLSgDmvpm5QIKw\"}},\"state\":{\"beat\":{\"host\":\"18dda76cf5da\",\"name\":\"18dda76cf5da\",\"type\":\"apm-server\",\"uuid\":\"1c0d0a86-363d-4965-abc9-c38465414d5a\",\"version\":\"8.7.0\"},\"cluster\":{\"uuid\":\"fndJ8GXIRLSgDmvpm5QIKw\"},\"host\":{\"containerized\":\"containerized\",\"os\":{\"kernel\":\"5.4.0-1096-gcp\",\"name\":\"Ubuntu\",\"platform\":\"ubuntu\",\"version\":\"20.04.5 LTS (Focal Fossa)\"}},\"management\":{\"enabled\":true},\"output\":{\"name\":\"elasticsearch\"},\"service\":{\"id\":\"1c0d0a86-363d-4965-abc9-c38465414d5a\",\"name\":\"apm-server\",\"version\":\"8.7.0\"}}},\"data_stream\":{\"dataset\":\"elastic_agent.apm_default\",\"namespace\":\"default\",\"type\":\"metrics\"},\"ecs\":{\"version\":\"8.0.0\"},\"elastic_agent\":{\"id\":\"b9298a68-1f62-47f3-afbb-3415263f8345\",\"process\":\"apm-server\",\"snapshot\":true,\"version\":\"8.7.0\"},\"event\":{\"dataset\":\"elastic_agent.apm_default\",\"duration\":4915034,\"module\":\"beat\"},\"host\":{\"architecture\":\"x86_64\",\"hostname\":\"18dda76cf5da\",\"name\":\"18dda76cf5da\"},\"metricset\":{\"name\":\"state\",\"period\":10000},\"service\":{\"address\":\"http://unix/state\",\"type\":\"beat\"}}, Private:interface {}(nil), TimeSeries:true}, Flags:0x0, Cache:publisher.EventCache{m:mapstr.M(nil)}} (status=403): {\"type\":\"security_exception\",\"reason\":\"action [indices:admin/auto_create] is unauthorized for API key id [6sJy8oQBruL8fXYuqbES] of user [elastic/fleet-server] on indices [metrics-elastic_agent.apm_default-default], this action is granted by the index privileges [auto_configure,create_index,manage,all]\"}, dropping event!","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"log.origin":{"file.line":429,"file.name":"elasticsearch/client.go"},"service.name":"metricbeat","ecs.version":"1.6.0","log.logger":"elasticsearch","ecs.version":"1.6.0"}
            {"log.level":"warn","@timestamp":"2022-12-08T15:55:14.471Z","message":"Cannot index event publisher.Event{Content:beat.Event{Timestamp:time.Date(2022, time.December, 8, 15, 55, 13, 447476945, time.Local), Meta:{\"input_id\":\"metrics-monitoring-beats\",\"raw_index\":\"metrics-elastic_agent.apm_default-default\",\"stream_id\":\"metrics-monitoring-apm_default\"}, Fields:{\"agent\":{\"ephemeral_id\":\"1dfb2273-c138-4bb8-b03e-fc45604be716\",\"id\":\"b9298a68-1f62-47f3-afbb-3415263f8345\",\"name\":\"18dda76cf5da\",\"type\":\"metricbeat\",\"version\":\"8.7.0\"},\"beat\":{\"elasticsearch\":{\"cluster\":{\"id\":\"fndJ8GXIRLSgDmvpm5QIKw\"}},\"id\":\"1c0d0a86-363d-4965-abc9-c38465414d5a\",\"stats\":{\"apm_server\":{\"acm\":{\"request\":{\"count\":1},\"response\":{\"count\":1,\"errors\":{\"closed\":0,\"count\":0,\"decode\":0,\"forbidden\":0,\"internal\":0,\"invalidquery\":0,\"method\":0,\"notfound\":0,\"queue\":0,\"ratelimit\":0,\"timeout\":0,\"toolarge\":0,\"unauthorized\":0,\"unavailable\":0,\"validate\":0},\"valid\":{\"accepted\":0,\"count\":1,\"notmodified\":0,\"ok\":1}},\"unset\":0},\"aggregation\":{\"txmetrics\":{\"active_groups\":1,\"overflowed\":0}},\"jaeger\":{\"grpc\":{\"collect\":{\"request\":{\"count\":0},\"response\":{\"count\":0,\"errors\":{\"count\":0,\"ratelimit\":0,\"timeout\":0,\"unauthorized\":0},\"valid\":{\"count\":0}}},\"sampling\":{\"event\":{\"received\":{\"count\":0}},\"request\":{\"count\":0},\"response\":{\"count\":0,\"errors\":{\"count\":0},\"valid\":{\"count\":0}}}}},\"otlp\":{\"grpc\":{\"logs\":{\"request\":{\"count\":0},\"response\":{\"count\":0,\"errors\":{\"count\":0,\"ratelimit\":0,\"timeout\":0,\"unauthorized\":0},\"valid\":{\"count\":0}}},\"metrics\":{\"consumer\":{\"unsupported_dropped\":0},\"request\":{\"count\":0},\"response\":{\"count\":0,\"errors\":{\"count\":0,\"ratelimit\":0,\"timeout\":0,\"unauthorized\":0},\"valid\":{\"count\":0}}},\"traces\":{\"request\":{\"count\":0},\"response\":{\"count\":0,\"errors\":{\"count\":0,\"ratelimit\":0,\"timeout\":0,\"unauthorized\":0},\"valid\":{\"count\":0}}}},\"http\":{\"logs\":{\"request\":{\"count\":0},\"response\":{\"count\":0,\"errors\":{\"count\":0,\"ratelimit\":0,\"timeout\":0,\"unauthorized\":0},\"valid\":{\"count\":0}}},\"metrics\":{\"consumer\":{\"unsupported_dropped\":0},\"request\":{\"count\":0},\"response\":{\"count\":0,\"errors\":{\"count\":0,\"ratelimit\":0,\"timeout\":0,\"unauthorized\":0},\"valid\":{\"count\":0}}},\"traces\":{\"request\":{\"count\":0},\"response\":{\"count\":0,\"errors\":{\"count\":0,\"ratelimit\":0,\"timeout\":0,\"unauthorized\":0},\"valid\":{\"count\":0}}}}},\"processor\":{\"stream\":{\"accepted\":1,\"errors\":{\"invalid\":0,\"toolarge\":0}},\"transaction\":{\"transformations\":1}},\"profiling\":{\"grpc\":{\"collect\":{\"request\":{\"count\":0},\"response\":{\"count\":0,\"errors\":{\"count\":0,\"ratelimit\":0,\"timeout\":0,\"unauthorized\":0},\"valid\":{\"count\":0}}}},\"ilm\":{\"custom_ilm\":{\"execution\":{\"count\":0},\"failed\":{\"count\":0},\"skipped_for_time_constraints\":{\"count\":0},\"undeleted_index\":{\"count\":0}}},\"indexer\":{\"document\":{\"events\":{\"failure\":{\"count\":0},\"total\":{\"count\":0}},\"executables\":{\"failure\":{\"count\":0},\"total\":{\"count\":0}},\"stackframes\":{\"duplicate\":{\"count\":0},\"failure\":{\"count\":0},\"total\":{\"count\":0}},\"stacktraces\":{\"duplicate\":{\"count\":0},\"failure\":{\"count\":0},\"total\":{\"count\":0}}}},\"unrecoverable_error\":{\"count\":0}},\"root\":{\"request\":{\"count\":4},\"response\":{\"count\":4,\"errors\":{\"closed\":0,\"count\":0,\"decode\":0,\"forbidden\":0,\"internal\":0,\"invalidquery\":0,\"method\":0,\"notfound\":0,\"queue\":0,\"ratelimit\":0,\"timeout\":0,\"toolarge\":0,\"unauthorized\":0,\"unavailable\":0,\"validate\":0},\"valid\":{\"accepted\":0,\"count\":4,\"notmodified\":0,\"ok\":4}},\"unset\":0},\"sampling\":{\"transactions_dropped\":0},\"server\":{\"request\":{\"count\":1},\"response\":{\"count\":1,\"errors\":{\"closed\":0,\"count\":0,\"decode\":0,\"forbidden\":0,\"internal\":0,\"invalidquery\":0,\"method\":0,\"notfound\":0,\"queue\":0,\"ratelimit\":0,\"timeout\":0,\"toolarge\":0,\"unauthorized\":0,\"unavailable\":0,\"validate\":0},\"valid\":{\"accepted\":1,\"count\":1,\"notmodified\":0,\"ok\":0}},\"unset\":0}},\"beat\":{\"host\":\"18dda76cf5da\",\"name\":\"18dda76cf5da\",\"type\":\"apm-server\",\"uuid\":\"1c0d0a86-363d-4965-abc9-c38465414d5a\",\"version\":\"8.7.0\"},\"cgroup\":{\"cpu\":{\"cfs\":{\"period\":{\"us\":100000},\"quota\":{\"us\":0}},\"id\":\"/\",\"stats\":{\"periods\":0,\"throttled\":{\"ns\":0,\"periods\":0}}},\"cpuacct\":{\"id\":\"/\",\"total\":{\"ns\":3182215294}},\"memory\":{\"id\":\"/\",\"mem\":{\"limit\":{\"bytes\":9223372036854772000},\"usage\":{\"bytes\":139141120}}}},\"cpu\":{\"system\":{\"ticks\":30,\"time\":{\"ms\":30}},\"total\":{\"ticks\":100,\"time\":{\"ms\":100},\"value\":100},\"user\":{\"ticks\":70,\"time\":{\"ms\":70}}},\"handles\":{\"limit\":{\"hard\":1048576,\"soft\":1048576},\"open\":17},\"info\":{\"ephemeral_id\":\"61ed8c4f-de89-4c3c-9b01-0d5a43c37d69\",\"name\":\"apm-server\",\"uptime\":{\"ms\":1408},\"version\":\"8.7.0\"},\"libbeat\":{\"output\":{\"events\":{\"acked\":0,\"active\":1,\"batches\":0,\"failed\":0,\"toomany\":0,\"total\":1},\"type\":\"elasticsearch\",\"write\":{\"bytes\":0}},\"pipeline\":{\"events\":{\"total\":1}}},\"memstats\":{\"gc_next\":47494568,\"memory\":{\"alloc\":25685984,\"total\":31490208},\"rss\":46944256},\"runtime\":{\"goroutines\":41},\"system\":{\"cpu\":{\"cores\":4},\"load\":{\"1\":5.71,\"15\":3.45,\"5\":6.27,\"norm\":{\"1\":1.4275,\"15\":0.8625,\"5\":1.5675}}},\"uptime\":{\"ms\":1408}},\"type\":\"apm-server\"},\"data_stream\":{\"dataset\":\"elastic_agent.apm_default\",\"namespace\":\"default\",\"type\":\"metrics\"},\"ecs\":{\"version\":\"8.0.0\"},\"elastic_agent\":{\"id\":\"b9298a68-1f62-47f3-afbb-3415263f8345\",\"process\":\"apm-server\",\"snapshot\":true,\"version\":\"8.7.0\"},\"event\":{\"dataset\":\"elastic_agent.apm_default\",\"duration\":11102737,\"module\":\"beat\"},\"host\":{\"name\":\"18dda76cf5da\"},\"metricset\":{\"name\":\"stats\",\"period\":10000},\"service\":{\"address\":\"http://unix/stats\",\"name\":\"beat\",\"type\":\"beat\"}}, Private:interface {}(nil), TimeSeries:true}, Flags:0x0, Cache:publisher.EventCache{m:mapstr.M(nil)}} (status=403): {\"type\":\"security_exception\",\"reason\":\"action [indices:admin/auto_create] is unauthorized for API key id [6sJy8oQBruL8fXYuqbES] of user [elastic/fleet-server] on indices [metrics-elastic_agent.apm_default-default], this action is granted by the index privileges [auto_configure,create_index,manage,all]\"}, dropping event!","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"beat/metrics-monitoring","type":"beat/metrics"},"log.logger":"elasticsearch","log.origin":{"file.line":429,"file.name":"elasticsearch/client.go"},"service.name":"metricbeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:14.604Z","message":"Connecting to backoff(elasticsearch(http://elasticsearch:9200))","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"ecs.version":"1.6.0","log.logger":"publisher_pipeline_output","log.origin":{"file.line":139,"file.name":"pipeline/client_worker.go"},"service.name":"metricbeat","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:14.608Z","message":"Attempting to connect to Elasticsearch version 8.7.0-SNAPSHOT","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"log.logger":"esclientleg","log.origin":{"file.line":291,"file.name":"eslegclient/connection.go"},"service.name":"metricbeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:14.612Z","message":"Attempting to connect to Elasticsearch version 8.7.0-SNAPSHOT","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"ecs.version":"1.6.0","log.logger":"esclientleg","log.origin":{"file.line":291,"file.name":"eslegclient/connection.go"},"service.name":"metricbeat","ecs.version":"1.6.0"}
            {"log.level":"info","@timestamp":"2022-12-08T15:55:14.614Z","message":"Connection to backoff(elasticsearch(http://elasticsearch:9200)) established","component":{"binary":"metricbeat","dataset":"elastic_agent.metricbeat","id":"http/metrics-monitoring","type":"http/metrics"},"log.logger":"publisher_pipeline_output","log.origin":{"file.line":147,"file.name":"pipeline/client_worker.go"},"service.name":"metricbeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
    --- FAIL: TestFleetIntegration (18.89s)
     
    

TestTransactionDroppedSpansStats – github.com/elastic/apm-server/systemtest
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestTransactionDroppedSpansStats
        huge_traces_test.go:80:   map[string]any{
              	"events": []any{
              		map[string]any{
              			... // 3 identical entries
              			"data_stream.namespace": string("default"),
              			"data_stream.type":      string("traces"),
              			"event": map[string]any{
              				"agent_id_status": string("missing"),
              				"ingested":        string("dynamic"),
              				"outcome":         string("success"),
            + 				"outcome_numeric": float64(1),
              			},
              			"host":     map[string]any{"architecture": string("i386"), "hostname": string("beowulf"), "ip": []any{string("127.0.0.1")}, "name": string("beowulf"), ...},
              			"observer": map[string]any{"hostname": string("dynamic"), "type": string("apm-server"), "version": string("dynamic")},
              			... // 6 identical entries
              		},
              	},
              }
            
            Run `make update check-approvals` to verify the diff
            
        server.go:132: log file: /var/lib/jenkins/workspace/pm-server_apm-server-mbp_PR-9764/src/github.com/elastic/apm-server/systemtest/logs/TestTransactionDroppedSpansStats/apm-server
    --- FAIL: TestTransactionDroppedSpansStats (2.36s)
     
    

TestCompressedSpans – github.com/elastic/apm-server/systemtest
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestCompressedSpans
        huge_traces_test.go:156:   map[string]any{
              	"events": []any{
              		map[string]any{
              			... // 3 identical entries
              			"data_stream.namespace": string("default"),
              			"data_stream.type":      string("traces"),
              			"event": map[string]any{
              				"agent_id_status": string("missing"),
              				"ingested":        string("dynamic"),
              				"outcome":         string("success"),
            + 				"outcome_numeric": float64(1),
              			},
              			"observer": map[string]any{"hostname": string("dynamic"), "type": string("apm-server"), "version": string("dynamic")},
              			"parent":   map[string]any{"id": string("0000000000000001")},
              			... // 6 identical entries
              		},
              		map[string]any{
              			... // 3 identical entries
              			"data_stream.namespace": string("default"),
              			"data_stream.type":      string("traces"),
              			"event": map[string]any{
              				"agent_id_status": string("missing"),
              				"ingested":        string("dynamic"),
              				"outcome":         string("success"),
            + 				"outcome_numeric": float64(1),
              			},
              			"observer": map[string]any{"hostname": string("dynamic"), "type": string("apm-server"), "version": string("dynamic")},
              			"parent":   map[string]any{"id": string("0000000000000001")},
              			... // 6 identical entries
              		},
              	},
              }
            
            Run `make update check-approvals` to verify the diff
            
        server.go:132: log file: /var/lib/jenkins/workspace/pm-server_apm-server-mbp_PR-9764/src/github.com/elastic/apm-server/systemtest/logs/TestCompressedSpans/apm-server
    --- FAIL: TestCompressedSpans (1.78s)
     
    

TestDropUnsampled – github.com/elastic/apm-server/systemtest
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestDropUnsampled
        sampling_test.go:75:   map[string]any{
              	"events": []any{
              		map[string]any{
              			... // 3 identical entries
              			"data_stream.namespace": string("default"),
              			"data_stream.type":      string("traces"),
              			"event": map[string]any{
              				"agent_id_status": string("missing"),
              				"ingested":        string("dynamic"),
              				"outcome":         string("success"),
            + 				"outcome_numeric": float64(1),
              			},
              			"host":     map[string]any{"architecture": string("i386"), "hostname": string("beowulf"), "ip": []any{string("127.0.0.1")}, "name": string("beowulf"), ...},
              			"observer": map[string]any{"hostname": string("dynamic"), "type": string("apm-server"), "version": string("dynamic")},
              			... // 6 identical entries
              		},
              		map[string]any{"@timestamp": string("dynamic"), "agent": map[string]any{"name": string("rum-js"), "version": string("0.0.0")}, "client": map[string]any{"ip": string("127.0.0.1")}, "data_stream.dataset": string("apm.rum"), ...},
              	},
              }
            
            Run `make update check-approvals` to verify the diff
            
        server.go:132: log file: /var/lib/jenkins/workspace/pm-server_apm-server-mbp_PR-9764/src/github.com/elastic/apm-server/systemtest/logs/TestDropUnsampled/apm-server
    --- FAIL: TestDropUnsampled (1.87s)
     
    

Steps errors 1

Expand to view the steps failures

Run Linux tests
  • Took 14 min 50 sec . View more details here
  • Description: ./.ci/scripts/linux-test.sh

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /package : Generate and publish the docker images.

  • /test windows : Build & tests on Windows.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@apmmachine
Copy link
Contributor

apmmachine commented Dec 7, 2022

📚 Go benchmark report

Diff with the main branch

name                                                                                              old time/op    new time/op     delta
pkg:github.com/elastic/apm-server/internal/agentcfg goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/internal/beater/request goos:linux goarch:amd64
ContextResetContentEncoding/gzip-12                                                                 4.04µs ± 2%     4.22µs ± 2%   +4.49%  (p=0.029 n=4+4)
pkg:github.com/elastic/apm-server/internal/model/modelindexer goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/internal/processor/stream goos:linux goarch:amd64
BackendProcessorParallel/BenchmarkBackendProcessorParallel2/errors_transaction_id.ndjson-12         18.3µs ± 8%     20.1µs ± 2%   +9.75%  (p=0.032 n=5+4)
BackendProcessorParallel/BenchmarkBackendProcessorParallel4/events.ndjson-12                        32.9µs ± 6%     30.2µs ± 8%   -8.10%  (p=0.032 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel4/invalid-event-type.ndjson-12            2.30µs ±12%     1.96µs ±10%  -14.66%  (p=0.016 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel4/span-links.ndjson-12                    2.76µs ± 7%     3.13µs ± 5%  +13.32%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/optional-timestamps.ndjson-12           1.91µs ± 3%     1.83µs ± 1%   -3.89%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/otel-bridge.ndjson-12                   3.95µs ± 2%     3.78µs ± 1%   -4.30%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/ratelimit.ndjson-12                     6.71µs ± 2%     6.22µs ± 2%   -7.41%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/span-links.ndjson-12                    1.63µs ± 0%     1.58µs ± 3%   -3.29%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/spans.ndjson-12                         11.6µs ± 1%     10.8µs ± 1%   -6.46%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/transactions-huge_traces.ndjson-12      5.90µs ± 0%     5.59µs ± 1%   -5.31%  (p=0.016 n=4+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/transactions.ndjson-12                  11.7µs ± 3%     11.0µs ± 1%   -6.01%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/transactions_spans.ndjson-12            11.4µs ± 1%     10.6µs ± 0%   -7.16%  (p=0.016 n=5+4)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/transactions_spans_rum.ndjson-12        2.11µs ± 1%     2.00µs ± 1%   -5.20%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/transactions_spans_rum_2.ndjson-12      2.04µs ± 2%     1.93µs ± 1%   -5.31%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/unknown-span-type.ndjson-12             7.52µs ± 2%     7.14µs ± 1%   -5.06%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/errors.ndjson-12                      7.73µs ± 1%     6.92µs ± 3%  -10.51%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/errors_2.ndjson-12                    7.10µs ± 1%     6.90µs ± 1%   -2.85%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/errors_rum.ndjson-12                  2.04µs ± 1%     1.98µs ± 2%   -2.57%  (p=0.016 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/errors_transaction_id.ndjson-12       5.70µs ± 4%     5.43µs ± 1%   -4.73%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/events.ndjson-12                      13.6µs ± 1%     13.2µs ± 1%   -3.54%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/invalid-event-type.ndjson-12           836ns ± 1%      812ns ± 2%   -2.90%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/invalid-event.ndjson-12               3.46µs ± 0%     3.36µs ± 1%   -3.08%  (p=0.016 n=4+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/invalid-json-event.ndjson-12          1.14µs ± 2%     1.11µs ± 2%   -2.73%  (p=0.032 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/invalid-json-metadata.ndjson-12       1.96µs ± 1%     1.88µs ± 0%   -4.45%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/invalid-metadata-2.ndjson-12           497ns ± 1%      486ns ± 1%   -2.21%  (p=0.016 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/logs.ndjson-12                        6.02µs ± 5%     5.59µs ± 4%   -7.09%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/metadata.ndjson-12                    1.32µs ± 1%     1.28µs ± 1%   -3.02%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/metricsets.ndjson-12                  4.60µs ± 2%     4.37µs ± 1%   -4.83%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/minimal.ndjson-12                     2.05µs ± 2%     1.97µs ± 1%   -3.67%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/optional-timestamps.ndjson-12         1.53µs ± 3%     1.47µs ± 2%   -3.90%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/otel-bridge.ndjson-12                 3.32µs ± 2%     3.23µs ± 2%   -2.67%  (p=0.032 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/ratelimit.ndjson-12                   5.91µs ± 7%     5.57µs ± 2%   -5.72%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/span-links.ndjson-12                  1.32µs ± 8%     1.21µs ± 1%   -8.09%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/spans.ndjson-12                       9.83µs ± 4%     9.47µs ± 2%   -3.67%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/transactions-huge_traces.ndjson-12    4.90µs ± 3%     4.65µs ± 2%   -5.07%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/transactions.ndjson-12                9.66µs ± 2%     9.39µs ± 2%   -2.87%  (p=0.032 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/transactions_spans.ndjson-12          9.71µs ± 2%     9.27µs ± 4%   -4.57%  (p=0.016 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/transactions_spans_rum.ndjson-12      1.65µs ± 1%     1.59µs ± 1%   -3.58%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/transactions_spans_rum_2.ndjson-12    1.59µs ± 3%     1.54µs ± 1%   -3.70%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/unknown-span-type.ndjson-12           6.39µs ± 4%     6.14µs ± 1%   -3.84%  (p=0.008 n=5+5)
BackendProcessorAsync/heavy.ndjson-12                                                               3.78ms ±23%     4.76ms ±18%  +25.88%  (p=0.032 n=5+5)
ReadBatch/invalid-metadata-2.ndjson-12                                                              20.4µs ±51%     27.0µs ± 9%  +32.25%  (p=0.016 n=5+5)
ReadBatch/transactions-huge_traces.ndjson-12                                                        72.5µs ±18%     56.3µs ±32%  -22.33%  (p=0.032 n=5+5)
pkg:github.com/elastic/apm-server/internal/publish goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/x-pack/apm-server/aggregation/spanmetrics goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/x-pack/apm-server/aggregation/txmetrics goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/x-pack/apm-server/sampling goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/x-pack/apm-server/sampling/eventstorage goos:linux goarch:amd64
ReadEvents/nop_codec_big_tx/0_events-12                                                              318ns ± 8%      301ns ± 4%   -5.49%  (p=0.040 n=5+5)

name                                                                                              old alloc/op   new alloc/op    delta
pkg:github.com/elastic/apm-server/internal/agentcfg goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/internal/beater/request goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/internal/model/modelindexer goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/internal/processor/stream goos:linux goarch:amd64
BackendProcessor/events.ndjson-12                                                                   40.4kB ± 1%     40.0kB ± 1%   -1.04%  (p=0.016 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel2/invalid-event-type.ndjson-12            4.11kB ± 1%     4.19kB ± 1%   +1.76%  (p=0.032 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel2/invalid-json-event.ndjson-12            4.73kB ± 1%     4.81kB ± 1%   +1.60%  (p=0.016 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/ratelimit.ndjson-12                     12.2kB ± 1%     12.4kB ± 1%   +1.37%  (p=0.032 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/transactions_spans.ndjson-12            25.6kB ± 1%     25.3kB ± 0%   -1.13%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/events.ndjson-12                      41.4kB ± 0%     41.2kB ± 1%   -0.53%  (p=0.032 n=5+5)
pkg:github.com/elastic/apm-server/internal/publish goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/x-pack/apm-server/aggregation/spanmetrics goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/x-pack/apm-server/aggregation/txmetrics goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/x-pack/apm-server/sampling goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/x-pack/apm-server/sampling/eventstorage goos:linux goarch:amd64
ReadEvents/json_codec_big_tx/199_events-12                                                          1.43MB ± 0%     1.42MB ± 0%   -0.06%  (p=0.048 n=5+4)
ReadEvents/json_codec_big_tx/399_events-12                                                          2.22MB ± 0%     2.22MB ± 0%   +0.06%  (p=0.032 n=5+4)

name                                                                                              old allocs/op  new allocs/op   delta
pkg:github.com/elastic/apm-server/internal/agentcfg goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/internal/beater/request goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/internal/model/modelindexer goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/internal/processor/stream goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/internal/publish goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/x-pack/apm-server/aggregation/spanmetrics goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/x-pack/apm-server/aggregation/txmetrics goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/x-pack/apm-server/sampling goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/x-pack/apm-server/sampling/eventstorage goos:linux goarch:amd64

name                                                                                              old speed      new speed       delta
pkg:github.com/elastic/apm-server/internal/model/modelindexer goos:linux goarch:amd64
pkg:github.com/elastic/apm-server/internal/processor/stream goos:linux goarch:amd64
BackendProcessorParallel/BenchmarkBackendProcessorParallel2/errors_transaction_id.ndjson-12        209MB/s ± 8%    181MB/s ±22%  -13.75%  (p=0.016 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel4/events.ndjson-12                       226MB/s ± 6%    246MB/s ± 8%   +8.92%  (p=0.032 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel4/invalid-event-type.ndjson-12           171MB/s ±13%    200MB/s ±11%  +17.03%  (p=0.016 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel4/span-links.ndjson-12                   248MB/s ± 7%    218MB/s ± 5%  -11.92%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/optional-timestamps.ndjson-12          538MB/s ± 3%    560MB/s ± 1%   +4.02%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/otel-bridge.ndjson-12                  476MB/s ± 2%    497MB/s ± 1%   +4.49%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/ratelimit.ndjson-12                    627MB/s ± 2%    678MB/s ± 2%   +8.01%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/span-links.ndjson-12                   418MB/s ± 0%    432MB/s ± 3%   +3.44%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/spans.ndjson-12                        698MB/s ± 1%    746MB/s ± 1%   +6.90%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/transactions-huge_traces.ndjson-12     537MB/s ± 0%    567MB/s ± 1%   +5.62%  (p=0.016 n=4+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/transactions.ndjson-12                 484MB/s ± 3%    515MB/s ± 1%   +6.36%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/transactions_spans.ndjson-12           508MB/s ± 1%    548MB/s ± 0%   +7.71%  (p=0.016 n=5+4)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/transactions_spans_rum.ndjson-12       548MB/s ± 1%    578MB/s ± 1%   +5.49%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/transactions_spans_rum_2.ndjson-12     547MB/s ± 2%    578MB/s ± 1%   +5.63%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel8/unknown-span-type.ndjson-12            440MB/s ± 2%    463MB/s ± 1%   +5.32%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/errors.ndjson-12                     821MB/s ± 1%    917MB/s ± 3%  +11.76%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/errors_2.ndjson-12                   664MB/s ± 1%    684MB/s ± 1%   +2.94%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/errors_rum.ndjson-12                 932MB/s ± 1%    956MB/s ± 2%   +2.64%  (p=0.016 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/errors_transaction_id.ndjson-12      671MB/s ± 4%    704MB/s ± 1%   +4.93%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/events.ndjson-12                     545MB/s ± 1%    565MB/s ± 1%   +3.67%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/invalid-event-type.ndjson-12         468MB/s ± 1%    482MB/s ± 2%   +3.00%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/invalid-event.ndjson-12              220MB/s ± 1%    228MB/s ± 1%   +3.49%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/invalid-json-event.ndjson-12         516MB/s ± 2%    531MB/s ± 2%   +2.83%  (p=0.032 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/invalid-json-metadata.ndjson-12      228MB/s ± 1%    238MB/s ± 0%   +4.65%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/invalid-metadata-2.ndjson-12         877MB/s ± 1%    897MB/s ± 1%   +2.26%  (p=0.016 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/logs.ndjson-12                       583MB/s ± 5%    627MB/s ± 4%   +7.55%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/metadata.ndjson-12                   943MB/s ± 1%    972MB/s ± 1%   +3.12%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/metricsets.ndjson-12                 554MB/s ± 2%    582MB/s ± 1%   +5.05%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/minimal.ndjson-12                    503MB/s ± 2%    523MB/s ± 1%   +3.80%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/optional-timestamps.ndjson-12        673MB/s ± 2%    700MB/s ± 2%   +4.04%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/otel-bridge.ndjson-12                567MB/s ± 2%    583MB/s ± 2%   +2.74%  (p=0.032 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/ratelimit.ndjson-12                  714MB/s ± 7%    756MB/s ± 2%   +5.94%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/span-links.ndjson-12                 519MB/s ± 8%    563MB/s ± 1%   +8.53%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/spans.ndjson-12                      821MB/s ± 4%    852MB/s ± 2%   +3.79%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/transactions-huge_traces.ndjson-12   647MB/s ± 2%    682MB/s ± 2%   +5.34%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/transactions.ndjson-12               584MB/s ± 2%    602MB/s ± 2%   +2.97%  (p=0.032 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/transactions_spans.ndjson-12         599MB/s ± 2%    628MB/s ± 4%   +4.82%  (p=0.016 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/transactions_spans_rum.ndjson-12     698MB/s ± 1%    724MB/s ± 1%   +3.70%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/transactions_spans_rum_2.ndjson-12   701MB/s ± 3%    727MB/s ± 1%   +3.84%  (p=0.008 n=5+5)
BackendProcessorParallel/BenchmarkBackendProcessorParallel200/unknown-span-type.ndjson-12          518MB/s ± 4%    538MB/s ± 1%   +3.96%  (p=0.008 n=5+5)
BackendProcessorAsync/heavy.ndjson-12                                                              108MB/s ±23%     86MB/s ±19%  -20.69%  (p=0.032 n=5+5)
ReadBatch/invalid-metadata-2.ndjson-12                                                            24.0MB/s ±81%   16.2MB/s ± 8%  -32.44%  (p=0.016 n=5+5)
ReadBatch/transactions-huge_traces.ndjson-12                                                      44.5MB/s ±20%   58.4MB/s ±34%  +31.42%  (p=0.032 n=5+5)

report generated with https://pkg.go.dev/golang.org/x/perf/cmd/benchstat

@mergify
Copy link
Contributor

mergify bot commented Dec 8, 2022

This pull request is now in conflicts. Could you fix it @carsonip? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b service-metrics-numeric-outcome upstream/service-metrics-numeric-outcome
git merge upstream/main
git push upstream service-metrics-numeric-outcome

@carsonip carsonip force-pushed the service-metrics-numeric-outcome branch from ea5760a to c7fbef0 Compare December 8, 2022 15:30
@carsonip carsonip force-pushed the service-metrics-numeric-outcome branch from c7fbef0 to 3e9c3ab Compare December 8, 2022 15:33
@carsonip carsonip closed this Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-skip Skip notification from the automated backport with mergify
Projects
None yet
Development

Successfully merging this pull request may close these issues.

service metrics: add numeric outcome
2 participants