Skip to content

Tags: saminzadeh/tally

Tags

v3.3.17

Toggle v3.3.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't change Histogram values during Snapshot (uber-go#142)

* Calling Snapshot changes recorded Histograms

Update test to call `scope.Snapshot()` repeatedly.

Call `(*counter).snapshot` instead of `(*counter).value` when compiling
a snapshot of histograms, so as not to alter the value of the histogram
during the operation.

v3.3.16

Toggle v3.3.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow Prometheus reporter listen on unix domain socket address (uber-…

…go#135)

* Allow prometheus reporter listen on unix domain socket address

* Use ListenNetwork field to make it specific

* Unfortunately, CI currently does not support ipv6

* Address comment

Co-authored-by: Fuyuan Bie <[email protected]>

v3.3.15

Toggle v3.3.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Optimize Scope.cacheReport (uber-go#121)

v3.3.14

Toggle v3.3.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use raw concat instead of fmt.Sprintf for fullyQualifiedName (uber-go…

…#124)

v3.3.13

Toggle v3.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add context/test for Tally<>Prometheus usage discrepancies (uber-go#114)

v3.3.12

Toggle v3.3.12's commit message
Flush reporter from root scope only (uber-go#108)

v3.3.11

Toggle v3.3.11's commit message
Vendor apache thrift due to build incompatibility >= 0.10.0 (uber-go#104

)

* Vendor apache thrift due to build incompatibilities between 0.11.0 and 0.12.0
* Vendor 0.10.0 without dependencies on context
* Fix lint
* Rename vendored files to thirdparty

v3.3.10

Toggle v3.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix OnRegisterError not being called correctly when listen port in use (

uber-go#103)

v3.3.9

Toggle v3.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pin dependencies to semver (uber-go#102)

v3.3.8

Toggle v3.3.8's commit message
Use RWMutex instead of defer/recover to avoid publishing to closed ch…

…annel in M3 reporter (uber-go#90)