-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: prometheus/client_golang
base: v1.2.0
head repository: prometheus/client_golang
compare: v1.2.1
- 10 commits
- 8 files changed
- 2 contributors
Commits on Oct 15, 2019
-
Use a cleaner initialization of
separatorByteSlice
The `const separatorByte` wasn't used anymore actually. In `vec.go`, we were using `model.SeparatorByte`, which is better anyway. So remove the unused constant and initialize `separatorByteSlice` with `model.SeparatorByte`, too. Signed-off-by: beorn7 <beorn@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for 19af62d - Browse repository at this point
Copy the full SHA 19af62dView commit details -
Merge pull request #659 from prometheus/beorn7/nit
Use a cleaner initialization of `separatorByteSlice`
Configuration menu - View commit details
-
Copy full SHA for 39fc195 - Browse repository at this point
Copy the full SHA 39fc195View commit details
Commits on Oct 16, 2019
-
`gofmt -s` taught me that this is possible. Signed-off-by: beorn7 <beorn@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for 679da92 - Browse repository at this point
Copy the full SHA 679da92View commit details -
Configuration menu - View commit details
-
Copy full SHA for b292466 - Browse repository at this point
Copy the full SHA b292466View commit details
Commits on Oct 17, 2019
-
Add more precise Go version requirements.
Signed-off-by: beorn7 <beorn@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for 82cc0ac - Browse repository at this point
Copy the full SHA 82cc0acView commit details -
ensure same collectorID calculated on reg and unreg
Signed-off-by: Leo Antunes <leo@costela.net>
Configuration menu - View commit details
-
Copy full SHA for 4be0ab4 - Browse repository at this point
Copy the full SHA 4be0ab4View commit details -
Merge pull request #663 from costela/master
Fix collectorID calculation for Unregister()
Configuration menu - View commit details
-
Copy full SHA for 82ce871 - Browse repository at this point
Copy the full SHA 82ce871View commit details -
Merge pull request #664 from prometheus/beorn7/doc
Add more precise Go version requirements.
Configuration menu - View commit details
-
Copy full SHA for 82e1269 - Browse repository at this point
Copy the full SHA 82e1269View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ff8004 - Browse repository at this point
Copy the full SHA 8ff8004View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5545057 - Browse repository at this point
Copy the full SHA 5545057View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.0...v1.2.1