Merge pull request #7964 from prometheus/release-2.21

Eureka: Fix service discovery when compiled in 32-bit (#7961)
pull/7968/head
Julien Pivotto 4 years ago committed by GitHub
commit b0145884d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save