Skip to content

Commit

Permalink
add pulse telemetry api plugin (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: sonali623 <[email protected]>
  • Loading branch information
sonali623 and sonali623 authored Dec 17, 2024
1 parent 6d32943 commit 8c60ae7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ RUN microdnf install unzip
# setup plugins dir
RUN mkdir -p plugins/

# pulse telemetry api plugin
RUN mkdir -p plugins/pulse-telemapi-plugin/
RUN wget https://github.com/goldmansachs/pulse-telemapi-plugin/releases/download/v1.1.0/build.zip
RUN unzip build.zip
RUN mv -f build/dist/* plugins/pulse-telemapi-plugin/ && rm -r /usr/share/grafana/build.zip && rm -r /usr/share/grafana/build

# sysdig plugin
RUN mkdir -p plugins/sysdig/
RUN wget "https://download.sysdig.com/stable/grafana-sysdig-datasource/grafana-sysdig-datasource-v0.8.tgz"
Expand Down

0 comments on commit 8c60ae7

Please sign in to comment.