Skip to content

Conversation

beorn7
Copy link
Member

@beorn7 beorn7 commented May 5, 2015

@juliusv These are the fixes we need in client_golang. prometheus/prometheus code that uses these fixes needs to be changed to not change the fingerprint used in storage.

(Separate PR imminent.)

Move everything over to a more expensive but less collision-prone way.
However, keep the old fingerprinting under the name "FastFingerprint"
to be used in the storage layer (where we need collision detection
anyway).
model/metric.go Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/label values/labels names/?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I screwed up here anyway, should be superset, not subset... will reword...

@juliusv
Copy link
Member

juliusv commented May 6, 2015

👍 besides nits

@beorn7 beorn7 force-pushed the beorn7/fingerprint branch from bace1fe to 41ecb6c Compare May 6, 2015 09:42
@juliusv
Copy link
Member

juliusv commented May 6, 2015

👍

beorn7 added a commit that referenced this pull request May 6, 2015
Fingerprinting fixes in client_golang
@beorn7 beorn7 merged commit 6fa68aa into master May 6, 2015
@beorn7 beorn7 deleted the beorn7/fingerprint branch May 6, 2015 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants