Skip to content

Commit

Permalink
Include workaround for duplicate PCI devices
Browse files Browse the repository at this point in the history
```
* [from Gatherer #2] collected metric "redfish_system_pcie_device_health_state" { label:<name:"hostname" value:"" > label:<name:"pcie_device" value:"Starship/Matisse PCIe Dummy Host Bridge" > label:<name:"pcie_device_id" value:"64-7" > label:<name:"resource" value:"pcie_device" > gauge:<value:1 > } was collected before with the same name and label values
```
  • Loading branch information
jovial authored Apr 28, 2023
1 parent 8c17f0f commit 2bf917c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:alpine as builder
RUN apk add --no-cache git
RUN git clone https://github.com/jovial/redfish_exporter /build && cd /build && git checkout feature/log_counts
RUN git clone https://github.com/jovial/redfish_exporter /build && cd /build && git checkout 59d1061fb0370cf72e1f813dfcc425f139be49d7
WORKDIR /build
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o main .
FROM scratch
Expand Down

0 comments on commit 2bf917c

Please sign in to comment.