mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08:00
Merge pull request #7964 from prometheus/release-2.21
Eureka: Fix service discovery when compiled in 32-bit (#7961)
This commit is contained in:
commit
b0145884d3
|
@ -55,8 +55,6 @@ type Instance struct {
|
|||
DataCenterInfo *DataCenterInfo `xml:"dataCenterInfo"`
|
||||
Metadata *MetaData `xml:"metadata"`
|
||||
IsCoordinatingDiscoveryServer bool `xml:"isCoordinatingDiscoveryServer"`
|
||||
LastUpdatedTimestamp int `xml:"lastUpdatedTimestamp"`
|
||||
LastDirtyTimestamp int `xml:"lastDirtyTimestamp"`
|
||||
ActionType string `xml:"actionType"`
|
||||
CountryID int `xml:"countryId"`
|
||||
InstanceID string `xml:"instanceId"`
|
||||
|
|
Loading…
Reference in a new issue