Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: golang-github-uber-tally-devel | Distribution: Mageia |
Version: 4.1.2 | Vendor: Mageia.Org |
Release: 1.mga9 | Build date: Sun Sep 11 12:49:14 2022 |
Group: Development/Other | Build host: localhost |
Size: 707930 | Source RPM: golang-github-uber-tally-4.1.2-1.mga9.src.rpm |
Packager: guillomovitch <guillomovitch> | |
Url: https://github.com/uber-go/tally | |
Summary: Go metrics interface with fast buffered metrics and third party reporters |
Tally provides a common interface for emitting metrics, while letting you not worry about the velocity of metrics emission. By default it buffers counters, gauges and histograms at a specified interval but does not buffer timer values. This is primarily so timer values can have all their values sampled if desired and if not they can be sampled as summaries or histograms independently by a reporter. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/uber-go/tally
MIT
* Sun Sep 11 2022 guillomovitch <guillomovitch> 4.1.2-1.mga9 + Revision: 1887172 - new version 4.1.2 + umeabot <umeabot> - Mageia 9 Mass Rebuild * Sun Nov 21 2021 guillomovitch <guillomovitch> 4.0.1-1.mga9 + Revision: 1758516 - imported package golang-github-uber-tally
/usr/share/doc/golang-github-uber-tally-devel /usr/share/doc/golang-github-uber-tally-devel/README.md /usr/share/doc/golang-github-uber-tally-devel/example /usr/share/doc/golang-github-uber-tally-devel/example/README.md /usr/share/doc/golang-github-uber-tally-devel/example/main.go /usr/share/gocode/src/github.com /usr/share/gocode/src/github.com/uber-go /usr/share/gocode/src/github.com/uber-go/tally /usr/share/gocode/src/github.com/uber-go/tally/.goipath /usr/share/gocode/src/github.com/uber-go/tally/README.md /usr/share/gocode/src/github.com/uber-go/tally/example /usr/share/gocode/src/github.com/uber-go/tally/example/README.md /usr/share/gocode/src/github.com/uber-go/tally/go.mod /usr/share/gocode/src/github.com/uber-go/tally/histogram.go /usr/share/gocode/src/github.com/uber-go/tally/histogram_test.go /usr/share/gocode/src/github.com/uber-go/tally/instrument /usr/share/gocode/src/github.com/uber-go/tally/instrument/call.go /usr/share/gocode/src/github.com/uber-go/tally/instrument/call_test.go /usr/share/gocode/src/github.com/uber-go/tally/instrument/types.go /usr/share/gocode/src/github.com/uber-go/tally/internal /usr/share/gocode/src/github.com/uber-go/tally/internal/cache /usr/share/gocode/src/github.com/uber-go/tally/internal/cache/string_intern.go /usr/share/gocode/src/github.com/uber-go/tally/internal/cache/tag_cache.go /usr/share/gocode/src/github.com/uber-go/tally/internal/identity /usr/share/gocode/src/github.com/uber-go/tally/internal/identity/accumulator.go /usr/share/gocode/src/github.com/uber-go/tally/internal/identity/accumulator_benchmark_test.go /usr/share/gocode/src/github.com/uber-go/tally/key_gen.go /usr/share/gocode/src/github.com/uber-go/tally/key_gen_test.go /usr/share/gocode/src/github.com/uber-go/tally/m3 /usr/share/gocode/src/github.com/uber-go/tally/m3/config.go /usr/share/gocode/src/github.com/uber-go/tally/m3/config_test.go /usr/share/gocode/src/github.com/uber-go/tally/m3/customtransports /usr/share/gocode/src/github.com/uber-go/tally/m3/customtransports/buffered_read_transport.go /usr/share/gocode/src/github.com/uber-go/tally/m3/customtransports/buffered_read_transport_test.go /usr/share/gocode/src/github.com/uber-go/tally/m3/customtransports/m3_calc_transport.go /usr/share/gocode/src/github.com/uber-go/tally/m3/customtransports/m3_calc_transport_test.go /usr/share/gocode/src/github.com/uber-go/tally/m3/example /usr/share/gocode/src/github.com/uber-go/tally/m3/example/README.md /usr/share/gocode/src/github.com/uber-go/tally/m3/reporter.go /usr/share/gocode/src/github.com/uber-go/tally/m3/reporter_benchmark_test.go /usr/share/gocode/src/github.com/uber-go/tally/m3/reporter_integration_test.go /usr/share/gocode/src/github.com/uber-go/tally/m3/reporter_test.go /usr/share/gocode/src/github.com/uber-go/tally/m3/resource_pool.go /usr/share/gocode/src/github.com/uber-go/tally/m3/resource_pool_test.go /usr/share/gocode/src/github.com/uber-go/tally/m3/sanitize.go /usr/share/gocode/src/github.com/uber-go/tally/m3/scope_test.go /usr/share/gocode/src/github.com/uber-go/tally/m3/thrift /usr/share/gocode/src/github.com/uber-go/tally/m3/thrift/v1 /usr/share/gocode/src/github.com/uber-go/tally/m3/thrift/v1/constants.go /usr/share/gocode/src/github.com/uber-go/tally/m3/thrift/v1/m3.go /usr/share/gocode/src/github.com/uber-go/tally/m3/thrift/v1/ttypes.go /usr/share/gocode/src/github.com/uber-go/tally/m3/thrift/v2 /usr/share/gocode/src/github.com/uber-go/tally/m3/thrift/v2/constants.go /usr/share/gocode/src/github.com/uber-go/tally/m3/thrift/v2/m3.go /usr/share/gocode/src/github.com/uber-go/tally/m3/thrift/v2/ttypes.go /usr/share/gocode/src/github.com/uber-go/tally/m3/thriftudp /usr/share/gocode/src/github.com/uber-go/tally/m3/thriftudp/multitransport.go /usr/share/gocode/src/github.com/uber-go/tally/m3/thriftudp/multitransport_test.go /usr/share/gocode/src/github.com/uber-go/tally/m3/thriftudp/transport.go /usr/share/gocode/src/github.com/uber-go/tally/m3/thriftudp/transport_test.go /usr/share/gocode/src/github.com/uber-go/tally/multi /usr/share/gocode/src/github.com/uber-go/tally/multi/README.md /usr/share/gocode/src/github.com/uber-go/tally/multi/reporter.go /usr/share/gocode/src/github.com/uber-go/tally/multi/reporter_test.go /usr/share/gocode/src/github.com/uber-go/tally/pool.go /usr/share/gocode/src/github.com/uber-go/tally/prometheus /usr/share/gocode/src/github.com/uber-go/tally/prometheus/README.md /usr/share/gocode/src/github.com/uber-go/tally/prometheus/config.go /usr/share/gocode/src/github.com/uber-go/tally/prometheus/config_test.go /usr/share/gocode/src/github.com/uber-go/tally/prometheus/example /usr/share/gocode/src/github.com/uber-go/tally/prometheus/example/README.md /usr/share/gocode/src/github.com/uber-go/tally/prometheus/reporter.go /usr/share/gocode/src/github.com/uber-go/tally/prometheus/reporter_test.go /usr/share/gocode/src/github.com/uber-go/tally/prometheus/sanitize.go /usr/share/gocode/src/github.com/uber-go/tally/reporter.go /usr/share/gocode/src/github.com/uber-go/tally/sanitize.go /usr/share/gocode/src/github.com/uber-go/tally/sanitize_test.go /usr/share/gocode/src/github.com/uber-go/tally/scope.go /usr/share/gocode/src/github.com/uber-go/tally/scope_benchmark_test.go /usr/share/gocode/src/github.com/uber-go/tally/scope_registry.go /usr/share/gocode/src/github.com/uber-go/tally/scope_registry_test.go /usr/share/gocode/src/github.com/uber-go/tally/scope_test.go /usr/share/gocode/src/github.com/uber-go/tally/stats.go /usr/share/gocode/src/github.com/uber-go/tally/stats_benchmark_test.go /usr/share/gocode/src/github.com/uber-go/tally/stats_test.go /usr/share/gocode/src/github.com/uber-go/tally/statsd /usr/share/gocode/src/github.com/uber-go/tally/statsd/README.md /usr/share/gocode/src/github.com/uber-go/tally/statsd/example /usr/share/gocode/src/github.com/uber-go/tally/statsd/example/README.md /usr/share/gocode/src/github.com/uber-go/tally/statsd/reporter.go /usr/share/gocode/src/github.com/uber-go/tally/statsd/reporter_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/application_exception.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/application_exception_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/binary_protocol.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/binary_protocol_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/buffered_transport.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/buffered_transport_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/compact_protocol.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/compact_protocol_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/debug_protocol.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/deserializer.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/exception.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/exception_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/field.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/framed_transport.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/framed_transport_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/http_client.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/http_client_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/http_transport.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/iostream_transport.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/iostream_transport_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/json_protocol.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/json_protocol_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/lowlevel_benchmarks_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/memory_buffer.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/memory_buffer_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/messagetype.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/multiplexed_protocol.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/numeric.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/pointerize.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/processor.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/processor_factory.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/protocol.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/protocol_exception.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/protocol_factory.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/protocol_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/rich_transport.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/rich_transport_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/serializer.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/serializer_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/serializer_types_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/server.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/server_socket.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/server_socket_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/server_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/server_transport.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/simple_json_protocol.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/simple_json_protocol_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/simple_server.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/socket.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/ssl_server_socket.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/ssl_socket.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/transport.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/transport_exception.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/transport_exception_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/transport_factory.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/transport_test.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/type.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/zlib_transport.go /usr/share/gocode/src/github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift/zlib_transport_test.go /usr/share/gocode/src/github.com/uber-go/tally/tools /usr/share/gocode/src/github.com/uber-go/tally/tools/doc.go /usr/share/gocode/src/github.com/uber-go/tally/tools/tools.go /usr/share/gocode/src/github.com/uber-go/tally/types.go /usr/share/gocode/src/github.com/uber-go/tally/version.go /usr/share/licenses/golang-github-uber-tally-devel /usr/share/licenses/golang-github-uber-tally-devel/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jan 20 09:27:07 2025