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
We heavily use JAQ in Weaver for filtering and pre-processing before the code/documentation generation phase. We’ve created a series of custom jq functions to make life easier for Weaver users. It would be interesting to reuse these custom functions directly in JNV when piping Weaver into JNV.
Example of JQ functions used in Weaver: https://github.com/open-telemetry/weaver/blob/main/defaults/jq/semconv.jq
Something like the following command line will be nice:
We heavily use
JAQ
in Weaver for filtering and pre-processing before the code/documentation generation phase. We’ve created a series of customjq
functions to make life easier for Weaver users. It would be interesting to reuse these custom functions directly inJNV
when piping Weaver into JNV.Example of JQ functions used in Weaver:
https://github.com/open-telemetry/weaver/blob/main/defaults/jq/semconv.jq
Something like the following command line will be nice:
The text was updated successfully, but these errors were encountered: