Skip to content

Commit

Permalink
Fix names of RFCs. (vectordotdev#2839)
Browse files Browse the repository at this point in the history
Signed-off-by: Ana Hobden <[email protected]>
  • Loading branch information
Hoverbear authored Jun 17, 2020
1 parent b5de68d commit 3ee6402
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ Having to, for example, use two transforms just to add 1 field and remove anothe
We noted that the existing lua runtime was able to accomplish these tasks quite elegantly, however it was an order of
magnitude slower than a native transform.

![The Lua transform (v2) operating on a log event with 8 string fields.](./2020-04-15-wasm-plugins/lua-8.svg)
![The native `add_fields` transform operating on a log event with 8 string fields.](./2020-04-15-wasm-plugins/native-8.svg)
![The Lua transform (v2) operating on a log event with 8 string fields.](2020-04-15-2341-wasm-plugins/lua-8.svg)
![The native `add_fields` transform operating on a log event with 8 string fields.](2020-04-15-2341-wasm-plugins/native-8.svg)

Users shouldn't pay a high price just for a few lines saved in a configuration file. They shouldn't feel frustration
when building these kinds of pipelines either.
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.

0 comments on commit 3ee6402

Please sign in to comment.