-
Notifications
You must be signed in to change notification settings - Fork 1.8k
docs(external): add docs for haversine
VRL function
#23336
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution! I left you some feedback and suggestions for your review, mainly for clarity and consistency. Please re-request a review when ready.
Co-authored-by: Rosa Trieu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can also do a cargo update -p vrl
now after the VRL PR is merged.
1720078
to
ffe54be
Compare
Head branch was pushed to by a user without write access
…3336) * docs(external): add docs for `haversine` VRL function Related: vectordotdev/vrl#1442 * Apply suggestions from code review Co-authored-by: Rosa Trieu <[email protected]> * Rename haversine function in docs * Add map category to docs * Fix docs formatting * Generate #FunctionCategory disjunction from list to reduce duplication * Update names of arguments * Update VRL * Update VRL * Update types for haversine in docs --------- Co-authored-by: Rosa Trieu <[email protected]> Co-authored-by: Pavlos Rontidis <[email protected]>
Summary
Adds docs for the new
haversine
VRL function.Change Type
Is this a breaking change?
Does this PR include user facing changes?
no-changelog
label to this PR.References
haversine
function vrl#1442Notes
@vectordotdev/vector
to reach out to us regarding this PR.pre-push
hook, please see this template.cargo fmt --all
cargo clippy --workspace --all-targets -- -D warnings
cargo nextest run --workspace
(alternatively, you can runcargo test --all
)git merge origin master
andgit push
.Cargo.lock
), pleaserun
cargo vdev build licenses
to regenerate the license inventory and commit the changes (if any). More details here.