s12v / awsbeats

AWS Kinesis plugin for Filebeat
Apache License 2.0
61 stars 26 forks source link

feat(docker): APM Server + Awsbeats #33

Closed mumoshu closed 6 years ago

mumoshu commented 6 years ago

Elastic APM Server + Awsbeats can be run inside a docker container. It allows you to send APM transactions and spans via e.g. the Kinesis Streams output plugin.

Resolves #32

codecov-io commented 6 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   63.63%   63.63%           
=======================================
  Files           4        4           
  Lines         132      132           
=======================================
  Hits           84       84           
  Misses         42       42           
  Partials        6        6

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a086eea...8188b65. Read the comment docs.

mumoshu commented 6 years ago

This codacy check seems a little strict :)

image

s12v commented 6 years ago

This codacy check seems a little strict :)

it's just a hint ;-)

mumoshu commented 6 years ago

Got it! Thanks for the review. I made my dockerfile as clean as possible to reduce lint errors at minimum anyway.