Skip to content

Commit

Permalink
docs(readme): add cachix section
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Nov 30, 2023
1 parent 0aad5dc commit 1a15655
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,12 @@ packages.x86_64-linux.default = pkgs.mkOtelCollectorBuilderConfiguration {
- `pname`: The configuration name.
- `version`: The configuration version.
- `config`: The configuration to use. It must match the exact YAML representation of the configuration options mentionned in the builder [documentation](https://github.com/open-telemetry/opentelemetry-collector/tree/main/cmd/builder#configuration) for `extensions, exporters, receivers, processors & replaces` options.
- `goPackage`: The go package to use when building the generated configuration file with the OpenTelemetry collector builder.
- `goPackage`: The go package to use when building the generated configuration file with the OpenTelemetry collector builder.

## Cachix

Cachix is used to store package binaries.

To use our cache, run `cachix use opentelemetry`.

Refer to the [documentation](https://docs.cachix.org/) to install Cachix.

0 comments on commit 1a15655

Please sign in to comment.