Merge pull request #7964 from prometheus/release-2.21

Eureka: Fix service discovery when compiled in 32-bit (#7961)
This commit is contained in:
Julien Pivotto 2020-09-22 20:07:08 +02:00 committed by GitHub
commit b0145884d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"`