Skip to content

Commit

Permalink
feat(packages): remove otel-desktop-viewer & grafana-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Dec 19, 2023
1 parent d186bfc commit 8fba246
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 19,308 deletions.
2 changes: 0 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
## Packages

- [grafana-agent](https://github.com/grafana/agent) - Vendor-neutral programmable observability pipelines
- [otel-collector-builder](https://github.com/open-telemetry/opentelemetry-collector/tree/main/cmd/builder) - Generates a custom OpenTelemetry Collector binary based on a given configuration
- [otel-desktop-viewer](https://github.com/open-telemetry/opentelemetry-collector/tree/main/cmd/builder) - Receive OpenTelemetry traces while working on your local machine
- [tracetest](https://github.com/kubeshop/tracetest) - Build integration and end-to-end tests in minutes using OpenTelemetry and trace-based testing

## Library
Expand Down
3 changes: 0 additions & 3 deletions src/packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ final:
prev:

{
grafana-agent = (prev.callPackage ./grafana-agent { }) { };
otel-collector-builder = prev.callPackage ./otel-collector-builder.nix { };
# ToDo: use upstream https://github.com/NixOS/nixpkgs/pull/265436
otel-desktop-viewer = prev.callPackage ./otel-desktop-viewer.nix { };
tracetest = prev.callPackage ./tracetest.nix { };
}
111 changes: 0 additions & 111 deletions src/packages/grafana-agent/default.nix

This file was deleted.

Loading

0 comments on commit 8fba246

Please sign in to comment.