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

Support the output format of Windows exporter #2

Open
fujimotos opened this issue Feb 2, 2022 · 0 comments
Open

Support the output format of Windows exporter #2

fujimotos opened this issue Feb 2, 2022 · 0 comments

Comments

@fujimotos
Copy link
Contributor

See https://github.com/fluent-plugins-nursery/fluent-plugin-windows-exporter.

Generally the current format is such a large binary msgpack object that
no existing filter plugin (e.g. filter_grep) cannot be used against it.

Windows plugin produces events in a better format, and it's preferable for Linux
plugin to support such format as well.

Current Format (msgpack binary)

2022-02-02 17:20:38.437816453 +0900 node_metrics: {"cmetrics":"metaver\u0002type
\u0001optsnsnodessnametime_secondsdesc*System time in seconds since epoch 
(1970).label_dictionarystatic_labelslabelsvaluests\u0016Th
ՄvalueA~\u0000\u0000"}

The same record in a new format

2022-02-02 17:20:38.437816453 +0900 node_metrics {"type": "gauge", "name":
"node_time_seconds", "value": 1643790130.0 } 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant