Skip to content

Commit 2bf917c

Browse files
authored
Include workaround for duplicate PCI devices
``` * [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 ```
1 parent 8c17f0f commit 2bf917c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:alpine as builder
22
RUN apk add --no-cache git
3-
RUN git clone https://github.com/jovial/redfish_exporter /build && cd /build && git checkout feature/log_counts
3+
RUN git clone https://github.com/jovial/redfish_exporter /build && cd /build && git checkout 59d1061fb0370cf72e1f813dfcc425f139be49d7
44
WORKDIR /build
55
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o main .
66
FROM scratch

0 commit comments

Comments
 (0)