diff --git a/operations/alloy-syntax-jsonnet/README.md b/operations/alloy-syntax-jsonnet/README.md new file mode 100644 index 0000000000..b63ef8d8cd --- /dev/null +++ b/operations/alloy-syntax-jsonnet/README.md @@ -0,0 +1,65 @@ +# `alloy-syntax-jsonnet` library + +The `alloy-syntax-jsonnet` library makes it possible to create Alloy syntax +config files using Jsonnet. + +To manifest a configuration file, call `alloy.manifestAlloy(value)`. + +Field names from objects are expected to follow one of the three forms: + +* `` for Alloy attributes (e.g., `foobar`). +* `block ` for unlabeled Alloy blocks (e.g., `block exporter.unix`) +* `block