Sha256: e0fd76d700979fb62b0c4ea2eddbb595ead835dfc0c121736f607cd46a3222a6
Contents?: true
Size: 320 Bytes
Versions: 2
Compression:
Stored size: 320 Bytes
Contents
# frozen_string_literal: true module Labkit module Correlation # The GRPC module contains functionality for instrumenting GRPC calls module GRPC autoload :GRPCCommon, "labkit/correlation/grpc/grpc_common" autoload :ServerInterceptor, "labkit/correlation/grpc/server_interceptor" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gitlab-labkit-0.7.0 | lib/labkit/correlation/grpc.rb |
gitlab-labkit-0.6.0 | lib/labkit/correlation/grpc.rb |