mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
* add jaeger support, link hot container & req span * adds jaeger support now with FN_JAEGER_URL, there's a simple tutorial in the operating/metrics.md file now and it's pretty easy to get up and running. * links a hot request span to a hot container span. when we change this to sample at a lower ratio we'll need to finagle the hot container span to always sample or something, otherwise we'll hide that info. at least, since we're sampling at 100% for now if this is flipped on, can see freeze/unfreeze etc. if they hit. this is useful for debugging. note that zipkin's exporter does not follow the link at all, hence jaeger... and they're backed by the Cloud Empire now (CNCF) so we'll probably use it anyway. * vendor: add thrift for jaeger
55 lines
2.0 KiB
Plaintext
55 lines
2.0 KiB
Plaintext
# This is the official list of people who can contribute
|
|
# (and typically have contributed) code to the repository.
|
|
# The AUTHORS file lists the copyright holders; this file
|
|
# lists people. For example, Google employees are listed here
|
|
# but not in AUTHORS, because Google holds the copyright.
|
|
#
|
|
# The submission process automatically checks to make sure
|
|
# that people submitting code are listed in this file (by email address).
|
|
#
|
|
# Names should be added to this file only after verifying that
|
|
# the individual or the individual's organization has agreed to
|
|
# the appropriate Contributor License Agreement, found here:
|
|
#
|
|
# https://cla.developers.google.com/about/google-individual
|
|
# https://cla.developers.google.com/about/google-corporate
|
|
#
|
|
# The CLA can be filled out on the web:
|
|
#
|
|
# https://cla.developers.google.com/
|
|
#
|
|
# When adding J Random Contributor's name to this file,
|
|
# either J's name or J's organization's name should be
|
|
# added to the AUTHORS file, depending on whether the
|
|
# individual or corporate CLA was used.
|
|
|
|
# Names should be added to this file like so:
|
|
# Name <email address>
|
|
#
|
|
# An entry with two email addresses specifies that the
|
|
# first address should be used in the submit logs and
|
|
# that the second address should be recognized as the
|
|
# same person when interacting with Rietveld.
|
|
|
|
# Please keep the list sorted.
|
|
|
|
Alain Vongsouvanhalainv <alainv@google.com>
|
|
Andrew Gerrand <adg@golang.org>
|
|
Brad Fitzpatrick <bradfitz@golang.org>
|
|
Eric Koleda <ekoleda+devrel@googlers.com>
|
|
Francesc Campoy <campoy@golang.org>
|
|
Garrick Evans <garrick@google.com>
|
|
Glenn Lewis <gmlewis@google.com>
|
|
Ivan Krasin <krasin@golang.org>
|
|
Jason Hall <jasonhall@google.com>
|
|
Johan Euphrosine <proppy@google.com>
|
|
Kostik Shtoyk <kostik@google.com>
|
|
Kunpei Sakai <namusyaka@gmail.com>
|
|
Matthew Whisenhunt <matt.whisenhunt@gmail.com>
|
|
Michael McGreevy <mcgreevy@golang.org>
|
|
Nick Craig-Wood <nickcw@gmail.com>
|
|
Ross Light <light@google.com>
|
|
Sarah Adams <shadams@google.com>
|
|
Scott Van Woudenberg <scottvw@google.com>
|
|
Takashi Matsuo <tmatsuo@google.com>
|