mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 06:04: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"`
|
DataCenterInfo *DataCenterInfo `xml:"dataCenterInfo"`
|
||||||
Metadata *MetaData `xml:"metadata"`
|
Metadata *MetaData `xml:"metadata"`
|
||||||
IsCoordinatingDiscoveryServer bool `xml:"isCoordinatingDiscoveryServer"`
|
IsCoordinatingDiscoveryServer bool `xml:"isCoordinatingDiscoveryServer"`
|
||||||
LastUpdatedTimestamp int `xml:"lastUpdatedTimestamp"`
|
|
||||||
LastDirtyTimestamp int `xml:"lastDirtyTimestamp"`
|
|
||||||
ActionType string `xml:"actionType"`
|
ActionType string `xml:"actionType"`
|
||||||
CountryID int `xml:"countryId"`
|
CountryID int `xml:"countryId"`
|
||||||
InstanceID string `xml:"instanceId"`
|
InstanceID string `xml:"instanceId"`
|
||||||
|
|
Loading…
Reference in a new issue