Florian Schlichting

Results 14 comments of Florian Schlichting

ok, so `/redfish/v1/Systems/System.Embedded.1` has a few `PCIeFunctions`: ``` "PCIeFunctions": [ { "@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/130-0-0" }, { "@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/130-0-1" }, { "@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/9-0-0" }, { "@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/0-0-0" }, { "@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/0-23-4" },...

ok, so three weeks ago I was confused, because what I was seeing didn't match my memories and I had a hard time reproducing the original issue. Today I took...

@hanchao131415 what is your `BiosVersion` value from `/redfish/v1/Systems/System.Embedded.1`? If it is less than 2.17.0, does the issue persist when you upgrade to the current server firmware?

relabelling happens *after* the metrics are collected, if you want to add a param to the request, it needs to go into "params": ``` - job_name: redfish-dell metrics_path: /redfish params:...