You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of our overarching developer docs issues are kind of old (#4059 was a bit dated so we decided to close it) so @jsoriano And I decided to open a new meta-issue, as I in particular had some problems with the Beats developer guide before I got here.
A best practices document for metricsets, to standardize things like test layout, error handling, etc.
Data transformation for metricsets is mentioned in two places, here and here. The first page demonstrates a typical example of a data.go file, but data.go itself and usage of the standard eventMapping() function is explicitly called out in the second page. Maybe this should all be in one place?
All of our overarching developer docs issues are kind of old (#4059 was a bit dated so we decided to close it) so @jsoriano And I decided to open a new meta-issue, as I in particular had some problems with the Beats developer guide before I got here.
_meta/data.json
once in the context of it being an autogenerated file, but I can't find any further information on what it does, why it's there, etc. [metricbeat] Expand metricbeat dev guide for testing #12105make fmt
should probably be mentioned, as CI will test this.docs/devguide/newbeat.asciidoc
#7159fields.yml
Document fields.yml #6049Older issues that need looking at:
module/{module}/module.yml
file in the developper guide #5658Metricbeat specific:
data.go
file, butdata.go
itself and usage of the standardeventMapping()
function is explicitly called out in the second page. Maybe this should all be in one place?TestData()
andTestFetch()
integration tests that most metricsets have. [metricbeat] Expand metricbeat dev guide for testing #12105The text was updated successfully, but these errors were encountered: