Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTraceRoundTripper ¶
func NewTraceRoundTripper(inner http.RoundTripper, tc *trace.Client, prefix string) http.RoundTripper
func PostHelper ¶
func PostHelper(ctx context.Context, httpClient *http.Client, tc *trace.Client, method string, endpoint string, bodyObject interface{}, action string, compress bool, extraTags map[string]string, log *logrus.Logger) error
PostHelper is shared code for POSTing to an endpoint, that consumes JSON, is zlib- compressed, that returns 202 on success, that has a small response action as a string used for statsd metric names and log messages emitted from this function - probably a static string for each callsite you can disable compression with compress=false for endpoints that don't support it
Types ¶
type TraceRoundTripper ¶
type TraceRoundTripper struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.