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
1 changed files with 0 additions and 2 deletions

View File

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