Skip to content

Instantly share code, notes, and snippets.

@hughesjj
Created December 6, 2023 07:21
Show Gist options
  • Save hughesjj/c0d3fe334ccae646ce1a367b309a208b to your computer and use it in GitHub Desktop.
Save hughesjj/c0d3fe334ccae646ce1a367b309a208b to your computer and use it in GitHub Desktop.

Revisions

  1. hughesjj created this gist Dec 6, 2023.
    7 changes: 7 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    FROM golang:bookworm
    RUN git clone https://github.com/open-telemetry/opentelemetry-collector-contrib.git
    WORKDIR ./opentelemetry-collector-contrib
    RUN make install-tools
    RUN make # as of 2023-12-05 fails first on sigv4
    RUN make integration-test # fails on jmx receiver
    # How about we at least add to docs (README.md? CONTRIBUTING.md?) how to test individual recievers?