SYMBOL INDEX (7236 symbols across 736 files) FILE: .github/scripts/ci-summary-report-publish.js constant COMMENT_TAG (line 30) | const COMMENT_TAG = ''; function safeNum (line 39) | function safeNum(v) { constant METRIC_NAME_RE (line 46) | const METRIC_NAME_RE = /^[a-zA-Z_:][a-zA-Z0-9_:]*$/; constant MAX_METRIC_NAME_LEN (line 47) | const MAX_METRIC_NAME_LEN = 200; constant MAX_SNAPSHOT_NAME_LEN (line 48) | const MAX_SNAPSHOT_NAME_LEN = 200; constant MAX_SNAPSHOTS (line 49) | const MAX_SNAPSHOTS = 50; constant MAX_METRIC_NAMES_PER_SNAPSHOT (line 50) | const MAX_METRIC_NAMES_PER_SNAPSHOT = 200; constant SNAPSHOT_NAME_RE (line 53) | const SNAPSHOT_NAME_RE = /^[a-zA-Z0-9_.\-]+$/; function sanitizeMetricName (line 61) | function sanitizeMetricName(name) { function sanitizeSnapshots (line 74) | function sanitizeSnapshots(raw) { function computeMetrics (line 111) | function computeMetrics(s) { function computeCoverage (line 137) | function computeCoverage(s) { function formatMetricsDetail (line 163) | function formatMetricsDetail(snapshots) { function buildCommentBody (line 206) | function buildCommentBody(metricsText, coverageText, footer, { metricsSn... function postCheckRun (line 240) | async function postCheckRun(github, owner, repo, headSha, name, conclusi... function postOrUpdateComment (line 266) | async function postOrUpdateComment(github, owner, repo, prNumber, body, ... function handler (line 305) | async function handler({ github, core, fs, inputs }) { FILE: .github/scripts/list-open-prs-by-author.js function fetchOpenPRsByAuthor (line 20) | async function fetchOpenPRsByAuthor(octokit, owner, repo) { function displayResults (line 64) | function displayResults(prsByAuthor) { function displayCSV (line 108) | function displayCSV(prsByAuthor) { function main (line 121) | async function main() { FILE: .github/scripts/pr-quota-manager.js constant LABEL_NAME (line 15) | const LABEL_NAME = 'pr-quota-reached'; constant LABEL_COLOR (line 16) | const LABEL_COLOR = 'CFD3D7'; function formatStatus (line 24) | function formatStatus(openCount, quota) { function calculateQuota (line 33) | function calculateQuota(mergedCount) { function fetchAuthorPRs (line 49) | async function fetchAuthorPRs(octokit, owner, repo, author) { function processQuotaForAuthor (line 118) | async function processQuotaForAuthor(octokit, owner, repo, author, logge... function ensureLabelExists (line 206) | async function ensureLabelExists(octokit, owner, repo, logger) { function addLabel (line 232) | async function addLabel(octokit, owner, repo, issueNumber, logger) { function removeLabel (line 248) | async function removeLabel(octokit, owner, repo, issueNumber, logger) { function hasBlockingComment (line 267) | async function hasBlockingComment(octokit, owner, repo, issueNumber) { function postBlockingComment (line 284) | async function postBlockingComment(octokit, owner, repo, issueNumber, au... function postUnblockingComment (line 314) | async function postUnblockingComment(octokit, owner, repo, issueNumber, ... function main (line 337) | async function main() { function githubActionHandler (line 374) | async function githubActionHandler({github, core, username, owner, repo,... FILE: .github/scripts/waiting-for-author.js function addLabel (line 107) | async function addLabel(github, owner, repo, issueNumber, label, logger) { function removeLabel (line 132) | async function removeLabel(github, owner, repo, issueNumber, label, logg... function isMaintainer (line 158) | async function isMaintainer(github, owner, repo, username, logger) { FILE: cmd/anonymizer/app/anonymizer/anonymizer.go constant PermUserRW (line 32) | PermUserRW = 0o600 type mapping (line 36) | type mapping struct type Anonymizer (line 46) | type Anonymizer struct method Stop (line 102) | func (a *Anonymizer) Stop() { method SaveMapping (line 110) | func (a *Anonymizer) SaveMapping() { method mapServiceName (line 125) | func (a *Anonymizer) mapServiceName(service string) string { method mapOperationName (line 129) | func (a *Anonymizer) mapOperationName(service, operation string) string { method mapString (line 134) | func (a *Anonymizer) mapString(v string, m map[string]string) string { method AnonymizeSpan (line 152) | func (a *Anonymizer) AnonymizeSpan(span *model.Span) *uimodel.Span { type Options (line 57) | type Options struct function New (line 66) | func New(mappingFile string, options Options, logger *zap.Logger) *Anony... function hash (line 145) | func hash(value string) string { function filterStandardTags (line 191) | func filterStandardTags(tags []model.KeyValue) []model.KeyValue { function filterCustomTags (line 215) | func filterCustomTags(tags []model.KeyValue) []model.KeyValue { function hashTags (line 227) | func hashTags(tags []model.KeyValue) []model.KeyValue { FILE: cmd/anonymizer/app/anonymizer/anonymizer_test.go function TestNew (line 70) | func TestNew(t *testing.T) { function TestAnonymizer_SaveMapping (line 95) | func TestAnonymizer_SaveMapping(t *testing.T) { function TestAnonymizer_FilterStandardTags (line 128) | func TestAnonymizer_FilterStandardTags(t *testing.T) { function TestAnonymizer_FilterCustomTags (line 137) | func TestAnonymizer_FilterCustomTags(t *testing.T) { function TestAnonymizer_Hash (line 145) | func TestAnonymizer_Hash(t *testing.T) { function TestAnonymizer_AnonymizeSpan_AllTrue (line 152) | func TestAnonymizer_AnonymizeSpan_AllTrue(t *testing.T) { function TestAnonymizer_AnonymizeSpan_AllFalse (line 171) | func TestAnonymizer_AnonymizeSpan_AllFalse(t *testing.T) { function TestAnonymizer_MapString_Present (line 190) | func TestAnonymizer_MapString_Present(t *testing.T) { function TestAnonymizer_MapString_Absent (line 200) | func TestAnonymizer_MapString_Absent(t *testing.T) { function TestAnonymizer_MapServiceName (line 208) | func TestAnonymizer_MapServiceName(t *testing.T) { function TestAnonymizer_MapOperationName (line 220) | func TestAnonymizer_MapOperationName(t *testing.T) { FILE: cmd/anonymizer/app/anonymizer/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: cmd/anonymizer/app/flags.go type Options (line 11) | type Options struct method AddFlags (line 38) | func (o *Options) AddFlags(command *cobra.Command) { constant queryGRPCHostPortFlag (line 25) | queryGRPCHostPortFlag = "query-host-port" constant outputDirFlag (line 26) | outputDirFlag = "output-dir" constant traceIDFlag (line 27) | traceIDFlag = "trace-id" constant hashStandardTagsFlag (line 28) | hashStandardTagsFlag = "hash-standard-tags" constant hashCustomTagsFlag (line 29) | hashCustomTagsFlag = "hash-custom-tags" constant hashLogsFlag (line 30) | hashLogsFlag = "hash-logs" constant hashProcessFlag (line 31) | hashProcessFlag = "hash-process" constant maxSpansCount (line 32) | maxSpansCount = "max-spans-count" constant startTime (line 33) | startTime = "start-time" constant endTime (line 34) | endTime = "end-time" FILE: cmd/anonymizer/app/flags_test.go function TestOptionsWithDefaultFlags (line 15) | func TestOptionsWithDefaultFlags(t *testing.T) { function TestOptionsWithFlags (line 31) | func TestOptionsWithFlags(t *testing.T) { function TestMain (line 61) | func TestMain(m *testing.M) { FILE: cmd/anonymizer/app/query/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: cmd/anonymizer/app/query/query.go type Query (line 24) | type Query struct method QueryTrace (line 53) | func (q *Query) QueryTrace(traceID string, startTime time.Time, endTim... method Close (line 82) | func (q *Query) Close() error { function New (line 30) | func New(addr string) (*Query, error) { function unwrapNotFoundErr (line 43) | func unwrapNotFoundErr(err error) error { FILE: cmd/anonymizer/app/query/query_test.go type testGRPCHandler (line 52) | type testGRPCHandler struct method GetTrace (line 60) | func (g *testGRPCHandler) GetTrace(r *api_v2.GetTraceRequest, stream a... method sendSpanChunks (line 85) | func (*testGRPCHandler) sendSpanChunks(spans []*model.Span, sendFn fun... type mockQueryClient (line 93) | type mockQueryClient struct method GetTrace (line 98) | func (m *mockQueryClient) GetTrace(ctx context.Context, in *api_v2.Get... type testServer (line 105) | type testServer struct function newTestServer (line 111) | func newTestServer(t *testing.T) *testServer { function TestNew (line 139) | func TestNew(t *testing.T) { function TestClose (line 159) | func TestClose(t *testing.T) { function TestQueryTrace (line 166) | func TestQueryTrace(t *testing.T) { function TestUnwrapNotFoundErr (line 232) | func TestUnwrapNotFoundErr(t *testing.T) { FILE: cmd/anonymizer/app/uiconv/extractor.go type extractor (line 18) | type extractor struct method Run (line 42) | func (e *extractor) Run() error { function newExtractor (line 26) | func newExtractor(uiFile string, traceID string, reader *spanReader, log... FILE: cmd/anonymizer/app/uiconv/extractor_test.go type UITrace (line 18) | type UITrace struct function TestExtractorTraceSuccess (line 22) | func TestExtractorTraceSuccess(t *testing.T) { function TestExtractorTraceOutputFileError (line 51) | func TestExtractorTraceOutputFileError(t *testing.T) { function TestExtractorTraceScanError (line 72) | func TestExtractorTraceScanError(t *testing.T) { function loadJSON (line 92) | func loadJSON(t *testing.T, fileName string, i any) { FILE: cmd/anonymizer/app/uiconv/module.go type Config (line 11) | type Config struct function Extract (line 19) | func Extract(config Config, logger *zap.Logger) error { FILE: cmd/anonymizer/app/uiconv/module_test.go function TestModule_TraceSuccess (line 17) | func TestModule_TraceSuccess(t *testing.T) { function TestModule_TraceNonExistent (line 40) | func TestModule_TraceNonExistent(t *testing.T) { function TestModule_TraceOutputFileError (line 54) | func TestModule_TraceOutputFileError(t *testing.T) { FILE: cmd/anonymizer/app/uiconv/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: cmd/anonymizer/app/uiconv/reader.go type spanReader (line 21) | type spanReader struct method NextSpan (line 45) | func (r *spanReader) NextSpan() (*uimodel.Span, error) { function newSpanReader (line 30) | func newSpanReader(capturedFile string, logger *zap.Logger) (*spanReader... FILE: cmd/anonymizer/app/uiconv/reader_test.go function TestReaderTraceSuccess (line 14) | func TestReaderTraceSuccess(t *testing.T) { function TestReaderTraceNonExistent (line 39) | func TestReaderTraceNonExistent(t *testing.T) { function TestReaderTraceEmpty (line 45) | func TestReaderTraceEmpty(t *testing.T) { function TestReaderTraceWrongFormat (line 56) | func TestReaderTraceWrongFormat(t *testing.T) { function TestReaderTraceInvalidJson (line 67) | func TestReaderTraceInvalidJson(t *testing.T) { FILE: cmd/anonymizer/app/writer/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: cmd/anonymizer/app/writer/writer.go type Config (line 24) | type Config struct type Writer (line 33) | type Writer struct method WriteSpan (line 89) | func (w *Writer) WriteSpan(msg *model.Span) error { method Close (line 132) | func (w *Writer) Close() { function New (line 44) | func New(config Config, logger *zap.Logger) (*Writer, error) { FILE: cmd/anonymizer/app/writer/writer_test.go function TestNew (line 46) | func TestNew(t *testing.T) { function TestWriter_WriteSpan (line 83) | func TestWriter_WriteSpan(t *testing.T) { FILE: cmd/anonymizer/main.go function main (line 25) | func main() { function initTime (line 103) | func initTime(ts int64) time.Time { FILE: cmd/es-index-cleaner/app/cutoff_time.go function CalculateDeletionCutoff (line 10) | func CalculateDeletionCutoff(currTime time.Time, numOfDays int, relative... FILE: cmd/es-index-cleaner/app/cutoff_time_test.go function TestCalculateDeletionCutoff (line 13) | func TestCalculateDeletionCutoff(t *testing.T) { FILE: cmd/es-index-cleaner/app/flags.go constant indexPrefix (line 17) | indexPrefix = "index-prefix" constant archive (line 18) | archive = "archive" constant rollover (line 19) | rollover = "rollover" constant timeout (line 20) | timeout = "timeout" constant indexDateSeparator (line 21) | indexDateSeparator = "index-date-separator" constant username (line 22) | username = "es.username" constant password (line 23) | password = "es.password" type Config (line 29) | type Config struct method AddFlags (line 42) | func (*Config) AddFlags(flags *flag.FlagSet) { method InitFromViper (line 55) | func (c *Config) InitFromViper(v *viper.Viper) error { FILE: cmd/es-index-cleaner/app/flags_test.go function TestBindFlags (line 16) | func TestBindFlags(t *testing.T) { function TestInitFromViper_TLSError (line 46) | func TestInitFromViper_TLSError(t *testing.T) { FILE: cmd/es-index-cleaner/app/index_filter.go type IndexFilter (line 16) | type IndexFilter struct method Filter (line 30) | func (i *IndexFilter) Filter(indices []client.Index) []client.Index { method filterByPattern (line 35) | func (i *IndexFilter) filterByPattern(indices []client.Index) []client... FILE: cmd/es-index-cleaner/app/index_filter_test.go function TestIndexFilter (line 15) | func TestIndexFilter(t *testing.T) { function TestIndexFilterWithPrefix (line 19) | func TestIndexFilterWithPrefix(t *testing.T) { function runIndexFilterTest (line 23) | func runIndexFilterTest(t *testing.T, prefix string) { FILE: cmd/es-index-cleaner/app/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: cmd/es-index-cleaner/main.go function init (line 29) | func init() { function main (line 39) | func main() { function basicAuth (line 123) | func basicAuth(username, password string) string { FILE: cmd/es-rollover/app/actions.go function newESClient (line 19) | func newESClient(endpoint string, cfg *Config, tlsCfg *tls.Config) clien... type Action (line 35) | type Action interface type ActionExecuteOptions (line 40) | type ActionExecuteOptions struct type ActionCreatorFunction (line 47) | type ActionCreatorFunction function ExecuteAction (line 50) | func ExecuteAction(opts ActionExecuteOptions, createAction ActionCreator... FILE: cmd/es-rollover/app/actions_test.go type dummyAction (line 21) | type dummyAction struct method Do (line 25) | func (a *dummyAction) Do() error { function TestExecuteAction (line 29) | func TestExecuteAction(t *testing.T) { function TestExecuteAction_ConfigError (line 103) | func TestExecuteAction_ConfigError(t *testing.T) { FILE: cmd/es-rollover/app/flags.go constant indexPrefix (line 18) | indexPrefix = "index-prefix" constant archive (line 19) | archive = "archive" constant username (line 20) | username = "es.username" constant password (line 21) | password = "es.password" constant useILM (line 22) | useILM = "es.use-ilm" constant ilmPolicyName (line 23) | ilmPolicyName = "es.ilm-policy-name" constant timeout (line 24) | timeout = "timeout" constant skipDependencies (line 25) | skipDependencies = "skip-dependencies" constant adaptiveSampling (line 26) | adaptiveSampling = "adaptive-sampling" type Config (line 30) | type Config struct method InitFromViper (line 59) | func (c *Config) InitFromViper(v *viper.Viper) error { function AddFlags (line 45) | func AddFlags(flags *flag.FlagSet) { FILE: cmd/es-rollover/app/flags_test.go function TestBindFlags (line 16) | func TestBindFlags(t *testing.T) { function TestInitFromViper_TLSError (line 49) | func TestInitFromViper_TLSError(t *testing.T) { FILE: cmd/es-rollover/app/index_options.go constant writeAliasFormat (line 12) | writeAliasFormat = "%s-write" constant readAliasFormat (line 13) | readAliasFormat = "%s-read" constant rolloverIndexFormat (line 14) | rolloverIndexFormat = "%s-000001" type IndexOption (line 18) | type IndexOption struct method IndexName (line 68) | func (i *IndexOption) IndexName() string { method ReadAliasName (line 73) | func (i *IndexOption) ReadAliasName() string { method WriteAliasName (line 78) | func (i *IndexOption) WriteAliasName() string { method InitialRolloverIndex (line 83) | func (i *IndexOption) InitialRolloverIndex() string { method TemplateName (line 88) | func (i *IndexOption) TemplateName() string { function RolloverIndices (line 25) | func RolloverIndices(archive bool, skipDependencies bool, adaptiveSampli... FILE: cmd/es-rollover/app/index_options_test.go function TestRolloverIndices (line 12) | func TestRolloverIndices(t *testing.T) { FILE: cmd/es-rollover/app/init/action.go constant ilmVersionSupport (line 18) | ilmVersionSupport = 7 type Action (line 21) | type Action struct method getMapping (line 28) | func (c Action) getMapping(version uint, mappingType mappings.MappingT... method Do (line 42) | func (c Action) Do() error { method init (line 86) | func (c Action) init(version uint, indexopt app.IndexOption) error { function createIndexIfNotExist (line 68) | func createIndexIfNotExist(c client.IndexAPI, index string) error { FILE: cmd/es-rollover/app/init/action_test.go function applyTestDefaults (line 19) | func applyTestDefaults(cfg *Config) { function TestIndexCreateIfNotExist (line 32) | func TestIndexCreateIfNotExist(t *testing.T) { function TestRolloverAction (line 84) | func TestRolloverAction(t *testing.T) { FILE: cmd/es-rollover/app/init/flags.go constant shards (line 16) | shards = "shards" constant replicas (line 17) | replicas = "replicas" constant prioritySpanTemplate (line 18) | prioritySpanTemplate = "priority-span-template" constant priorityServiceTemplate (line 19) | priorityServiceTemplate = "priority-service-template" constant priorityDependenciesTemplate (line 20) | priorityDependenciesTemplate = "priority-dependencies-template" constant prioritySamplingTemplate (line 21) | prioritySamplingTemplate = "priority-sampling-template" type Config (line 26) | type Config struct method AddFlags (line 32) | func (*Config) AddFlags(flags *flag.FlagSet) { method InitFromViper (line 42) | func (c *Config) InitFromViper(v *viper.Viper) { FILE: cmd/es-rollover/app/init/flags_test.go function TestBindFlags (line 16) | func TestBindFlags(t *testing.T) { FILE: cmd/es-rollover/app/init/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: cmd/es-rollover/app/lookback/action.go type Action (line 19) | type Action struct method Do (line 26) | func (a *Action) Do() error { method lookback (line 36) | func (a *Action) lookback(indexSet app.IndexOption) error { FILE: cmd/es-rollover/app/lookback/action_test.go function TestLookBackAction (line 20) | func TestLookBackAction(t *testing.T) { FILE: cmd/es-rollover/app/lookback/flags.go constant unit (line 15) | unit = "unit" constant unitCount (line 16) | unitCount = "unit-count" constant defaultUnit (line 17) | defaultUnit = "days" constant defaultUnitCount (line 18) | defaultUnitCount = 1 type Config (line 22) | type Config struct method AddFlags (line 29) | func (*Config) AddFlags(flags *flag.FlagSet) { method InitFromViper (line 35) | func (c *Config) InitFromViper(v *viper.Viper) { FILE: cmd/es-rollover/app/lookback/flags_test.go function TestBindFlags (line 16) | func TestBindFlags(t *testing.T) { FILE: cmd/es-rollover/app/lookback/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: cmd/es-rollover/app/lookback/time_reference.go function getTimeReference (line 8) | func getTimeReference(currentTime time.Time, units string, unitCount int... FILE: cmd/es-rollover/app/lookback/time_reference_test.go function TestGetTimeReference (line 13) | func TestGetTimeReference(t *testing.T) { function TestGetTimeReference_DefaultCase (line 74) | func TestGetTimeReference_DefaultCase(t *testing.T) { FILE: cmd/es-rollover/app/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: cmd/es-rollover/app/rollover/action.go type Action (line 15) | type Action struct method Do (line 21) | func (a *Action) Do() error { method rollover (line 31) | func (a *Action) rollover(indexSet app.IndexOption) error { FILE: cmd/es-rollover/app/rollover/action_test.go function TestRolloverAction (line 17) | func TestRolloverAction(t *testing.T) { FILE: cmd/es-rollover/app/rollover/flags.go constant conditions (line 15) | conditions = "conditions" constant defaultRollbackCondition (line 16) | defaultRollbackCondition = "{\"max_age\": \"2d\"}" type Config (line 20) | type Config struct method AddFlags (line 26) | func (*Config) AddFlags(flags *flag.FlagSet) { method InitFromViper (line 31) | func (c *Config) InitFromViper(v *viper.Viper) { FILE: cmd/es-rollover/app/rollover/flags_test.go function TestBindFlags (line 16) | func TestBindFlags(t *testing.T) { FILE: cmd/es-rollover/app/rollover/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: cmd/es-rollover/main.go function main (line 22) | func main() { function addSubCommand (line 137) | func addSubCommand(v *viper.Viper, rootCmd, cmd *cobra.Command, addFlags... function addPersistentFlags (line 146) | func addPersistentFlags(v *viper.Viper, rootCmd *cobra.Command, inits ..... FILE: cmd/esmapping-generator/main.go function main (line 14) | func main() { FILE: cmd/internal/docs/command.go constant formatFlag (line 17) | formatFlag = "format" constant dirFlag (line 18) | dirFlag = "dir" function Command (line 25) | func Command(v *viper.Viper) *cobra.Command { function flags (line 55) | func flags(flagSet *flag.FlagSet) *flag.FlagSet { function genMan (line 67) | func genMan(cmd *cobra.Command, dir string) error { FILE: cmd/internal/docs/command_test.go function TestOutputFormats (line 18) | func TestOutputFormats(t *testing.T) { function TestDocsForParent (line 45) | func TestDocsForParent(t *testing.T) { function TestMain (line 60) | func TestMain(m *testing.M) { FILE: cmd/internal/featuregate/command.go function Command (line 11) | func Command() *cobra.Command { function newCommand (line 18) | func newCommand(otelCmdFn func() *cobra.Command) *cobra.Command { FILE: cmd/internal/featuregate/command_test.go function TestCommand (line 13) | func TestCommand(t *testing.T) { function TestCommand_Panic (line 18) | func TestCommand_Panic(t *testing.T) { FILE: cmd/internal/featuregate/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: cmd/internal/flags/admin.go constant adminHTTPHostPort (line 29) | adminHTTPHostPort = "admin.http.host-port" type AdminServer (line 37) | type AdminServer struct method Host (line 64) | func (s *AdminServer) Host() *HealthHost { method setLogger (line 69) | func (s *AdminServer) setLogger(logger *zap.Logger) { method AddFlags (line 74) | func (s *AdminServer) AddFlags(flagSet *flag.FlagSet) { method initFromViper (line 80) | func (s *AdminServer) initFromViper(v *viper.Viper, logger *zap.Logger... method Handle (line 94) | func (s *AdminServer) Handle(path string, handler http.Handler) { method Serve (line 99) | func (s *AdminServer) Serve() error { method serveWithListener (line 109) | func (s *AdminServer) serveWithListener(l net.Listener) (err error) { method registerPprofHandlers (line 146) | func (s *AdminServer) registerPprofHandlers() { method Close (line 159) | func (s *AdminServer) Close() error { function NewAdminServer (line 47) | func NewAdminServer(hostPort string) *AdminServer { FILE: cmd/internal/flags/admin_test.go function TestAdminServerHealthCheck (line 30) | func TestAdminServerHealthCheck(t *testing.T) { function TestAdminServerHandlesPortZero (line 66) | func TestAdminServerHandlesPortZero(t *testing.T) { function TestAdminWithFailedFlags (line 88) | func TestAdminWithFailedFlags(t *testing.T) { function TestAdminServerTLS (line 102) | func TestAdminServerTLS(t *testing.T) { FILE: cmd/internal/flags/flags.go constant logLevel (line 19) | logLevel = "log-level" constant logEncoding (line 20) | logEncoding = "log-encoding" constant configFile (line 21) | configFile = "config-file" function AddConfigFileFlag (line 25) | func AddConfigFileFlag(flagSet *flag.FlagSet) { function TryLoadConfigFile (line 30) | func TryLoadConfigFile(v *viper.Viper) error { function ParseJaegerTags (line 42) | func ParseJaegerTags(jaegerTags string) (map[string]string, error) { type SharedFlags (line 84) | type SharedFlags struct method InitFromViper (line 101) | func (flags *SharedFlags) InitFromViper(v *viper.Viper) *SharedFlags { method NewLogger (line 108) | func (flags *SharedFlags) NewLogger(conf zap.Config, options ...zap.Op... type logging (line 89) | type logging struct function AddLoggingFlags (line 95) | func AddLoggingFlags(flagSet *flag.FlagSet) { FILE: cmd/internal/flags/flags_test.go function TestParseJaegerTags (line 15) | func TestParseJaegerTags(t *testing.T) { function TestParseJaegerTagsError (line 45) | func TestParseJaegerTagsError(t *testing.T) { FILE: cmd/internal/flags/healthhost.go type HealthHost (line 21) | type HealthHost struct method GetExtensions (line 31) | func (*HealthHost) GetExtensions() map[component.ID]component.Component { method Report (line 36) | func (h *HealthHost) Report(event *componentstatus.Event) { method Ready (line 46) | func (h *HealthHost) Ready() { method SetUnavailable (line 51) | func (h *HealthHost) SetUnavailable() { method Handler (line 57) | func (h *HealthHost) Handler() http.Handler { function NewHealthHost (line 26) | func NewHealthHost() *HealthHost { FILE: cmd/internal/flags/healthhost_test.go function TestHealthHost_Handler (line 15) | func TestHealthHost_Handler(t *testing.T) { function TestHealthHost_Report (line 38) | func TestHealthHost_Report(t *testing.T) { function TestHealthHost_GetExtensions (line 68) | func TestHealthHost_GetExtensions(t *testing.T) { FILE: cmd/internal/flags/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: cmd/internal/flags/service.go type Service (line 26) | type Service struct method AddFlags (line 54) | func (s *Service) AddFlags(flagSet *flag.FlagSet) { method Start (line 63) | func (s *Service) Start(v *viper.Viper) error { method RunAndThen (line 112) | func (s *Service) RunAndThen(shutdown func()) error { function NewService (line 43) | func NewService(adminPort int) *Service { FILE: cmd/internal/flags/service_test.go function TestAddFlags (line 20) | func TestAddFlags(*testing.T) { function TestStartErrors (line 25) | func TestStartErrors(t *testing.T) { function waitForEqual (line 89) | func waitForEqual(t *testing.T, expected any, getter func() any) { FILE: cmd/internal/printconfig/command.go function printDivider (line 15) | func printDivider(cmd *cobra.Command, n int) { function printConfigurations (line 19) | func printConfigurations(cmd *cobra.Command, v *viper.Viper, includeEmpt... function Command (line 62) | func Command(v *viper.Viper) *cobra.Command { FILE: cmd/internal/printconfig/command_test.go constant testPluginBinary (line 34) | testPluginBinary = "test-plugin.binary" constant testPluginConfigurationFile (line 35) | testPluginConfigurationFile = "test-plugin.configuration-file" constant testPluginLogLevel (line 36) | testPluginLogLevel = "test-plugin.log-level" constant testRemotePrefix (line 37) | testRemotePrefix = "test-remote" constant testRemoteServer (line 38) | testRemoteServer = testRemotePrefix + ".server" constant testRemoteConnectionTimeout (line 39) | testRemoteConnectionTimeout = testRemotePrefix + ".connection-timeout" constant defaultTestPluginLogLevel (line 40) | defaultTestPluginLogLevel = "warn" constant defaultTestConnectionTimeout (line 41) | defaultTestConnectionTimeout = time.Duration(5 * time.Second) function addFlags (line 44) | func addFlags(flagSet *flag.FlagSet) { function setConfig (line 56) | func setConfig(t *testing.T) *viper.Viper { function runPrintConfigCommand (line 70) | func runPrintConfigCommand(v *viper.Viper, t *testing.T, allFlag bool) s... function TestAllFlag (line 86) | func TestAllFlag(t *testing.T) { function TestPrintConfigCommand (line 112) | func TestPrintConfigCommand(t *testing.T) { function TestMain (line 131) | func TestMain(m *testing.M) { FILE: cmd/internal/status/command.go constant statusHTTPHostPort (line 21) | statusHTTPHostPort = "status.http.host-port" function Command (line 24) | func Command(v *viper.Viper, adminPort int) *cobra.Command { function flags (line 52) | func flags(flagSet *flag.FlagSet, adminPort int) *flag.FlagSet { function convert (line 59) | func convert(httpHostPort string) string { FILE: cmd/internal/status/command_test.go function readyHandler (line 18) | func readyHandler(w http.ResponseWriter, _ *http.Request) { function unavailableHandler (line 23) | func unavailableHandler(w http.ResponseWriter, _ *http.Request) { function TestReady (line 28) | func TestReady(t *testing.T) { function TestOnlyPortConfig (line 38) | func TestOnlyPortConfig(t *testing.T) { function TestUnready (line 48) | func TestUnready(t *testing.T) { function TestNoService (line 58) | func TestNoService(t *testing.T) { function TestMain (line 65) | func TestMain(m *testing.M) { FILE: cmd/internal/storageconfig/config.go type Config (line 31) | type Config struct method Validate (line 175) | func (c *Config) Validate() error { type TraceBackend (line 37) | type TraceBackend struct method Unmarshal (line 61) | func (cfg *TraceBackend) Unmarshal(conf *confmap.Conf) error { method Validate (line 102) | func (cfg *TraceBackend) Validate() error { type MetricBackend (line 48) | type MetricBackend struct method Unmarshal (line 135) | func (cfg *MetricBackend) Unmarshal(conf *confmap.Conf) error { method Validate (line 154) | func (cfg *MetricBackend) Validate() error { type PrometheusConfiguration (line 54) | type PrometheusConfiguration struct FILE: cmd/internal/storageconfig/config_test.go function TestConfigValidate (line 20) | func TestConfigValidate(t *testing.T) { function TestTraceBackendUnmarshal (line 126) | func TestTraceBackendUnmarshal(t *testing.T) { function TestMetricBackendUnmarshal (line 236) | func TestMetricBackendUnmarshal(t *testing.T) { function getStorageKeys (line 293) | func getStorageKeys(t reflect.Type) []string { function TestTraceBackendExclusive (line 304) | func TestTraceBackendExclusive(t *testing.T) { function TestMetricBackendExclusive (line 327) | func TestMetricBackendExclusive(t *testing.T) { FILE: cmd/internal/storageconfig/factory.go type AuthResolver (line 27) | type AuthResolver function CreateTraceStorageFactory (line 32) | func CreateTraceStorageFactory( FILE: cmd/internal/storageconfig/factory_test.go function getTelemetrySettings (line 29) | func getTelemetrySettings() telemetry.Settings { function setupMockServer (line 33) | func setupMockServer(t *testing.T, response []byte, statusCode int) *htt... function getVersionResponse (line 44) | func getVersionResponse(t *testing.T) []byte { function TestCreateTraceStorageFactory_Memory (line 54) | func TestCreateTraceStorageFactory_Memory(t *testing.T) { function TestCreateTraceStorageFactory_Badger (line 78) | func TestCreateTraceStorageFactory_Badger(t *testing.T) { function TestCreateTraceStorageFactory_GRPC (line 104) | func TestCreateTraceStorageFactory_GRPC(t *testing.T) { function TestCreateTraceStorageFactory_Cassandra (line 130) | func TestCreateTraceStorageFactory_Cassandra(t *testing.T) { function TestCreateTraceStorageFactory_Elasticsearch (line 148) | func TestCreateTraceStorageFactory_Elasticsearch(t *testing.T) { function TestCreateTraceStorageFactory_ElasticsearchWithAuthResolver (line 174) | func TestCreateTraceStorageFactory_ElasticsearchWithAuthResolver(t *test... function TestCreateTraceStorageFactory_ElasticsearchAuthResolverError (line 204) | func TestCreateTraceStorageFactory_ElasticsearchAuthResolverError(t *tes... function TestCreateTraceStorageFactory_Opensearch (line 229) | func TestCreateTraceStorageFactory_Opensearch(t *testing.T) { function TestCreateTraceStorageFactory_OpensearchWithAuthResolver (line 255) | func TestCreateTraceStorageFactory_OpensearchWithAuthResolver(t *testing... function TestCreateTraceStorageFactory_OpensearchAuthResolverError (line 285) | func TestCreateTraceStorageFactory_OpensearchAuthResolverError(t *testin... function TestCreateTraceStorageFactory_ClickHouse (line 310) | func TestCreateTraceStorageFactory_ClickHouse(t *testing.T) { function TestCreateTraceStorageFactory_ClickHouseError (line 340) | func TestCreateTraceStorageFactory_ClickHouseError(t *testing.T) { function TestCreateTraceStorageFactory_EmptyBackend (line 358) | func TestCreateTraceStorageFactory_EmptyBackend(t *testing.T) { FILE: cmd/internal/storageconfig/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: cmd/remote-storage/app/config.go type Config (line 19) | type Config struct method Validate (line 45) | func (c *Config) Validate() error { method GetStorageName (line 61) | func (c *Config) GetStorageName() string { function LoadConfigFromViper (line 28) | func LoadConfigFromViper(v *viper.Viper) (*Config, error) { function DefaultConfig (line 70) | func DefaultConfig() *Config { FILE: cmd/remote-storage/app/config_test.go function TestLoadConfigFromViper (line 16) | func TestLoadConfigFromViper(t *testing.T) { function TestDefaultConfig (line 168) | func TestDefaultConfig(t *testing.T) { FILE: cmd/remote-storage/app/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: cmd/remote-storage/app/server.go type Server (line 31) | type Server struct method Start (line 122) | func (s *Server) Start(ctx context.Context) error { method Close (line 140) | func (s *Server) Close() error { method GRPCAddr (line 147) | func (s *Server) GRPCAddr() string { function NewServer (line 40) | func NewServer( function createGRPCServer (line 79) | func createGRPCServer( FILE: cmd/remote-storage/app/server_test.go function TestNewServer_CreateStorageErrors (line 37) | func TestNewServer_CreateStorageErrors(t *testing.T) { function TestServerStart_BadPortErrors (line 73) | func TestServerStart_BadPortErrors(t *testing.T) { type fakeFactory (line 84) | type fakeFactory struct method CreateTraceReader (line 94) | func (f *fakeFactory) CreateTraceReader() (tracestore.Reader, error) { method CreateTraceWriter (line 101) | func (f *fakeFactory) CreateTraceWriter() (tracestore.Writer, error) { method CreateDependencyReader (line 108) | func (f *fakeFactory) CreateDependencyReader() (depstore.Reader, error) { method InitArchiveStorage (line 115) | func (*fakeFactory) InitArchiveStorage(*zap.Logger) (spanstore.Reader,... function TestNewServer_TLSConfigError (line 119) | func TestNewServer_TLSConfigError(t *testing.T) { type grpcClient (line 278) | type grpcClient struct function newGRPCClient (line 284) | func newGRPCClient(t *testing.T, addr string, creds credentials.Transpor... function TestServerGRPCTLS (line 302) | func TestServerGRPCTLS(t *testing.T) { function TestServerHandlesPortZero (line 367) | func TestServerHandlesPortZero(t *testing.T) { function validateGRPCServer (line 397) | func validateGRPCServer(t *testing.T, hostPort string) { FILE: cmd/remote-storage/main.go constant serviceName (line 34) | serviceName = "jaeger-remote-storage" function loadConfig (line 37) | func loadConfig(v *viper.Viper, logger *zap.Logger) (*app.Config, error) { function main (line 47) | func main() { FILE: cmd/tracegen/main.go function main (line 35) | func main() { function createTracers (line 68) | func createTracers(cfg *tracegen.Config, logger *zap.Logger) ([]trace.Tr... function createOtelExporter (line 125) | func createOtelExporter(exporterType string) (sdktrace.SpanExporter, err... FILE: empty_test.go function TestDummy (line 12) | func TestDummy(*testing.T) { function TestMain (line 17) | func TestMain(m *testing.M) { FILE: examples/hotrod/cmd/all.go function init (line 25) | func init() { FILE: examples/hotrod/cmd/customer.go function init (line 36) | func init() { FILE: examples/hotrod/cmd/driver.go function init (line 36) | func init() { FILE: examples/hotrod/cmd/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: examples/hotrod/cmd/flags.go function addFlags (line 35) | func addFlags(cmd *cobra.Command) { FILE: examples/hotrod/cmd/frontend.go function init (line 45) | func init() { FILE: examples/hotrod/cmd/root.go function Execute (line 34) | func Execute() { function init (line 41) | func init() { function onInitialize (line 47) | func onInitialize() { function logError (line 113) | func logError(logger *zap.Logger, err error) error { FILE: examples/hotrod/cmd/route.go function init (line 36) | func init() { FILE: examples/hotrod/main.go function main (line 11) | func main() { FILE: examples/hotrod/pkg/delay/delay.go function Sleep (line 15) | func Sleep(mean time.Duration, stdDev time.Duration) { FILE: examples/hotrod/pkg/delay/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: examples/hotrod/pkg/httperr/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: examples/hotrod/pkg/httperr/httperr.go function HandleError (line 13) | func HandleError(w http.ResponseWriter, err error, statusCode int) bool { FILE: examples/hotrod/pkg/log/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: examples/hotrod/pkg/log/factory.go type Factory (line 17) | type Factory struct method Bg (line 27) | func (b Factory) Bg() Logger { method For (line 34) | func (b Factory) For(ctx context.Context) Logger { method With (line 47) | func (b Factory) With(fields ...zapcore.Field) Factory { function NewFactory (line 22) | func NewFactory(logger *zap.Logger) Factory { FILE: examples/hotrod/pkg/log/logger.go type Logger (line 13) | type Logger interface type wrapper (line 22) | type wrapper struct method Debug (line 27) | func (l wrapper) Debug(msg string, fields ...zapcore.Field) { method Info (line 32) | func (l wrapper) Info(msg string, fields ...zapcore.Field) { method Error (line 37) | func (l wrapper) Error(msg string, fields ...zapcore.Field) { method Fatal (line 42) | func (l wrapper) Fatal(msg string, fields ...zapcore.Field) { method With (line 47) | func (l wrapper) With(fields ...zapcore.Field) Logger { FILE: examples/hotrod/pkg/log/spanlogger.go type spanLogger (line 19) | type spanLogger struct method Debug (line 25) | func (sl spanLogger) Debug(msg string, fields ...zapcore.Field) { method Info (line 30) | func (sl spanLogger) Info(msg string, fields ...zapcore.Field) { method Error (line 35) | func (sl spanLogger) Error(msg string, fields ...zapcore.Field) { method Fatal (line 40) | func (sl spanLogger) Fatal(msg string, fields ...zapcore.Field) { method With (line 47) | func (sl spanLogger) With(fields ...zapcore.Field) Logger { method logToSpan (line 51) | func (sl spanLogger) logToSpan(level, msg string, fields ...zapcore.Fi... function logFieldsToOTelAttrs (line 59) | func logFieldsToOTelAttrs(fields []zapcore.Field) []attribute.KeyValue { type bridgeFieldEncoder (line 67) | type bridgeFieldEncoder struct method AddArray (line 71) | func (e *bridgeFieldEncoder) AddArray(key string, marshaler zapcore.Ar... method AddObject (line 76) | func (e *bridgeFieldEncoder) AddObject(key string, marshaler zapcore.O... method AddBinary (line 81) | func (e *bridgeFieldEncoder) AddBinary(key string, value []byte) { method AddByteString (line 85) | func (e *bridgeFieldEncoder) AddByteString(key string, value []byte) { method AddBool (line 89) | func (e *bridgeFieldEncoder) AddBool(key string, value bool) { method AddComplex128 (line 93) | func (e *bridgeFieldEncoder) AddComplex128(key string, value complex12... method AddComplex64 (line 97) | func (e *bridgeFieldEncoder) AddComplex64(key string, value complex64) { method AddDuration (line 101) | func (e *bridgeFieldEncoder) AddDuration(key string, value time.Durati... method AddFloat64 (line 105) | func (e *bridgeFieldEncoder) AddFloat64(key string, value float64) { method AddFloat32 (line 109) | func (e *bridgeFieldEncoder) AddFloat32(key string, value float32) { method AddInt (line 113) | func (e *bridgeFieldEncoder) AddInt(key string, value int) { method AddInt64 (line 117) | func (e *bridgeFieldEncoder) AddInt64(key string, value int64) { method AddInt32 (line 121) | func (e *bridgeFieldEncoder) AddInt32(key string, value int32) { method AddInt16 (line 125) | func (e *bridgeFieldEncoder) AddInt16(key string, value int16) { method AddInt8 (line 129) | func (e *bridgeFieldEncoder) AddInt8(key string, value int8) { method AddString (line 133) | func (e *bridgeFieldEncoder) AddString(key, value string) { method AddTime (line 137) | func (e *bridgeFieldEncoder) AddTime(key string, value time.Time) { method AddUint (line 141) | func (e *bridgeFieldEncoder) AddUint(key string, value uint) { method AddUint64 (line 145) | func (e *bridgeFieldEncoder) AddUint64(key string, value uint64) { method AddUint32 (line 149) | func (e *bridgeFieldEncoder) AddUint32(key string, value uint32) { method AddUint16 (line 153) | func (e *bridgeFieldEncoder) AddUint16(key string, value uint16) { method AddUint8 (line 157) | func (e *bridgeFieldEncoder) AddUint8(key string, value uint8) { method AddUintptr (line 161) | func (e *bridgeFieldEncoder) AddUintptr(key string, value uintptr) { method AddReflected (line 165) | func (*bridgeFieldEncoder) AddReflected(string /* key */, any /* value... method OpenNamespace (line 166) | func (*bridgeFieldEncoder) OpenNamespace(string /* key */) ... FILE: examples/hotrod/pkg/pool/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: examples/hotrod/pkg/pool/pool.go type Pool (line 8) | type Pool struct method Execute (line 36) | func (p *Pool) Execute(job func()) { function New (line 14) | func New(workers int) *Pool { FILE: examples/hotrod/pkg/tracing/baggage.go function BaggageItem (line 12) | func BaggageItem(ctx context.Context, key string) string { FILE: examples/hotrod/pkg/tracing/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: examples/hotrod/pkg/tracing/http.go type HTTPClient (line 19) | type HTTPClient struct method GetJSON (line 38) | func (c *HTTPClient) GetJSON(ctx context.Context, _ string /* endpoint... function NewHTTPClient (line 24) | func NewHTTPClient(tp trace.TracerProvider) *HTTPClient { FILE: examples/hotrod/pkg/tracing/init.go function InitOTEL (line 35) | func InitOTEL(serviceName string, exporterType string, metricsFactory me... function withSecure (line 74) | func withSecure() bool { function createOtelExporter (line 79) | func createOtelExporter(exporterType string) (sdktrace.SpanExporter, err... FILE: examples/hotrod/pkg/tracing/mutex.go type Mutex (line 21) | type Mutex struct method Lock (line 33) | func (sm *Mutex) Lock(ctx context.Context) { method Unlock (line 64) | func (sm *Mutex) Unlock() { FILE: examples/hotrod/pkg/tracing/mux.go function NewServeMux (line 19) | func NewServeMux(copyBaggage bool, tracer trace.TracerProvider, logger l... type TracedServeMux (line 29) | type TracedServeMux struct method Handle (line 37) | func (tm *TracedServeMux) Handle(pattern string, handler http.Handler) { method ServeHTTP (line 49) | func (tm *TracedServeMux) ServeHTTP(w http.ResponseWriter, r *http.Req... function traceResponseHandler (line 55) | func traceResponseHandler(handler http.Handler) http.Handler { FILE: examples/hotrod/pkg/tracing/rpcmetrics/endpoints.go type normalizedEndpoints (line 10) | type normalizedEndpoints struct method normalize (line 28) | func (n *normalizedEndpoints) normalize(name string) string { method normalizeWithLock (line 42) | func (n *normalizedEndpoints) normalizeWithLock(name string) string { function newNormalizedEndpoints (line 17) | func newNormalizedEndpoints(maxSize int, normalizer NameNormalizer) *nor... FILE: examples/hotrod/pkg/tracing/rpcmetrics/endpoints_test.go function TestNormalizedEndpoints (line 13) | func TestNormalizedEndpoints(t *testing.T) { function TestNormalizedEndpointsDoubleLocking (line 29) | func TestNormalizedEndpointsDoubleLocking(t *testing.T) { FILE: examples/hotrod/pkg/tracing/rpcmetrics/metrics.go constant otherEndpointsPlaceholder (line 15) | otherEndpointsPlaceholder = "other" constant endpointNameMetricTag (line 16) | endpointNameMetricTag = "endpoint" type Metrics (line 21) | type Metrics struct method recordHTTPStatusCode (line 47) | func (m *Metrics) recordHTTPStatusCode(statusCode int64) { type MetricsByEndpoint (line 65) | type MetricsByEndpoint struct method get (line 84) | func (m *MetricsByEndpoint) get(endpoint string) *Metrics { method getWithWriteLock (line 100) | func (m *MetricsByEndpoint) getWithWriteLock(safeName string) *Metrics { function newMetricsByEndpoint (line 72) | func newMetricsByEndpoint( FILE: examples/hotrod/pkg/tracing/rpcmetrics/metrics_test.go function tags (line 16) | func tags(kv ...string) map[string]string { function endpointTags (line 24) | func endpointTags(endpoint string, kv ...string) map[string]string { function TestMetricsByEndpoint (line 28) | func TestMetricsByEndpoint(t *testing.T) { function TestRecordHTTPStatusCode_DefaultCase (line 53) | func TestRecordHTTPStatusCode_DefaultCase(t *testing.T) { FILE: examples/hotrod/pkg/tracing/rpcmetrics/normalizer.go type NameNormalizer (line 9) | type NameNormalizer interface type SimpleNameNormalizer (line 28) | type SimpleNameNormalizer struct method Normalize (line 60) | func (n *SimpleNameNormalizer) Normalize(name string) string { method safeByte (line 83) | func (n *SimpleNameNormalizer) safeByte(b byte) bool { type SafeCharacterSet (line 34) | type SafeCharacterSet interface type Range (line 39) | type Range struct method IsSafe (line 44) | func (r *Range) IsSafe(c byte) bool { type Char (line 49) | type Char struct method IsSafe (line 54) | func (ch *Char) IsSafe(c byte) bool { FILE: examples/hotrod/pkg/tracing/rpcmetrics/normalizer_test.go function TestSimpleNameNormalizer (line 13) | func TestSimpleNameNormalizer(t *testing.T) { FILE: examples/hotrod/pkg/tracing/rpcmetrics/observer.go constant defaultMaxNumberOfEndpoints (line 20) | defaultMaxNumberOfEndpoints = 200 type Observer (line 25) | type Observer struct method OnStart (line 40) | func (*Observer) OnStart(context.Context /* parent */, sdktrace.ReadWr... method OnEnd (line 42) | func (o *Observer) OnEnd(sp sdktrace.ReadOnlySpan) { method Shutdown (line 75) | func (*Observer) Shutdown(context.Context) error { method ForceFlush (line 79) | func (*Observer) ForceFlush(context.Context) error { function NewObserver (line 30) | func NewObserver(metricsFactory metrics.Factory, normalizer NameNormaliz... FILE: examples/hotrod/pkg/tracing/rpcmetrics/observer_test.go type testTracer (line 23) | type testTracer struct function withTestTracer (line 28) | func withTestTracer(runTest func(tt *testTracer)) { function TestObserver (line 46) | func TestObserver(t *testing.T) { function TestTags (line 93) | func TestTags(t *testing.T) { FILE: examples/hotrod/pkg/tracing/rpcmetrics/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: examples/hotrod/services/config/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: examples/hotrod/services/customer/client.go type Client (line 19) | type Client struct method Get (line 35) | func (c *Client) Get(ctx context.Context, customerID int) (*Customer, ... function NewClient (line 26) | func NewClient(tracer trace.TracerProvider, logger log.Factory, hostPort... FILE: examples/hotrod/services/customer/database.go type database (line 24) | type database struct method Get (line 64) | func (d *database) Get(ctx context.Context, customerID int) (*Customer... function newDatabase (line 31) | func newDatabase(tracer trace.Tracer, logger log.Factory) *database { FILE: examples/hotrod/services/customer/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: examples/hotrod/services/customer/interface.go type Customer (line 12) | type Customer struct type Interface (line 19) | type Interface interface FILE: examples/hotrod/services/customer/server.go type Server (line 23) | type Server struct method Run (line 44) | func (s *Server) Run() error { method createServeMux (line 55) | func (s *Server) createServeMux() http.Handler { method customer (line 61) | func (s *Server) customer(w http.ResponseWriter, r *http.Request) { function NewServer (line 31) | func NewServer(hostPort string, otelExporter string, metricsFactory metr... FILE: examples/hotrod/services/driver/client.go type Client (line 22) | type Client struct method FindNearest (line 48) | func (c *Client) FindNearest(ctx context.Context, location string) ([]... function NewClient (line 28) | func NewClient(tracerProvider trace.TracerProvider, logger log.Factory, ... function fromProto (line 59) | func fromProto(response *DriverLocationResponse) []Driver { FILE: examples/hotrod/services/driver/driver.pb.go constant _ (line 25) | _ = proto.GoGoProtoPackageIsVersion3 type DriverLocationRequest (line 27) | type DriverLocationRequest struct method Reset (line 34) | func (m *DriverLocationRequest) Reset() { *m = DriverLocationR... method String (line 35) | func (m *DriverLocationRequest) String() string { return proto.Compact... method ProtoMessage (line 36) | func (*DriverLocationRequest) ProtoMessage() {} method Descriptor (line 37) | func (*DriverLocationRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 40) | func (m *DriverLocationRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 43) | func (m *DriverLocationRequest) XXX_Marshal(b []byte, deterministic bo... method XXX_Merge (line 46) | func (m *DriverLocationRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 49) | func (m *DriverLocationRequest) XXX_Size() int { method XXX_DiscardUnknown (line 52) | func (m *DriverLocationRequest) XXX_DiscardUnknown() { method GetLocation (line 58) | func (m *DriverLocationRequest) GetLocation() string { type DriverLocation (line 65) | type DriverLocation struct method Reset (line 73) | func (m *DriverLocation) Reset() { *m = DriverLocation{} } method String (line 74) | func (m *DriverLocation) String() string { return proto.CompactTextStr... method ProtoMessage (line 75) | func (*DriverLocation) ProtoMessage() {} method Descriptor (line 76) | func (*DriverLocation) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 79) | func (m *DriverLocation) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 82) | func (m *DriverLocation) XXX_Marshal(b []byte, deterministic bool) ([]... method XXX_Merge (line 85) | func (m *DriverLocation) XXX_Merge(src proto.Message) { method XXX_Size (line 88) | func (m *DriverLocation) XXX_Size() int { method XXX_DiscardUnknown (line 91) | func (m *DriverLocation) XXX_DiscardUnknown() { method GetDriverID (line 97) | func (m *DriverLocation) GetDriverID() string { method GetLocation (line 104) | func (m *DriverLocation) GetLocation() string { type DriverLocationResponse (line 111) | type DriverLocationResponse struct method Reset (line 118) | func (m *DriverLocationResponse) Reset() { *m = DriverLocation... method String (line 119) | func (m *DriverLocationResponse) String() string { return proto.Compac... method ProtoMessage (line 120) | func (*DriverLocationResponse) ProtoMessage() {} method Descriptor (line 121) | func (*DriverLocationResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 124) | func (m *DriverLocationResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 127) | func (m *DriverLocationResponse) XXX_Marshal(b []byte, deterministic b... method XXX_Merge (line 130) | func (m *DriverLocationResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 133) | func (m *DriverLocationResponse) XXX_Size() int { method XXX_DiscardUnknown (line 136) | func (m *DriverLocationResponse) XXX_DiscardUnknown() { method GetLocations (line 142) | func (m *DriverLocationResponse) GetLocations() []*DriverLocation { function init (line 149) | func init() { function init (line 155) | func init() { constant _ (line 182) | _ = grpc.SupportPackageIsVersion4 type DriverServiceClient (line 187) | type DriverServiceClient interface type driverServiceClient (line 191) | type driverServiceClient struct method FindNearest (line 199) | func (c *driverServiceClient) FindNearest(ctx context.Context, in *Dri... function NewDriverServiceClient (line 195) | func NewDriverServiceClient(cc *grpc.ClientConn) DriverServiceClient { type DriverServiceServer (line 209) | type DriverServiceServer interface type UnimplementedDriverServiceServer (line 214) | type UnimplementedDriverServiceServer struct method FindNearest (line 217) | func (*UnimplementedDriverServiceServer) FindNearest(ctx context.Conte... function RegisterDriverServiceServer (line 221) | func RegisterDriverServiceServer(s *grpc.Server, srv DriverServiceServer) { function _DriverService_FindNearest_Handler (line 225) | func _DriverService_FindNearest_Handler(srv interface{}, ctx context.Con... FILE: examples/hotrod/services/driver/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: examples/hotrod/services/driver/interface.go type Driver (line 12) | type Driver struct type Interface (line 18) | type Interface interface FILE: examples/hotrod/services/driver/redis.go type Redis (line 27) | type Redis struct method FindDriverIDs (line 42) | func (r *Redis) FindDriverIDs(ctx context.Context, location string) []... method GetDriver (line 60) | func (r *Redis) GetDriver(ctx context.Context, driverID string) (Drive... function newRedis (line 33) | func newRedis(otelExporter string, metricsFactory metrics.Factory, logge... type errorSimulator (line 85) | type errorSimulator struct method checkError (line 90) | func (es *errorSimulator) checkError() error { FILE: examples/hotrod/services/driver/server.go type Server (line 23) | type Server struct method Run (line 50) | func (s *Server) Run() error { method FindNearest (line 65) | func (s *Server) FindNearest(ctx context.Context, location *DriverLoca... function NewServer (line 33) | func NewServer(hostPort string, otelExporter string, metricsFactory metr... function toJSON (line 97) | func toJSON(v any) string { FILE: examples/hotrod/services/frontend/best_eta.go type bestETA (line 26) | type bestETA struct method Get (line 62) | func (eta *bestETA) Get(ctx context.Context, customerID int) (*Respons... method getRoutes (line 114) | func (eta *bestETA) getRoutes(ctx context.Context, cust *customer.Cust... type Response (line 35) | type Response struct function newBestETA (line 40) | func newBestETA(tracer trace.TracerProvider, logger log.Factory, options... type routeResult (line 107) | type routeResult struct FILE: examples/hotrod/services/frontend/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: examples/hotrod/services/frontend/server.go type Server (line 30) | type Server struct method Run (line 65) | func (s *Server) Run() error { method createServeMux (line 76) | func (s *Server) createServeMux() http.Handler { method config (line 87) | func (s *Server) config(w http.ResponseWriter, r *http.Request) { method dispatch (line 94) | func (s *Server) dispatch(w http.ResponseWriter, r *http.Request) { method writeResponse (line 123) | func (s *Server) writeResponse(response any, w http.ResponseWriter, r ... type ConfigOptions (line 42) | type ConfigOptions struct function NewServer (line 52) | func NewServer(options ConfigOptions, tracer trace.TracerProvider, logge... FILE: examples/hotrod/services/route/client.go type Client (line 19) | type Client struct method FindRoute (line 35) | func (c *Client) FindRoute(ctx context.Context, pickup, dropoff string... function NewClient (line 26) | func NewClient(tracer trace.TracerProvider, logger log.Factory, hostPort... FILE: examples/hotrod/services/route/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: examples/hotrod/services/route/interface.go type Route (line 13) | type Route struct type Interface (line 20) | type Interface interface FILE: examples/hotrod/services/route/server.go type Server (line 26) | type Server struct method Run (line 42) | func (s *Server) Run() error { method createServeMux (line 53) | func (s *Server) createServeMux() http.Handler { method route (line 65) | func (s *Server) route(w http.ResponseWriter, r *http.Request) { function NewServer (line 33) | func NewServer(hostPort string, tracer trace.TracerProvider, logger log.... function movedToFrontend (line 61) | func movedToFrontend(w http.ResponseWriter, _ *http.Request) { function computeRoute (line 97) | func computeRoute(ctx context.Context, pickup, dropoff string) *Route { FILE: examples/hotrod/services/route/stats.go function updateCalcStats (line 34) | func updateCalcStats(ctx context.Context, delay time.Duration) { FILE: internal/auth/apikey/apikey-context.go type apiKeyContextKey (line 9) | type apiKeyContextKey struct function GetAPIKey (line 12) | func GetAPIKey(ctx context.Context) (string, bool) { function ContextWithAPIKey (line 24) | func ContextWithAPIKey(ctx context.Context, apiKey string) context.Conte... FILE: internal/auth/apikey/apikey-context_test.go function TestGetAPIKey (line 13) | func TestGetAPIKey(t *testing.T) { function TestContextWithAPIKey (line 40) | func TestContextWithAPIKey(t *testing.T) { FILE: internal/auth/apikey/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/auth/bearertoken/context.go type contextKeyType (line 8) | type contextKeyType constant contextKey (line 10) | contextKey = contextKeyType(iota) constant StoragePropagationKey (line 13) | StoragePropagationKey = "storage.propagate.token" function ContextWithBearerToken (line 16) | func ContextWithBearerToken(ctx context.Context, token string) context.C... function GetBearerToken (line 24) | func GetBearerToken(ctx context.Context) (string, bool) { FILE: internal/auth/bearertoken/context_test.go function Test_GetBearerToken (line 13) | func Test_GetBearerToken(t *testing.T) { FILE: internal/auth/bearertoken/grpc.go constant Key (line 14) | Key = "bearer.token" type tokenatedServerStream (line 16) | type tokenatedServerStream struct method Context (line 21) | func (tss *tokenatedServerStream) Context() context.Context { function ValidTokenFromGRPCMetadata (line 26) | func ValidTokenFromGRPCMetadata(ctx context.Context, bearerHeader string... function NewStreamServerInterceptor (line 43) | func NewStreamServerInterceptor() grpc.StreamServerInterceptor { function NewUnaryServerInterceptor (line 62) | func NewUnaryServerInterceptor() grpc.UnaryServerInterceptor { function NewUnaryClientInterceptor (line 78) | func NewUnaryClientInterceptor() grpc.UnaryClientInterceptor { function NewStreamClientInterceptor (line 108) | func NewStreamClientInterceptor() grpc.StreamClientInterceptor { FILE: internal/auth/bearertoken/grpc_test.go type mockServerStream (line 16) | type mockServerStream struct method Context (line 21) | func (s *mockServerStream) Context() context.Context { function TestClientInterceptors (line 25) | func TestClientInterceptors(t *testing.T) { function TestServerInterceptors (line 99) | func TestServerInterceptors(t *testing.T) { function TestTokenatedServerStream (line 178) | func TestTokenatedServerStream(t *testing.T) { FILE: internal/auth/bearertoken/http.go function PropagationHandler (line 16) | func PropagationHandler(logger *zap.Logger, h http.Handler) http.Handler { FILE: internal/auth/bearertoken/http_test.go function Test_PropagationHandler (line 18) | func Test_PropagationHandler(t *testing.T) { FILE: internal/auth/bearertoken/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/auth/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/auth/tokenloader.go function cachedFileTokenLoader (line 20) | func cachedFileTokenLoader(path string, interval time.Duration, timeFn f... function TokenProvider (line 52) | func TokenProvider(path string, interval time.Duration, logger *zap.Logg... function TokenProviderWithTime (line 57) | func TokenProviderWithTime(path string, interval time.Duration, logger *... FILE: internal/auth/tokenloader_test.go function TestCachedFileTokenLoader_Deterministic (line 21) | func TestCachedFileTokenLoader_Deterministic(t *testing.T) { function TestCachedFileTokenLoader_ExactBoundaries (line 51) | func TestCachedFileTokenLoader_ExactBoundaries(t *testing.T) { function TestCachedFileTokenLoader_ZeroInterval (line 89) | func TestCachedFileTokenLoader_ZeroInterval(t *testing.T) { function TestNewTokenProvider_InitialLoad (line 125) | func TestNewTokenProvider_InitialLoad(t *testing.T) { function TestNewTokenProvider_ReloadErrors_Deterministic (line 151) | func TestNewTokenProvider_ReloadErrors_Deterministic(t *testing.T) { function TestTokenProviderWithTime_DirectCall (line 186) | func TestTokenProviderWithTime_DirectCall(t *testing.T) { function TestNewTokenProvider_WithZapLogger (line 216) | func TestNewTokenProvider_WithZapLogger(t *testing.T) { function TestCachedFileTokenLoader_FilePermissions (line 252) | func TestCachedFileTokenLoader_FilePermissions(t *testing.T) { function TestTokenProvider_Wrapper (line 279) | func TestTokenProvider_Wrapper(t *testing.T) { function createTempTokenFile (line 294) | func createTempTokenFile(t *testing.T, content string) string { function updateTokenFile (line 311) | func updateTokenFile(t *testing.T, filename, content string) { FILE: internal/auth/transport.go type Method (line 14) | type Method struct type RoundTripper (line 27) | type RoundTripper struct method RoundTrip (line 35) | func (tr RoundTripper) RoundTrip(r *http.Request) (*http.Response, err... FILE: internal/auth/transport_test.go type roundTripFunc (line 18) | type roundTripFunc method RoundTrip (line 20) | func (s roundTripFunc) RoundTrip(r *http.Request) (*http.Response, err... function TestRoundTripper (line 24) | func TestRoundTripper(t *testing.T) { FILE: internal/cache/cache.go type Cache (line 13) | type Cache interface type Options (line 33) | type Options struct type EvictCallback (line 50) | type EvictCallback FILE: internal/cache/lru.go type LRU (line 14) | type LRU struct method Get (line 43) | func (c *LRU) Get(key string) any { method Put (line 68) | func (c *LRU) Put(key string, value any) any { method CompareAndSwap (line 77) | func (c *LRU) CompareAndSwap(key string, oldValue, newValue any) (item... method putWithMutexHold (line 100) | func (c *LRU) putWithMutexHold(key string, value any, elt *list.Elemen... method Delete (line 133) | func (c *LRU) Delete(key string) { method Size (line 148) | func (c *LRU) Size() int { function NewLRUWithOptions (line 25) | func NewLRUWithOptions(maxSize int, opts *Options) *LRU { type cacheEntry (line 155) | type cacheEntry struct FILE: internal/cache/lru_test.go function TestLRU (line 17) | func TestLRU(t *testing.T) { function TestCompareAndSwap (line 55) | func TestCompareAndSwap(t *testing.T) { function TestLRUWithTTL (line 99) | func TestLRUWithTTL(t *testing.T) { function TestDefaultClock (line 120) | func TestDefaultClock(t *testing.T) { function TestLRUCacheConcurrentAccess (line 131) | func TestLRUCacheConcurrentAccess(*testing.T) { function TestRemoveFunc (line 161) | func TestRemoveFunc(t *testing.T) { function TestRemovedFuncWithTTL (line 186) | func TestRemovedFuncWithTTL(t *testing.T) { type simulatedClock (line 213) | type simulatedClock struct method Now (line 218) | func (c *simulatedClock) Now() time.Time { method Elapse (line 224) | func (c *simulatedClock) Elapse(d time.Duration) time.Time { function TestMain (line 231) | func TestMain(m *testing.M) { FILE: internal/config/config.go function Viperize (line 18) | func Viperize(inits ...func(*flag.FlagSet)) (*viper.Viper, *cobra.Comman... function AddFlags (line 23) | func AddFlags(v *viper.Viper, command *cobra.Command, inits ...func(*fla... function configureViper (line 35) | func configureViper(v *viper.Viper) { FILE: internal/config/config_test.go function TestViperize (line 16) | func TestViperize(t *testing.T) { function TestEnv (line 43) | func TestEnv(t *testing.T) { FILE: internal/config/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/config/promcfg/config.go type Configuration (line 14) | type Configuration struct method Validate (line 32) | func (c *Configuration) Validate() error { FILE: internal/config/promcfg/config_test.go function TestValidate (line 14) | func TestValidate(t *testing.T) { function TestMain (line 25) | func TestMain(m *testing.M) { FILE: internal/config/string_slice.go type StringSlice (line 12) | type StringSlice method String (line 15) | func (l *StringSlice) String() string { method Set (line 24) | func (l *StringSlice) Set(value string) error { method Type (line 30) | func (*StringSlice) Type() string { FILE: internal/config/string_slice_test.go function TestStringSlice (line 15) | func TestStringSlice(t *testing.T) { function TestStringSliceTreatedAsStringSlice (line 31) | func TestStringSliceTreatedAsStringSlice(t *testing.T) { FILE: internal/config/tlscfg/flags.go constant tlsPrefix (line 18) | tlsPrefix = ".tls" constant tlsEnabled (line 19) | tlsEnabled = tlsPrefix + ".enabled" constant tlsCA (line 20) | tlsCA = tlsPrefix + ".ca" constant tlsCert (line 21) | tlsCert = tlsPrefix + ".cert" constant tlsKey (line 22) | tlsKey = tlsPrefix + ".key" constant tlsServerName (line 23) | tlsServerName = tlsPrefix + ".server-name" constant tlsClientCA (line 24) | tlsClientCA = tlsPrefix + ".client-ca" constant tlsSkipHostVerify (line 25) | tlsSkipHostVerify = tlsPrefix + ".skip-host-verify" constant tlsCipherSuites (line 26) | tlsCipherSuites = tlsPrefix + ".cipher-suites" constant tlsMinVersion (line 27) | tlsMinVersion = tlsPrefix + ".min-version" constant tlsMaxVersion (line 28) | tlsMaxVersion = tlsPrefix + ".max-version" constant tlsReloadInterval (line 29) | tlsReloadInterval = tlsPrefix + ".reload-interval" type ClientFlagsConfig (line 33) | type ClientFlagsConfig struct method AddFlags (line 43) | func (c ClientFlagsConfig) AddFlags(flags *flag.FlagSet) { method InitFromViper (line 65) | func (c ClientFlagsConfig) InitFromViper(v *viper.Viper) (configtls.Cl... type ServerFlagsConfig (line 38) | type ServerFlagsConfig struct method AddFlags (line 53) | func (c ServerFlagsConfig) AddFlags(flags *flag.FlagSet) { method InitFromViper (line 85) | func (c ServerFlagsConfig) InitFromViper(v *viper.Viper) (configoption... function stripWhiteSpace (line 109) | func stripWhiteSpace(str string) string { FILE: internal/config/tlscfg/flags_test.go function TestClientFlags (line 21) | func TestClientFlags(t *testing.T) { function TestServerFlags (line 74) | func TestServerFlags(t *testing.T) { function TestServerCertReloadInterval (line 129) | func TestServerCertReloadInterval(t *testing.T) { function TestFailedTLSFlags (line 146) | func TestFailedTLSFlags(t *testing.T) { FILE: internal/config/tlscfg/options.go type options (line 14) | type options struct method ToOtelClientConfig (line 28) | func (o *options) ToOtelClientConfig() configtls.ClientConfig { method ToOtelServerConfig (line 50) | func (o *options) ToOtelServerConfig() configoptional.Optional[configt... FILE: internal/config/tlscfg/options_test.go function TestToOtelClientConfig (line 15) | func TestToOtelClientConfig(t *testing.T) { function TestToOtelServerConfig (line 69) | func TestToOtelServerConfig(t *testing.T) { FILE: internal/config/tlscfg/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/converter/empty_test.go function TestDummy (line 12) | func TestDummy(*testing.T) { function TestMain (line 17) | func TestMain(m *testing.M) { FILE: internal/converter/thrift/empty_test.go function TestDummy (line 12) | func TestDummy(*testing.T) { function TestMain (line 17) | func TestMain(m *testing.M) { FILE: internal/converter/thrift/jaeger/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/converter/thrift/jaeger/sampling_from_domain.go function ConvertSamplingResponseFromDomain (line 15) | func ConvertSamplingResponseFromDomain(r *api_v2.SamplingStrategyRespons... function convertProbabilisticFromDomain (line 33) | func convertProbabilisticFromDomain(s *api_v2.ProbabilisticSamplingStrat... function convertRateLimitingFromDomain (line 40) | func convertRateLimitingFromDomain(s *api_v2.RateLimitingSamplingStrateg... function convertPerOperationFromDomain (line 53) | func convertPerOperationFromDomain(s *api_v2.PerOperationSamplingStrateg... function convertOperationFromDomain (line 72) | func convertOperationFromDomain(s *api_v2.OperationSamplingStrategy) *sa... function convertStrategyTypeFromDomain (line 82) | func convertStrategyTypeFromDomain(s api_v2.SamplingStrategyType) (sampl... FILE: internal/converter/thrift/jaeger/sampling_from_domain_test.go function TestConvertStrategyTypeFromDomain (line 17) | func TestConvertStrategyTypeFromDomain(t *testing.T) { function TestConvertProbabilisticFromDomain (line 38) | func TestConvertProbabilisticFromDomain(t *testing.T) { function TestConvertRateLimitingFromDomain (line 52) | func TestConvertRateLimitingFromDomain(t *testing.T) { function TestConvertOperationStrategyFromDomain (line 74) | func TestConvertOperationStrategyFromDomain(t *testing.T) { function TestConvertPerOperationStrategyFromDomain (line 92) | func TestConvertPerOperationStrategyFromDomain(t *testing.T) { function TestConvertSamplingResponseFromDomain (line 122) | func TestConvertSamplingResponseFromDomain(t *testing.T) { FILE: internal/converter/thrift/jaeger/sampling_to_domain.go function ConvertSamplingResponseToDomain (line 14) | func ConvertSamplingResponseToDomain(r *sampling.SamplingStrategyRespons... function convertRateLimitingToDomain (line 31) | func convertRateLimitingToDomain(s *sampling.RateLimitingSamplingStrateg... function convertProbabilisticToDomain (line 38) | func convertProbabilisticToDomain(s *sampling.ProbabilisticSamplingStrat... function convertPerOperationToDomain (line 45) | func convertPerOperationToDomain(s *sampling.PerOperationSamplingStrateg... function convertStrategyTypeToDomain (line 64) | func convertStrategyTypeToDomain(t sampling.SamplingStrategyType) (api_v... FILE: internal/converter/thrift/jaeger/sampling_to_domain_test.go function TestConvertStrategyTypeToDomain (line 17) | func TestConvertStrategyTypeToDomain(t *testing.T) { function TestConvertProbabilisticToDomain (line 38) | func TestConvertProbabilisticToDomain(t *testing.T) { function TestConvertRateLimitingToDomain (line 52) | func TestConvertRateLimitingToDomain(t *testing.T) { function TestConvertPerOperationStrategyToDomain (line 66) | func TestConvertPerOperationStrategyToDomain(t *testing.T) { function TestConvertSamplingResponseToDomain (line 90) | func TestConvertSamplingResponseToDomain(t *testing.T) { FILE: internal/converter/thrift/jaeger/to_domain.go function ToDomain (line 17) | func ToDomain(jSpans []*jaeger.Span, jProcess *jaeger.Process) []*model.... function ToDomainSpan (line 24) | func ToDomainSpan(jSpan *jaeger.Span, jProcess *jaeger.Process) *model.S... function ToDomainProcess (line 29) | func ToDomainProcess(jProcess *jaeger.Process) *model.Process { type toDomain (line 33) | type toDomain struct method ToDomain (line 35) | func (td toDomain) ToDomain(jSpans []*jaeger.Span, jProcess *jaeger.Pr... method ToDomainSpan (line 44) | func (td toDomain) ToDomainSpan(jSpan *jaeger.Span, jProcess *jaeger.P... method transformSpan (line 49) | func (td toDomain) transformSpan(jSpan *jaeger.Span, mProcess *model.P... method getReferences (line 81) | func (toDomain) getReferences(jRefs []*jaeger.SpanRef) []model.SpanRef { method getProcess (line 103) | func (td toDomain) getProcess(jProcess *jaeger.Process) *model.Process { method getTags (line 117) | func (td toDomain) getTags(tags []*jaeger.Tag, extraSpace int) model.K... method getTag (line 128) | func (toDomain) getTag(tag *jaeger.Tag) model.KeyValue { method getLogs (line 145) | func (td toDomain) getLogs(logs []*jaeger.Log) []model.Log { FILE: internal/converter/thrift/jaeger/to_domain_test.go constant NumberOfFixtures (line 24) | NumberOfFixtures = 2 function TestToDomain (line 26) | func TestToDomain(t *testing.T) { function loadSpans (line 62) | func loadSpans(t *testing.T, file string) []*model.Span { function loadJSONPB (line 68) | func loadJSONPB(t *testing.T, fileName string, obj proto.Message) { function loadBatch (line 74) | func loadBatch(t *testing.T, file string) *jaeger.Batch { function loadJSON (line 80) | func loadJSON(t *testing.T, fileName string, obj any) { function TestUnknownJaegerType (line 88) | func TestUnknownJaegerType(t *testing.T) { function TestToDomain_ToDomainProcess (line 97) | func TestToDomain_ToDomainProcess(t *testing.T) { function TestToDomain_ToDomainSpanProcessNull (line 102) | func TestToDomain_ToDomainSpanProcessNull(t *testing.T) { FILE: internal/distributedlock/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/distributedlock/interface.go type Lock (line 12) | type Lock interface FILE: internal/distributedlock/mocks/mocks.go function NewLock (line 20) | func NewLock(t interface { type Lock (line 33) | type Lock struct method EXPECT (line 41) | func (_m *Lock) EXPECT() *Lock_Expecter { method Acquire (line 46) | func (_mock *Lock) Acquire(resource string, ttl time.Duration) (bool, ... method Forfeit (line 112) | func (_mock *Lock) Forfeit(resource string) (bool, error) { type Lock_Expecter (line 37) | type Lock_Expecter struct method Acquire (line 79) | func (_e *Lock_Expecter) Acquire(resource interface{}, ttl interface{}... method Forfeit (line 144) | func (_e *Lock_Expecter) Forfeit(resource interface{}) *Lock_Forfeit_C... type Lock_Acquire_Call (line 72) | type Lock_Acquire_Call struct method Run (line 83) | func (_c *Lock_Acquire_Call) Run(run func(resource string, ttl time.Du... method Return (line 101) | func (_c *Lock_Acquire_Call) Return(acquired bool, err error) *Lock_Ac... method RunAndReturn (line 106) | func (_c *Lock_Acquire_Call) RunAndReturn(run func(resource string, tt... type Lock_Forfeit_Call (line 138) | type Lock_Forfeit_Call struct method Run (line 148) | func (_c *Lock_Forfeit_Call) Run(run func(resource string)) *Lock_Forf... method Return (line 161) | func (_c *Lock_Forfeit_Call) Return(forfeited bool, err error) *Lock_F... method RunAndReturn (line 166) | func (_c *Lock_Forfeit_Call) RunAndReturn(run func(resource string) (b... FILE: internal/fswatcher/fswatcher.go type FSWatcher (line 20) | type FSWatcher struct method setupWatchedPaths (line 72) | func (w *FSWatcher) setupWatchedPaths(filepaths []string) error { method watch (line 100) | func (w *FSWatcher) watch() { method Close (line 131) | func (w *FSWatcher) Close() error { method isModified (line 136) | func (w *FSWatcher) isModified(filePathName string, previousHash strin... function New (line 50) | func New(filepaths []string, onChange func(), logger *zap.Logger) (*FSWa... function hashFile (line 146) | func hashFile(file string) (string, error) { FILE: internal/fswatcher/fswatcher_test.go function createTestFiles (line 22) | func createTestFiles(t *testing.T) (file1 string, file2 string, file3 st... function TestFSWatcherAddFiles (line 42) | func TestFSWatcherAddFiles(t *testing.T) { function TestFSWatcherWithMultipleFiles (line 78) | func TestFSWatcherWithMultipleFiles(t *testing.T) { function TestFSWatcherWithSymlinkAndRepoChanges (line 143) | func TestFSWatcherWithSymlinkAndRepoChanges(t *testing.T) { function createTimestampDir (line 203) | func createTimestampDir(t *testing.T, dir string) { type delayedFormat (line 212) | type delayedFormat struct method String (line 216) | func (df delayedFormat) String() string { function assertLogs (line 220) | func assertLogs(t *testing.T, f func() bool, errorMsg string, logObserve... function TestMain (line 230) | func TestMain(m *testing.M) { FILE: internal/gogocodec/codec.go constant jaegerProtoGenPkgPath (line 18) | jaegerProtoGenPkgPath = "github.com/jaegertracing/jaeger-idl/proto-gen" constant jaegerModelPkgPath (line 19) | jaegerModelPkgPath = "github.com/jaegertracing/jaeger-idl/model/v1" constant jaegerProtoGenPkgPathOld (line 21) | jaegerProtoGenPkgPathOld = "github.com/jaegertracing/jaeger/internal/pro... constant jaegerModelPkgPathOld (line 22) | jaegerModelPkgPathOld = "github.com/jaegertracing/jaeger-idl/model/v1" type CustomType (line 29) | type CustomType interface function init (line 40) | func init() { type gogoCodec (line 48) | type gogoCodec struct method Name (line 57) | func (*gogoCodec) Name() string { method Marshal (line 62) | func (*gogoCodec) Marshal(v any) (mem.BufferSlice, error) { method Unmarshal (line 74) | func (*gogoCodec) Unmarshal(data mem.BufferSlice, v any) error { function newCodec (line 52) | func newCodec() *gogoCodec { function useGogo (line 84) | func useGogo(t reflect.Type) bool { FILE: internal/gogocodec/codec_test.go function TestCodecMarshallAndUnmarshall_jaeger_type (line 23) | func TestCodecMarshallAndUnmarshall_jaeger_type(t *testing.T) { function TestCodecMarshallAndUnmarshall_no_jaeger_type (line 35) | func TestCodecMarshallAndUnmarshall_no_jaeger_type(t *testing.T) { function TestWireCompatibility (line 53) | func TestWireCompatibility(t *testing.T) { function TestUseGogo (line 72) | func TestUseGogo(t *testing.T) { function BenchmarkCodecUnmarshal25Spans (line 78) | func BenchmarkCodecUnmarshal25Spans(b *testing.B) { function TestMain (line 101) | func TestMain(m *testing.M) { FILE: internal/grpctest/reflection.go type ReflectionServiceValidator (line 18) | type ReflectionServiceValidator struct method Execute (line 24) | func (v ReflectionServiceValidator) Execute(t *testing.T) { FILE: internal/grpctest/reflection_test.go function TestReflectionServiceValidator (line 18) | func TestReflectionServiceValidator(t *testing.T) { function TestMain (line 38) | func TestMain(m *testing.M) { FILE: internal/gzipfs/gzip.go constant suffix (line 14) | suffix = ".gz" type file (line 16) | type file struct method Stat (line 31) | func (f file) Stat() (fs.FileInfo, error) { method Read (line 42) | func (f *file) Read(buf []byte) (int, error) { method Close (line 55) | func (f file) Close() error { type fileInfo (line 22) | type fileInfo struct method Name (line 59) | func (fi fileInfo) Name() string { method Size (line 64) | func (fi fileInfo) Size() int64 { return fi.size } method Mode (line 66) | func (fi fileInfo) Mode() fs.FileMode { return fi.info.Mode() } method ModTime (line 68) | func (fi fileInfo) ModTime() time.Time { return fi.info.ModTime() } method IsDir (line 70) | func (fi fileInfo) IsDir() bool { return fi.info.IsDir() } method Sys (line 72) | func (fileInfo) Sys() any { return nil } type fileSystem (line 27) | type fileSystem struct method Open (line 80) | func (cfs fileSystem) Open(path string) (fs.File, error) { function New (line 76) | func New(fileSys fs.FS) fs.FS { FILE: internal/gzipfs/gzip_test.go type mockFile (line 25) | type mockFile struct method Stat (line 29) | func (f *mockFile) Stat() (fs.FileInfo, error) { method Read (line 33) | func (f *mockFile) Read([]byte) (int, error) { method Close (line 37) | func (f *mockFile) Close() error { function TestFS (line 41) | func TestFS(t *testing.T) { function TestFileStatError (line 130) | func TestFileStatError(t *testing.T) { function TestFileRead (line 136) | func TestFileRead(t *testing.T) { function TestMain (line 144) | func TestMain(m *testing.M) { FILE: internal/hostname/hostname.go type hostname (line 13) | type hostname struct function AsIdentifier (line 24) | func AsIdentifier() (string, error) { FILE: internal/hostname/hostname_test.go function TestAsIdentifier (line 17) | func TestAsIdentifier(t *testing.T) { function TestMain (line 39) | func TestMain(m *testing.M) { FILE: internal/httpfs/prefixed.go function PrefixedFS (line 12) | func PrefixedFS(prefix string, fs http.FileSystem) http.FileSystem { type prefixedFS (line 19) | type prefixedFS struct method Open (line 24) | func (fs *prefixedFS) Open(name string) (http.File, error) { FILE: internal/httpfs/prefixed_test.go function TestPrefixedFS (line 19) | func TestPrefixedFS(t *testing.T) { function TestMain (line 40) | func TestMain(m *testing.M) { FILE: internal/jaegerclientenv2otel/envvars.go function MapJaegerToOtelEnvVars (line 37) | func MapJaegerToOtelEnvVars(logger *zap.Logger) { FILE: internal/jaegerclientenv2otel/envvars_test.go function TestMapJaegerToOtelEnvVars (line 15) | func TestMapJaegerToOtelEnvVars(t *testing.T) { function TestMain (line 27) | func TestMain(m *testing.M) { FILE: internal/jiter/iter.go function CollectWithErrors (line 11) | func CollectWithErrors[V any](seq iter.Seq2[V, error]) ([]V, error) { function FlattenWithErrors (line 22) | func FlattenWithErrors[V any](seq iter.Seq2[[]V, error]) ([]V, error) { FILE: internal/jiter/iter_test.go function TestCollectWithErrors (line 13) | func TestCollectWithErrors(t *testing.T) { function TestFlattenWithErrors (line 82) | func TestFlattenWithErrors(t *testing.T) { FILE: internal/jiter/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/jptrace/aggregator.go function AggregateTraces (line 17) | func AggregateTraces(tracesSeq iter.Seq2[[]ptrace.Traces, error]) iter.S... function AggregateTracesWithLimit (line 26) | func AggregateTracesWithLimit(tracesSeq iter.Seq2[[]ptrace.Traces, error... function mergeTracesWithLimit (line 90) | func mergeTracesWithLimit(dest ptrace.Traces, destCount int, src ptrace.... function copySpansUpToLimit (line 107) | func copySpansUpToLimit(dest, src ptrace.Traces, limit int) { function MergeTraces (line 151) | func MergeTraces(dest, src ptrace.Traces) { function markTraceTruncated (line 159) | func markTraceTruncated(trace ptrace.Traces, maxSize int) { FILE: internal/jptrace/aggregator_test.go function TestAggregateTraces_AggregatesSpansWithSameTraceID (line 16) | func TestAggregateTraces_AggregatesSpansWithSameTraceID(t *testing.T) { function TestAggregateTraces_YieldsErrorFromTracesSeq (line 79) | func TestAggregateTraces_YieldsErrorFromTracesSeq(t *testing.T) { function TestAggregateTraces_RespectsEarlyReturn (line 109) | func TestAggregateTraces_RespectsEarlyReturn(t *testing.T) { function TestAggregateTracesWithLimit (line 139) | func TestAggregateTracesWithLimit(t *testing.T) { function TestCopySpansUpToLimit (line 189) | func TestCopySpansUpToLimit(t *testing.T) { function TestCopySpansUpToLimit_MultipleResourceSpans (line 202) | func TestCopySpansUpToLimit_MultipleResourceSpans(t *testing.T) { function TestCopySpansUpToLimit_MultipleScopeSpans (line 222) | func TestCopySpansUpToLimit_MultipleScopeSpans(t *testing.T) { function TestCopySpansUpToLimit_NoEmptyContainers (line 243) | func TestCopySpansUpToLimit_NoEmptyContainers(t *testing.T) { function TestAggregateTracesWithLimit_MultiBatch (line 260) | func TestAggregateTracesWithLimit_MultiBatch(t *testing.T) { function TestAggregateTracesWithLimit_ExactLimitThenOverflow (line 303) | func TestAggregateTracesWithLimit_ExactLimitThenOverflow(t *testing.T) { function TestMarkAndCheckTruncated (line 338) | func TestMarkAndCheckTruncated(t *testing.T) { function TestAggregateTraces_HandlesEmptyTraces (line 349) | func TestAggregateTraces_HandlesEmptyTraces(t *testing.T) { function TestAggregateTraces_DoesNotYieldAfterConsumerStops (line 379) | func TestAggregateTraces_DoesNotYieldAfterConsumerStops(t *testing.T) { FILE: internal/jptrace/attributes.go constant WarningsAttribute (line 14) | WarningsAttribute = "@jaeger@warnings" constant FormatAttribute (line 18) | FormatAttribute = "@jaeger@format" function PcommonMapToPlainMap (line 21) | func PcommonMapToPlainMap(attributes pcommon.Map) map[string]string { function PlainMapToPcommonMap (line 30) | func PlainMapToPcommonMap(attributesMap map[string]string) pcommon.Map { FILE: internal/jptrace/attributes_test.go function TestPcommonMapToPlainMap (line 13) | func TestPcommonMapToPlainMap(t *testing.T) { function TestPlainMapToPcommonMap (line 63) | func TestPlainMapToPcommonMap(t *testing.T) { FILE: internal/jptrace/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/jptrace/sanitizer/emptyservicename.go constant emptyServiceName (line 14) | emptyServiceName = "empty-service-name" constant serviceNameWrongType (line 15) | serviceNameWrongType = "service-name-wrong-type" constant missingServiceName (line 16) | missingServiceName = "missing-service-name" function NewEmptyServiceNameSanitizer (line 21) | func NewEmptyServiceNameSanitizer() Func { function sanitizeEmptyServiceName (line 25) | func sanitizeEmptyServiceName(traces ptrace.Traces) ptrace.Traces { FILE: internal/jptrace/sanitizer/emptyservicename_test.go function TestEmptyServiceNameSanitizer_SubstitutesCorrectlyForStrings (line 13) | func TestEmptyServiceNameSanitizer_SubstitutesCorrectlyForStrings(t *tes... function TestEmptyServiceNameSanitizer_SubstitutesCorrectlyForNonStringType (line 62) | func TestEmptyServiceNameSanitizer_SubstitutesCorrectlyForNonStringType(... function TestEmptyServiceNameSanitizer_DefaultCases (line 82) | func TestEmptyServiceNameSanitizer_DefaultCases(t *testing.T) { FILE: internal/jptrace/sanitizer/emptyspanname.go constant emptySpanName (line 11) | emptySpanName = "empty-span-name" function NewEmptySpanNameSanitizer (line 16) | func NewEmptySpanNameSanitizer() Func { function sanitizeEmptySpanName (line 20) | func sanitizeEmptySpanName(traces ptrace.Traces) ptrace.Traces { function tracesNeedSpanNameSanitization (line 47) | func tracesNeedSpanNameSanitization(traces ptrace.Traces) bool { FILE: internal/jptrace/sanitizer/emptyspanname_test.go function TestEmptySpanNameSanitizer (line 14) | func TestEmptySpanNameSanitizer(t *testing.T) { function TestEmptySpanNameSanitizer_ReadOnly (line 59) | func TestEmptySpanNameSanitizer_ReadOnly(t *testing.T) { function TestEmptySpanNameSanitizer_NoModificationNeeded (line 81) | func TestEmptySpanNameSanitizer_NoModificationNeeded(t *testing.T) { FILE: internal/jptrace/sanitizer/negative_duration_santizer.go constant minDuration (line 16) | minDuration = time.Duration(1) function NewNegativeDurationSanitizer (line 24) | func NewNegativeDurationSanitizer() Func { function sanitizeNegativeDuration (line 28) | func sanitizeNegativeDuration(traces ptrace.Traces) ptrace.Traces { function tracesNeedDurationSanitization (line 53) | func tracesNeedDurationSanitization(traces ptrace.Traces) bool { function spanNeedsDurationSanitization (line 66) | func spanNeedsDurationSanitization(span ptrace.Span) bool { function sanitizeDuration (line 72) | func sanitizeDuration(span *ptrace.Span) { FILE: internal/jptrace/sanitizer/negative_duration_santizer_test.go function TestNegativeDurationSanitizer (line 18) | func TestNegativeDurationSanitizer(t *testing.T) { FILE: internal/jptrace/sanitizer/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/jptrace/sanitizer/readonly_test.go function TestSanitizersWithReadOnlyTraces (line 19) | func TestSanitizersWithReadOnlyTraces(t *testing.T) { function TestSanitizersWithReadOnlyTracesNoModification (line 96) | func TestSanitizersWithReadOnlyTracesNoModification(t *testing.T) { function TestChainedSanitizerWithReadOnlyTraces (line 163) | func TestChainedSanitizerWithReadOnlyTraces(t *testing.T) { FILE: internal/jptrace/sanitizer/sanitizer.go type Func (line 11) | type Func function NewStandardSanitizers (line 18) | func NewStandardSanitizers() []Func { function NewChainedSanitizer (line 29) | func NewChainedSanitizer(sanitizers ...Func) Func { FILE: internal/jptrace/sanitizer/sanitizer_test.go function TestNewStandardSanitizers (line 13) | func TestNewStandardSanitizers(t *testing.T) { function TestNewChainedSanitizer (line 18) | func TestNewChainedSanitizer(t *testing.T) { FILE: internal/jptrace/sanitizer/utf8.go constant invalidSpanName (line 15) | invalidSpanName = "invalid-span-name" constant invalidTagKey (line 16) | invalidTagKey = "invalid-tag-key" function NewUTF8Sanitizer (line 26) | func NewUTF8Sanitizer() Func { function sanitizeUTF8 (line 30) | func sanitizeUTF8(traces ptrace.Traces) ptrace.Traces { function tracesNeedUTF8Sanitization (line 74) | func tracesNeedUTF8Sanitization(traces ptrace.Traces) bool { function attributesNeedUTF8Sanitization (line 95) | func attributesNeedUTF8Sanitization(attributes pcommon.Map) bool { function sanitizeAttributes (line 110) | func sanitizeAttributes(attributes pcommon.Map) { FILE: internal/jptrace/sanitizer/utf8_test.go function invalidUTF8 (line 16) | func invalidUTF8() string { function getBytesValueFromString (line 21) | func getBytesValueFromString(s string) pcommon.Value { function TestUTF8Sanitizer_SanitizesResourceSpanAttributes (line 64) | func TestUTF8Sanitizer_SanitizesResourceSpanAttributes(t *testing.T) { function TestUTF8Sanitizer_SanitizesScopeSpanAttributes (line 89) | func TestUTF8Sanitizer_SanitizesScopeSpanAttributes(t *testing.T) { function TestUTF8Sanitizer_SanitizesSpanAttributes (line 118) | func TestUTF8Sanitizer_SanitizesSpanAttributes(t *testing.T) { function TestUTF8Sanitizer_SanitizesInvalidSpanName (line 149) | func TestUTF8Sanitizer_SanitizesInvalidSpanName(t *testing.T) { function TestUTF8Sanitizer_DoesNotSanitizeValidSpanName (line 172) | func TestUTF8Sanitizer_DoesNotSanitizeValidSpanName(t *testing.T) { function TestUTF8Sanitizer_RemovesInvalidKeys (line 195) | func TestUTF8Sanitizer_RemovesInvalidKeys(t *testing.T) { function TestUTF8Sanitizer_DoesNotSanitizeNonStringAttributeValue (line 230) | func TestUTF8Sanitizer_DoesNotSanitizeNonStringAttributeValue(t *testing... function TestUTF8Sanitizer_SanitizesNonStringAttributeValueWithInvalidKey (line 250) | func TestUTF8Sanitizer_SanitizesNonStringAttributeValueWithInvalidKey(t ... function TestUTF8Sanitizer_SanitizesMultipleAttributesWithInvalidKeys (line 270) | func TestUTF8Sanitizer_SanitizesMultipleAttributesWithInvalidKeys(t *tes... FILE: internal/jptrace/spaniter.go type SpanIterPos (line 13) | type SpanIterPos struct function SpanIter (line 21) | func SpanIter(traces ptrace.Traces) iter.Seq2[SpanIterPos, ptrace.Span] { function GetTraceID (line 43) | func GetTraceID(traces ptrace.Traces) pcommon.TraceID { FILE: internal/jptrace/spaniter_test.go function TestSpanIter (line 14) | func TestSpanIter(t *testing.T) { function TestSpanIterStopIteration (line 74) | func TestSpanIterStopIteration(t *testing.T) { function TestGetTraceID (line 97) | func TestGetTraceID(t *testing.T) { FILE: internal/jptrace/spankind.go function StringToSpanKind (line 12) | func StringToSpanKind(sk string) ptrace.SpanKind { function SpanKindToString (line 29) | func SpanKindToString(sk ptrace.SpanKind) string { FILE: internal/jptrace/spankind_test.go function TestStringToSpanKind (line 13) | func TestStringToSpanKind(t *testing.T) { function TestSpanKindToString (line 62) | func TestSpanKindToString(t *testing.T) { FILE: internal/jptrace/spanmap.go function SpanMap (line 11) | func SpanMap[K comparable](traces ptrace.Traces, keyFn func(ptrace.Span)... FILE: internal/jptrace/spanmap_test.go function TestSpanMap (line 13) | func TestSpanMap(t *testing.T) { FILE: internal/jptrace/statuscode.go function StringToStatusCode (line 8) | func StringToStatusCode(sc string) ptrace.StatusCode { FILE: internal/jptrace/statuscode_test.go function TestConvertStatusCode (line 13) | func TestConvertStatusCode(t *testing.T) { FILE: internal/jptrace/traces.go type TracesData (line 19) | type TracesData method ToTraces (line 26) | func (td TracesData) ToTraces() ptrace.Traces { method Marshal (line 31) | func (td *TracesData) Marshal() ([]byte, error) { method MarshalTo (line 36) | func (td *TracesData) MarshalTo(buf []byte) (n int, err error) { method MarshalToSizedBuffer (line 41) | func (td *TracesData) MarshalToSizedBuffer(buf []byte) (int, error) { method MarshalJSONPB (line 51) | func (td *TracesData) MarshalJSONPB(*jsonpb.Marshaler) ([]byte, error) { method UnmarshalJSONPB (line 56) | func (td *TracesData) UnmarshalJSONPB(_ *jsonpb.Unmarshaler, data []by... method Size (line 66) | func (td *TracesData) Size() int { method Unmarshal (line 71) | func (td *TracesData) Unmarshal(data []byte) error { method ProtoMessage (line 81) | func (*TracesData) ProtoMessage() { method Reset (line 86) | func (td *TracesData) Reset() { method String (line 91) | func (*TracesData) String() string { FILE: internal/jptrace/traces_test.go function TestTracesData (line 14) | func TestTracesData(t *testing.T) { FILE: internal/jptrace/valuetype.go function StringToValueType (line 12) | func StringToValueType(vt string) pcommon.ValueType { function ValueTypeToString (line 33) | func ValueTypeToString(vt pcommon.ValueType) string { FILE: internal/jptrace/valuetype_test.go function TestStringToValueType (line 13) | func TestStringToValueType(t *testing.T) { function TestValueTypeToString (line 79) | func TestValueTypeToString(t *testing.T) { function TestStringToValueTypeToString (line 135) | func TestStringToValueTypeToString(t *testing.T) { FILE: internal/jptrace/warning.go function AddWarnings (line 11) | func AddWarnings(span ptrace.Span, warnings ...string) { function GetWarnings (line 23) | func GetWarnings(span ptrace.Span) []string { FILE: internal/jptrace/warning_test.go function TestAddWarning (line 14) | func TestAddWarning(t *testing.T) { function TestAddWarning_MultipleWarnings (line 61) | func TestAddWarning_MultipleWarnings(t *testing.T) { function TestGetWarnings (line 70) | func TestGetWarnings(t *testing.T) { function TestGetWarnings_EmptySpan (line 108) | func TestGetWarnings_EmptySpan(t *testing.T) { FILE: internal/jtracer/jtracer.go function NewProvider (line 26) | func NewProvider(ctx context.Context, serviceName string) (trace.TracerP... function newProviderHelper (line 30) | func newProviderHelper( function initOTEL (line 49) | func initOTEL(ctx context.Context, svc string) (*sdktrace.TracerProvider... function initHelper (line 53) | func initHelper( function otelResource (line 100) | func otelResource(ctx context.Context, svc string) (*resource.Resource, ... function defaultGRPCOptions (line 112) | func defaultGRPCOptions() []otlptracegrpc.Option { function otelExporter (line 120) | func otelExporter(ctx context.Context) (sdktrace.SpanExporter, error) { FILE: internal/jtracer/jtracer_test.go function TestNewProvider (line 18) | func TestNewProvider(t *testing.T) { function TestNewHelperProviderError (line 26) | func TestNewHelperProviderError(t *testing.T) { function TestInitHelperExporterError (line 38) | func TestInitHelperExporterError(t *testing.T) { function TestInitHelperResourceError (line 54) | func TestInitHelperResourceError(t *testing.T) { function TestMain (line 69) | func TestMain(m *testing.M) { FILE: internal/leaderelection/leader_election.go constant acquireLockErrMsg (line 18) | acquireLockErrMsg = "Failed to acquire lock" type ElectionParticipant (line 22) | type ElectionParticipant interface type DistributedElectionParticipant (line 30) | type DistributedElectionParticipant struct method Start (line 57) | func (p *DistributedElectionParticipant) Start() error { method Close (line 64) | func (p *DistributedElectionParticipant) Close() error { method IsLeader (line 71) | func (p *DistributedElectionParticipant) IsLeader() bool { method runAcquireLockLoop (line 77) | func (p *DistributedElectionParticipant) runAcquireLockLoop() { method acquireLock (line 93) | func (p *DistributedElectionParticipant) acquireLock() time.Duration { method setLeader (line 108) | func (p *DistributedElectionParticipant) setLeader(isLeader bool) { type ElectionParticipantOptions (line 40) | type ElectionParticipantOptions struct function NewElectionParticipant (line 47) | func NewElectionParticipant(lock dl.Lock, resourceName string, options E... FILE: internal/leaderelection/leader_election_test.go function TestAcquireLock (line 24) | func TestAcquireLock(t *testing.T) { function TestRunAcquireLockLoopFollowerOnly (line 68) | func TestRunAcquireLockLoopFollowerOnly(t *testing.T) { function TestMain (line 98) | func TestMain(m *testing.M) { FILE: internal/leaderelection/mocks/mocks.go function NewElectionParticipant (line 18) | func NewElectionParticipant(t interface { type ElectionParticipant (line 31) | type ElectionParticipant struct method EXPECT (line 39) | func (_m *ElectionParticipant) EXPECT() *ElectionParticipant_Expecter { method Close (line 44) | func (_mock *ElectionParticipant) Close() error { method IsLeader (line 88) | func (_mock *ElectionParticipant) IsLeader() bool { method Start (line 132) | func (_mock *ElectionParticipant) Start() error { type ElectionParticipant_Expecter (line 35) | type ElectionParticipant_Expecter struct method Close (line 66) | func (_e *ElectionParticipant_Expecter) Close() *ElectionParticipant_C... method IsLeader (line 110) | func (_e *ElectionParticipant_Expecter) IsLeader() *ElectionParticipan... method Start (line 154) | func (_e *ElectionParticipant_Expecter) Start() *ElectionParticipant_S... type ElectionParticipant_Close_Call (line 61) | type ElectionParticipant_Close_Call struct method Run (line 70) | func (_c *ElectionParticipant_Close_Call) Run(run func()) *ElectionPar... method Return (line 77) | func (_c *ElectionParticipant_Close_Call) Return(err error) *ElectionP... method RunAndReturn (line 82) | func (_c *ElectionParticipant_Close_Call) RunAndReturn(run func() erro... type ElectionParticipant_IsLeader_Call (line 105) | type ElectionParticipant_IsLeader_Call struct method Run (line 114) | func (_c *ElectionParticipant_IsLeader_Call) Run(run func()) *Election... method Return (line 121) | func (_c *ElectionParticipant_IsLeader_Call) Return(b bool) *ElectionP... method RunAndReturn (line 126) | func (_c *ElectionParticipant_IsLeader_Call) RunAndReturn(run func() b... type ElectionParticipant_Start_Call (line 149) | type ElectionParticipant_Start_Call struct method Run (line 158) | func (_c *ElectionParticipant_Start_Call) Run(run func()) *ElectionPar... method Return (line 165) | func (_c *ElectionParticipant_Start_Call) Return(err error) *ElectionP... method RunAndReturn (line 170) | func (_c *ElectionParticipant_Start_Call) RunAndReturn(run func() erro... FILE: internal/metrics/benchmark/benchmark_test.go function TestMain (line 20) | func TestMain(m *testing.M) { function setupPrometheusFactory (line 24) | func setupPrometheusFactory() metrics.Factory { function setupOTELFactory (line 29) | func setupOTELFactory(b *testing.B) metrics.Factory { function benchmarkCounter (line 39) | func benchmarkCounter(b *testing.B, factory metrics.Factory) { function benchmarkGauge (line 50) | func benchmarkGauge(b *testing.B, factory metrics.Factory) { function benchmarkTimer (line 61) | func benchmarkTimer(b *testing.B, factory metrics.Factory) { function benchmarkHistogram (line 72) | func benchmarkHistogram(b *testing.B, factory metrics.Factory) { function BenchmarkPrometheusCounter (line 83) | func BenchmarkPrometheusCounter(b *testing.B) { function BenchmarkOTELCounter (line 87) | func BenchmarkOTELCounter(b *testing.B) { function BenchmarkPrometheusGauge (line 91) | func BenchmarkPrometheusGauge(b *testing.B) { function BenchmarkOTELGauge (line 95) | func BenchmarkOTELGauge(b *testing.B) { function BenchmarkPrometheusTimer (line 99) | func BenchmarkPrometheusTimer(b *testing.B) { function BenchmarkOTELTimer (line 103) | func BenchmarkOTELTimer(b *testing.B) { function BenchmarkPrometheusHistogram (line 107) | func BenchmarkPrometheusHistogram(b *testing.B) { function BenchmarkOTELHistogram (line 111) | func BenchmarkOTELHistogram(b *testing.B) { FILE: internal/metrics/counter.go type Counter (line 8) | type Counter interface type nullCounter (line 16) | type nullCounter struct method Inc (line 18) | func (nullCounter) Inc(int64) {} FILE: internal/metrics/factory.go type NSOptions (line 12) | type NSOptions struct type Options (line 18) | type Options struct type TimerOptions (line 25) | type TimerOptions struct type HistogramOptions (line 33) | type HistogramOptions struct type Factory (line 41) | type Factory interface type nullFactory (line 54) | type nullFactory struct method Counter (line 56) | func (nullFactory) Counter(Options) Counter { method Timer (line 60) | func (nullFactory) Timer(TimerOptions) Timer { method Gauge (line 64) | func (nullFactory) Gauge(Options) Gauge { method Histogram (line 68) | func (nullFactory) Histogram(HistogramOptions) Histogram { method Namespace (line 71) | func (nullFactory) Namespace(NSOptions /* scope */) Factory { return N... FILE: internal/metrics/gauge.go type Gauge (line 8) | type Gauge interface type nullGauge (line 16) | type nullGauge struct method Update (line 18) | func (nullGauge) Update(int64) {} FILE: internal/metrics/histogram.go type Histogram (line 7) | type Histogram interface type nullHistogram (line 15) | type nullHistogram struct method Record (line 17) | func (nullHistogram) Record(float64) {} FILE: internal/metrics/metrics.go function MustInit (line 25) | func MustInit(metrics any, factory Factory, globalTags map[string]string) { function Init (line 33) | func Init(m any, factory Factory, globalTags map[string]string) error { FILE: internal/metrics/metrics_test.go function TestInitMetrics (line 19) | func TestInitMetrics(t *testing.T) { function TestInitMetricsFailures (line 87) | func TestInitMetricsFailures(t *testing.T) { function TestInitPanic (line 106) | func TestInitPanic(t *testing.T) { function TestNullMetrics (line 116) | func TestNullMetrics(*testing.T) { function TestMain (line 137) | func TestMain(m *testing.M) { FILE: internal/metrics/metricsbuilder/builder.go constant metricsBackend (line 21) | metricsBackend = "metrics-backend" constant metricsHTTPRoute (line 22) | metricsHTTPRoute = "metrics-http-route" constant defaultMetricsBackend (line 23) | defaultMetricsBackend = "prometheus" constant defaultMetricsRoute (line 24) | defaultMetricsRoute = "/metrics" type Builder (line 30) | type Builder struct method InitFromViper (line 49) | func (b *Builder) InitFromViper(v *viper.Viper) *Builder { method CreateMetricsFactory (line 58) | func (b *Builder) CreateMetricsFactory(namespace string) (metrics.Fact... method Handler (line 71) | func (b *Builder) Handler() http.Handler { function AddFlags (line 37) | func AddFlags(flags *flag.FlagSet) { FILE: internal/metrics/metricsbuilder/builder_test.go function TestAddFlags (line 21) | func TestAddFlags(t *testing.T) { function TestBuilder (line 41) | func TestBuilder(t *testing.T) { function TestMain (line 101) | func TestMain(m *testing.M) { FILE: internal/metrics/otelmetrics/counter.go type otelCounter (line 12) | type otelCounter struct method Inc (line 18) | func (c *otelCounter) Inc(value int64) { FILE: internal/metrics/otelmetrics/factory.go type otelFactory (line 18) | type otelFactory struct method Counter (line 35) | func (f *otelFactory) Counter(opts metrics.Options) metrics.Counter { method Gauge (line 48) | func (f *otelFactory) Gauge(opts metrics.Options) metrics.Gauge { method Histogram (line 63) | func (f *otelFactory) Histogram(opts metrics.HistogramOptions) metrics... method Timer (line 78) | func (f *otelFactory) Timer(opts metrics.TimerOptions) metrics.Timer { method Namespace (line 92) | func (f *otelFactory) Namespace(opts metrics.NSOptions) metrics.Factory { method subScope (line 102) | func (f *otelFactory) subScope(name string) string { method normalize (line 112) | func (f *otelFactory) normalize(v string) string { method mergeTags (line 116) | func (f *otelFactory) mergeTags(tags map[string]string) map[string]str... function NewFactory (line 26) | func NewFactory(meterProvider metric.MeterProvider) metrics.Factory { function attributeSetOption (line 123) | func attributeSetOption(tags map[string]string) metric.MeasurementOption { FILE: internal/metrics/otelmetrics/factory_test.go function TestMain (line 22) | func TestMain(m *testing.M) { function newTestFactory (line 26) | func newTestFactory(t *testing.T, registry *promreg.Registry) metrics.Fa... function findMetric (line 36) | func findMetric(t *testing.T, registry *promreg.Registry, name string) *... function promLabelsToMap (line 51) | func promLabelsToMap(labels []*prommodel.LabelPair) map[string]string { function TestInvalidCounter (line 59) | func TestInvalidCounter(t *testing.T) { function TestInvalidGauge (line 67) | func TestInvalidGauge(t *testing.T) { function TestInvalidHistogram (line 75) | func TestInvalidHistogram(t *testing.T) { function TestInvalidTimer (line 83) | func TestInvalidTimer(t *testing.T) { function TestCounter (line 91) | func TestCounter(t *testing.T) { function TestGauge (line 111) | func TestGauge(t *testing.T) { function TestHistogram (line 131) | func TestHistogram(t *testing.T) { function TestTimer (line 151) | func TestTimer(t *testing.T) { function TestNamespace (line 171) | func TestNamespace(t *testing.T) { function TestNormalization (line 243) | func TestNormalization(t *testing.T) { FILE: internal/metrics/otelmetrics/gauge.go type otelGauge (line 12) | type otelGauge struct method Update (line 18) | func (g *otelGauge) Update(value int64) { FILE: internal/metrics/otelmetrics/histogram.go type otelHistogram (line 12) | type otelHistogram struct method Record (line 18) | func (h *otelHistogram) Record(value float64) { FILE: internal/metrics/otelmetrics/timer.go type otelTimer (line 13) | type otelTimer struct method Record (line 19) | func (t *otelTimer) Record(d time.Duration) { FILE: internal/metrics/prometheus/cache.go type vectorCache (line 14) | type vectorCache struct method getOrMakeCounterVec (line 31) | func (c *vectorCache) getOrMakeCounterVec(opts prometheus.CounterOpts,... method getOrMakeGaugeVec (line 45) | func (c *vectorCache) getOrMakeGaugeVec(opts prometheus.GaugeOpts, lab... method getOrMakeHistogramVec (line 59) | func (c *vectorCache) getOrMakeHistogramVec(opts prometheus.HistogramO... method getCacheKey (line 73) | func (*vectorCache) getCacheKey(name string, labels []string) string { function newVectorCache (line 22) | func newVectorCache(registerer prometheus.Registerer) *vectorCache { FILE: internal/metrics/prometheus/factory.go type Factory (line 18) | type Factory struct method Counter (line 120) | func (f *Factory) Counter(options metrics.Options) metrics.Counter { method Gauge (line 145) | func (f *Factory) Gauge(options metrics.Options) metrics.Gauge { method Timer (line 169) | func (f *Factory) Timer(options metrics.TimerOptions) metrics.Timer { method Histogram (line 203) | func (f *Factory) Histogram(options metrics.HistogramOptions) metrics.... method Namespace (line 230) | func (f *Factory) Namespace(scope metrics.NSOptions) metrics.Factory { method subScope (line 270) | func (f *Factory) subScope(name string) string { method normalize (line 280) | func (f *Factory) normalize(v string) string { method mergeTags (line 284) | func (f *Factory) mergeTags(tags map[string]string) map[string]string { method tagNames (line 291) | func (*Factory) tagNames(tags map[string]string) []string { method tagsAsLabelValues (line 300) | func (*Factory) tagsAsLabelValues(labels []string, tags map[string]str... method selectBuckets (line 308) | func (f *Factory) selectBuckets(buckets []float64) []float64 { type options (line 29) | type options struct type Separator (line 36) | type Separator constant SeparatorUnderscore (line 40) | SeparatorUnderscore Separator = '_' constant SeparatorColon (line 43) | SeparatorColon = ':' type Option (line 47) | type Option function WithRegisterer (line 51) | func WithRegisterer(registerer prometheus.Registerer) Option { function WithBuckets (line 59) | func WithBuckets(buckets []float64) Option { function WithSeparator (line 67) | func WithSeparator(separator Separator) Option { function applyOptions (line 73) | func applyOptions(opts []Option) *options { function New (line 95) | func New(opts ...Option) *Factory { function newFactory (line 108) | func newFactory(parent *Factory, scope string, tags map[string]string) *... function asFloatBuckets (line 194) | func asFloatBuckets(buckets []time.Duration) []float64 { type counter (line 234) | type counter struct method Inc (line 238) | func (c *counter) Inc(v int64) { type gauge (line 242) | type gauge struct method Update (line 246) | func (g *gauge) Update(v int64) { type observer (line 250) | type observer interface type timer (line 254) | type timer struct method Record (line 258) | func (t *timer) Record(v time.Duration) { type histogram (line 262) | type histogram struct method Record (line 266) | func (h *histogram) Record(v float64) { function counterNamingConvention (line 315) | func counterNamingConvention(name string) string { FILE: internal/metrics/prometheus/factory_test.go function TestOptions (line 20) | func TestOptions(t *testing.T) { function TestSeparator (line 25) | func TestSeparator(t *testing.T) { function TestCounter (line 42) | func TestCounter(t *testing.T) { function TestCounterDefaultHelp (line 84) | func TestCounterDefaultHelp(t *testing.T) { function TestCounterNotValidLabel (line 99) | func TestCounterNotValidLabel(t *testing.T) { function TestGauge (line 111) | func TestGauge(t *testing.T) { function TestGaugeDefaultHelp (line 153) | func TestGaugeDefaultHelp(t *testing.T) { function TestGaugeNotValidLabel (line 168) | func TestGaugeNotValidLabel(t *testing.T) { function TestTimer (line 180) | func TestTimer(t *testing.T) { function TestTimerDefaultHelp (line 244) | func TestTimerDefaultHelp(t *testing.T) { function TestTimerNotValidLabel (line 259) | func TestTimerNotValidLabel(t *testing.T) { function TestTimerCustomBuckets (line 271) | func TestTimerCustomBuckets(t *testing.T) { function TestTimerDefaultBuckets (line 292) | func TestTimerDefaultBuckets(t *testing.T) { function TestHistogram (line 313) | func TestHistogram(t *testing.T) { function TestHistogramDefaultHelp (line 377) | func TestHistogramDefaultHelp(t *testing.T) { function TestHistogramCustomBuckets (line 392) | func TestHistogramCustomBuckets(t *testing.T) { function TestHistogramNotValidLabel (line 413) | func TestHistogramNotValidLabel(t *testing.T) { function TestHistogramDefaultBuckets (line 425) | func TestHistogramDefaultBuckets(t *testing.T) { function findMetric (line 446) | func findMetric(t *testing.T, snapshot []*prommodel.MetricFamily, name s... function TestMain (line 475) | func TestMain(m *testing.M) { FILE: internal/metrics/stopwatch.go function StartStopwatch (line 15) | func StartStopwatch(timer Timer) Stopwatch { type Stopwatch (line 20) | type Stopwatch struct method Stop (line 26) | func (s Stopwatch) Stop() { method ElapsedTime (line 31) | func (s Stopwatch) ElapsedTime() time.Duration { FILE: internal/metrics/timer.go type Timer (line 13) | type Timer interface type nullTimer (line 21) | type nullTimer struct method Record (line 23) | func (nullTimer) Record(time.Duration) {} FILE: internal/metricstest/keys.go function GetKey (line 14) | func GetKey(name string, tags map[string]string, tagsSep string, tagKVSe... FILE: internal/metricstest/local.go type numeric (line 22) | type numeric interface type simpleHistogram (line 29) | type simpleHistogram struct method record (line 34) | func (h *simpleHistogram[T]) record(v T) { method valueAtPercentile (line 40) | func (h *simpleHistogram[T]) valueAtPercentile(q float64) int64 { type Backend (line 55) | type Backend struct method Clear (line 82) | func (b *Backend) Clear() { method IncCounter (line 98) | func (b *Backend) IncCounter(name string, tags map[string]string, delt... method UpdateGauge (line 112) | func (b *Backend) UpdateGauge(name string, tags map[string]string, val... method RecordHistogram (line 126) | func (b *Backend) RecordHistogram(name string, tags map[string]string,... method findOrCreateHistogram (line 132) | func (b *Backend) findOrCreateHistogram(name string) *simpleHistogram[... method RecordTimer (line 144) | func (b *Backend) RecordTimer(name string, tags map[string]string, d t... method findOrCreateTimer (line 150) | func (b *Backend) findOrCreateTimer(name string) *simpleHistogram[int6... method Snapshot (line 171) | func (b *Backend) Snapshot() (counters, gauges map[string]int64) { method Stop (line 214) | func (*Backend) Stop() {} function NewBackend (line 70) | func NewBackend(_ time.Duration) *Backend { type stats (line 216) | type stats struct type localTimer (line 224) | type localTimer struct method Record (line 228) | func (l *localTimer) Record(d time.Duration) { type localHistogram (line 232) | type localHistogram struct method Record (line 236) | func (l *localHistogram) Record(v float64) { type localCounter (line 240) | type localCounter struct method Inc (line 244) | func (l *localCounter) Inc(delta int64) { type localGauge (line 248) | type localGauge struct method Update (line 252) | func (l *localGauge) Update(value int64) { type Factory (line 257) | type Factory struct method appendTags (line 271) | func (f *Factory) appendTags(tags map[string]string) map[string]string { method newNamespace (line 278) | func (f *Factory) newNamespace(name string) string { method Counter (line 291) | func (f *Factory) Counter(options metrics.Options) metrics.Counter { method Timer (line 302) | func (f *Factory) Timer(options metrics.TimerOptions) metrics.Timer { method Gauge (line 314) | func (f *Factory) Gauge(options metrics.Options) metrics.Gauge { method Histogram (line 325) | func (f *Factory) Histogram(options metrics.HistogramOptions) metrics.... method Namespace (line 337) | func (f *Factory) Namespace(scope metrics.NSOptions) metrics.Factory { method Stop (line 345) | func (f *Factory) Stop() { function NewFactory (line 264) | func NewFactory(collectionInterval time.Duration) *Factory { FILE: internal/metricstest/local_test.go function TestLocalMetrics (line 16) | func TestLocalMetrics(t *testing.T) { function TestLocalMetricsInterval (line 128) | func TestLocalMetricsInterval(t *testing.T) { FILE: internal/metricstest/metricstest.go type ExpectedMetric (line 14) | type ExpectedMetric struct type ExpectedTimerMetric (line 21) | type ExpectedTimerMetric struct method AssertTimerMetrics (line 29) | func (f *Factory) AssertTimerMetrics(t *testing.T, expectedMetrics ...Ex... method AssertCounterMetrics (line 44) | func (f *Factory) AssertCounterMetrics(t *testing.T, expectedMetrics ...... method AssertGaugeMetrics (line 50) | func (f *Factory) AssertGaugeMetrics(t *testing.T, expectedMetrics ...Ex... function assertMetrics (line 55) | func assertMetrics(t *testing.T, actualMetrics map[string]int64, expecte... FILE: internal/metricstest/metricstest_test.go function TestAssertMetrics (line 11) | func TestAssertMetrics(t *testing.T) { function TestAssertTimerMetrics (line 21) | func TestAssertTimerMetrics(t *testing.T) { FILE: internal/metricstest/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/proto-gen/api_v2/metrics/openmetrics.pb.go constant _ (line 30) | _ = proto.GoGoProtoPackageIsVersion3 type MetricType (line 33) | type MetricType method String (line 76) | func (x MetricType) String() string { method EnumDescriptor (line 80) | func (MetricType) EnumDescriptor() ([]byte, []int) { constant MetricType_UNKNOWN (line 37) | MetricType_UNKNOWN MetricType = 0 constant MetricType_GAUGE (line 39) | MetricType_GAUGE MetricType = 1 constant MetricType_COUNTER (line 41) | MetricType_COUNTER MetricType = 2 constant MetricType_STATE_SET (line 43) | MetricType_STATE_SET MetricType = 3 constant MetricType_INFO (line 45) | MetricType_INFO MetricType = 4 constant MetricType_HISTOGRAM (line 47) | MetricType_HISTOGRAM MetricType = 5 constant MetricType_GAUGE_HISTOGRAM (line 49) | MetricType_GAUGE_HISTOGRAM MetricType = 6 constant MetricType_SUMMARY (line 51) | MetricType_SUMMARY MetricType = 7 type MetricSet (line 85) | type MetricSet struct method Reset (line 93) | func (m *MetricSet) Reset() { *m = MetricSet{} } method String (line 94) | func (m *MetricSet) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 95) | func (*MetricSet) ProtoMessage() {} method Descriptor (line 96) | func (*MetricSet) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 99) | func (m *MetricSet) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 102) | func (m *MetricSet) XXX_Marshal(b []byte, deterministic bool) ([]byte,... method XXX_Merge (line 114) | func (m *MetricSet) XXX_Merge(src proto.Message) { method XXX_Size (line 117) | func (m *MetricSet) XXX_Size() int { method XXX_DiscardUnknown (line 120) | func (m *MetricSet) XXX_DiscardUnknown() { method GetMetricFamilies (line 126) | func (m *MetricSet) GetMetricFamilies() []*MetricFamily { method Marshal (line 1466) | func (m *MetricSet) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1476) | func (m *MetricSet) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1481) | func (m *MetricSet) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2541) | func (m *MetricSet) Size() (n int) { method Unmarshal (line 3064) | func (m *MetricSet) Unmarshal(dAtA []byte) error { type MetricFamily (line 135) | type MetricFamily struct method Reset (line 151) | func (m *MetricFamily) Reset() { *m = MetricFamily{} } method String (line 152) | func (m *MetricFamily) String() string { return proto.CompactTextStrin... method ProtoMessage (line 153) | func (*MetricFamily) ProtoMessage() {} method Descriptor (line 154) | func (*MetricFamily) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 157) | func (m *MetricFamily) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 160) | func (m *MetricFamily) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 172) | func (m *MetricFamily) XXX_Merge(src proto.Message) { method XXX_Size (line 175) | func (m *MetricFamily) XXX_Size() int { method XXX_DiscardUnknown (line 178) | func (m *MetricFamily) XXX_DiscardUnknown() { method GetName (line 184) | func (m *MetricFamily) GetName() string { method GetType (line 191) | func (m *MetricFamily) GetType() MetricType { method GetUnit (line 198) | func (m *MetricFamily) GetUnit() string { method GetHelp (line 205) | func (m *MetricFamily) GetHelp() string { method GetMetrics (line 212) | func (m *MetricFamily) GetMetrics() []*Metric { method Marshal (line 1507) | func (m *MetricFamily) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1517) | func (m *MetricFamily) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1522) | func (m *MetricFamily) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2559) | func (m *MetricFamily) Size() (n int) { method Unmarshal (line 3149) | func (m *MetricFamily) Unmarshal(dAtA []byte) error { type Metric (line 220) | type Metric struct method Reset (line 230) | func (m *Metric) Reset() { *m = Metric{} } method String (line 231) | func (m *Metric) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 232) | func (*Metric) ProtoMessage() {} method Descriptor (line 233) | func (*Metric) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 236) | func (m *Metric) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 239) | func (m *Metric) XXX_Marshal(b []byte, deterministic bool) ([]byte, er... method XXX_Merge (line 251) | func (m *Metric) XXX_Merge(src proto.Message) { method XXX_Size (line 254) | func (m *Metric) XXX_Size() int { method XXX_DiscardUnknown (line 257) | func (m *Metric) XXX_DiscardUnknown() { method GetLabels (line 263) | func (m *Metric) GetLabels() []*Label { method GetMetricPoints (line 270) | func (m *Metric) GetMetricPoints() []*MetricPoint { method Marshal (line 1574) | func (m *Metric) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1584) | func (m *Metric) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1589) | func (m *Metric) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2592) | func (m *Metric) Size() (n int) { method Unmarshal (line 3349) | func (m *Metric) Unmarshal(dAtA []byte) error { type Label (line 279) | type Label struct method Reset (line 289) | func (m *Label) Reset() { *m = Label{} } method String (line 290) | func (m *Label) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 291) | func (*Label) ProtoMessage() {} method Descriptor (line 292) | func (*Label) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 295) | func (m *Label) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 298) | func (m *Label) XXX_Marshal(b []byte, deterministic bool) ([]byte, err... method XXX_Merge (line 310) | func (m *Label) XXX_Merge(src proto.Message) { method XXX_Size (line 313) | func (m *Label) XXX_Size() int { method XXX_DiscardUnknown (line 316) | func (m *Label) XXX_DiscardUnknown() { method GetName (line 322) | func (m *Label) GetName() string { method GetValue (line 329) | func (m *Label) GetValue() string { method Marshal (line 1629) | func (m *Label) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1639) | func (m *Label) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1644) | func (m *Label) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2616) | func (m *Label) Size() (n int) { method Unmarshal (line 3468) | func (m *Label) Unmarshal(dAtA []byte) error { type MetricPoint (line 337) | type MetricPoint struct method Reset (line 356) | func (m *MetricPoint) Reset() { *m = MetricPoint{} } method String (line 357) | func (m *MetricPoint) String() string { return proto.CompactTextString... method ProtoMessage (line 358) | func (*MetricPoint) ProtoMessage() {} method Descriptor (line 359) | func (*MetricPoint) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 362) | func (m *MetricPoint) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 365) | func (m *MetricPoint) XXX_Marshal(b []byte, deterministic bool) ([]byt... method XXX_Merge (line 377) | func (m *MetricPoint) XXX_Merge(src proto.Message) { method XXX_Size (line 380) | func (m *MetricPoint) XXX_Size() int { method XXX_DiscardUnknown (line 383) | func (m *MetricPoint) XXX_DiscardUnknown() { method GetValue (line 425) | func (m *MetricPoint) GetValue() isMetricPoint_Value { method GetUnknownValue (line 432) | func (m *MetricPoint) GetUnknownValue() *UnknownValue { method GetGaugeValue (line 439) | func (m *MetricPoint) GetGaugeValue() *GaugeValue { method GetCounterValue (line 446) | func (m *MetricPoint) GetCounterValue() *CounterValue { method GetHistogramValue (line 453) | func (m *MetricPoint) GetHistogramValue() *HistogramValue { method GetStateSetValue (line 460) | func (m *MetricPoint) GetStateSetValue() *StateSetValue { method GetInfoValue (line 467) | func (m *MetricPoint) GetInfoValue() *InfoValue { method GetSummaryValue (line 474) | func (m *MetricPoint) GetSummaryValue() *SummaryValue { method GetTimestamp (line 481) | func (m *MetricPoint) GetTimestamp() *types.Timestamp { method XXX_OneofWrappers (line 489) | func (*MetricPoint) XXX_OneofWrappers() []interface{} { method Marshal (line 1670) | func (m *MetricPoint) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1680) | func (m *MetricPoint) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1685) | func (m *MetricPoint) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2636) | func (m *MetricPoint) Size() (n int) { method Unmarshal (line 3583) | func (m *MetricPoint) Unmarshal(dAtA []byte) error { type isMetricPoint_Value (line 389) | type isMetricPoint_Value interface type MetricPoint_UnknownValue (line 395) | type MetricPoint_UnknownValue struct method isMetricPoint_Value (line 417) | func (*MetricPoint_UnknownValue) isMetricPoint_Value() {} method MarshalTo (line 1718) | func (m *MetricPoint_UnknownValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1723) | func (m *MetricPoint_UnknownValue) MarshalToSizedBuffer(dAtA []byte) (... method Size (line 2655) | func (m *MetricPoint_UnknownValue) Size() (n int) { type MetricPoint_GaugeValue (line 398) | type MetricPoint_GaugeValue struct method isMetricPoint_Value (line 418) | func (*MetricPoint_GaugeValue) isMetricPoint_Value() {} method MarshalTo (line 1739) | func (m *MetricPoint_GaugeValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1744) | func (m *MetricPoint_GaugeValue) MarshalToSizedBuffer(dAtA []byte) (in... method Size (line 2667) | func (m *MetricPoint_GaugeValue) Size() (n int) { type MetricPoint_CounterValue (line 401) | type MetricPoint_CounterValue struct method isMetricPoint_Value (line 419) | func (*MetricPoint_CounterValue) isMetricPoint_Value() {} method MarshalTo (line 1760) | func (m *MetricPoint_CounterValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1765) | func (m *MetricPoint_CounterValue) MarshalToSizedBuffer(dAtA []byte) (... method Size (line 2679) | func (m *MetricPoint_CounterValue) Size() (n int) { type MetricPoint_HistogramValue (line 404) | type MetricPoint_HistogramValue struct method isMetricPoint_Value (line 420) | func (*MetricPoint_HistogramValue) isMetricPoint_Value() {} method MarshalTo (line 1781) | func (m *MetricPoint_HistogramValue) MarshalTo(dAtA []byte) (int, erro... method MarshalToSizedBuffer (line 1786) | func (m *MetricPoint_HistogramValue) MarshalToSizedBuffer(dAtA []byte)... method Size (line 2691) | func (m *MetricPoint_HistogramValue) Size() (n int) { type MetricPoint_StateSetValue (line 407) | type MetricPoint_StateSetValue struct method isMetricPoint_Value (line 421) | func (*MetricPoint_StateSetValue) isMetricPoint_Value() {} method MarshalTo (line 1802) | func (m *MetricPoint_StateSetValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1807) | func (m *MetricPoint_StateSetValue) MarshalToSizedBuffer(dAtA []byte) ... method Size (line 2703) | func (m *MetricPoint_StateSetValue) Size() (n int) { type MetricPoint_InfoValue (line 410) | type MetricPoint_InfoValue struct method isMetricPoint_Value (line 422) | func (*MetricPoint_InfoValue) isMetricPoint_Value() {} method MarshalTo (line 1823) | func (m *MetricPoint_InfoValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1828) | func (m *MetricPoint_InfoValue) MarshalToSizedBuffer(dAtA []byte) (int... method Size (line 2715) | func (m *MetricPoint_InfoValue) Size() (n int) { type MetricPoint_SummaryValue (line 413) | type MetricPoint_SummaryValue struct method isMetricPoint_Value (line 423) | func (*MetricPoint_SummaryValue) isMetricPoint_Value() {} method MarshalTo (line 1844) | func (m *MetricPoint_SummaryValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1849) | func (m *MetricPoint_SummaryValue) MarshalToSizedBuffer(dAtA []byte) (... method Size (line 2727) | func (m *MetricPoint_SummaryValue) Size() (n int) { type UnknownValue (line 502) | type UnknownValue struct method Reset (line 514) | func (m *UnknownValue) Reset() { *m = UnknownValue{} } method String (line 515) | func (m *UnknownValue) String() string { return proto.CompactTextStrin... method ProtoMessage (line 516) | func (*UnknownValue) ProtoMessage() {} method Descriptor (line 517) | func (*UnknownValue) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 520) | func (m *UnknownValue) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 523) | func (m *UnknownValue) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 535) | func (m *UnknownValue) XXX_Merge(src proto.Message) { method XXX_Size (line 538) | func (m *UnknownValue) XXX_Size() int { method XXX_DiscardUnknown (line 541) | func (m *UnknownValue) XXX_DiscardUnknown() { method GetValue (line 563) | func (m *UnknownValue) GetValue() isUnknownValue_Value { method GetDoubleValue (line 570) | func (m *UnknownValue) GetDoubleValue() float64 { method GetIntValue (line 577) | func (m *UnknownValue) GetIntValue() int64 { method XXX_OneofWrappers (line 585) | func (*UnknownValue) XXX_OneofWrappers() []interface{} { method Marshal (line 1865) | func (m *UnknownValue) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1875) | func (m *UnknownValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1880) | func (m *UnknownValue) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2739) | func (m *UnknownValue) Size() (n int) { method Unmarshal (line 3915) | func (m *UnknownValue) Unmarshal(dAtA []byte) error { type isUnknownValue_Value (line 547) | type isUnknownValue_Value interface type UnknownValue_DoubleValue (line 553) | type UnknownValue_DoubleValue struct method isUnknownValue_Value (line 560) | func (*UnknownValue_DoubleValue) isUnknownValue_Value() {} method MarshalTo (line 1901) | func (m *UnknownValue_DoubleValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1906) | func (m *UnknownValue_DoubleValue) MarshalToSizedBuffer(dAtA []byte) (... method Size (line 2754) | func (m *UnknownValue_DoubleValue) Size() (n int) { type UnknownValue_IntValue (line 556) | type UnknownValue_IntValue struct method isUnknownValue_Value (line 561) | func (*UnknownValue_IntValue) isUnknownValue_Value() {} method MarshalTo (line 1914) | func (m *UnknownValue_IntValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1919) | func (m *UnknownValue_IntValue) MarshalToSizedBuffer(dAtA []byte) (int... method Size (line 2763) | func (m *UnknownValue_IntValue) Size() (n int) { type GaugeValue (line 593) | type GaugeValue struct method Reset (line 605) | func (m *GaugeValue) Reset() { *m = GaugeValue{} } method String (line 606) | func (m *GaugeValue) String() string { return proto.CompactTextString(... method ProtoMessage (line 607) | func (*GaugeValue) ProtoMessage() {} method Descriptor (line 608) | func (*GaugeValue) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 611) | func (m *GaugeValue) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 614) | func (m *GaugeValue) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 626) | func (m *GaugeValue) XXX_Merge(src proto.Message) { method XXX_Size (line 629) | func (m *GaugeValue) XXX_Size() int { method XXX_DiscardUnknown (line 632) | func (m *GaugeValue) XXX_DiscardUnknown() { method GetValue (line 654) | func (m *GaugeValue) GetValue() isGaugeValue_Value { method GetDoubleValue (line 661) | func (m *GaugeValue) GetDoubleValue() float64 { method GetIntValue (line 668) | func (m *GaugeValue) GetIntValue() int64 { method XXX_OneofWrappers (line 676) | func (*GaugeValue) XXX_OneofWrappers() []interface{} { method Marshal (line 1926) | func (m *GaugeValue) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1936) | func (m *GaugeValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1941) | func (m *GaugeValue) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2772) | func (m *GaugeValue) Size() (n int) { method Unmarshal (line 3997) | func (m *GaugeValue) Unmarshal(dAtA []byte) error { type isGaugeValue_Value (line 638) | type isGaugeValue_Value interface type GaugeValue_DoubleValue (line 644) | type GaugeValue_DoubleValue struct method isGaugeValue_Value (line 651) | func (*GaugeValue_DoubleValue) isGaugeValue_Value() {} method MarshalTo (line 1962) | func (m *GaugeValue_DoubleValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1967) | func (m *GaugeValue_DoubleValue) MarshalToSizedBuffer(dAtA []byte) (in... method Size (line 2787) | func (m *GaugeValue_DoubleValue) Size() (n int) { type GaugeValue_IntValue (line 647) | type GaugeValue_IntValue struct method isGaugeValue_Value (line 652) | func (*GaugeValue_IntValue) isGaugeValue_Value() {} method MarshalTo (line 1975) | func (m *GaugeValue_IntValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1980) | func (m *GaugeValue_IntValue) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 2796) | func (m *GaugeValue_IntValue) Size() (n int) { type CounterValue (line 684) | type CounterValue struct method Reset (line 701) | func (m *CounterValue) Reset() { *m = CounterValue{} } method String (line 702) | func (m *CounterValue) String() string { return proto.CompactTextStrin... method ProtoMessage (line 703) | func (*CounterValue) ProtoMessage() {} method Descriptor (line 704) | func (*CounterValue) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 707) | func (m *CounterValue) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 710) | func (m *CounterValue) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 722) | func (m *CounterValue) XXX_Merge(src proto.Message) { method XXX_Size (line 725) | func (m *CounterValue) XXX_Size() int { method XXX_DiscardUnknown (line 728) | func (m *CounterValue) XXX_DiscardUnknown() { method GetTotal (line 750) | func (m *CounterValue) GetTotal() isCounterValue_Total { method GetDoubleValue (line 757) | func (m *CounterValue) GetDoubleValue() float64 { method GetIntValue (line 764) | func (m *CounterValue) GetIntValue() uint64 { method GetCreated (line 771) | func (m *CounterValue) GetCreated() *types.Timestamp { method GetExemplar (line 778) | func (m *CounterValue) GetExemplar() *Exemplar { method XXX_OneofWrappers (line 786) | func (*CounterValue) XXX_OneofWrappers() []interface{} { method Marshal (line 1987) | func (m *CounterValue) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1997) | func (m *CounterValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2002) | func (m *CounterValue) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2805) | func (m *CounterValue) Size() (n int) { method Unmarshal (line 4079) | func (m *CounterValue) Unmarshal(dAtA []byte) error { type isCounterValue_Total (line 734) | type isCounterValue_Total interface type CounterValue_DoubleValue (line 740) | type CounterValue_DoubleValue struct method isCounterValue_Total (line 747) | func (*CounterValue_DoubleValue) isCounterValue_Total() {} method MarshalTo (line 2047) | func (m *CounterValue_DoubleValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2052) | func (m *CounterValue_DoubleValue) MarshalToSizedBuffer(dAtA []byte) (... method Size (line 2828) | func (m *CounterValue_DoubleValue) Size() (n int) { type CounterValue_IntValue (line 743) | type CounterValue_IntValue struct method isCounterValue_Total (line 748) | func (*CounterValue_IntValue) isCounterValue_Total() {} method MarshalTo (line 2060) | func (m *CounterValue_IntValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2065) | func (m *CounterValue_IntValue) MarshalToSizedBuffer(dAtA []byte) (int... method Size (line 2837) | func (m *CounterValue_IntValue) Size() (n int) { type HistogramValue (line 794) | type HistogramValue struct method Reset (line 813) | func (m *HistogramValue) Reset() { *m = HistogramValue{} } method String (line 814) | func (m *HistogramValue) String() string { return proto.CompactTextStr... method ProtoMessage (line 815) | func (*HistogramValue) ProtoMessage() {} method Descriptor (line 816) | func (*HistogramValue) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 819) | func (m *HistogramValue) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 822) | func (m *HistogramValue) XXX_Marshal(b []byte, deterministic bool) ([]... method XXX_Merge (line 834) | func (m *HistogramValue) XXX_Merge(src proto.Message) { method XXX_Size (line 837) | func (m *HistogramValue) XXX_Size() int { method XXX_DiscardUnknown (line 840) | func (m *HistogramValue) XXX_DiscardUnknown() { method GetSum (line 862) | func (m *HistogramValue) GetSum() isHistogramValue_Sum { method GetDoubleValue (line 869) | func (m *HistogramValue) GetDoubleValue() float64 { method GetIntValue (line 876) | func (m *HistogramValue) GetIntValue() int64 { method GetCount (line 883) | func (m *HistogramValue) GetCount() uint64 { method GetCreated (line 890) | func (m *HistogramValue) GetCreated() *types.Timestamp { method GetBuckets (line 897) | func (m *HistogramValue) GetBuckets() []*HistogramValue_Bucket { method XXX_OneofWrappers (line 905) | func (*HistogramValue) XXX_OneofWrappers() []interface{} { method Marshal (line 2072) | func (m *HistogramValue) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2082) | func (m *HistogramValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2087) | func (m *HistogramValue) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2846) | func (m *HistogramValue) Size() (n int) { method Unmarshal (line 4233) | func (m *HistogramValue) Unmarshal(dAtA []byte) error { type isHistogramValue_Sum (line 846) | type isHistogramValue_Sum interface type HistogramValue_DoubleValue (line 852) | type HistogramValue_DoubleValue struct method isHistogramValue_Sum (line 859) | func (*HistogramValue_DoubleValue) isHistogramValue_Sum() {} method MarshalTo (line 2139) | func (m *HistogramValue_DoubleValue) MarshalTo(dAtA []byte) (int, erro... method MarshalToSizedBuffer (line 2144) | func (m *HistogramValue_DoubleValue) MarshalToSizedBuffer(dAtA []byte)... method Size (line 2874) | func (m *HistogramValue_DoubleValue) Size() (n int) { type HistogramValue_IntValue (line 855) | type HistogramValue_IntValue struct method isHistogramValue_Sum (line 860) | func (*HistogramValue_IntValue) isHistogramValue_Sum() {} method MarshalTo (line 2152) | func (m *HistogramValue_IntValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2157) | func (m *HistogramValue_IntValue) MarshalToSizedBuffer(dAtA []byte) (i... method Size (line 2883) | func (m *HistogramValue_IntValue) Size() (n int) { type HistogramValue_Bucket (line 914) | type HistogramValue_Bucket struct method Reset (line 926) | func (m *HistogramValue_Bucket) Reset() { *m = HistogramValue_... method String (line 927) | func (m *HistogramValue_Bucket) String() string { return proto.Compact... method ProtoMessage (line 928) | func (*HistogramValue_Bucket) ProtoMessage() {} method Descriptor (line 929) | func (*HistogramValue_Bucket) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 932) | func (m *HistogramValue_Bucket) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 935) | func (m *HistogramValue_Bucket) XXX_Marshal(b []byte, deterministic bo... method XXX_Merge (line 947) | func (m *HistogramValue_Bucket) XXX_Merge(src proto.Message) { method XXX_Size (line 950) | func (m *HistogramValue_Bucket) XXX_Size() int { method XXX_DiscardUnknown (line 953) | func (m *HistogramValue_Bucket) XXX_DiscardUnknown() { method GetCount (line 959) | func (m *HistogramValue_Bucket) GetCount() uint64 { method GetUpperBound (line 966) | func (m *HistogramValue_Bucket) GetUpperBound() float64 { method GetExemplar (line 973) | func (m *HistogramValue_Bucket) GetExemplar() *Exemplar { method Marshal (line 2164) | func (m *HistogramValue_Bucket) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2174) | func (m *HistogramValue_Bucket) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2179) | func (m *HistogramValue_Bucket) MarshalToSizedBuffer(dAtA []byte) (int... method Size (line 2892) | func (m *HistogramValue_Bucket) Size() (n int) { method Unmarshal (line 4404) | func (m *HistogramValue_Bucket) Unmarshal(dAtA []byte) error { type Exemplar (line 980) | type Exemplar struct method Reset (line 993) | func (m *Exemplar) Reset() { *m = Exemplar{} } method String (line 994) | func (m *Exemplar) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 995) | func (*Exemplar) ProtoMessage() {} method Descriptor (line 996) | func (*Exemplar) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 999) | func (m *Exemplar) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1002) | func (m *Exemplar) XXX_Marshal(b []byte, deterministic bool) ([]byte, ... method XXX_Merge (line 1014) | func (m *Exemplar) XXX_Merge(src proto.Message) { method XXX_Size (line 1017) | func (m *Exemplar) XXX_Size() int { method XXX_DiscardUnknown (line 1020) | func (m *Exemplar) XXX_DiscardUnknown() { method GetValue (line 1026) | func (m *Exemplar) GetValue() float64 { method GetTimestamp (line 1033) | func (m *Exemplar) GetTimestamp() *types.Timestamp { method GetLabel (line 1040) | func (m *Exemplar) GetLabel() []*Label { method Marshal (line 2214) | func (m *Exemplar) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2224) | func (m *Exemplar) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2229) | func (m *Exemplar) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2914) | func (m *Exemplar) Size() (n int) { method Unmarshal (line 4521) | func (m *Exemplar) Unmarshal(dAtA []byte) error { type StateSetValue (line 1048) | type StateSetValue struct method Reset (line 1056) | func (m *StateSetValue) Reset() { *m = StateSetValue{} } method String (line 1057) | func (m *StateSetValue) String() string { return proto.CompactTextStri... method ProtoMessage (line 1058) | func (*StateSetValue) ProtoMessage() {} method Descriptor (line 1059) | func (*StateSetValue) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1062) | func (m *StateSetValue) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1065) | func (m *StateSetValue) XXX_Marshal(b []byte, deterministic bool) ([]b... method XXX_Merge (line 1077) | func (m *StateSetValue) XXX_Merge(src proto.Message) { method XXX_Size (line 1080) | func (m *StateSetValue) XXX_Size() int { method XXX_DiscardUnknown (line 1083) | func (m *StateSetValue) XXX_DiscardUnknown() { method GetStates (line 1089) | func (m *StateSetValue) GetStates() []*StateSetValue_State { method Marshal (line 2273) | func (m *StateSetValue) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2283) | func (m *StateSetValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2288) | func (m *StateSetValue) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2939) | func (m *StateSetValue) Size() (n int) { method Unmarshal (line 4653) | func (m *StateSetValue) Unmarshal(dAtA []byte) error { type StateSetValue_State (line 1096) | type StateSetValue_State struct method Reset (line 1106) | func (m *StateSetValue_State) Reset() { *m = StateSetValue_Sta... method String (line 1107) | func (m *StateSetValue_State) String() string { return proto.CompactTe... method ProtoMessage (line 1108) | func (*StateSetValue_State) ProtoMessage() {} method Descriptor (line 1109) | func (*StateSetValue_State) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1112) | func (m *StateSetValue_State) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1115) | func (m *StateSetValue_State) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 1127) | func (m *StateSetValue_State) XXX_Merge(src proto.Message) { method XXX_Size (line 1130) | func (m *StateSetValue_State) XXX_Size() int { method XXX_DiscardUnknown (line 1133) | func (m *StateSetValue_State) XXX_DiscardUnknown() { method GetEnabled (line 1139) | func (m *StateSetValue_State) GetEnabled() bool { method GetName (line 1146) | func (m *StateSetValue_State) GetName() string { method Marshal (line 2314) | func (m *StateSetValue_State) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2324) | func (m *StateSetValue_State) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2329) | func (m *StateSetValue_State) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 2957) | func (m *StateSetValue_State) Size() (n int) { method Unmarshal (line 4738) | func (m *StateSetValue_State) Unmarshal(dAtA []byte) error { type InfoValue (line 1154) | type InfoValue struct method Reset (line 1162) | func (m *InfoValue) Reset() { *m = InfoValue{} } method String (line 1163) | func (m *InfoValue) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 1164) | func (*InfoValue) ProtoMessage() {} method Descriptor (line 1165) | func (*InfoValue) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1168) | func (m *InfoValue) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1171) | func (m *InfoValue) XXX_Marshal(b []byte, deterministic bool) ([]byte,... method XXX_Merge (line 1183) | func (m *InfoValue) XXX_Merge(src proto.Message) { method XXX_Size (line 1186) | func (m *InfoValue) XXX_Size() int { method XXX_DiscardUnknown (line 1189) | func (m *InfoValue) XXX_DiscardUnknown() { method GetInfo (line 1195) | func (m *InfoValue) GetInfo() []*Label { method Marshal (line 2358) | func (m *InfoValue) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2368) | func (m *InfoValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2373) | func (m *InfoValue) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2976) | func (m *InfoValue) Size() (n int) { method Unmarshal (line 4841) | func (m *InfoValue) Unmarshal(dAtA []byte) error { type SummaryValue (line 1203) | type SummaryValue struct method Reset (line 1222) | func (m *SummaryValue) Reset() { *m = SummaryValue{} } method String (line 1223) | func (m *SummaryValue) String() string { return proto.CompactTextStrin... method ProtoMessage (line 1224) | func (*SummaryValue) ProtoMessage() {} method Descriptor (line 1225) | func (*SummaryValue) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1228) | func (m *SummaryValue) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1231) | func (m *SummaryValue) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 1243) | func (m *SummaryValue) XXX_Merge(src proto.Message) { method XXX_Size (line 1246) | func (m *SummaryValue) XXX_Size() int { method XXX_DiscardUnknown (line 1249) | func (m *SummaryValue) XXX_DiscardUnknown() { method GetSum (line 1271) | func (m *SummaryValue) GetSum() isSummaryValue_Sum { method GetDoubleValue (line 1278) | func (m *SummaryValue) GetDoubleValue() float64 { method GetIntValue (line 1285) | func (m *SummaryValue) GetIntValue() int64 { method GetCount (line 1292) | func (m *SummaryValue) GetCount() uint64 { method GetCreated (line 1299) | func (m *SummaryValue) GetCreated() *types.Timestamp { method GetQuantile (line 1306) | func (m *SummaryValue) GetQuantile() []*SummaryValue_Quantile { method XXX_OneofWrappers (line 1314) | func (*SummaryValue) XXX_OneofWrappers() []interface{} { method Marshal (line 2399) | func (m *SummaryValue) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2409) | func (m *SummaryValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2414) | func (m *SummaryValue) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2994) | func (m *SummaryValue) Size() (n int) { method Unmarshal (line 4926) | func (m *SummaryValue) Unmarshal(dAtA []byte) error { type isSummaryValue_Sum (line 1255) | type isSummaryValue_Sum interface type SummaryValue_DoubleValue (line 1261) | type SummaryValue_DoubleValue struct method isSummaryValue_Sum (line 1268) | func (*SummaryValue_DoubleValue) isSummaryValue_Sum() {} method MarshalTo (line 2466) | func (m *SummaryValue_DoubleValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2471) | func (m *SummaryValue_DoubleValue) MarshalToSizedBuffer(dAtA []byte) (... method Size (line 3022) | func (m *SummaryValue_DoubleValue) Size() (n int) { type SummaryValue_IntValue (line 1264) | type SummaryValue_IntValue struct method isSummaryValue_Sum (line 1269) | func (*SummaryValue_IntValue) isSummaryValue_Sum() {} method MarshalTo (line 2479) | func (m *SummaryValue_IntValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2484) | func (m *SummaryValue_IntValue) MarshalToSizedBuffer(dAtA []byte) (int... method Size (line 3031) | func (m *SummaryValue_IntValue) Size() (n int) { type SummaryValue_Quantile (line 1321) | type SummaryValue_Quantile struct method Reset (line 1331) | func (m *SummaryValue_Quantile) Reset() { *m = SummaryValue_Qu... method String (line 1332) | func (m *SummaryValue_Quantile) String() string { return proto.Compact... method ProtoMessage (line 1333) | func (*SummaryValue_Quantile) ProtoMessage() {} method Descriptor (line 1334) | func (*SummaryValue_Quantile) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1337) | func (m *SummaryValue_Quantile) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1340) | func (m *SummaryValue_Quantile) XXX_Marshal(b []byte, deterministic bo... method XXX_Merge (line 1352) | func (m *SummaryValue_Quantile) XXX_Merge(src proto.Message) { method XXX_Size (line 1355) | func (m *SummaryValue_Quantile) XXX_Size() int { method XXX_DiscardUnknown (line 1358) | func (m *SummaryValue_Quantile) XXX_DiscardUnknown() { method GetQuantile (line 1364) | func (m *SummaryValue_Quantile) GetQuantile() float64 { method GetValue (line 1371) | func (m *SummaryValue_Quantile) GetValue() float64 { method Marshal (line 2491) | func (m *SummaryValue_Quantile) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2501) | func (m *SummaryValue_Quantile) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2506) | func (m *SummaryValue_Quantile) MarshalToSizedBuffer(dAtA []byte) (int... method Size (line 3040) | func (m *SummaryValue_Quantile) Size() (n int) { method Unmarshal (line 5097) | func (m *SummaryValue_Quantile) Unmarshal(dAtA []byte) error { function init (line 1378) | func init() { function init (line 1398) | func init() { proto.RegisterFile("openmetrics.proto", fileDescriptor_0b8... function encodeVarintOpenmetrics (line 2530) | func encodeVarintOpenmetrics(dAtA []byte, offset int, v uint64) int { function sovOpenmetrics (line 3058) | func sovOpenmetrics(x uint64) (n int) { function sozOpenmetrics (line 3061) | func sozOpenmetrics(x uint64) (n int) { function skipOpenmetrics (line 5170) | func skipOpenmetrics(dAtA []byte) (n int, err error) { FILE: internal/proto-gen/api_v2/metrics/otelspankind.pb.go constant _ (line 22) | _ = proto.GoGoProtoPackageIsVersion3 type SpanKind (line 26) | type SpanKind method String (line 69) | func (x SpanKind) String() string { method EnumDescriptor (line 73) | func (SpanKind) EnumDescriptor() ([]byte, []int) { constant SpanKind_SPAN_KIND_UNSPECIFIED (line 31) | SpanKind_SPAN_KIND_UNSPECIFIED SpanKind = 0 constant SpanKind_SPAN_KIND_INTERNAL (line 34) | SpanKind_SPAN_KIND_INTERNAL SpanKind = 1 constant SpanKind_SPAN_KIND_SERVER (line 37) | SpanKind_SPAN_KIND_SERVER SpanKind = 2 constant SpanKind_SPAN_KIND_CLIENT (line 39) | SpanKind_SPAN_KIND_CLIENT SpanKind = 3 constant SpanKind_SPAN_KIND_PRODUCER (line 44) | SpanKind_SPAN_KIND_PRODUCER SpanKind = 4 constant SpanKind_SPAN_KIND_CONSUMER (line 48) | SpanKind_SPAN_KIND_CONSUMER SpanKind = 5 function init (line 77) | func init() { function init (line 81) | func init() { proto.RegisterFile("otelspankind.proto", fileDescriptor_77... FILE: internal/proto-gen/storage/v2/dependency_storage.pb.go constant _ (line 32) | _ = proto.GoGoProtoPackageIsVersion3 type GetDependenciesRequest (line 34) | type GetDependenciesRequest struct method Reset (line 44) | func (m *GetDependenciesRequest) Reset() { *m = GetDependencie... method String (line 45) | func (m *GetDependenciesRequest) String() string { return proto.Compac... method ProtoMessage (line 46) | func (*GetDependenciesRequest) ProtoMessage() {} method Descriptor (line 47) | func (*GetDependenciesRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 50) | func (m *GetDependenciesRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 53) | func (m *GetDependenciesRequest) XXX_Marshal(b []byte, deterministic b... method XXX_Merge (line 65) | func (m *GetDependenciesRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 68) | func (m *GetDependenciesRequest) XXX_Size() int { method XXX_DiscardUnknown (line 71) | func (m *GetDependenciesRequest) XXX_DiscardUnknown() { method GetStartTime (line 77) | func (m *GetDependenciesRequest) GetStartTime() time.Time { method GetEndTime (line 84) | func (m *GetDependenciesRequest) GetEndTime() time.Time { method Marshal (line 330) | func (m *GetDependenciesRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 340) | func (m *GetDependenciesRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 345) | func (m *GetDependenciesRequest) MarshalToSizedBuffer(dAtA []byte) (in... method Size (line 478) | func (m *GetDependenciesRequest) Size() (n int) { method Unmarshal (line 545) | func (m *GetDependenciesRequest) Unmarshal(dAtA []byte) error { type Dependency (line 92) | type Dependency struct method Reset (line 106) | func (m *Dependency) Reset() { *m = Dependency{} } method String (line 107) | func (m *Dependency) String() string { return proto.CompactTextString(... method ProtoMessage (line 108) | func (*Dependency) ProtoMessage() {} method Descriptor (line 109) | func (*Dependency) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 112) | func (m *Dependency) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 115) | func (m *Dependency) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 127) | func (m *Dependency) XXX_Merge(src proto.Message) { method XXX_Size (line 130) | func (m *Dependency) XXX_Size() int { method XXX_DiscardUnknown (line 133) | func (m *Dependency) XXX_DiscardUnknown() { method GetParent (line 139) | func (m *Dependency) GetParent() string { method GetChild (line 146) | func (m *Dependency) GetChild() string { method GetCallCount (line 153) | func (m *Dependency) GetCallCount() uint64 { method GetSource (line 160) | func (m *Dependency) GetSource() string { method Marshal (line 373) | func (m *Dependency) Marshal() (dAtA []byte, err error) { method MarshalTo (line 383) | func (m *Dependency) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 388) | func (m *Dependency) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 494) | func (m *Dependency) Size() (n int) { method Unmarshal (line 662) | func (m *Dependency) Unmarshal(dAtA []byte) error { type GetDependenciesResponse (line 167) | type GetDependenciesResponse struct method Reset (line 174) | func (m *GetDependenciesResponse) Reset() { *m = GetDependenci... method String (line 175) | func (m *GetDependenciesResponse) String() string { return proto.Compa... method ProtoMessage (line 176) | func (*GetDependenciesResponse) ProtoMessage() {} method Descriptor (line 177) | func (*GetDependenciesResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 180) | func (m *GetDependenciesResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 183) | func (m *GetDependenciesResponse) XXX_Marshal(b []byte, deterministic ... method XXX_Merge (line 195) | func (m *GetDependenciesResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 198) | func (m *GetDependenciesResponse) XXX_Size() int { method XXX_DiscardUnknown (line 201) | func (m *GetDependenciesResponse) XXX_DiscardUnknown() { method GetDependencies (line 207) | func (m *GetDependenciesResponse) GetDependencies() []*Dependency { method Marshal (line 426) | func (m *GetDependenciesResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 436) | func (m *GetDependenciesResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 441) | func (m *GetDependenciesResponse) MarshalToSizedBuffer(dAtA []byte) (i... method Size (line 521) | func (m *GetDependenciesResponse) Size() (n int) { method Unmarshal (line 828) | func (m *GetDependenciesResponse) Unmarshal(dAtA []byte) error { function init (line 214) | func init() { function init (line 220) | func init() { proto.RegisterFile("dependency_storage.proto", fileDescrip... constant _ (line 254) | _ = grpc.SupportPackageIsVersion4 type DependencyReaderClient (line 259) | type DependencyReaderClient interface type dependencyReaderClient (line 264) | type dependencyReaderClient struct method GetDependencies (line 272) | func (c *dependencyReaderClient) GetDependencies(ctx context.Context, ... function NewDependencyReaderClient (line 268) | func NewDependencyReaderClient(cc *grpc.ClientConn) DependencyReaderClie... type DependencyReaderServer (line 282) | type DependencyReaderServer interface type UnimplementedDependencyReaderServer (line 288) | type UnimplementedDependencyReaderServer struct method GetDependencies (line 291) | func (*UnimplementedDependencyReaderServer) GetDependencies(ctx contex... function RegisterDependencyReaderServer (line 295) | func RegisterDependencyReaderServer(s *grpc.Server, srv DependencyReader... function _DependencyReader_GetDependencies_Handler (line 299) | func _DependencyReader_GetDependencies_Handler(srv interface{}, ctx cont... function encodeVarintDependencyStorage (line 467) | func encodeVarintDependencyStorage(dAtA []byte, offset int, v uint64) int { function sovDependencyStorage (line 539) | func sovDependencyStorage(x uint64) (n int) { function sozDependencyStorage (line 542) | func sozDependencyStorage(x uint64) (n int) { function skipDependencyStorage (line 913) | func skipDependencyStorage(dAtA []byte) (n int, err error) { FILE: internal/proto-gen/storage/v2/trace_storage.pb.go constant _ (line 34) | _ = proto.GoGoProtoPackageIsVersion3 type GetTraceParams (line 37) | type GetTraceParams struct method Reset (line 53) | func (m *GetTraceParams) Reset() { *m = GetTraceParams{} } method String (line 54) | func (m *GetTraceParams) String() string { return proto.CompactTextStr... method ProtoMessage (line 55) | func (*GetTraceParams) ProtoMessage() {} method Descriptor (line 56) | func (*GetTraceParams) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 59) | func (m *GetTraceParams) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 62) | func (m *GetTraceParams) XXX_Marshal(b []byte, deterministic bool) ([]... method XXX_Merge (line 74) | func (m *GetTraceParams) XXX_Merge(src proto.Message) { method XXX_Size (line 77) | func (m *GetTraceParams) XXX_Size() int { method XXX_DiscardUnknown (line 80) | func (m *GetTraceParams) XXX_DiscardUnknown() { method GetTraceId (line 86) | func (m *GetTraceParams) GetTraceId() []byte { method GetStartTime (line 93) | func (m *GetTraceParams) GetStartTime() time.Time { method GetEndTime (line 100) | func (m *GetTraceParams) GetEndTime() time.Time { method Marshal (line 1407) | func (m *GetTraceParams) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1417) | func (m *GetTraceParams) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1422) | func (m *GetTraceParams) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2195) | func (m *GetTraceParams) Size() (n int) { method Unmarshal (line 2562) | func (m *GetTraceParams) Unmarshal(dAtA []byte) error { type GetTracesRequest (line 108) | type GetTracesRequest struct method Reset (line 115) | func (m *GetTracesRequest) Reset() { *m = GetTracesRequest{} } method String (line 116) | func (m *GetTracesRequest) String() string { return proto.CompactTextS... method ProtoMessage (line 117) | func (*GetTracesRequest) ProtoMessage() {} method Descriptor (line 118) | func (*GetTracesRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 121) | func (m *GetTracesRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 124) | func (m *GetTracesRequest) XXX_Marshal(b []byte, deterministic bool) (... method XXX_Merge (line 136) | func (m *GetTracesRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 139) | func (m *GetTracesRequest) XXX_Size() int { method XXX_DiscardUnknown (line 142) | func (m *GetTracesRequest) XXX_DiscardUnknown() { method GetQuery (line 148) | func (m *GetTracesRequest) GetQuery() []*GetTraceParams { method Marshal (line 1457) | func (m *GetTracesRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1467) | func (m *GetTracesRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1472) | func (m *GetTracesRequest) MarshalToSizedBuffer(dAtA []byte) (int, err... method Size (line 2215) | func (m *GetTracesRequest) Size() (n int) { method Unmarshal (line 2713) | func (m *GetTracesRequest) Unmarshal(dAtA []byte) error { type GetServicesRequest (line 156) | type GetServicesRequest struct method Reset (line 162) | func (m *GetServicesRequest) Reset() { *m = GetServicesRequest... method String (line 163) | func (m *GetServicesRequest) String() string { return proto.CompactTex... method ProtoMessage (line 164) | func (*GetServicesRequest) ProtoMessage() {} method Descriptor (line 165) | func (*GetServicesRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 168) | func (m *GetServicesRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 171) | func (m *GetServicesRequest) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 183) | func (m *GetServicesRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 186) | func (m *GetServicesRequest) XXX_Size() int { method XXX_DiscardUnknown (line 189) | func (m *GetServicesRequest) XXX_DiscardUnknown() { method Marshal (line 1498) | func (m *GetServicesRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1508) | func (m *GetServicesRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1513) | func (m *GetServicesRequest) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 2233) | func (m *GetServicesRequest) Size() (n int) { method Unmarshal (line 2798) | func (m *GetServicesRequest) Unmarshal(dAtA []byte) error { type GetServicesResponse (line 196) | type GetServicesResponse struct method Reset (line 203) | func (m *GetServicesResponse) Reset() { *m = GetServicesRespon... method String (line 204) | func (m *GetServicesResponse) String() string { return proto.CompactTe... method ProtoMessage (line 205) | func (*GetServicesResponse) ProtoMessage() {} method Descriptor (line 206) | func (*GetServicesResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 209) | func (m *GetServicesResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 212) | func (m *GetServicesResponse) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 224) | func (m *GetServicesResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 227) | func (m *GetServicesResponse) XXX_Size() int { method XXX_DiscardUnknown (line 230) | func (m *GetServicesResponse) XXX_DiscardUnknown() { method GetServices (line 236) | func (m *GetServicesResponse) GetServices() []string { method Marshal (line 1525) | func (m *GetServicesResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1535) | func (m *GetServicesResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1540) | func (m *GetServicesResponse) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 2245) | func (m *GetServicesResponse) Size() (n int) { method Unmarshal (line 2849) | func (m *GetServicesResponse) Unmarshal(dAtA []byte) error { type GetOperationsRequest (line 244) | type GetOperationsRequest struct method Reset (line 259) | func (m *GetOperationsRequest) Reset() { *m = GetOperationsReq... method String (line 260) | func (m *GetOperationsRequest) String() string { return proto.CompactT... method ProtoMessage (line 261) | func (*GetOperationsRequest) ProtoMessage() {} method Descriptor (line 262) | func (*GetOperationsRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 265) | func (m *GetOperationsRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 268) | func (m *GetOperationsRequest) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 280) | func (m *GetOperationsRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 283) | func (m *GetOperationsRequest) XXX_Size() int { method XXX_DiscardUnknown (line 286) | func (m *GetOperationsRequest) XXX_DiscardUnknown() { method GetService (line 292) | func (m *GetOperationsRequest) GetService() string { method GetSpanKind (line 299) | func (m *GetOperationsRequest) GetSpanKind() string { method Marshal (line 1561) | func (m *GetOperationsRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1571) | func (m *GetOperationsRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1576) | func (m *GetOperationsRequest) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 2263) | func (m *GetOperationsRequest) Size() (n int) { method Unmarshal (line 2932) | func (m *GetOperationsRequest) Unmarshal(dAtA []byte) error { type Operation (line 307) | type Operation struct method Reset (line 315) | func (m *Operation) Reset() { *m = Operation{} } method String (line 316) | func (m *Operation) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 317) | func (*Operation) ProtoMessage() {} method Descriptor (line 318) | func (*Operation) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 321) | func (m *Operation) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 324) | func (m *Operation) XXX_Marshal(b []byte, deterministic bool) ([]byte,... method XXX_Merge (line 336) | func (m *Operation) XXX_Merge(src proto.Message) { method XXX_Size (line 339) | func (m *Operation) XXX_Size() int { method XXX_DiscardUnknown (line 342) | func (m *Operation) XXX_DiscardUnknown() { method GetName (line 348) | func (m *Operation) GetName() string { method GetSpanKind (line 355) | func (m *Operation) GetSpanKind() string { method Marshal (line 1602) | func (m *Operation) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1612) | func (m *Operation) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1617) | func (m *Operation) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2283) | func (m *Operation) Size() (n int) { method Unmarshal (line 3047) | func (m *Operation) Unmarshal(dAtA []byte) error { type GetOperationsResponse (line 363) | type GetOperationsResponse struct method Reset (line 370) | func (m *GetOperationsResponse) Reset() { *m = GetOperationsRe... method String (line 371) | func (m *GetOperationsResponse) String() string { return proto.Compact... method ProtoMessage (line 372) | func (*GetOperationsResponse) ProtoMessage() {} method Descriptor (line 373) | func (*GetOperationsResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 376) | func (m *GetOperationsResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 379) | func (m *GetOperationsResponse) XXX_Marshal(b []byte, deterministic bo... method XXX_Merge (line 391) | func (m *GetOperationsResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 394) | func (m *GetOperationsResponse) XXX_Size() int { method XXX_DiscardUnknown (line 397) | func (m *GetOperationsResponse) XXX_DiscardUnknown() { method GetOperations (line 403) | func (m *GetOperationsResponse) GetOperations() []*Operation { method Marshal (line 1643) | func (m *GetOperationsResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1653) | func (m *GetOperationsResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1658) | func (m *GetOperationsResponse) MarshalToSizedBuffer(dAtA []byte) (int... method Size (line 2303) | func (m *GetOperationsResponse) Size() (n int) { method Unmarshal (line 3162) | func (m *GetOperationsResponse) Unmarshal(dAtA []byte) error { type KeyValue (line 413) | type KeyValue struct method Reset (line 421) | func (m *KeyValue) Reset() { *m = KeyValue{} } method String (line 422) | func (m *KeyValue) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 423) | func (*KeyValue) ProtoMessage() {} method Descriptor (line 424) | func (*KeyValue) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 427) | func (m *KeyValue) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 430) | func (m *KeyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, ... method XXX_Merge (line 442) | func (m *KeyValue) XXX_Merge(src proto.Message) { method XXX_Size (line 445) | func (m *KeyValue) XXX_Size() int { method XXX_DiscardUnknown (line 448) | func (m *KeyValue) XXX_DiscardUnknown() { method GetKey (line 454) | func (m *KeyValue) GetKey() string { method GetValue (line 461) | func (m *KeyValue) GetValue() *AnyValue { method Marshal (line 1684) | func (m *KeyValue) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1694) | func (m *KeyValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1699) | func (m *KeyValue) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2321) | func (m *KeyValue) Size() (n int) { method Unmarshal (line 3247) | func (m *KeyValue) Unmarshal(dAtA []byte) error { type AnyValue (line 468) | type AnyValue struct method Reset (line 483) | func (m *AnyValue) Reset() { *m = AnyValue{} } method String (line 484) | func (m *AnyValue) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 485) | func (*AnyValue) ProtoMessage() {} method Descriptor (line 486) | func (*AnyValue) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 489) | func (m *AnyValue) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 492) | func (m *AnyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, ... method XXX_Merge (line 504) | func (m *AnyValue) XXX_Merge(src proto.Message) { method XXX_Size (line 507) | func (m *AnyValue) XXX_Size() int { method XXX_DiscardUnknown (line 510) | func (m *AnyValue) XXX_DiscardUnknown() { method GetValue (line 552) | func (m *AnyValue) GetValue() isAnyValue_Value { method GetStringValue (line 559) | func (m *AnyValue) GetStringValue() string { method GetBoolValue (line 566) | func (m *AnyValue) GetBoolValue() bool { method GetIntValue (line 573) | func (m *AnyValue) GetIntValue() int64 { method GetDoubleValue (line 580) | func (m *AnyValue) GetDoubleValue() float64 { method GetArrayValue (line 587) | func (m *AnyValue) GetArrayValue() *ArrayValue { method GetKvlistValue (line 594) | func (m *AnyValue) GetKvlistValue() *KeyValueList { method GetBytesValue (line 601) | func (m *AnyValue) GetBytesValue() []byte { method XXX_OneofWrappers (line 609) | func (*AnyValue) XXX_OneofWrappers() []interface{} { method Marshal (line 1730) | func (m *AnyValue) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1740) | func (m *AnyValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1745) | func (m *AnyValue) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2341) | func (m *AnyValue) Size() (n int) { method Unmarshal (line 3366) | func (m *AnyValue) Unmarshal(dAtA []byte) error { type isAnyValue_Value (line 516) | type isAnyValue_Value interface type AnyValue_StringValue (line 522) | type AnyValue_StringValue struct method isAnyValue_Value (line 544) | func (*AnyValue_StringValue) isAnyValue_Value() {} method MarshalTo (line 1766) | func (m *AnyValue_StringValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1771) | func (m *AnyValue_StringValue) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 2356) | func (m *AnyValue_StringValue) Size() (n int) { type AnyValue_BoolValue (line 525) | type AnyValue_BoolValue struct method isAnyValue_Value (line 545) | func (*AnyValue_BoolValue) isAnyValue_Value() {} method MarshalTo (line 1780) | func (m *AnyValue_BoolValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1785) | func (m *AnyValue_BoolValue) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 2366) | func (m *AnyValue_BoolValue) Size() (n int) { type AnyValue_IntValue (line 528) | type AnyValue_IntValue struct method isAnyValue_Value (line 546) | func (*AnyValue_IntValue) isAnyValue_Value() {} method MarshalTo (line 1797) | func (m *AnyValue_IntValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1802) | func (m *AnyValue_IntValue) MarshalToSizedBuffer(dAtA []byte) (int, er... method Size (line 2375) | func (m *AnyValue_IntValue) Size() (n int) { type AnyValue_DoubleValue (line 531) | type AnyValue_DoubleValue struct method isAnyValue_Value (line 547) | func (*AnyValue_DoubleValue) isAnyValue_Value() {} method MarshalTo (line 1809) | func (m *AnyValue_DoubleValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1814) | func (m *AnyValue_DoubleValue) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 2384) | func (m *AnyValue_DoubleValue) Size() (n int) { type AnyValue_ArrayValue (line 534) | type AnyValue_ArrayValue struct method isAnyValue_Value (line 548) | func (*AnyValue_ArrayValue) isAnyValue_Value() {} method MarshalTo (line 1822) | func (m *AnyValue_ArrayValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1827) | func (m *AnyValue_ArrayValue) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 2393) | func (m *AnyValue_ArrayValue) Size() (n int) { type AnyValue_KvlistValue (line 537) | type AnyValue_KvlistValue struct method isAnyValue_Value (line 549) | func (*AnyValue_KvlistValue) isAnyValue_Value() {} method MarshalTo (line 1843) | func (m *AnyValue_KvlistValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1848) | func (m *AnyValue_KvlistValue) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 2405) | func (m *AnyValue_KvlistValue) Size() (n int) { type AnyValue_BytesValue (line 540) | type AnyValue_BytesValue struct method isAnyValue_Value (line 550) | func (*AnyValue_BytesValue) isAnyValue_Value() {} method MarshalTo (line 1864) | func (m *AnyValue_BytesValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1869) | func (m *AnyValue_BytesValue) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 2417) | func (m *AnyValue_BytesValue) Size() (n int) { type KeyValueList (line 621) | type KeyValueList struct method Reset (line 628) | func (m *KeyValueList) Reset() { *m = KeyValueList{} } method String (line 629) | func (m *KeyValueList) String() string { return proto.CompactTextStrin... method ProtoMessage (line 630) | func (*KeyValueList) ProtoMessage() {} method Descriptor (line 631) | func (*KeyValueList) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 634) | func (m *KeyValueList) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 637) | func (m *KeyValueList) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 649) | func (m *KeyValueList) XXX_Merge(src proto.Message) { method XXX_Size (line 652) | func (m *KeyValueList) XXX_Size() int { method XXX_DiscardUnknown (line 655) | func (m *KeyValueList) XXX_DiscardUnknown() { method GetValues (line 661) | func (m *KeyValueList) GetValues() []*KeyValue { method Marshal (line 1880) | func (m *KeyValueList) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1890) | func (m *KeyValueList) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1895) | func (m *KeyValueList) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2429) | func (m *KeyValueList) Size() (n int) { method Unmarshal (line 3604) | func (m *KeyValueList) Unmarshal(dAtA []byte) error { type ArrayValue (line 668) | type ArrayValue struct method Reset (line 675) | func (m *ArrayValue) Reset() { *m = ArrayValue{} } method String (line 676) | func (m *ArrayValue) String() string { return proto.CompactTextString(... method ProtoMessage (line 677) | func (*ArrayValue) ProtoMessage() {} method Descriptor (line 678) | func (*ArrayValue) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 681) | func (m *ArrayValue) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 684) | func (m *ArrayValue) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 696) | func (m *ArrayValue) XXX_Merge(src proto.Message) { method XXX_Size (line 699) | func (m *ArrayValue) XXX_Size() int { method XXX_DiscardUnknown (line 702) | func (m *ArrayValue) XXX_DiscardUnknown() { method GetValues (line 708) | func (m *ArrayValue) GetValues() []*AnyValue { method Marshal (line 1921) | func (m *ArrayValue) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1931) | func (m *ArrayValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1936) | func (m *ArrayValue) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2447) | func (m *ArrayValue) Size() (n int) { method Unmarshal (line 3689) | func (m *ArrayValue) Unmarshal(dAtA []byte) error { type TraceQueryParameters (line 718) | type TraceQueryParameters struct method Reset (line 732) | func (m *TraceQueryParameters) Reset() { *m = TraceQueryParame... method String (line 733) | func (m *TraceQueryParameters) String() string { return proto.CompactT... method ProtoMessage (line 734) | func (*TraceQueryParameters) ProtoMessage() {} method Descriptor (line 735) | func (*TraceQueryParameters) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 738) | func (m *TraceQueryParameters) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 741) | func (m *TraceQueryParameters) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 753) | func (m *TraceQueryParameters) XXX_Merge(src proto.Message) { method XXX_Size (line 756) | func (m *TraceQueryParameters) XXX_Size() int { method XXX_DiscardUnknown (line 759) | func (m *TraceQueryParameters) XXX_DiscardUnknown() { method GetServiceName (line 765) | func (m *TraceQueryParameters) GetServiceName() string { method GetOperationName (line 772) | func (m *TraceQueryParameters) GetOperationName() string { method GetAttributes (line 779) | func (m *TraceQueryParameters) GetAttributes() []*KeyValue { method GetStartTimeMin (line 786) | func (m *TraceQueryParameters) GetStartTimeMin() time.Time { method GetStartTimeMax (line 793) | func (m *TraceQueryParameters) GetStartTimeMax() time.Time { method GetDurationMin (line 800) | func (m *TraceQueryParameters) GetDurationMin() time.Duration { method GetDurationMax (line 807) | func (m *TraceQueryParameters) GetDurationMax() time.Duration { method GetSearchDepth (line 814) | func (m *TraceQueryParameters) GetSearchDepth() int32 { method Marshal (line 1962) | func (m *TraceQueryParameters) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1972) | func (m *TraceQueryParameters) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1977) | func (m *TraceQueryParameters) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 2465) | func (m *TraceQueryParameters) Size() (n int) { method Unmarshal (line 3774) | func (m *TraceQueryParameters) Unmarshal(dAtA []byte) error { type FindTracesRequest (line 824) | type FindTracesRequest struct method Reset (line 831) | func (m *FindTracesRequest) Reset() { *m = FindTracesRequest{} } method String (line 832) | func (m *FindTracesRequest) String() string { return proto.CompactText... method ProtoMessage (line 833) | func (*FindTracesRequest) ProtoMessage() {} method Descriptor (line 834) | func (*FindTracesRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 837) | func (m *FindTracesRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 840) | func (m *FindTracesRequest) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 852) | func (m *FindTracesRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 855) | func (m *FindTracesRequest) XXX_Size() int { method XXX_DiscardUnknown (line 858) | func (m *FindTracesRequest) XXX_DiscardUnknown() { method GetQuery (line 864) | func (m *FindTracesRequest) GetQuery() *TraceQueryParameters { method Marshal (line 2054) | func (m *FindTracesRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2064) | func (m *FindTracesRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2069) | func (m *FindTracesRequest) MarshalToSizedBuffer(dAtA []byte) (int, er... method Size (line 2502) | func (m *FindTracesRequest) Size() (n int) { method Unmarshal (line 4074) | func (m *FindTracesRequest) Unmarshal(dAtA []byte) error { type FoundTraceID (line 878) | type FoundTraceID struct method Reset (line 887) | func (m *FoundTraceID) Reset() { *m = FoundTraceID{} } method String (line 888) | func (m *FoundTraceID) String() string { return proto.CompactTextStrin... method ProtoMessage (line 889) | func (*FoundTraceID) ProtoMessage() {} method Descriptor (line 890) | func (*FoundTraceID) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 893) | func (m *FoundTraceID) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 896) | func (m *FoundTraceID) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 908) | func (m *FoundTraceID) XXX_Merge(src proto.Message) { method XXX_Size (line 911) | func (m *FoundTraceID) XXX_Size() int { method XXX_DiscardUnknown (line 914) | func (m *FoundTraceID) XXX_DiscardUnknown() { method GetTraceId (line 920) | func (m *FoundTraceID) GetTraceId() []byte { method GetStart (line 927) | func (m *FoundTraceID) GetStart() time.Time { method GetEnd (line 934) | func (m *FoundTraceID) GetEnd() time.Time { method Marshal (line 2093) | func (m *FoundTraceID) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2103) | func (m *FoundTraceID) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2108) | func (m *FoundTraceID) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2518) | func (m *FoundTraceID) Size() (n int) { method Unmarshal (line 4161) | func (m *FoundTraceID) Unmarshal(dAtA []byte) error { type FindTraceIDsResponse (line 942) | type FindTraceIDsResponse struct method Reset (line 949) | func (m *FindTraceIDsResponse) Reset() { *m = FindTraceIDsResp... method String (line 950) | func (m *FindTraceIDsResponse) String() string { return proto.CompactT... method ProtoMessage (line 951) | func (*FindTraceIDsResponse) ProtoMessage() {} method Descriptor (line 952) | func (*FindTraceIDsResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 955) | func (m *FindTraceIDsResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 958) | func (m *FindTraceIDsResponse) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 970) | func (m *FindTraceIDsResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 973) | func (m *FindTraceIDsResponse) XXX_Size() int { method XXX_DiscardUnknown (line 976) | func (m *FindTraceIDsResponse) XXX_DiscardUnknown() { method GetTraceIds (line 982) | func (m *FindTraceIDsResponse) GetTraceIds() []*FoundTraceID { method Marshal (line 2143) | func (m *FindTraceIDsResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2153) | func (m *FindTraceIDsResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2158) | func (m *FindTraceIDsResponse) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 2538) | func (m *FindTraceIDsResponse) Size() (n int) { method Unmarshal (line 4312) | func (m *FindTraceIDsResponse) Unmarshal(dAtA []byte) error { function init (line 989) | func init() { function init (line 1007) | func init() { proto.RegisterFile("trace_storage.proto", fileDescriptor_3... constant _ (line 1080) | _ = grpc.SupportPackageIsVersion4 type TraceReaderClient (line 1085) | type TraceReaderClient interface type traceReaderClient (line 1120) | type traceReaderClient struct method GetTraces (line 1128) | func (c *traceReaderClient) GetTraces(ctx context.Context, in *GetTrac... method GetServices (line 1160) | func (c *traceReaderClient) GetServices(ctx context.Context, in *GetSe... method GetOperations (line 1169) | func (c *traceReaderClient) GetOperations(ctx context.Context, in *Get... method FindTraces (line 1178) | func (c *traceReaderClient) FindTraces(ctx context.Context, in *FindTr... method FindTraceIDs (line 1210) | func (c *traceReaderClient) FindTraceIDs(ctx context.Context, in *Find... function NewTraceReaderClient (line 1124) | func NewTraceReaderClient(cc *grpc.ClientConn) TraceReaderClient { type TraceReader_GetTracesClient (line 1143) | type TraceReader_GetTracesClient interface type traceReaderGetTracesClient (line 1148) | type traceReaderGetTracesClient struct method Recv (line 1152) | func (x *traceReaderGetTracesClient) Recv() (*v1.TracesData, error) { type TraceReader_FindTracesClient (line 1193) | type TraceReader_FindTracesClient interface type traceReaderFindTracesClient (line 1198) | type traceReaderFindTracesClient struct method Recv (line 1202) | func (x *traceReaderFindTracesClient) Recv() (*v1.TracesData, error) { type TraceReaderServer (line 1220) | type TraceReaderServer interface type UnimplementedTraceReaderServer (line 1256) | type UnimplementedTraceReaderServer struct method GetTraces (line 1259) | func (*UnimplementedTraceReaderServer) GetTraces(req *GetTracesRequest... method GetServices (line 1262) | func (*UnimplementedTraceReaderServer) GetServices(ctx context.Context... method GetOperations (line 1265) | func (*UnimplementedTraceReaderServer) GetOperations(ctx context.Conte... method FindTraces (line 1268) | func (*UnimplementedTraceReaderServer) FindTraces(req *FindTracesReque... method FindTraceIDs (line 1271) | func (*UnimplementedTraceReaderServer) FindTraceIDs(ctx context.Contex... function RegisterTraceReaderServer (line 1275) | func RegisterTraceReaderServer(s *grpc.Server, srv TraceReaderServer) { function _TraceReader_GetTraces_Handler (line 1279) | func _TraceReader_GetTraces_Handler(srv interface{}, stream grpc.ServerS... type TraceReader_GetTracesServer (line 1287) | type TraceReader_GetTracesServer interface type traceReaderGetTracesServer (line 1292) | type traceReaderGetTracesServer struct method Send (line 1296) | func (x *traceReaderGetTracesServer) Send(m *v1.TracesData) error { function _TraceReader_GetServices_Handler (line 1300) | func _TraceReader_GetServices_Handler(srv interface{}, ctx context.Conte... function _TraceReader_GetOperations_Handler (line 1318) | func _TraceReader_GetOperations_Handler(srv interface{}, ctx context.Con... function _TraceReader_FindTraces_Handler (line 1336) | func _TraceReader_FindTraces_Handler(srv interface{}, stream grpc.Server... type TraceReader_FindTracesServer (line 1344) | type TraceReader_FindTracesServer interface type traceReaderFindTracesServer (line 1349) | type traceReaderFindTracesServer struct method Send (line 1353) | func (x *traceReaderFindTracesServer) Send(m *v1.TracesData) error { function _TraceReader_FindTraceIDs_Handler (line 1357) | func _TraceReader_FindTraceIDs_Handler(srv interface{}, ctx context.Cont... function encodeVarintTraceStorage (line 2184) | func encodeVarintTraceStorage(dAtA []byte, offset int, v uint64) int { function sovTraceStorage (line 2556) | func sovTraceStorage(x uint64) (n int) { function sozTraceStorage (line 2559) | func sozTraceStorage(x uint64) (n int) { function skipTraceStorage (line 4397) | func skipTraceStorage(dAtA []byte) (n int, err error) { FILE: internal/proto-gen/storage_v1/mocks/mocks.go function NewSpanWriterPluginClient (line 23) | func NewSpanWriterPluginClient(t interface { type SpanWriterPluginClient (line 36) | type SpanWriterPluginClient struct method EXPECT (line 44) | func (_m *SpanWriterPluginClient) EXPECT() *SpanWriterPluginClient_Exp... method Close (line 49) | func (_mock *SpanWriterPluginClient) Close(ctx context.Context, in *st... method WriteSpan (line 132) | func (_mock *SpanWriterPluginClient) WriteSpan(ctx context.Context, in... type SpanWriterPluginClient_Expecter (line 40) | type SpanWriterPluginClient_Expecter struct method Close (line 91) | func (_e *SpanWriterPluginClient_Expecter) Close(ctx interface{}, in i... method WriteSpan (line 174) | func (_e *SpanWriterPluginClient_Expecter) WriteSpan(ctx interface{}, ... type SpanWriterPluginClient_Close_Call (line 83) | type SpanWriterPluginClient_Close_Call struct method Run (line 96) | func (_c *SpanWriterPluginClient_Close_Call) Run(run func(ctx context.... method Return (line 121) | func (_c *SpanWriterPluginClient_Close_Call) Return(closeWriterRespons... method RunAndReturn (line 126) | func (_c *SpanWriterPluginClient_Close_Call) RunAndReturn(run func(ctx... type SpanWriterPluginClient_WriteSpan_Call (line 166) | type SpanWriterPluginClient_WriteSpan_Call struct method Run (line 179) | func (_c *SpanWriterPluginClient_WriteSpan_Call) Run(run func(ctx cont... method Return (line 204) | func (_c *SpanWriterPluginClient_WriteSpan_Call) Return(writeSpanRespo... method RunAndReturn (line 209) | func (_c *SpanWriterPluginClient_WriteSpan_Call) RunAndReturn(run func... function NewSpanWriterPluginServer (line 216) | func NewSpanWriterPluginServer(t interface { type SpanWriterPluginServer (line 229) | type SpanWriterPluginServer struct method EXPECT (line 237) | func (_m *SpanWriterPluginServer) EXPECT() *SpanWriterPluginServer_Exp... method Close (line 242) | func (_mock *SpanWriterPluginServer) Close(context1 context.Context, c... method WriteSpan (line 310) | func (_mock *SpanWriterPluginServer) WriteSpan(context1 context.Contex... type SpanWriterPluginServer_Expecter (line 233) | type SpanWriterPluginServer_Expecter struct method Close (line 277) | func (_e *SpanWriterPluginServer_Expecter) Close(context1 interface{},... method WriteSpan (line 345) | func (_e *SpanWriterPluginServer_Expecter) WriteSpan(context1 interfac... type SpanWriterPluginServer_Close_Call (line 270) | type SpanWriterPluginServer_Close_Call struct method Run (line 281) | func (_c *SpanWriterPluginServer_Close_Call) Run(run func(context1 con... method Return (line 299) | func (_c *SpanWriterPluginServer_Close_Call) Return(closeWriterRespons... method RunAndReturn (line 304) | func (_c *SpanWriterPluginServer_Close_Call) RunAndReturn(run func(con... type SpanWriterPluginServer_WriteSpan_Call (line 338) | type SpanWriterPluginServer_WriteSpan_Call struct method Run (line 349) | func (_c *SpanWriterPluginServer_WriteSpan_Call) Run(run func(context1... method Return (line 367) | func (_c *SpanWriterPluginServer_WriteSpan_Call) Return(writeSpanRespo... method RunAndReturn (line 372) | func (_c *SpanWriterPluginServer_WriteSpan_Call) RunAndReturn(run func... function NewStreamingSpanWriterPluginClient (line 379) | func NewStreamingSpanWriterPluginClient(t interface { type StreamingSpanWriterPluginClient (line 392) | type StreamingSpanWriterPluginClient struct method EXPECT (line 400) | func (_m *StreamingSpanWriterPluginClient) EXPECT() *StreamingSpanWrit... method WriteSpanStream (line 405) | func (_mock *StreamingSpanWriterPluginClient) WriteSpanStream(ctx cont... type StreamingSpanWriterPluginClient_Expecter (line 396) | type StreamingSpanWriterPluginClient_Expecter struct method WriteSpanStream (line 446) | func (_e *StreamingSpanWriterPluginClient_Expecter) WriteSpanStream(ct... type StreamingSpanWriterPluginClient_WriteSpanStream_Call (line 439) | type StreamingSpanWriterPluginClient_WriteSpanStream_Call struct method Run (line 451) | func (_c *StreamingSpanWriterPluginClient_WriteSpanStream_Call) Run(ru... method Return (line 471) | func (_c *StreamingSpanWriterPluginClient_WriteSpanStream_Call) Return... method RunAndReturn (line 476) | func (_c *StreamingSpanWriterPluginClient_WriteSpanStream_Call) RunAnd... function NewStreamingSpanWriterPlugin_WriteSpanStreamClient (line 483) | func NewStreamingSpanWriterPlugin_WriteSpanStreamClient(t interface { type StreamingSpanWriterPlugin_WriteSpanStreamClient (line 496) | type StreamingSpanWriterPlugin_WriteSpanStreamClient struct method EXPECT (line 504) | func (_m *StreamingSpanWriterPlugin_WriteSpanStreamClient) EXPECT() *S... method CloseAndRecv (line 509) | func (_mock *StreamingSpanWriterPlugin_WriteSpanStreamClient) CloseAnd... method CloseSend (line 564) | func (_mock *StreamingSpanWriterPlugin_WriteSpanStreamClient) CloseSen... method Context (line 608) | func (_mock *StreamingSpanWriterPlugin_WriteSpanStreamClient) Context(... method Header (line 654) | func (_mock *StreamingSpanWriterPlugin_WriteSpanStreamClient) Header()... method RecvMsg (line 709) | func (_mock *StreamingSpanWriterPlugin_WriteSpanStreamClient) RecvMsg(... method Send (line 760) | func (_mock *StreamingSpanWriterPlugin_WriteSpanStreamClient) Send(wri... method SendMsg (line 811) | func (_mock *StreamingSpanWriterPlugin_WriteSpanStreamClient) SendMsg(... method Trailer (line 862) | func (_mock *StreamingSpanWriterPlugin_WriteSpanStreamClient) Trailer(... type StreamingSpanWriterPlugin_WriteSpanStreamClient_Expecter (line 500) | type StreamingSpanWriterPlugin_WriteSpanStreamClient_Expecter struct method CloseAndRecv (line 542) | func (_e *StreamingSpanWriterPlugin_WriteSpanStreamClient_Expecter) Cl... method CloseSend (line 586) | func (_e *StreamingSpanWriterPlugin_WriteSpanStreamClient_Expecter) Cl... method Context (line 632) | func (_e *StreamingSpanWriterPlugin_WriteSpanStreamClient_Expecter) Co... method Header (line 687) | func (_e *StreamingSpanWriterPlugin_WriteSpanStreamClient_Expecter) He... method RecvMsg (line 732) | func (_e *StreamingSpanWriterPlugin_WriteSpanStreamClient_Expecter) Re... method Send (line 783) | func (_e *StreamingSpanWriterPlugin_WriteSpanStreamClient_Expecter) Se... method SendMsg (line 834) | func (_e *StreamingSpanWriterPlugin_WriteSpanStreamClient_Expecter) Se... method Trailer (line 886) | func (_e *StreamingSpanWriterPlugin_WriteSpanStreamClient_Expecter) Tr... type StreamingSpanWriterPlugin_WriteSpanStreamClient_CloseAndRecv_Call (line 537) | type StreamingSpanWriterPlugin_WriteSpanStreamClient_CloseAndRecv_Call s... method Run (line 546) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_CloseAndRecv... method Return (line 553) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_CloseAndRecv... method RunAndReturn (line 558) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_CloseAndRecv... type StreamingSpanWriterPlugin_WriteSpanStreamClient_CloseSend_Call (line 581) | type StreamingSpanWriterPlugin_WriteSpanStreamClient_CloseSend_Call struct method Run (line 590) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_CloseSend_Ca... method Return (line 597) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_CloseSend_Ca... method RunAndReturn (line 602) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_CloseSend_Ca... type StreamingSpanWriterPlugin_WriteSpanStreamClient_Context_Call (line 627) | type StreamingSpanWriterPlugin_WriteSpanStreamClient_Context_Call struct method Run (line 636) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_Context_Call... method Return (line 643) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_Context_Call... method RunAndReturn (line 648) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_Context_Call... type StreamingSpanWriterPlugin_WriteSpanStreamClient_Header_Call (line 682) | type StreamingSpanWriterPlugin_WriteSpanStreamClient_Header_Call struct method Run (line 691) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_Header_Call)... method Return (line 698) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_Header_Call)... method RunAndReturn (line 703) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_Header_Call)... type StreamingSpanWriterPlugin_WriteSpanStreamClient_RecvMsg_Call (line 726) | type StreamingSpanWriterPlugin_WriteSpanStreamClient_RecvMsg_Call struct method Run (line 736) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_RecvMsg_Call... method Return (line 749) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_RecvMsg_Call... method RunAndReturn (line 754) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_RecvMsg_Call... type StreamingSpanWriterPlugin_WriteSpanStreamClient_Send_Call (line 777) | type StreamingSpanWriterPlugin_WriteSpanStreamClient_Send_Call struct method Run (line 787) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_Send_Call) R... method Return (line 800) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_Send_Call) R... method RunAndReturn (line 805) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_Send_Call) R... type StreamingSpanWriterPlugin_WriteSpanStreamClient_SendMsg_Call (line 828) | type StreamingSpanWriterPlugin_WriteSpanStreamClient_SendMsg_Call struct method Run (line 838) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_SendMsg_Call... method Return (line 851) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_SendMsg_Call... method RunAndReturn (line 856) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_SendMsg_Call... type StreamingSpanWriterPlugin_WriteSpanStreamClient_Trailer_Call (line 881) | type StreamingSpanWriterPlugin_WriteSpanStreamClient_Trailer_Call struct method Run (line 890) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_Trailer_Call... method Return (line 897) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_Trailer_Call... method RunAndReturn (line 902) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamClient_Trailer_Call... function NewStreamingSpanWriterPluginServer (line 909) | func NewStreamingSpanWriterPluginServer(t interface { type StreamingSpanWriterPluginServer (line 922) | type StreamingSpanWriterPluginServer struct method EXPECT (line 930) | func (_m *StreamingSpanWriterPluginServer) EXPECT() *StreamingSpanWrit... method WriteSpanStream (line 935) | func (_mock *StreamingSpanWriterPluginServer) WriteSpanStream(streamin... type StreamingSpanWriterPluginServer_Expecter (line 926) | type StreamingSpanWriterPluginServer_Expecter struct method WriteSpanStream (line 958) | func (_e *StreamingSpanWriterPluginServer_Expecter) WriteSpanStream(st... type StreamingSpanWriterPluginServer_WriteSpanStream_Call (line 952) | type StreamingSpanWriterPluginServer_WriteSpanStream_Call struct method Run (line 962) | func (_c *StreamingSpanWriterPluginServer_WriteSpanStream_Call) Run(ru... method Return (line 975) | func (_c *StreamingSpanWriterPluginServer_WriteSpanStream_Call) Return... method RunAndReturn (line 980) | func (_c *StreamingSpanWriterPluginServer_WriteSpanStream_Call) RunAnd... function NewStreamingSpanWriterPlugin_WriteSpanStreamServer (line 987) | func NewStreamingSpanWriterPlugin_WriteSpanStreamServer(t interface { type StreamingSpanWriterPlugin_WriteSpanStreamServer (line 1000) | type StreamingSpanWriterPlugin_WriteSpanStreamServer struct method EXPECT (line 1008) | func (_m *StreamingSpanWriterPlugin_WriteSpanStreamServer) EXPECT() *S... method Context (line 1013) | func (_mock *StreamingSpanWriterPlugin_WriteSpanStreamServer) Context(... method Recv (line 1059) | func (_mock *StreamingSpanWriterPlugin_WriteSpanStreamServer) Recv() (... method RecvMsg (line 1114) | func (_mock *StreamingSpanWriterPlugin_WriteSpanStreamServer) RecvMsg(... method SendAndClose (line 1165) | func (_mock *StreamingSpanWriterPlugin_WriteSpanStreamServer) SendAndC... method SendHeader (line 1216) | func (_mock *StreamingSpanWriterPlugin_WriteSpanStreamServer) SendHead... method SendMsg (line 1267) | func (_mock *StreamingSpanWriterPlugin_WriteSpanStreamServer) SendMsg(... method SetHeader (line 1318) | func (_mock *StreamingSpanWriterPlugin_WriteSpanStreamServer) SetHeade... method SetTrailer (line 1369) | func (_mock *StreamingSpanWriterPlugin_WriteSpanStreamServer) SetTrail... type StreamingSpanWriterPlugin_WriteSpanStreamServer_Expecter (line 1004) | type StreamingSpanWriterPlugin_WriteSpanStreamServer_Expecter struct method Context (line 1037) | func (_e *StreamingSpanWriterPlugin_WriteSpanStreamServer_Expecter) Co... method Recv (line 1092) | func (_e *StreamingSpanWriterPlugin_WriteSpanStreamServer_Expecter) Re... method RecvMsg (line 1137) | func (_e *StreamingSpanWriterPlugin_WriteSpanStreamServer_Expecter) Re... method SendAndClose (line 1188) | func (_e *StreamingSpanWriterPlugin_WriteSpanStreamServer_Expecter) Se... method SendHeader (line 1239) | func (_e *StreamingSpanWriterPlugin_WriteSpanStreamServer_Expecter) Se... method SendMsg (line 1290) | func (_e *StreamingSpanWriterPlugin_WriteSpanStreamServer_Expecter) Se... method SetHeader (line 1341) | func (_e *StreamingSpanWriterPlugin_WriteSpanStreamServer_Expecter) Se... method SetTrailer (line 1381) | func (_e *StreamingSpanWriterPlugin_WriteSpanStreamServer_Expecter) Se... type StreamingSpanWriterPlugin_WriteSpanStreamServer_Context_Call (line 1032) | type StreamingSpanWriterPlugin_WriteSpanStreamServer_Context_Call struct method Run (line 1041) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_Context_Call... method Return (line 1048) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_Context_Call... method RunAndReturn (line 1053) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_Context_Call... type StreamingSpanWriterPlugin_WriteSpanStreamServer_Recv_Call (line 1087) | type StreamingSpanWriterPlugin_WriteSpanStreamServer_Recv_Call struct method Run (line 1096) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_Recv_Call) R... method Return (line 1103) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_Recv_Call) R... method RunAndReturn (line 1108) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_Recv_Call) R... type StreamingSpanWriterPlugin_WriteSpanStreamServer_RecvMsg_Call (line 1131) | type StreamingSpanWriterPlugin_WriteSpanStreamServer_RecvMsg_Call struct method Run (line 1141) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_RecvMsg_Call... method Return (line 1154) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_RecvMsg_Call... method RunAndReturn (line 1159) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_RecvMsg_Call... type StreamingSpanWriterPlugin_WriteSpanStreamServer_SendAndClose_Call (line 1182) | type StreamingSpanWriterPlugin_WriteSpanStreamServer_SendAndClose_Call s... method Run (line 1192) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_SendAndClose... method Return (line 1205) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_SendAndClose... method RunAndReturn (line 1210) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_SendAndClose... type StreamingSpanWriterPlugin_WriteSpanStreamServer_SendHeader_Call (line 1233) | type StreamingSpanWriterPlugin_WriteSpanStreamServer_SendHeader_Call struct method Run (line 1243) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_SendHeader_C... method Return (line 1256) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_SendHeader_C... method RunAndReturn (line 1261) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_SendHeader_C... type StreamingSpanWriterPlugin_WriteSpanStreamServer_SendMsg_Call (line 1284) | type StreamingSpanWriterPlugin_WriteSpanStreamServer_SendMsg_Call struct method Run (line 1294) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_SendMsg_Call... method Return (line 1307) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_SendMsg_Call... method RunAndReturn (line 1312) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_SendMsg_Call... type StreamingSpanWriterPlugin_WriteSpanStreamServer_SetHeader_Call (line 1335) | type StreamingSpanWriterPlugin_WriteSpanStreamServer_SetHeader_Call struct method Run (line 1345) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_SetHeader_Ca... method Return (line 1358) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_SetHeader_Ca... method RunAndReturn (line 1363) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_SetHeader_Ca... type StreamingSpanWriterPlugin_WriteSpanStreamServer_SetTrailer_Call (line 1375) | type StreamingSpanWriterPlugin_WriteSpanStreamServer_SetTrailer_Call struct method Run (line 1385) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_SetTrailer_C... method Return (line 1398) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_SetTrailer_C... method RunAndReturn (line 1403) | func (_c *StreamingSpanWriterPlugin_WriteSpanStreamServer_SetTrailer_C... function NewSpanReaderPluginClient (line 1410) | func NewSpanReaderPluginClient(t interface { type SpanReaderPluginClient (line 1423) | type SpanReaderPluginClient struct method EXPECT (line 1431) | func (_m *SpanReaderPluginClient) EXPECT() *SpanReaderPluginClient_Exp... method FindTraceIDs (line 1436) | func (_mock *SpanReaderPluginClient) FindTraceIDs(ctx context.Context,... method FindTraces (line 1519) | func (_mock *SpanReaderPluginClient) FindTraces(ctx context.Context, i... method GetOperations (line 1602) | func (_mock *SpanReaderPluginClient) GetOperations(ctx context.Context... method GetServices (line 1685) | func (_mock *SpanReaderPluginClient) GetServices(ctx context.Context, ... method GetTrace (line 1768) | func (_mock *SpanReaderPluginClient) GetTrace(ctx context.Context, in ... type SpanReaderPluginClient_Expecter (line 1427) | type SpanReaderPluginClient_Expecter struct method FindTraceIDs (line 1478) | func (_e *SpanReaderPluginClient_Expecter) FindTraceIDs(ctx interface{... method FindTraces (line 1561) | func (_e *SpanReaderPluginClient_Expecter) FindTraces(ctx interface{},... method GetOperations (line 1644) | func (_e *SpanReaderPluginClient_Expecter) GetOperations(ctx interface... method GetServices (line 1727) | func (_e *SpanReaderPluginClient_Expecter) GetServices(ctx interface{}... method GetTrace (line 1810) | func (_e *SpanReaderPluginClient_Expecter) GetTrace(ctx interface{}, i... type SpanReaderPluginClient_FindTraceIDs_Call (line 1470) | type SpanReaderPluginClient_FindTraceIDs_Call struct method Run (line 1483) | func (_c *SpanReaderPluginClient_FindTraceIDs_Call) Run(run func(ctx c... method Return (line 1508) | func (_c *SpanReaderPluginClient_FindTraceIDs_Call) Return(findTraceID... method RunAndReturn (line 1513) | func (_c *SpanReaderPluginClient_FindTraceIDs_Call) RunAndReturn(run f... type SpanReaderPluginClient_FindTraces_Call (line 1553) | type SpanReaderPluginClient_FindTraces_Call struct method Run (line 1566) | func (_c *SpanReaderPluginClient_FindTraces_Call) Run(run func(ctx con... method Return (line 1591) | func (_c *SpanReaderPluginClient_FindTraces_Call) Return(spanReaderPlu... method RunAndReturn (line 1596) | func (_c *SpanReaderPluginClient_FindTraces_Call) RunAndReturn(run fun... type SpanReaderPluginClient_GetOperations_Call (line 1636) | type SpanReaderPluginClient_GetOperations_Call struct method Run (line 1649) | func (_c *SpanReaderPluginClient_GetOperations_Call) Run(run func(ctx ... method Return (line 1674) | func (_c *SpanReaderPluginClient_GetOperations_Call) Return(getOperati... method RunAndReturn (line 1679) | func (_c *SpanReaderPluginClient_GetOperations_Call) RunAndReturn(run ... type SpanReaderPluginClient_GetServices_Call (line 1719) | type SpanReaderPluginClient_GetServices_Call struct method Run (line 1732) | func (_c *SpanReaderPluginClient_GetServices_Call) Run(run func(ctx co... method Return (line 1757) | func (_c *SpanReaderPluginClient_GetServices_Call) Return(getServicesR... method RunAndReturn (line 1762) | func (_c *SpanReaderPluginClient_GetServices_Call) RunAndReturn(run fu... type SpanReaderPluginClient_GetTrace_Call (line 1802) | type SpanReaderPluginClient_GetTrace_Call struct method Run (line 1815) | func (_c *SpanReaderPluginClient_GetTrace_Call) Run(run func(ctx conte... method Return (line 1840) | func (_c *SpanReaderPluginClient_GetTrace_Call) Return(spanReaderPlugi... method RunAndReturn (line 1845) | func (_c *SpanReaderPluginClient_GetTrace_Call) RunAndReturn(run func(... function NewSpanReaderPlugin_GetTraceClient (line 1852) | func NewSpanReaderPlugin_GetTraceClient(t interface { type SpanReaderPlugin_GetTraceClient (line 1865) | type SpanReaderPlugin_GetTraceClient struct method EXPECT (line 1873) | func (_m *SpanReaderPlugin_GetTraceClient) EXPECT() *SpanReaderPlugin_... method CloseSend (line 1878) | func (_mock *SpanReaderPlugin_GetTraceClient) CloseSend() error { method Context (line 1922) | func (_mock *SpanReaderPlugin_GetTraceClient) Context() context.Context { method Header (line 1968) | func (_mock *SpanReaderPlugin_GetTraceClient) Header() (metadata.MD, e... method Recv (line 2023) | func (_mock *SpanReaderPlugin_GetTraceClient) Recv() (*storage_v1.Span... method RecvMsg (line 2078) | func (_mock *SpanReaderPlugin_GetTraceClient) RecvMsg(m any) error { method SendMsg (line 2129) | func (_mock *SpanReaderPlugin_GetTraceClient) SendMsg(m any) error { method Trailer (line 2180) | func (_mock *SpanReaderPlugin_GetTraceClient) Trailer() metadata.MD { type SpanReaderPlugin_GetTraceClient_Expecter (line 1869) | type SpanReaderPlugin_GetTraceClient_Expecter struct method CloseSend (line 1900) | func (_e *SpanReaderPlugin_GetTraceClient_Expecter) CloseSend() *SpanR... method Context (line 1946) | func (_e *SpanReaderPlugin_GetTraceClient_Expecter) Context() *SpanRea... method Header (line 2001) | func (_e *SpanReaderPlugin_GetTraceClient_Expecter) Header() *SpanRead... method Recv (line 2056) | func (_e *SpanReaderPlugin_GetTraceClient_Expecter) Recv() *SpanReader... method RecvMsg (line 2101) | func (_e *SpanReaderPlugin_GetTraceClient_Expecter) RecvMsg(m interfac... method SendMsg (line 2152) | func (_e *SpanReaderPlugin_GetTraceClient_Expecter) SendMsg(m interfac... method Trailer (line 2204) | func (_e *SpanReaderPlugin_GetTraceClient_Expecter) Trailer() *SpanRea... type SpanReaderPlugin_GetTraceClient_CloseSend_Call (line 1895) | type SpanReaderPlugin_GetTraceClient_CloseSend_Call struct method Run (line 1904) | func (_c *SpanReaderPlugin_GetTraceClient_CloseSend_Call) Run(run func... method Return (line 1911) | func (_c *SpanReaderPlugin_GetTraceClient_CloseSend_Call) Return(err e... method RunAndReturn (line 1916) | func (_c *SpanReaderPlugin_GetTraceClient_CloseSend_Call) RunAndReturn... type SpanReaderPlugin_GetTraceClient_Context_Call (line 1941) | type SpanReaderPlugin_GetTraceClient_Context_Call struct method Run (line 1950) | func (_c *SpanReaderPlugin_GetTraceClient_Context_Call) Run(run func()... method Return (line 1957) | func (_c *SpanReaderPlugin_GetTraceClient_Context_Call) Return(context... method RunAndReturn (line 1962) | func (_c *SpanReaderPlugin_GetTraceClient_Context_Call) RunAndReturn(r... type SpanReaderPlugin_GetTraceClient_Header_Call (line 1996) | type SpanReaderPlugin_GetTraceClient_Header_Call struct method Run (line 2005) | func (_c *SpanReaderPlugin_GetTraceClient_Header_Call) Run(run func())... method Return (line 2012) | func (_c *SpanReaderPlugin_GetTraceClient_Header_Call) Return(mD metad... method RunAndReturn (line 2017) | func (_c *SpanReaderPlugin_GetTraceClient_Header_Call) RunAndReturn(ru... type SpanReaderPlugin_GetTraceClient_Recv_Call (line 2051) | type SpanReaderPlugin_GetTraceClient_Recv_Call struct method Run (line 2060) | func (_c *SpanReaderPlugin_GetTraceClient_Recv_Call) Run(run func()) *... method Return (line 2067) | func (_c *SpanReaderPlugin_GetTraceClient_Recv_Call) Return(spansRespo... method RunAndReturn (line 2072) | func (_c *SpanReaderPlugin_GetTraceClient_Recv_Call) RunAndReturn(run ... type SpanReaderPlugin_GetTraceClient_RecvMsg_Call (line 2095) | type SpanReaderPlugin_GetTraceClient_RecvMsg_Call struct method Run (line 2105) | func (_c *SpanReaderPlugin_GetTraceClient_RecvMsg_Call) Run(run func(m... method Return (line 2118) | func (_c *SpanReaderPlugin_GetTraceClient_RecvMsg_Call) Return(err err... method RunAndReturn (line 2123) | func (_c *SpanReaderPlugin_GetTraceClient_RecvMsg_Call) RunAndReturn(r... type SpanReaderPlugin_GetTraceClient_SendMsg_Call (line 2146) | type SpanReaderPlugin_GetTraceClient_SendMsg_Call struct method Run (line 2156) | func (_c *SpanReaderPlugin_GetTraceClient_SendMsg_Call) Run(run func(m... method Return (line 2169) | func (_c *SpanReaderPlugin_GetTraceClient_SendMsg_Call) Return(err err... method RunAndReturn (line 2174) | func (_c *SpanReaderPlugin_GetTraceClient_SendMsg_Call) RunAndReturn(r... type SpanReaderPlugin_GetTraceClient_Trailer_Call (line 2199) | type SpanReaderPlugin_GetTraceClient_Trailer_Call struct method Run (line 2208) | func (_c *SpanReaderPlugin_GetTraceClient_Trailer_Call) Run(run func()... method Return (line 2215) | func (_c *SpanReaderPlugin_GetTraceClient_Trailer_Call) Return(mD meta... method RunAndReturn (line 2220) | func (_c *SpanReaderPlugin_GetTraceClient_Trailer_Call) RunAndReturn(r... function NewSpanReaderPlugin_FindTracesClient (line 2227) | func NewSpanReaderPlugin_FindTracesClient(t interface { type SpanReaderPlugin_FindTracesClient (line 2240) | type SpanReaderPlugin_FindTracesClient struct method EXPECT (line 2248) | func (_m *SpanReaderPlugin_FindTracesClient) EXPECT() *SpanReaderPlugi... method CloseSend (line 2253) | func (_mock *SpanReaderPlugin_FindTracesClient) CloseSend() error { method Context (line 2297) | func (_mock *SpanReaderPlugin_FindTracesClient) Context() context.Cont... method Header (line 2343) | func (_mock *SpanReaderPlugin_FindTracesClient) Header() (metadata.MD,... method Recv (line 2398) | func (_mock *SpanReaderPlugin_FindTracesClient) Recv() (*storage_v1.Sp... method RecvMsg (line 2453) | func (_mock *SpanReaderPlugin_FindTracesClient) RecvMsg(m any) error { method SendMsg (line 2504) | func (_mock *SpanReaderPlugin_FindTracesClient) SendMsg(m any) error { method Trailer (line 2555) | func (_mock *SpanReaderPlugin_FindTracesClient) Trailer() metadata.MD { type SpanReaderPlugin_FindTracesClient_Expecter (line 2244) | type SpanReaderPlugin_FindTracesClient_Expecter struct method CloseSend (line 2275) | func (_e *SpanReaderPlugin_FindTracesClient_Expecter) CloseSend() *Spa... method Context (line 2321) | func (_e *SpanReaderPlugin_FindTracesClient_Expecter) Context() *SpanR... method Header (line 2376) | func (_e *SpanReaderPlugin_FindTracesClient_Expecter) Header() *SpanRe... method Recv (line 2431) | func (_e *SpanReaderPlugin_FindTracesClient_Expecter) Recv() *SpanRead... method RecvMsg (line 2476) | func (_e *SpanReaderPlugin_FindTracesClient_Expecter) RecvMsg(m interf... method SendMsg (line 2527) | func (_e *SpanReaderPlugin_FindTracesClient_Expecter) SendMsg(m interf... method Trailer (line 2579) | func (_e *SpanReaderPlugin_FindTracesClient_Expecter) Trailer() *SpanR... type SpanReaderPlugin_FindTracesClient_CloseSend_Call (line 2270) | type SpanReaderPlugin_FindTracesClient_CloseSend_Call struct method Run (line 2279) | func (_c *SpanReaderPlugin_FindTracesClient_CloseSend_Call) Run(run fu... method Return (line 2286) | func (_c *SpanReaderPlugin_FindTracesClient_CloseSend_Call) Return(err... method RunAndReturn (line 2291) | func (_c *SpanReaderPlugin_FindTracesClient_CloseSend_Call) RunAndRetu... type SpanReaderPlugin_FindTracesClient_Context_Call (line 2316) | type SpanReaderPlugin_FindTracesClient_Context_Call struct method Run (line 2325) | func (_c *SpanReaderPlugin_FindTracesClient_Context_Call) Run(run func... method Return (line 2332) | func (_c *SpanReaderPlugin_FindTracesClient_Context_Call) Return(conte... method RunAndReturn (line 2337) | func (_c *SpanReaderPlugin_FindTracesClient_Context_Call) RunAndReturn... type SpanReaderPlugin_FindTracesClient_Header_Call (line 2371) | type SpanReaderPlugin_FindTracesClient_Header_Call struct method Run (line 2380) | func (_c *SpanReaderPlugin_FindTracesClient_Header_Call) Run(run func(... method Return (line 2387) | func (_c *SpanReaderPlugin_FindTracesClient_Header_Call) Return(mD met... method RunAndReturn (line 2392) | func (_c *SpanReaderPlugin_FindTracesClient_Header_Call) RunAndReturn(... type SpanReaderPlugin_FindTracesClient_Recv_Call (line 2426) | type SpanReaderPlugin_FindTracesClient_Recv_Call struct method Run (line 2435) | func (_c *SpanReaderPlugin_FindTracesClient_Recv_Call) Run(run func())... method Return (line 2442) | func (_c *SpanReaderPlugin_FindTracesClient_Recv_Call) Return(spansRes... method RunAndReturn (line 2447) | func (_c *SpanReaderPlugin_FindTracesClient_Recv_Call) RunAndReturn(ru... type SpanReaderPlugin_FindTracesClient_RecvMsg_Call (line 2470) | type SpanReaderPlugin_FindTracesClient_RecvMsg_Call struct method Run (line 2480) | func (_c *SpanReaderPlugin_FindTracesClient_RecvMsg_Call) Run(run func... method Return (line 2493) | func (_c *SpanReaderPlugin_FindTracesClient_RecvMsg_Call) Return(err e... method RunAndReturn (line 2498) | func (_c *SpanReaderPlugin_FindTracesClient_RecvMsg_Call) RunAndReturn... type SpanReaderPlugin_FindTracesClient_SendMsg_Call (line 2521) | type SpanReaderPlugin_FindTracesClient_SendMsg_Call struct method Run (line 2531) | func (_c *SpanReaderPlugin_FindTracesClient_SendMsg_Call) Run(run func... method Return (line 2544) | func (_c *SpanReaderPlugin_FindTracesClient_SendMsg_Call) Return(err e... method RunAndReturn (line 2549) | func (_c *SpanReaderPlugin_FindTracesClient_SendMsg_Call) RunAndReturn... type SpanReaderPlugin_FindTracesClient_Trailer_Call (line 2574) | type SpanReaderPlugin_FindTracesClient_Trailer_Call struct method Run (line 2583) | func (_c *SpanReaderPlugin_FindTracesClient_Trailer_Call) Run(run func... method Return (line 2590) | func (_c *SpanReaderPlugin_FindTracesClient_Trailer_Call) Return(mD me... method RunAndReturn (line 2595) | func (_c *SpanReaderPlugin_FindTracesClient_Trailer_Call) RunAndReturn... function NewSpanReaderPluginServer (line 2602) | func NewSpanReaderPluginServer(t interface { type SpanReaderPluginServer (line 2615) | type SpanReaderPluginServer struct method EXPECT (line 2623) | func (_m *SpanReaderPluginServer) EXPECT() *SpanReaderPluginServer_Exp... method FindTraceIDs (line 2628) | func (_mock *SpanReaderPluginServer) FindTraceIDs(context1 context.Con... method FindTraces (line 2696) | func (_mock *SpanReaderPluginServer) FindTraces(findTracesRequest *sto... method GetOperations (line 2753) | func (_mock *SpanReaderPluginServer) GetOperations(context1 context.Co... method GetServices (line 2821) | func (_mock *SpanReaderPluginServer) GetServices(context1 context.Cont... method GetTrace (line 2889) | func (_mock *SpanReaderPluginServer) GetTrace(getTraceRequest *storage... type SpanReaderPluginServer_Expecter (line 2619) | type SpanReaderPluginServer_Expecter struct method FindTraceIDs (line 2663) | func (_e *SpanReaderPluginServer_Expecter) FindTraceIDs(context1 inter... method FindTraces (line 2720) | func (_e *SpanReaderPluginServer_Expecter) FindTraces(findTracesReques... method GetOperations (line 2788) | func (_e *SpanReaderPluginServer_Expecter) GetOperations(context1 inte... method GetServices (line 2856) | func (_e *SpanReaderPluginServer_Expecter) GetServices(context1 interf... method GetTrace (line 2913) | func (_e *SpanReaderPluginServer_Expecter) GetTrace(getTraceRequest in... type SpanReaderPluginServer_FindTraceIDs_Call (line 2656) | type SpanReaderPluginServer_FindTraceIDs_Call struct method Run (line 2667) | func (_c *SpanReaderPluginServer_FindTraceIDs_Call) Run(run func(conte... method Return (line 2685) | func (_c *SpanReaderPluginServer_FindTraceIDs_Call) Return(findTraceID... method RunAndReturn (line 2690) | func (_c *SpanReaderPluginServer_FindTraceIDs_Call) RunAndReturn(run f... type SpanReaderPluginServer_FindTraces_Call (line 2713) | type SpanReaderPluginServer_FindTraces_Call struct method Run (line 2724) | func (_c *SpanReaderPluginServer_FindTraces_Call) Run(run func(findTra... method Return (line 2742) | func (_c *SpanReaderPluginServer_FindTraces_Call) Return(err error) *S... method RunAndReturn (line 2747) | func (_c *SpanReaderPluginServer_FindTraces_Call) RunAndReturn(run fun... type SpanReaderPluginServer_GetOperations_Call (line 2781) | type SpanReaderPluginServer_GetOperations_Call struct method Run (line 2792) | func (_c *SpanReaderPluginServer_GetOperations_Call) Run(run func(cont... method Return (line 2810) | func (_c *SpanReaderPluginServer_GetOperations_Call) Return(getOperati... method RunAndReturn (line 2815) | func (_c *SpanReaderPluginServer_GetOperations_Call) RunAndReturn(run ... type SpanReaderPluginServer_GetServices_Call (line 2849) | type SpanReaderPluginServer_GetServices_Call struct method Run (line 2860) | func (_c *SpanReaderPluginServer_GetServices_Call) Run(run func(contex... method Return (line 2878) | func (_c *SpanReaderPluginServer_GetServices_Call) Return(getServicesR... method RunAndReturn (line 2883) | func (_c *SpanReaderPluginServer_GetServices_Call) RunAndReturn(run fu... type SpanReaderPluginServer_GetTrace_Call (line 2906) | type SpanReaderPluginServer_GetTrace_Call struct method Run (line 2917) | func (_c *SpanReaderPluginServer_GetTrace_Call) Run(run func(getTraceR... method Return (line 2935) | func (_c *SpanReaderPluginServer_GetTrace_Call) Return(err error) *Spa... method RunAndReturn (line 2940) | func (_c *SpanReaderPluginServer_GetTrace_Call) RunAndReturn(run func(... function NewSpanReaderPlugin_GetTraceServer (line 2947) | func NewSpanReaderPlugin_GetTraceServer(t interface { type SpanReaderPlugin_GetTraceServer (line 2960) | type SpanReaderPlugin_GetTraceServer struct method EXPECT (line 2968) | func (_m *SpanReaderPlugin_GetTraceServer) EXPECT() *SpanReaderPlugin_... method Context (line 2973) | func (_mock *SpanReaderPlugin_GetTraceServer) Context() context.Context { method RecvMsg (line 3019) | func (_mock *SpanReaderPlugin_GetTraceServer) RecvMsg(m any) error { method Send (line 3070) | func (_mock *SpanReaderPlugin_GetTraceServer) Send(spansResponseChunk ... method SendHeader (line 3121) | func (_mock *SpanReaderPlugin_GetTraceServer) SendHeader(mD metadata.M... method SendMsg (line 3172) | func (_mock *SpanReaderPlugin_GetTraceServer) SendMsg(m any) error { method SetHeader (line 3223) | func (_mock *SpanReaderPlugin_GetTraceServer) SetHeader(mD metadata.MD... method SetTrailer (line 3274) | func (_mock *SpanReaderPlugin_GetTraceServer) SetTrailer(mD metadata.M... type SpanReaderPlugin_GetTraceServer_Expecter (line 2964) | type SpanReaderPlugin_GetTraceServer_Expecter struct method Context (line 2997) | func (_e *SpanReaderPlugin_GetTraceServer_Expecter) Context() *SpanRea... method RecvMsg (line 3042) | func (_e *SpanReaderPlugin_GetTraceServer_Expecter) RecvMsg(m interfac... method Send (line 3093) | func (_e *SpanReaderPlugin_GetTraceServer_Expecter) Send(spansResponse... method SendHeader (line 3144) | func (_e *SpanReaderPlugin_GetTraceServer_Expecter) SendHeader(mD inte... method SendMsg (line 3195) | func (_e *SpanReaderPlugin_GetTraceServer_Expecter) SendMsg(m interfac... method SetHeader (line 3246) | func (_e *SpanReaderPlugin_GetTraceServer_Expecter) SetHeader(mD inter... method SetTrailer (line 3286) | func (_e *SpanReaderPlugin_GetTraceServer_Expecter) SetTrailer(mD inte... type SpanReaderPlugin_GetTraceServer_Context_Call (line 2992) | type SpanReaderPlugin_GetTraceServer_Context_Call struct method Run (line 3001) | func (_c *SpanReaderPlugin_GetTraceServer_Context_Call) Run(run func()... method Return (line 3008) | func (_c *SpanReaderPlugin_GetTraceServer_Context_Call) Return(context... method RunAndReturn (line 3013) | func (_c *SpanReaderPlugin_GetTraceServer_Context_Call) RunAndReturn(r... type SpanReaderPlugin_GetTraceServer_RecvMsg_Call (line 3036) | type SpanReaderPlugin_GetTraceServer_RecvMsg_Call struct method Run (line 3046) | func (_c *SpanReaderPlugin_GetTraceServer_RecvMsg_Call) Run(run func(m... method Return (line 3059) | func (_c *SpanReaderPlugin_GetTraceServer_RecvMsg_Call) Return(err err... method RunAndReturn (line 3064) | func (_c *SpanReaderPlugin_GetTraceServer_RecvMsg_Call) RunAndReturn(r... type SpanReaderPlugin_GetTraceServer_Send_Call (line 3087) | type SpanReaderPlugin_GetTraceServer_Send_Call struct method Run (line 3097) | func (_c *SpanReaderPlugin_GetTraceServer_Send_Call) Run(run func(span... method Return (line 3110) | func (_c *SpanReaderPlugin_GetTraceServer_Send_Call) Return(err error)... method RunAndReturn (line 3115) | func (_c *SpanReaderPlugin_GetTraceServer_Send_Call) RunAndReturn(run ... type SpanReaderPlugin_GetTraceServer_SendHeader_Call (line 3138) | type SpanReaderPlugin_GetTraceServer_SendHeader_Call struct method Run (line 3148) | func (_c *SpanReaderPlugin_GetTraceServer_SendHeader_Call) Run(run fun... method Return (line 3161) | func (_c *SpanReaderPlugin_GetTraceServer_SendHeader_Call) Return(err ... method RunAndReturn (line 3166) | func (_c *SpanReaderPlugin_GetTraceServer_SendHeader_Call) RunAndRetur... type SpanReaderPlugin_GetTraceServer_SendMsg_Call (line 3189) | type SpanReaderPlugin_GetTraceServer_SendMsg_Call struct method Run (line 3199) | func (_c *SpanReaderPlugin_GetTraceServer_SendMsg_Call) Run(run func(m... method Return (line 3212) | func (_c *SpanReaderPlugin_GetTraceServer_SendMsg_Call) Return(err err... method RunAndReturn (line 3217) | func (_c *SpanReaderPlugin_GetTraceServer_SendMsg_Call) RunAndReturn(r... type SpanReaderPlugin_GetTraceServer_SetHeader_Call (line 3240) | type SpanReaderPlugin_GetTraceServer_SetHeader_Call struct method Run (line 3250) | func (_c *SpanReaderPlugin_GetTraceServer_SetHeader_Call) Run(run func... method Return (line 3263) | func (_c *SpanReaderPlugin_GetTraceServer_SetHeader_Call) Return(err e... method RunAndReturn (line 3268) | func (_c *SpanReaderPlugin_GetTraceServer_SetHeader_Call) RunAndReturn... type SpanReaderPlugin_GetTraceServer_SetTrailer_Call (line 3280) | type SpanReaderPlugin_GetTraceServer_SetTrailer_Call struct method Run (line 3290) | func (_c *SpanReaderPlugin_GetTraceServer_SetTrailer_Call) Run(run fun... method Return (line 3303) | func (_c *SpanReaderPlugin_GetTraceServer_SetTrailer_Call) Return() *S... method RunAndReturn (line 3308) | func (_c *SpanReaderPlugin_GetTraceServer_SetTrailer_Call) RunAndRetur... function NewSpanReaderPlugin_FindTracesServer (line 3315) | func NewSpanReaderPlugin_FindTracesServer(t interface { type SpanReaderPlugin_FindTracesServer (line 3328) | type SpanReaderPlugin_FindTracesServer struct method EXPECT (line 3336) | func (_m *SpanReaderPlugin_FindTracesServer) EXPECT() *SpanReaderPlugi... method Context (line 3341) | func (_mock *SpanReaderPlugin_FindTracesServer) Context() context.Cont... method RecvMsg (line 3387) | func (_mock *SpanReaderPlugin_FindTracesServer) RecvMsg(m any) error { method Send (line 3438) | func (_mock *SpanReaderPlugin_FindTracesServer) Send(spansResponseChun... method SendHeader (line 3489) | func (_mock *SpanReaderPlugin_FindTracesServer) SendHeader(mD metadata... method SendMsg (line 3540) | func (_mock *SpanReaderPlugin_FindTracesServer) SendMsg(m any) error { method SetHeader (line 3591) | func (_mock *SpanReaderPlugin_FindTracesServer) SetHeader(mD metadata.... method SetTrailer (line 3642) | func (_mock *SpanReaderPlugin_FindTracesServer) SetTrailer(mD metadata... type SpanReaderPlugin_FindTracesServer_Expecter (line 3332) | type SpanReaderPlugin_FindTracesServer_Expecter struct method Context (line 3365) | func (_e *SpanReaderPlugin_FindTracesServer_Expecter) Context() *SpanR... method RecvMsg (line 3410) | func (_e *SpanReaderPlugin_FindTracesServer_Expecter) RecvMsg(m interf... method Send (line 3461) | func (_e *SpanReaderPlugin_FindTracesServer_Expecter) Send(spansRespon... method SendHeader (line 3512) | func (_e *SpanReaderPlugin_FindTracesServer_Expecter) SendHeader(mD in... method SendMsg (line 3563) | func (_e *SpanReaderPlugin_FindTracesServer_Expecter) SendMsg(m interf... method SetHeader (line 3614) | func (_e *SpanReaderPlugin_FindTracesServer_Expecter) SetHeader(mD int... method SetTrailer (line 3654) | func (_e *SpanReaderPlugin_FindTracesServer_Expecter) SetTrailer(mD in... type SpanReaderPlugin_FindTracesServer_Context_Call (line 3360) | type SpanReaderPlugin_FindTracesServer_Context_Call struct method Run (line 3369) | func (_c *SpanReaderPlugin_FindTracesServer_Context_Call) Run(run func... method Return (line 3376) | func (_c *SpanReaderPlugin_FindTracesServer_Context_Call) Return(conte... method RunAndReturn (line 3381) | func (_c *SpanReaderPlugin_FindTracesServer_Context_Call) RunAndReturn... type SpanReaderPlugin_FindTracesServer_RecvMsg_Call (line 3404) | type SpanReaderPlugin_FindTracesServer_RecvMsg_Call struct method Run (line 3414) | func (_c *SpanReaderPlugin_FindTracesServer_RecvMsg_Call) Run(run func... method Return (line 3427) | func (_c *SpanReaderPlugin_FindTracesServer_RecvMsg_Call) Return(err e... method RunAndReturn (line 3432) | func (_c *SpanReaderPlugin_FindTracesServer_RecvMsg_Call) RunAndReturn... type SpanReaderPlugin_FindTracesServer_Send_Call (line 3455) | type SpanReaderPlugin_FindTracesServer_Send_Call struct method Run (line 3465) | func (_c *SpanReaderPlugin_FindTracesServer_Send_Call) Run(run func(sp... method Return (line 3478) | func (_c *SpanReaderPlugin_FindTracesServer_Send_Call) Return(err erro... method RunAndReturn (line 3483) | func (_c *SpanReaderPlugin_FindTracesServer_Send_Call) RunAndReturn(ru... type SpanReaderPlugin_FindTracesServer_SendHeader_Call (line 3506) | type SpanReaderPlugin_FindTracesServer_SendHeader_Call struct method Run (line 3516) | func (_c *SpanReaderPlugin_FindTracesServer_SendHeader_Call) Run(run f... method Return (line 3529) | func (_c *SpanReaderPlugin_FindTracesServer_SendHeader_Call) Return(er... method RunAndReturn (line 3534) | func (_c *SpanReaderPlugin_FindTracesServer_SendHeader_Call) RunAndRet... type SpanReaderPlugin_FindTracesServer_SendMsg_Call (line 3557) | type SpanReaderPlugin_FindTracesServer_SendMsg_Call struct method Run (line 3567) | func (_c *SpanReaderPlugin_FindTracesServer_SendMsg_Call) Run(run func... method Return (line 3580) | func (_c *SpanReaderPlugin_FindTracesServer_SendMsg_Call) Return(err e... method RunAndReturn (line 3585) | func (_c *SpanReaderPlugin_FindTracesServer_SendMsg_Call) RunAndReturn... type SpanReaderPlugin_FindTracesServer_SetHeader_Call (line 3608) | type SpanReaderPlugin_FindTracesServer_SetHeader_Call struct method Run (line 3618) | func (_c *SpanReaderPlugin_FindTracesServer_SetHeader_Call) Run(run fu... method Return (line 3631) | func (_c *SpanReaderPlugin_FindTracesServer_SetHeader_Call) Return(err... method RunAndReturn (line 3636) | func (_c *SpanReaderPlugin_FindTracesServer_SetHeader_Call) RunAndRetu... type SpanReaderPlugin_FindTracesServer_SetTrailer_Call (line 3648) | type SpanReaderPlugin_FindTracesServer_SetTrailer_Call struct method Run (line 3658) | func (_c *SpanReaderPlugin_FindTracesServer_SetTrailer_Call) Run(run f... method Return (line 3671) | func (_c *SpanReaderPlugin_FindTracesServer_SetTrailer_Call) Return() ... method RunAndReturn (line 3676) | func (_c *SpanReaderPlugin_FindTracesServer_SetTrailer_Call) RunAndRet... function NewArchiveSpanWriterPluginClient (line 3683) | func NewArchiveSpanWriterPluginClient(t interface { type ArchiveSpanWriterPluginClient (line 3696) | type ArchiveSpanWriterPluginClient struct method EXPECT (line 3704) | func (_m *ArchiveSpanWriterPluginClient) EXPECT() *ArchiveSpanWriterPl... method WriteArchiveSpan (line 3709) | func (_mock *ArchiveSpanWriterPluginClient) WriteArchiveSpan(ctx conte... type ArchiveSpanWriterPluginClient_Expecter (line 3700) | type ArchiveSpanWriterPluginClient_Expecter struct method WriteArchiveSpan (line 3751) | func (_e *ArchiveSpanWriterPluginClient_Expecter) WriteArchiveSpan(ctx... type ArchiveSpanWriterPluginClient_WriteArchiveSpan_Call (line 3743) | type ArchiveSpanWriterPluginClient_WriteArchiveSpan_Call struct method Run (line 3756) | func (_c *ArchiveSpanWriterPluginClient_WriteArchiveSpan_Call) Run(run... method Return (line 3781) | func (_c *ArchiveSpanWriterPluginClient_WriteArchiveSpan_Call) Return(... method RunAndReturn (line 3786) | func (_c *ArchiveSpanWriterPluginClient_WriteArchiveSpan_Call) RunAndR... function NewArchiveSpanWriterPluginServer (line 3793) | func NewArchiveSpanWriterPluginServer(t interface { type ArchiveSpanWriterPluginServer (line 3806) | type ArchiveSpanWriterPluginServer struct method EXPECT (line 3814) | func (_m *ArchiveSpanWriterPluginServer) EXPECT() *ArchiveSpanWriterPl... method WriteArchiveSpan (line 3819) | func (_mock *ArchiveSpanWriterPluginServer) WriteArchiveSpan(context1 ... type ArchiveSpanWriterPluginServer_Expecter (line 3810) | type ArchiveSpanWriterPluginServer_Expecter struct method WriteArchiveSpan (line 3854) | func (_e *ArchiveSpanWriterPluginServer_Expecter) WriteArchiveSpan(con... type ArchiveSpanWriterPluginServer_WriteArchiveSpan_Call (line 3847) | type ArchiveSpanWriterPluginServer_WriteArchiveSpan_Call struct method Run (line 3858) | func (_c *ArchiveSpanWriterPluginServer_WriteArchiveSpan_Call) Run(run... method Return (line 3876) | func (_c *ArchiveSpanWriterPluginServer_WriteArchiveSpan_Call) Return(... method RunAndReturn (line 3881) | func (_c *ArchiveSpanWriterPluginServer_WriteArchiveSpan_Call) RunAndR... function NewArchiveSpanReaderPluginClient (line 3888) | func NewArchiveSpanReaderPluginClient(t interface { type ArchiveSpanReaderPluginClient (line 3901) | type ArchiveSpanReaderPluginClient struct method EXPECT (line 3909) | func (_m *ArchiveSpanReaderPluginClient) EXPECT() *ArchiveSpanReaderPl... method GetArchiveTrace (line 3914) | func (_mock *ArchiveSpanReaderPluginClient) GetArchiveTrace(ctx contex... type ArchiveSpanReaderPluginClient_Expecter (line 3905) | type ArchiveSpanReaderPluginClient_Expecter struct method GetArchiveTrace (line 3956) | func (_e *ArchiveSpanReaderPluginClient_Expecter) GetArchiveTrace(ctx ... type ArchiveSpanReaderPluginClient_GetArchiveTrace_Call (line 3948) | type ArchiveSpanReaderPluginClient_GetArchiveTrace_Call struct method Run (line 3961) | func (_c *ArchiveSpanReaderPluginClient_GetArchiveTrace_Call) Run(run ... method Return (line 3986) | func (_c *ArchiveSpanReaderPluginClient_GetArchiveTrace_Call) Return(a... method RunAndReturn (line 3991) | func (_c *ArchiveSpanReaderPluginClient_GetArchiveTrace_Call) RunAndRe... function NewArchiveSpanReaderPlugin_GetArchiveTraceClient (line 3998) | func NewArchiveSpanReaderPlugin_GetArchiveTraceClient(t interface { type ArchiveSpanReaderPlugin_GetArchiveTraceClient (line 4011) | type ArchiveSpanReaderPlugin_GetArchiveTraceClient struct method EXPECT (line 4019) | func (_m *ArchiveSpanReaderPlugin_GetArchiveTraceClient) EXPECT() *Arc... method CloseSend (line 4024) | func (_mock *ArchiveSpanReaderPlugin_GetArchiveTraceClient) CloseSend(... method Context (line 4068) | func (_mock *ArchiveSpanReaderPlugin_GetArchiveTraceClient) Context() ... method Header (line 4114) | func (_mock *ArchiveSpanReaderPlugin_GetArchiveTraceClient) Header() (... method Recv (line 4169) | func (_mock *ArchiveSpanReaderPlugin_GetArchiveTraceClient) Recv() (*s... method RecvMsg (line 4224) | func (_mock *ArchiveSpanReaderPlugin_GetArchiveTraceClient) RecvMsg(m ... method SendMsg (line 4275) | func (_mock *ArchiveSpanReaderPlugin_GetArchiveTraceClient) SendMsg(m ... method Trailer (line 4326) | func (_mock *ArchiveSpanReaderPlugin_GetArchiveTraceClient) Trailer() ... type ArchiveSpanReaderPlugin_GetArchiveTraceClient_Expecter (line 4015) | type ArchiveSpanReaderPlugin_GetArchiveTraceClient_Expecter struct method CloseSend (line 4046) | func (_e *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Expecter) Clos... method Context (line 4092) | func (_e *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Expecter) Cont... method Header (line 4147) | func (_e *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Expecter) Head... method Recv (line 4202) | func (_e *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Expecter) Recv... method RecvMsg (line 4247) | func (_e *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Expecter) Recv... method SendMsg (line 4298) | func (_e *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Expecter) Send... method Trailer (line 4350) | func (_e *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Expecter) Trai... type ArchiveSpanReaderPlugin_GetArchiveTraceClient_CloseSend_Call (line 4041) | type ArchiveSpanReaderPlugin_GetArchiveTraceClient_CloseSend_Call struct method Run (line 4050) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_CloseSend_Call... method Return (line 4057) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_CloseSend_Call... method RunAndReturn (line 4062) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_CloseSend_Call... type ArchiveSpanReaderPlugin_GetArchiveTraceClient_Context_Call (line 4087) | type ArchiveSpanReaderPlugin_GetArchiveTraceClient_Context_Call struct method Run (line 4096) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Context_Call) ... method Return (line 4103) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Context_Call) ... method RunAndReturn (line 4108) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Context_Call) ... type ArchiveSpanReaderPlugin_GetArchiveTraceClient_Header_Call (line 4142) | type ArchiveSpanReaderPlugin_GetArchiveTraceClient_Header_Call struct method Run (line 4151) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Header_Call) R... method Return (line 4158) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Header_Call) R... method RunAndReturn (line 4163) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Header_Call) R... type ArchiveSpanReaderPlugin_GetArchiveTraceClient_Recv_Call (line 4197) | type ArchiveSpanReaderPlugin_GetArchiveTraceClient_Recv_Call struct method Run (line 4206) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Recv_Call) Run... method Return (line 4213) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Recv_Call) Ret... method RunAndReturn (line 4218) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Recv_Call) Run... type ArchiveSpanReaderPlugin_GetArchiveTraceClient_RecvMsg_Call (line 4241) | type ArchiveSpanReaderPlugin_GetArchiveTraceClient_RecvMsg_Call struct method Run (line 4251) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_RecvMsg_Call) ... method Return (line 4264) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_RecvMsg_Call) ... method RunAndReturn (line 4269) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_RecvMsg_Call) ... type ArchiveSpanReaderPlugin_GetArchiveTraceClient_SendMsg_Call (line 4292) | type ArchiveSpanReaderPlugin_GetArchiveTraceClient_SendMsg_Call struct method Run (line 4302) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_SendMsg_Call) ... method Return (line 4315) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_SendMsg_Call) ... method RunAndReturn (line 4320) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_SendMsg_Call) ... type ArchiveSpanReaderPlugin_GetArchiveTraceClient_Trailer_Call (line 4345) | type ArchiveSpanReaderPlugin_GetArchiveTraceClient_Trailer_Call struct method Run (line 4354) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Trailer_Call) ... method Return (line 4361) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Trailer_Call) ... method RunAndReturn (line 4366) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceClient_Trailer_Call) ... function NewArchiveSpanReaderPluginServer (line 4373) | func NewArchiveSpanReaderPluginServer(t interface { type ArchiveSpanReaderPluginServer (line 4386) | type ArchiveSpanReaderPluginServer struct method EXPECT (line 4394) | func (_m *ArchiveSpanReaderPluginServer) EXPECT() *ArchiveSpanReaderPl... method GetArchiveTrace (line 4399) | func (_mock *ArchiveSpanReaderPluginServer) GetArchiveTrace(getTraceRe... type ArchiveSpanReaderPluginServer_Expecter (line 4390) | type ArchiveSpanReaderPluginServer_Expecter struct method GetArchiveTrace (line 4423) | func (_e *ArchiveSpanReaderPluginServer_Expecter) GetArchiveTrace(getT... type ArchiveSpanReaderPluginServer_GetArchiveTrace_Call (line 4416) | type ArchiveSpanReaderPluginServer_GetArchiveTrace_Call struct method Run (line 4427) | func (_c *ArchiveSpanReaderPluginServer_GetArchiveTrace_Call) Run(run ... method Return (line 4445) | func (_c *ArchiveSpanReaderPluginServer_GetArchiveTrace_Call) Return(e... method RunAndReturn (line 4450) | func (_c *ArchiveSpanReaderPluginServer_GetArchiveTrace_Call) RunAndRe... function NewArchiveSpanReaderPlugin_GetArchiveTraceServer (line 4457) | func NewArchiveSpanReaderPlugin_GetArchiveTraceServer(t interface { type ArchiveSpanReaderPlugin_GetArchiveTraceServer (line 4470) | type ArchiveSpanReaderPlugin_GetArchiveTraceServer struct method EXPECT (line 4478) | func (_m *ArchiveSpanReaderPlugin_GetArchiveTraceServer) EXPECT() *Arc... method Context (line 4483) | func (_mock *ArchiveSpanReaderPlugin_GetArchiveTraceServer) Context() ... method RecvMsg (line 4529) | func (_mock *ArchiveSpanReaderPlugin_GetArchiveTraceServer) RecvMsg(m ... method Send (line 4580) | func (_mock *ArchiveSpanReaderPlugin_GetArchiveTraceServer) Send(spans... method SendHeader (line 4631) | func (_mock *ArchiveSpanReaderPlugin_GetArchiveTraceServer) SendHeader... method SendMsg (line 4682) | func (_mock *ArchiveSpanReaderPlugin_GetArchiveTraceServer) SendMsg(m ... method SetHeader (line 4733) | func (_mock *ArchiveSpanReaderPlugin_GetArchiveTraceServer) SetHeader(... method SetTrailer (line 4784) | func (_mock *ArchiveSpanReaderPlugin_GetArchiveTraceServer) SetTrailer... type ArchiveSpanReaderPlugin_GetArchiveTraceServer_Expecter (line 4474) | type ArchiveSpanReaderPlugin_GetArchiveTraceServer_Expecter struct method Context (line 4507) | func (_e *ArchiveSpanReaderPlugin_GetArchiveTraceServer_Expecter) Cont... method RecvMsg (line 4552) | func (_e *ArchiveSpanReaderPlugin_GetArchiveTraceServer_Expecter) Recv... method Send (line 4603) | func (_e *ArchiveSpanReaderPlugin_GetArchiveTraceServer_Expecter) Send... method SendHeader (line 4654) | func (_e *ArchiveSpanReaderPlugin_GetArchiveTraceServer_Expecter) Send... method SendMsg (line 4705) | func (_e *ArchiveSpanReaderPlugin_GetArchiveTraceServer_Expecter) Send... method SetHeader (line 4756) | func (_e *ArchiveSpanReaderPlugin_GetArchiveTraceServer_Expecter) SetH... method SetTrailer (line 4796) | func (_e *ArchiveSpanReaderPlugin_GetArchiveTraceServer_Expecter) SetT... type ArchiveSpanReaderPlugin_GetArchiveTraceServer_Context_Call (line 4502) | type ArchiveSpanReaderPlugin_GetArchiveTraceServer_Context_Call struct method Run (line 4511) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_Context_Call) ... method Return (line 4518) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_Context_Call) ... method RunAndReturn (line 4523) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_Context_Call) ... type ArchiveSpanReaderPlugin_GetArchiveTraceServer_RecvMsg_Call (line 4546) | type ArchiveSpanReaderPlugin_GetArchiveTraceServer_RecvMsg_Call struct method Run (line 4556) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_RecvMsg_Call) ... method Return (line 4569) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_RecvMsg_Call) ... method RunAndReturn (line 4574) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_RecvMsg_Call) ... type ArchiveSpanReaderPlugin_GetArchiveTraceServer_Send_Call (line 4597) | type ArchiveSpanReaderPlugin_GetArchiveTraceServer_Send_Call struct method Run (line 4607) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_Send_Call) Run... method Return (line 4620) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_Send_Call) Ret... method RunAndReturn (line 4625) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_Send_Call) Run... type ArchiveSpanReaderPlugin_GetArchiveTraceServer_SendHeader_Call (line 4648) | type ArchiveSpanReaderPlugin_GetArchiveTraceServer_SendHeader_Call struct method Run (line 4658) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_SendHeader_Cal... method Return (line 4671) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_SendHeader_Cal... method RunAndReturn (line 4676) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_SendHeader_Cal... type ArchiveSpanReaderPlugin_GetArchiveTraceServer_SendMsg_Call (line 4699) | type ArchiveSpanReaderPlugin_GetArchiveTraceServer_SendMsg_Call struct method Run (line 4709) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_SendMsg_Call) ... method Return (line 4722) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_SendMsg_Call) ... method RunAndReturn (line 4727) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_SendMsg_Call) ... type ArchiveSpanReaderPlugin_GetArchiveTraceServer_SetHeader_Call (line 4750) | type ArchiveSpanReaderPlugin_GetArchiveTraceServer_SetHeader_Call struct method Run (line 4760) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_SetHeader_Call... method Return (line 4773) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_SetHeader_Call... method RunAndReturn (line 4778) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_SetHeader_Call... type ArchiveSpanReaderPlugin_GetArchiveTraceServer_SetTrailer_Call (line 4790) | type ArchiveSpanReaderPlugin_GetArchiveTraceServer_SetTrailer_Call struct method Run (line 4800) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_SetTrailer_Cal... method Return (line 4813) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_SetTrailer_Cal... method RunAndReturn (line 4818) | func (_c *ArchiveSpanReaderPlugin_GetArchiveTraceServer_SetTrailer_Cal... function NewDependenciesReaderPluginClient (line 4825) | func NewDependenciesReaderPluginClient(t interface { type DependenciesReaderPluginClient (line 4838) | type DependenciesReaderPluginClient struct method EXPECT (line 4846) | func (_m *DependenciesReaderPluginClient) EXPECT() *DependenciesReader... method GetDependencies (line 4851) | func (_mock *DependenciesReaderPluginClient) GetDependencies(ctx conte... type DependenciesReaderPluginClient_Expecter (line 4842) | type DependenciesReaderPluginClient_Expecter struct method GetDependencies (line 4893) | func (_e *DependenciesReaderPluginClient_Expecter) GetDependencies(ctx... type DependenciesReaderPluginClient_GetDependencies_Call (line 4885) | type DependenciesReaderPluginClient_GetDependencies_Call struct method Run (line 4898) | func (_c *DependenciesReaderPluginClient_GetDependencies_Call) Run(run... method Return (line 4923) | func (_c *DependenciesReaderPluginClient_GetDependencies_Call) Return(... method RunAndReturn (line 4928) | func (_c *DependenciesReaderPluginClient_GetDependencies_Call) RunAndR... function NewDependenciesReaderPluginServer (line 4935) | func NewDependenciesReaderPluginServer(t interface { type DependenciesReaderPluginServer (line 4948) | type DependenciesReaderPluginServer struct method EXPECT (line 4956) | func (_m *DependenciesReaderPluginServer) EXPECT() *DependenciesReader... method GetDependencies (line 4961) | func (_mock *DependenciesReaderPluginServer) GetDependencies(context1 ... type DependenciesReaderPluginServer_Expecter (line 4952) | type DependenciesReaderPluginServer_Expecter struct method GetDependencies (line 4996) | func (_e *DependenciesReaderPluginServer_Expecter) GetDependencies(con... type DependenciesReaderPluginServer_GetDependencies_Call (line 4989) | type DependenciesReaderPluginServer_GetDependencies_Call struct method Run (line 5000) | func (_c *DependenciesReaderPluginServer_GetDependencies_Call) Run(run... method Return (line 5018) | func (_c *DependenciesReaderPluginServer_GetDependencies_Call) Return(... method RunAndReturn (line 5023) | func (_c *DependenciesReaderPluginServer_GetDependencies_Call) RunAndR... function NewPluginCapabilitiesClient (line 5030) | func NewPluginCapabilitiesClient(t interface { type PluginCapabilitiesClient (line 5043) | type PluginCapabilitiesClient struct method EXPECT (line 5051) | func (_m *PluginCapabilitiesClient) EXPECT() *PluginCapabilitiesClient... method Capabilities (line 5056) | func (_mock *PluginCapabilitiesClient) Capabilities(ctx context.Contex... type PluginCapabilitiesClient_Expecter (line 5047) | type PluginCapabilitiesClient_Expecter struct method Capabilities (line 5098) | func (_e *PluginCapabilitiesClient_Expecter) Capabilities(ctx interfac... type PluginCapabilitiesClient_Capabilities_Call (line 5090) | type PluginCapabilitiesClient_Capabilities_Call struct method Run (line 5103) | func (_c *PluginCapabilitiesClient_Capabilities_Call) Run(run func(ctx... method Return (line 5128) | func (_c *PluginCapabilitiesClient_Capabilities_Call) Return(capabilit... method RunAndReturn (line 5133) | func (_c *PluginCapabilitiesClient_Capabilities_Call) RunAndReturn(run... function NewPluginCapabilitiesServer (line 5140) | func NewPluginCapabilitiesServer(t interface { type PluginCapabilitiesServer (line 5153) | type PluginCapabilitiesServer struct method EXPECT (line 5161) | func (_m *PluginCapabilitiesServer) EXPECT() *PluginCapabilitiesServer... method Capabilities (line 5166) | func (_mock *PluginCapabilitiesServer) Capabilities(context1 context.C... type PluginCapabilitiesServer_Expecter (line 5157) | type PluginCapabilitiesServer_Expecter struct method Capabilities (line 5201) | func (_e *PluginCapabilitiesServer_Expecter) Capabilities(context1 int... type PluginCapabilitiesServer_Capabilities_Call (line 5194) | type PluginCapabilitiesServer_Capabilities_Call struct method Run (line 5205) | func (_c *PluginCapabilitiesServer_Capabilities_Call) Run(run func(con... method Return (line 5223) | func (_c *PluginCapabilitiesServer_Capabilities_Call) Return(capabilit... method RunAndReturn (line 5228) | func (_c *PluginCapabilitiesServer_Capabilities_Call) RunAndReturn(run... FILE: internal/proto-gen/storage_v1/storage.pb.go constant _ (line 34) | _ = proto.GoGoProtoPackageIsVersion3 type GetDependenciesRequest (line 36) | type GetDependenciesRequest struct method Reset (line 44) | func (m *GetDependenciesRequest) Reset() { *m = GetDependencie... method String (line 45) | func (m *GetDependenciesRequest) String() string { return proto.Compac... method ProtoMessage (line 46) | func (*GetDependenciesRequest) ProtoMessage() {} method Descriptor (line 47) | func (*GetDependenciesRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 50) | func (m *GetDependenciesRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 53) | func (m *GetDependenciesRequest) XXX_Marshal(b []byte, deterministic b... method XXX_Merge (line 65) | func (m *GetDependenciesRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 68) | func (m *GetDependenciesRequest) XXX_Size() int { method XXX_DiscardUnknown (line 71) | func (m *GetDependenciesRequest) XXX_DiscardUnknown() { method GetStartTime (line 77) | func (m *GetDependenciesRequest) GetStartTime() time.Time { method GetEndTime (line 84) | func (m *GetDependenciesRequest) GetEndTime() time.Time { method Marshal (line 1920) | func (m *GetDependenciesRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1930) | func (m *GetDependenciesRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1935) | func (m *GetDependenciesRequest) MarshalToSizedBuffer(dAtA []byte) (in... method Size (line 2724) | func (m *GetDependenciesRequest) Size() (n int) { method Unmarshal (line 3068) | func (m *GetDependenciesRequest) Unmarshal(dAtA []byte) error { type GetDependenciesResponse (line 91) | type GetDependenciesResponse struct method Reset (line 98) | func (m *GetDependenciesResponse) Reset() { *m = GetDependenci... method String (line 99) | func (m *GetDependenciesResponse) String() string { return proto.Compa... method ProtoMessage (line 100) | func (*GetDependenciesResponse) ProtoMessage() {} method Descriptor (line 101) | func (*GetDependenciesResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 104) | func (m *GetDependenciesResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 107) | func (m *GetDependenciesResponse) XXX_Marshal(b []byte, deterministic ... method XXX_Merge (line 119) | func (m *GetDependenciesResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 122) | func (m *GetDependenciesResponse) XXX_Size() int { method XXX_DiscardUnknown (line 125) | func (m *GetDependenciesResponse) XXX_DiscardUnknown() { method GetDependencies (line 131) | func (m *GetDependenciesResponse) GetDependencies() []v1.DependencyLink { method Marshal (line 1963) | func (m *GetDependenciesResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1973) | func (m *GetDependenciesResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1978) | func (m *GetDependenciesResponse) MarshalToSizedBuffer(dAtA []byte) (i... method Size (line 2740) | func (m *GetDependenciesResponse) Size() (n int) { method Unmarshal (line 3185) | func (m *GetDependenciesResponse) Unmarshal(dAtA []byte) error { type WriteSpanRequest (line 138) | type WriteSpanRequest struct method Reset (line 145) | func (m *WriteSpanRequest) Reset() { *m = WriteSpanRequest{} } method String (line 146) | func (m *WriteSpanRequest) String() string { return proto.CompactTextS... method ProtoMessage (line 147) | func (*WriteSpanRequest) ProtoMessage() {} method Descriptor (line 148) | func (*WriteSpanRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 151) | func (m *WriteSpanRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 154) | func (m *WriteSpanRequest) XXX_Marshal(b []byte, deterministic bool) (... method XXX_Merge (line 166) | func (m *WriteSpanRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 169) | func (m *WriteSpanRequest) XXX_Size() int { method XXX_DiscardUnknown (line 172) | func (m *WriteSpanRequest) XXX_DiscardUnknown() { method GetSpan (line 178) | func (m *WriteSpanRequest) GetSpan() *v1.Span { method Marshal (line 2004) | func (m *WriteSpanRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2014) | func (m *WriteSpanRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2019) | func (m *WriteSpanRequest) MarshalToSizedBuffer(dAtA []byte) (int, err... method Size (line 2758) | func (m *WriteSpanRequest) Size() (n int) { method Unmarshal (line 3270) | func (m *WriteSpanRequest) Unmarshal(dAtA []byte) error { type WriteSpanResponse (line 186) | type WriteSpanResponse struct method Reset (line 192) | func (m *WriteSpanResponse) Reset() { *m = WriteSpanResponse{} } method String (line 193) | func (m *WriteSpanResponse) String() string { return proto.CompactText... method ProtoMessage (line 194) | func (*WriteSpanResponse) ProtoMessage() {} method Descriptor (line 195) | func (*WriteSpanResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 198) | func (m *WriteSpanResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 201) | func (m *WriteSpanResponse) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 213) | func (m *WriteSpanResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 216) | func (m *WriteSpanResponse) XXX_Size() int { method XXX_DiscardUnknown (line 219) | func (m *WriteSpanResponse) XXX_DiscardUnknown() { method Marshal (line 2043) | func (m *WriteSpanResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2053) | func (m *WriteSpanResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2058) | func (m *WriteSpanResponse) MarshalToSizedBuffer(dAtA []byte) (int, er... method Size (line 2774) | func (m *WriteSpanResponse) Size() (n int) { method Unmarshal (line 3357) | func (m *WriteSpanResponse) Unmarshal(dAtA []byte) error { type CloseWriterRequest (line 226) | type CloseWriterRequest struct method Reset (line 232) | func (m *CloseWriterRequest) Reset() { *m = CloseWriterRequest... method String (line 233) | func (m *CloseWriterRequest) String() string { return proto.CompactTex... method ProtoMessage (line 234) | func (*CloseWriterRequest) ProtoMessage() {} method Descriptor (line 235) | func (*CloseWriterRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 238) | func (m *CloseWriterRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 241) | func (m *CloseWriterRequest) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 253) | func (m *CloseWriterRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 256) | func (m *CloseWriterRequest) XXX_Size() int { method XXX_DiscardUnknown (line 259) | func (m *CloseWriterRequest) XXX_DiscardUnknown() { method Marshal (line 2070) | func (m *CloseWriterRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2080) | func (m *CloseWriterRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2085) | func (m *CloseWriterRequest) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 2786) | func (m *CloseWriterRequest) Size() (n int) { method Unmarshal (line 3408) | func (m *CloseWriterRequest) Unmarshal(dAtA []byte) error { type CloseWriterResponse (line 266) | type CloseWriterResponse struct method Reset (line 272) | func (m *CloseWriterResponse) Reset() { *m = CloseWriterRespon... method String (line 273) | func (m *CloseWriterResponse) String() string { return proto.CompactTe... method ProtoMessage (line 274) | func (*CloseWriterResponse) ProtoMessage() {} method Descriptor (line 275) | func (*CloseWriterResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 278) | func (m *CloseWriterResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 281) | func (m *CloseWriterResponse) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 293) | func (m *CloseWriterResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 296) | func (m *CloseWriterResponse) XXX_Size() int { method XXX_DiscardUnknown (line 299) | func (m *CloseWriterResponse) XXX_DiscardUnknown() { method Marshal (line 2097) | func (m *CloseWriterResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2107) | func (m *CloseWriterResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2112) | func (m *CloseWriterResponse) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 2798) | func (m *CloseWriterResponse) Size() (n int) { method Unmarshal (line 3459) | func (m *CloseWriterResponse) Unmarshal(dAtA []byte) error { type GetTraceRequest (line 305) | type GetTraceRequest struct method Reset (line 314) | func (m *GetTraceRequest) Reset() { *m = GetTraceRequest{} } method String (line 315) | func (m *GetTraceRequest) String() string { return proto.CompactTextSt... method ProtoMessage (line 316) | func (*GetTraceRequest) ProtoMessage() {} method Descriptor (line 317) | func (*GetTraceRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 320) | func (m *GetTraceRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 323) | func (m *GetTraceRequest) XXX_Marshal(b []byte, deterministic bool) ([... method XXX_Merge (line 335) | func (m *GetTraceRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 338) | func (m *GetTraceRequest) XXX_Size() int { method XXX_DiscardUnknown (line 341) | func (m *GetTraceRequest) XXX_DiscardUnknown() { method GetStartTime (line 347) | func (m *GetTraceRequest) GetStartTime() time.Time { method GetEndTime (line 354) | func (m *GetTraceRequest) GetEndTime() time.Time { method Marshal (line 2124) | func (m *GetTraceRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2134) | func (m *GetTraceRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2139) | func (m *GetTraceRequest) MarshalToSizedBuffer(dAtA []byte) (int, erro... method Size (line 2810) | func (m *GetTraceRequest) Size() (n int) { method Unmarshal (line 3510) | func (m *GetTraceRequest) Unmarshal(dAtA []byte) error { type GetServicesRequest (line 361) | type GetServicesRequest struct method Reset (line 367) | func (m *GetServicesRequest) Reset() { *m = GetServicesRequest... method String (line 368) | func (m *GetServicesRequest) String() string { return proto.CompactTex... method ProtoMessage (line 369) | func (*GetServicesRequest) ProtoMessage() {} method Descriptor (line 370) | func (*GetServicesRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 373) | func (m *GetServicesRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 376) | func (m *GetServicesRequest) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 388) | func (m *GetServicesRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 391) | func (m *GetServicesRequest) XXX_Size() int { method XXX_DiscardUnknown (line 394) | func (m *GetServicesRequest) XXX_DiscardUnknown() { method Marshal (line 2177) | func (m *GetServicesRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2187) | func (m *GetServicesRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2192) | func (m *GetServicesRequest) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 2828) | func (m *GetServicesRequest) Size() (n int) { method Unmarshal (line 3660) | func (m *GetServicesRequest) Unmarshal(dAtA []byte) error { type GetServicesResponse (line 400) | type GetServicesResponse struct method Reset (line 407) | func (m *GetServicesResponse) Reset() { *m = GetServicesRespon... method String (line 408) | func (m *GetServicesResponse) String() string { return proto.CompactTe... method ProtoMessage (line 409) | func (*GetServicesResponse) ProtoMessage() {} method Descriptor (line 410) | func (*GetServicesResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 413) | func (m *GetServicesResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 416) | func (m *GetServicesResponse) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 428) | func (m *GetServicesResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 431) | func (m *GetServicesResponse) XXX_Size() int { method XXX_DiscardUnknown (line 434) | func (m *GetServicesResponse) XXX_DiscardUnknown() { method GetServices (line 440) | func (m *GetServicesResponse) GetServices() []string { method Marshal (line 2204) | func (m *GetServicesResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2214) | func (m *GetServicesResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2219) | func (m *GetServicesResponse) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 2840) | func (m *GetServicesResponse) Size() (n int) { method Unmarshal (line 3711) | func (m *GetServicesResponse) Unmarshal(dAtA []byte) error { type GetOperationsRequest (line 447) | type GetOperationsRequest struct method Reset (line 455) | func (m *GetOperationsRequest) Reset() { *m = GetOperationsReq... method String (line 456) | func (m *GetOperationsRequest) String() string { return proto.CompactT... method ProtoMessage (line 457) | func (*GetOperationsRequest) ProtoMessage() {} method Descriptor (line 458) | func (*GetOperationsRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 461) | func (m *GetOperationsRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 464) | func (m *GetOperationsRequest) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 476) | func (m *GetOperationsRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 479) | func (m *GetOperationsRequest) XXX_Size() int { method XXX_DiscardUnknown (line 482) | func (m *GetOperationsRequest) XXX_DiscardUnknown() { method GetService (line 488) | func (m *GetOperationsRequest) GetService() string { method GetSpanKind (line 495) | func (m *GetOperationsRequest) GetSpanKind() string { method Marshal (line 2240) | func (m *GetOperationsRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2250) | func (m *GetOperationsRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2255) | func (m *GetOperationsRequest) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 2858) | func (m *GetOperationsRequest) Size() (n int) { method Unmarshal (line 3794) | func (m *GetOperationsRequest) Unmarshal(dAtA []byte) error { type Operation (line 502) | type Operation struct method Reset (line 510) | func (m *Operation) Reset() { *m = Operation{} } method String (line 511) | func (m *Operation) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 512) | func (*Operation) ProtoMessage() {} method Descriptor (line 513) | func (*Operation) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 516) | func (m *Operation) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 519) | func (m *Operation) XXX_Marshal(b []byte, deterministic bool) ([]byte,... method XXX_Merge (line 531) | func (m *Operation) XXX_Merge(src proto.Message) { method XXX_Size (line 534) | func (m *Operation) XXX_Size() int { method XXX_DiscardUnknown (line 537) | func (m *Operation) XXX_DiscardUnknown() { method GetName (line 543) | func (m *Operation) GetName() string { method GetSpanKind (line 550) | func (m *Operation) GetSpanKind() string { method Marshal (line 2281) | func (m *Operation) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2291) | func (m *Operation) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2296) | func (m *Operation) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 2878) | func (m *Operation) Size() (n int) { method Unmarshal (line 3909) | func (m *Operation) Unmarshal(dAtA []byte) error { type GetOperationsResponse (line 557) | type GetOperationsResponse struct method Reset (line 565) | func (m *GetOperationsResponse) Reset() { *m = GetOperationsRe... method String (line 566) | func (m *GetOperationsResponse) String() string { return proto.Compact... method ProtoMessage (line 567) | func (*GetOperationsResponse) ProtoMessage() {} method Descriptor (line 568) | func (*GetOperationsResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 571) | func (m *GetOperationsResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 574) | func (m *GetOperationsResponse) XXX_Marshal(b []byte, deterministic bo... method XXX_Merge (line 586) | func (m *GetOperationsResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 589) | func (m *GetOperationsResponse) XXX_Size() int { method XXX_DiscardUnknown (line 592) | func (m *GetOperationsResponse) XXX_DiscardUnknown() { method GetOperationNames (line 598) | func (m *GetOperationsResponse) GetOperationNames() []string { method GetOperations (line 605) | func (m *GetOperationsResponse) GetOperations() []*Operation { method Marshal (line 2322) | func (m *GetOperationsResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2332) | func (m *GetOperationsResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2337) | func (m *GetOperationsResponse) MarshalToSizedBuffer(dAtA []byte) (int... method Size (line 2898) | func (m *GetOperationsResponse) Size() (n int) { method Unmarshal (line 4024) | func (m *GetOperationsResponse) Unmarshal(dAtA []byte) error { type TraceQueryParameters (line 612) | type TraceQueryParameters struct method Reset (line 626) | func (m *TraceQueryParameters) Reset() { *m = TraceQueryParame... method String (line 627) | func (m *TraceQueryParameters) String() string { return proto.CompactT... method ProtoMessage (line 628) | func (*TraceQueryParameters) ProtoMessage() {} method Descriptor (line 629) | func (*TraceQueryParameters) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 632) | func (m *TraceQueryParameters) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 635) | func (m *TraceQueryParameters) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 647) | func (m *TraceQueryParameters) XXX_Merge(src proto.Message) { method XXX_Size (line 650) | func (m *TraceQueryParameters) XXX_Size() int { method XXX_DiscardUnknown (line 653) | func (m *TraceQueryParameters) XXX_DiscardUnknown() { method GetServiceName (line 659) | func (m *TraceQueryParameters) GetServiceName() string { method GetOperationName (line 666) | func (m *TraceQueryParameters) GetOperationName() string { method GetTags (line 673) | func (m *TraceQueryParameters) GetTags() map[string]string { method GetStartTimeMin (line 680) | func (m *TraceQueryParameters) GetStartTimeMin() time.Time { method GetStartTimeMax (line 687) | func (m *TraceQueryParameters) GetStartTimeMax() time.Time { method GetDurationMin (line 694) | func (m *TraceQueryParameters) GetDurationMin() time.Duration { method GetDurationMax (line 701) | func (m *TraceQueryParameters) GetDurationMax() time.Duration { method GetNumTraces (line 708) | func (m *TraceQueryParameters) GetNumTraces() int32 { method Marshal (line 2372) | func (m *TraceQueryParameters) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2382) | func (m *TraceQueryParameters) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2387) | func (m *TraceQueryParameters) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 2922) | func (m *TraceQueryParameters) Size() (n int) { method Unmarshal (line 4141) | func (m *TraceQueryParameters) Unmarshal(dAtA []byte) error { type FindTracesRequest (line 715) | type FindTracesRequest struct method Reset (line 722) | func (m *FindTracesRequest) Reset() { *m = FindTracesRequest{} } method String (line 723) | func (m *FindTracesRequest) String() string { return proto.CompactText... method ProtoMessage (line 724) | func (*FindTracesRequest) ProtoMessage() {} method Descriptor (line 725) | func (*FindTracesRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 728) | func (m *FindTracesRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 731) | func (m *FindTracesRequest) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 743) | func (m *FindTracesRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 746) | func (m *FindTracesRequest) XXX_Size() int { method XXX_DiscardUnknown (line 749) | func (m *FindTracesRequest) XXX_DiscardUnknown() { method GetQuery (line 755) | func (m *FindTracesRequest) GetQuery() *TraceQueryParameters { method Marshal (line 2469) | func (m *FindTracesRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2479) | func (m *FindTracesRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2484) | func (m *FindTracesRequest) MarshalToSizedBuffer(dAtA []byte) (int, er... method Size (line 2961) | func (m *FindTracesRequest) Size() (n int) { method Unmarshal (line 4534) | func (m *FindTracesRequest) Unmarshal(dAtA []byte) error { type SpansResponseChunk (line 762) | type SpansResponseChunk struct method Reset (line 769) | func (m *SpansResponseChunk) Reset() { *m = SpansResponseChunk... method String (line 770) | func (m *SpansResponseChunk) String() string { return proto.CompactTex... method ProtoMessage (line 771) | func (*SpansResponseChunk) ProtoMessage() {} method Descriptor (line 772) | func (*SpansResponseChunk) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 775) | func (m *SpansResponseChunk) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 778) | func (m *SpansResponseChunk) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 790) | func (m *SpansResponseChunk) XXX_Merge(src proto.Message) { method XXX_Size (line 793) | func (m *SpansResponseChunk) XXX_Size() int { method XXX_DiscardUnknown (line 796) | func (m *SpansResponseChunk) XXX_DiscardUnknown() { method GetSpans (line 802) | func (m *SpansResponseChunk) GetSpans() []v1.Span { method Marshal (line 2508) | func (m *SpansResponseChunk) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2518) | func (m *SpansResponseChunk) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2523) | func (m *SpansResponseChunk) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 2977) | func (m *SpansResponseChunk) Size() (n int) { method Unmarshal (line 4621) | func (m *SpansResponseChunk) Unmarshal(dAtA []byte) error { type FindTraceIDsRequest (line 809) | type FindTraceIDsRequest struct method Reset (line 816) | func (m *FindTraceIDsRequest) Reset() { *m = FindTraceIDsReque... method String (line 817) | func (m *FindTraceIDsRequest) String() string { return proto.CompactTe... method ProtoMessage (line 818) | func (*FindTraceIDsRequest) ProtoMessage() {} method Descriptor (line 819) | func (*FindTraceIDsRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 822) | func (m *FindTraceIDsRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 825) | func (m *FindTraceIDsRequest) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 837) | func (m *FindTraceIDsRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 840) | func (m *FindTraceIDsRequest) XXX_Size() int { method XXX_DiscardUnknown (line 843) | func (m *FindTraceIDsRequest) XXX_DiscardUnknown() { method GetQuery (line 849) | func (m *FindTraceIDsRequest) GetQuery() *TraceQueryParameters { method Marshal (line 2549) | func (m *FindTraceIDsRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2559) | func (m *FindTraceIDsRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2564) | func (m *FindTraceIDsRequest) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 2995) | func (m *FindTraceIDsRequest) Size() (n int) { method Unmarshal (line 4706) | func (m *FindTraceIDsRequest) Unmarshal(dAtA []byte) error { type FindTraceIDsResponse (line 856) | type FindTraceIDsResponse struct method Reset (line 863) | func (m *FindTraceIDsResponse) Reset() { *m = FindTraceIDsResp... method String (line 864) | func (m *FindTraceIDsResponse) String() string { return proto.CompactT... method ProtoMessage (line 865) | func (*FindTraceIDsResponse) ProtoMessage() {} method Descriptor (line 866) | func (*FindTraceIDsResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 869) | func (m *FindTraceIDsResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 872) | func (m *FindTraceIDsResponse) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 884) | func (m *FindTraceIDsResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 887) | func (m *FindTraceIDsResponse) XXX_Size() int { method XXX_DiscardUnknown (line 890) | func (m *FindTraceIDsResponse) XXX_DiscardUnknown() { method Marshal (line 2588) | func (m *FindTraceIDsResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2598) | func (m *FindTraceIDsResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2603) | func (m *FindTraceIDsResponse) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 3011) | func (m *FindTraceIDsResponse) Size() (n int) { method Unmarshal (line 4793) | func (m *FindTraceIDsResponse) Unmarshal(dAtA []byte) error { type CapabilitiesRequest (line 897) | type CapabilitiesRequest struct method Reset (line 903) | func (m *CapabilitiesRequest) Reset() { *m = CapabilitiesReque... method String (line 904) | func (m *CapabilitiesRequest) String() string { return proto.CompactTe... method ProtoMessage (line 905) | func (*CapabilitiesRequest) ProtoMessage() {} method Descriptor (line 906) | func (*CapabilitiesRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 909) | func (m *CapabilitiesRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 912) | func (m *CapabilitiesRequest) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 924) | func (m *CapabilitiesRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 927) | func (m *CapabilitiesRequest) XXX_Size() int { method XXX_DiscardUnknown (line 930) | func (m *CapabilitiesRequest) XXX_DiscardUnknown() { method Marshal (line 2629) | func (m *CapabilitiesRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2639) | func (m *CapabilitiesRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2644) | func (m *CapabilitiesRequest) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 3029) | func (m *CapabilitiesRequest) Size() (n int) { method Unmarshal (line 4879) | func (m *CapabilitiesRequest) Unmarshal(dAtA []byte) error { type CapabilitiesResponse (line 936) | type CapabilitiesResponse struct method Reset (line 945) | func (m *CapabilitiesResponse) Reset() { *m = CapabilitiesResp... method String (line 946) | func (m *CapabilitiesResponse) String() string { return proto.CompactT... method ProtoMessage (line 947) | func (*CapabilitiesResponse) ProtoMessage() {} method Descriptor (line 948) | func (*CapabilitiesResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 951) | func (m *CapabilitiesResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 954) | func (m *CapabilitiesResponse) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 966) | func (m *CapabilitiesResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 969) | func (m *CapabilitiesResponse) XXX_Size() int { method XXX_DiscardUnknown (line 972) | func (m *CapabilitiesResponse) XXX_DiscardUnknown() { method GetArchiveSpanReader (line 979) | func (m *CapabilitiesResponse) GetArchiveSpanReader() bool { method GetArchiveSpanWriter (line 987) | func (m *CapabilitiesResponse) GetArchiveSpanWriter() bool { method GetStreamingSpanWriter (line 994) | func (m *CapabilitiesResponse) GetStreamingSpanWriter() bool { method Marshal (line 2656) | func (m *CapabilitiesResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 2666) | func (m *CapabilitiesResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 2671) | func (m *CapabilitiesResponse) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 3041) | func (m *CapabilitiesResponse) Size() (n int) { method Unmarshal (line 4930) | func (m *CapabilitiesResponse) Unmarshal(dAtA []byte) error { function init (line 1001) | func init() { function init (line 1024) | func init() { proto.RegisterFile("storage.proto", fileDescriptor_0d2c4cc... constant _ (line 1108) | _ = grpc.SupportPackageIsVersion4 type SpanWriterPluginClient (line 1113) | type SpanWriterPluginClient interface type spanWriterPluginClient (line 1119) | type spanWriterPluginClient struct method WriteSpan (line 1127) | func (c *spanWriterPluginClient) WriteSpan(ctx context.Context, in *Wr... method Close (line 1136) | func (c *spanWriterPluginClient) Close(ctx context.Context, in *CloseW... function NewSpanWriterPluginClient (line 1123) | func NewSpanWriterPluginClient(cc *grpc.ClientConn) SpanWriterPluginClie... type SpanWriterPluginServer (line 1146) | type SpanWriterPluginServer interface type UnimplementedSpanWriterPluginServer (line 1153) | type UnimplementedSpanWriterPluginServer struct method WriteSpan (line 1156) | func (*UnimplementedSpanWriterPluginServer) WriteSpan(ctx context.Cont... method Close (line 1159) | func (*UnimplementedSpanWriterPluginServer) Close(ctx context.Context,... function RegisterSpanWriterPluginServer (line 1163) | func RegisterSpanWriterPluginServer(s *grpc.Server, srv SpanWriterPlugin... function _SpanWriterPlugin_WriteSpan_Handler (line 1167) | func _SpanWriterPlugin_WriteSpan_Handler(srv interface{}, ctx context.Co... function _SpanWriterPlugin_Close_Handler (line 1185) | func _SpanWriterPlugin_Close_Handler(srv interface{}, ctx context.Contex... type StreamingSpanWriterPluginClient (line 1223) | type StreamingSpanWriterPluginClient interface type streamingSpanWriterPluginClient (line 1227) | type streamingSpanWriterPluginClient struct method WriteSpanStream (line 1235) | func (c *streamingSpanWriterPluginClient) WriteSpanStream(ctx context.... function NewStreamingSpanWriterPluginClient (line 1231) | func NewStreamingSpanWriterPluginClient(cc *grpc.ClientConn) StreamingSp... type StreamingSpanWriterPlugin_WriteSpanStreamClient (line 1244) | type StreamingSpanWriterPlugin_WriteSpanStreamClient interface type streamingSpanWriterPluginWriteSpanStreamClient (line 1250) | type streamingSpanWriterPluginWriteSpanStreamClient struct method Send (line 1254) | func (x *streamingSpanWriterPluginWriteSpanStreamClient) Send(m *Write... method CloseAndRecv (line 1258) | func (x *streamingSpanWriterPluginWriteSpanStreamClient) CloseAndRecv(... type StreamingSpanWriterPluginServer (line 1270) | type StreamingSpanWriterPluginServer interface type UnimplementedStreamingSpanWriterPluginServer (line 1275) | type UnimplementedStreamingSpanWriterPluginServer struct method WriteSpanStream (line 1278) | func (*UnimplementedStreamingSpanWriterPluginServer) WriteSpanStream(s... function RegisterStreamingSpanWriterPluginServer (line 1282) | func RegisterStreamingSpanWriterPluginServer(s *grpc.Server, srv Streami... function _StreamingSpanWriterPlugin_WriteSpanStream_Handler (line 1286) | func _StreamingSpanWriterPlugin_WriteSpanStream_Handler(srv interface{},... type StreamingSpanWriterPlugin_WriteSpanStreamServer (line 1290) | type StreamingSpanWriterPlugin_WriteSpanStreamServer interface type streamingSpanWriterPluginWriteSpanStreamServer (line 1296) | type streamingSpanWriterPluginWriteSpanStreamServer struct method SendAndClose (line 1300) | func (x *streamingSpanWriterPluginWriteSpanStreamServer) SendAndClose(... method Recv (line 1304) | func (x *streamingSpanWriterPluginWriteSpanStreamServer) Recv() (*Writ... type SpanReaderPluginClient (line 1329) | type SpanReaderPluginClient interface type spanReaderPluginClient (line 1338) | type spanReaderPluginClient struct method GetTrace (line 1346) | func (c *spanReaderPluginClient) GetTrace(ctx context.Context, in *Get... method GetServices (line 1378) | func (c *spanReaderPluginClient) GetServices(ctx context.Context, in *... method GetOperations (line 1387) | func (c *spanReaderPluginClient) GetOperations(ctx context.Context, in... method FindTraces (line 1396) | func (c *spanReaderPluginClient) FindTraces(ctx context.Context, in *F... method FindTraceIDs (line 1428) | func (c *spanReaderPluginClient) FindTraceIDs(ctx context.Context, in ... function NewSpanReaderPluginClient (line 1342) | func NewSpanReaderPluginClient(cc *grpc.ClientConn) SpanReaderPluginClie... type SpanReaderPlugin_GetTraceClient (line 1361) | type SpanReaderPlugin_GetTraceClient interface type spanReaderPluginGetTraceClient (line 1366) | type spanReaderPluginGetTraceClient struct method Recv (line 1370) | func (x *spanReaderPluginGetTraceClient) Recv() (*SpansResponseChunk, ... type SpanReaderPlugin_FindTracesClient (line 1411) | type SpanReaderPlugin_FindTracesClient interface type spanReaderPluginFindTracesClient (line 1416) | type spanReaderPluginFindTracesClient struct method Recv (line 1420) | func (x *spanReaderPluginFindTracesClient) Recv() (*SpansResponseChunk... type SpanReaderPluginServer (line 1438) | type SpanReaderPluginServer interface type UnimplementedSpanReaderPluginServer (line 1448) | type UnimplementedSpanReaderPluginServer struct method GetTrace (line 1451) | func (*UnimplementedSpanReaderPluginServer) GetTrace(req *GetTraceRequ... method GetServices (line 1454) | func (*UnimplementedSpanReaderPluginServer) GetServices(ctx context.Co... method GetOperations (line 1457) | func (*UnimplementedSpanReaderPluginServer) GetOperations(ctx context.... method FindTraces (line 1460) | func (*UnimplementedSpanReaderPluginServer) FindTraces(req *FindTraces... method FindTraceIDs (line 1463) | func (*UnimplementedSpanReaderPluginServer) FindTraceIDs(ctx context.C... function RegisterSpanReaderPluginServer (line 1467) | func RegisterSpanReaderPluginServer(s *grpc.Server, srv SpanReaderPlugin... function _SpanReaderPlugin_GetTrace_Handler (line 1471) | func _SpanReaderPlugin_GetTrace_Handler(srv interface{}, stream grpc.Ser... type SpanReaderPlugin_GetTraceServer (line 1479) | type SpanReaderPlugin_GetTraceServer interface type spanReaderPluginGetTraceServer (line 1484) | type spanReaderPluginGetTraceServer struct method Send (line 1488) | func (x *spanReaderPluginGetTraceServer) Send(m *SpansResponseChunk) e... function _SpanReaderPlugin_GetServices_Handler (line 1492) | func _SpanReaderPlugin_GetServices_Handler(srv interface{}, ctx context.... function _SpanReaderPlugin_GetOperations_Handler (line 1510) | func _SpanReaderPlugin_GetOperations_Handler(srv interface{}, ctx contex... function _SpanReaderPlugin_FindTraces_Handler (line 1528) | func _SpanReaderPlugin_FindTraces_Handler(srv interface{}, stream grpc.S... type SpanReaderPlugin_FindTracesServer (line 1536) | type SpanReaderPlugin_FindTracesServer interface type spanReaderPluginFindTracesServer (line 1541) | type spanReaderPluginFindTracesServer struct method Send (line 1545) | func (x *spanReaderPluginFindTracesServer) Send(m *SpansResponseChunk)... function _SpanReaderPlugin_FindTraceIDs_Handler (line 1549) | func _SpanReaderPlugin_FindTraceIDs_Handler(srv interface{}, ctx context... type ArchiveSpanWriterPluginClient (line 1602) | type ArchiveSpanWriterPluginClient interface type archiveSpanWriterPluginClient (line 1607) | type archiveSpanWriterPluginClient struct method WriteArchiveSpan (line 1615) | func (c *archiveSpanWriterPluginClient) WriteArchiveSpan(ctx context.C... function NewArchiveSpanWriterPluginClient (line 1611) | func NewArchiveSpanWriterPluginClient(cc *grpc.ClientConn) ArchiveSpanWr... type ArchiveSpanWriterPluginServer (line 1625) | type ArchiveSpanWriterPluginServer interface type UnimplementedArchiveSpanWriterPluginServer (line 1631) | type UnimplementedArchiveSpanWriterPluginServer struct method WriteArchiveSpan (line 1634) | func (*UnimplementedArchiveSpanWriterPluginServer) WriteArchiveSpan(ct... function RegisterArchiveSpanWriterPluginServer (line 1638) | func RegisterArchiveSpanWriterPluginServer(s *grpc.Server, srv ArchiveSp... function _ArchiveSpanWriterPlugin_WriteArchiveSpan_Handler (line 1642) | func _ArchiveSpanWriterPlugin_WriteArchiveSpan_Handler(srv interface{}, ... type ArchiveSpanReaderPluginClient (line 1676) | type ArchiveSpanReaderPluginClient interface type archiveSpanReaderPluginClient (line 1681) | type archiveSpanReaderPluginClient struct method GetArchiveTrace (line 1689) | func (c *archiveSpanReaderPluginClient) GetArchiveTrace(ctx context.Co... function NewArchiveSpanReaderPluginClient (line 1685) | func NewArchiveSpanReaderPluginClient(cc *grpc.ClientConn) ArchiveSpanRe... type ArchiveSpanReaderPlugin_GetArchiveTraceClient (line 1704) | type ArchiveSpanReaderPlugin_GetArchiveTraceClient interface type archiveSpanReaderPluginGetArchiveTraceClient (line 1709) | type archiveSpanReaderPluginGetArchiveTraceClient struct method Recv (line 1713) | func (x *archiveSpanReaderPluginGetArchiveTraceClient) Recv() (*SpansR... type ArchiveSpanReaderPluginServer (line 1722) | type ArchiveSpanReaderPluginServer interface type UnimplementedArchiveSpanReaderPluginServer (line 1728) | type UnimplementedArchiveSpanReaderPluginServer struct method GetArchiveTrace (line 1731) | func (*UnimplementedArchiveSpanReaderPluginServer) GetArchiveTrace(req... function RegisterArchiveSpanReaderPluginServer (line 1735) | func RegisterArchiveSpanReaderPluginServer(s *grpc.Server, srv ArchiveSp... function _ArchiveSpanReaderPlugin_GetArchiveTrace_Handler (line 1739) | func _ArchiveSpanReaderPlugin_GetArchiveTrace_Handler(srv interface{}, s... type ArchiveSpanReaderPlugin_GetArchiveTraceServer (line 1747) | type ArchiveSpanReaderPlugin_GetArchiveTraceServer interface type archiveSpanReaderPluginGetArchiveTraceServer (line 1752) | type archiveSpanReaderPluginGetArchiveTraceServer struct method Send (line 1756) | func (x *archiveSpanReaderPluginGetArchiveTraceServer) Send(m *SpansRe... type DependenciesReaderPluginClient (line 1777) | type DependenciesReaderPluginClient interface type dependenciesReaderPluginClient (line 1782) | type dependenciesReaderPluginClient struct method GetDependencies (line 1790) | func (c *dependenciesReaderPluginClient) GetDependencies(ctx context.C... function NewDependenciesReaderPluginClient (line 1786) | func NewDependenciesReaderPluginClient(cc *grpc.ClientConn) Dependencies... type DependenciesReaderPluginServer (line 1800) | type DependenciesReaderPluginServer interface type UnimplementedDependenciesReaderPluginServer (line 1806) | type UnimplementedDependenciesReaderPluginServer struct method GetDependencies (line 1809) | func (*UnimplementedDependenciesReaderPluginServer) GetDependencies(ct... function RegisterDependenciesReaderPluginServer (line 1813) | func RegisterDependenciesReaderPluginServer(s *grpc.Server, srv Dependen... function _DependenciesReaderPlugin_GetDependencies_Handler (line 1817) | func _DependenciesReaderPlugin_GetDependencies_Handler(srv interface{}, ... type PluginCapabilitiesClient (line 1851) | type PluginCapabilitiesClient interface type pluginCapabilitiesClient (line 1855) | type pluginCapabilitiesClient struct method Capabilities (line 1863) | func (c *pluginCapabilitiesClient) Capabilities(ctx context.Context, i... function NewPluginCapabilitiesClient (line 1859) | func NewPluginCapabilitiesClient(cc *grpc.ClientConn) PluginCapabilities... type PluginCapabilitiesServer (line 1873) | type PluginCapabilitiesServer interface type UnimplementedPluginCapabilitiesServer (line 1878) | type UnimplementedPluginCapabilitiesServer struct method Capabilities (line 1881) | func (*UnimplementedPluginCapabilitiesServer) Capabilities(ctx context... function RegisterPluginCapabilitiesServer (line 1885) | func RegisterPluginCapabilitiesServer(s *grpc.Server, srv PluginCapabili... function _PluginCapabilities_Capabilities_Handler (line 1889) | func _PluginCapabilities_Capabilities_Handler(srv interface{}, ctx conte... function encodeVarintStorage (line 2713) | func encodeVarintStorage(dAtA []byte, offset int, v uint64) int { function sovStorage (line 3062) | func sovStorage(x uint64) (n int) { function sozStorage (line 3065) | func sozStorage(x uint64) (n int) { function skipStorage (line 5041) | func skipStorage(dAtA []byte) (n int, err error) { FILE: internal/proto-gen/zipkin/zipkin.pb.go constant _ (line 25) | _ = proto.GoGoProtoPackageIsVersion3 type Span_Kind (line 31) | type Span_Kind method String (line 83) | func (x Span_Kind) String() string { method EnumDescriptor (line 87) | func (Span_Kind) EnumDescriptor() ([]byte, []int) { constant Span_SPAN_KIND_UNSPECIFIED (line 35) | Span_SPAN_KIND_UNSPECIFIED Span_Kind = 0 constant Span_CLIENT (line 42) | Span_CLIENT Span_Kind = 1 constant Span_SERVER (line 49) | Span_SERVER Span_Kind = 2 constant Span_PRODUCER (line 56) | Span_PRODUCER Span_Kind = 3 constant Span_CONSUMER (line 64) | Span_CONSUMER Span_Kind = 4 type Span (line 120) | type Span struct method Reset (line 196) | func (m *Span) Reset() { *m = Span{} } method String (line 197) | func (m *Span) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 198) | func (*Span) ProtoMessage() {} method Descriptor (line 199) | func (*Span) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 202) | func (m *Span) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 205) | func (m *Span) XXX_Marshal(b []byte, deterministic bool) ([]byte, erro... method XXX_Merge (line 208) | func (m *Span) XXX_Merge(src proto.Message) { method XXX_Size (line 211) | func (m *Span) XXX_Size() int { method XXX_DiscardUnknown (line 214) | func (m *Span) XXX_DiscardUnknown() { method GetTraceId (line 220) | func (m *Span) GetTraceId() []byte { method GetParentId (line 227) | func (m *Span) GetParentId() []byte { method GetId (line 234) | func (m *Span) GetId() []byte { method GetKind (line 241) | func (m *Span) GetKind() Span_Kind { method GetName (line 248) | func (m *Span) GetName() string { method GetTimestamp (line 255) | func (m *Span) GetTimestamp() uint64 { method GetDuration (line 262) | func (m *Span) GetDuration() uint64 { method GetLocalEndpoint (line 269) | func (m *Span) GetLocalEndpoint() *Endpoint { method GetRemoteEndpoint (line 276) | func (m *Span) GetRemoteEndpoint() *Endpoint { method GetAnnotations (line 283) | func (m *Span) GetAnnotations() []*Annotation { method GetTags (line 290) | func (m *Span) GetTags() map[string]string { method GetDebug (line 297) | func (m *Span) GetDebug() bool { method GetShared (line 304) | func (m *Span) GetShared() bool { type Endpoint (line 314) | type Endpoint struct method Reset (line 337) | func (m *Endpoint) Reset() { *m = Endpoint{} } method String (line 338) | func (m *Endpoint) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 339) | func (*Endpoint) ProtoMessage() {} method Descriptor (line 340) | func (*Endpoint) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 343) | func (m *Endpoint) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 346) | func (m *Endpoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, ... method XXX_Merge (line 349) | func (m *Endpoint) XXX_Merge(src proto.Message) { method XXX_Size (line 352) | func (m *Endpoint) XXX_Size() int { method XXX_DiscardUnknown (line 355) | func (m *Endpoint) XXX_DiscardUnknown() { method GetServiceName (line 361) | func (m *Endpoint) GetServiceName() string { method GetIpv4 (line 368) | func (m *Endpoint) GetIpv4() []byte { method GetIpv6 (line 375) | func (m *Endpoint) GetIpv6() []byte { method GetPort (line 382) | func (m *Endpoint) GetPort() int32 { type Annotation (line 393) | type Annotation struct method Reset (line 413) | func (m *Annotation) Reset() { *m = Annotation{} } method String (line 414) | func (m *Annotation) String() string { return proto.CompactTextString(... method ProtoMessage (line 415) | func (*Annotation) ProtoMessage() {} method Descriptor (line 416) | func (*Annotation) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 419) | func (m *Annotation) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 422) | func (m *Annotation) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 425) | func (m *Annotation) XXX_Merge(src proto.Message) { method XXX_Size (line 428) | func (m *Annotation) XXX_Size() int { method XXX_DiscardUnknown (line 431) | func (m *Annotation) XXX_DiscardUnknown() { method GetTimestamp (line 437) | func (m *Annotation) GetTimestamp() uint64 { method GetValue (line 444) | func (m *Annotation) GetValue() string { type ListOfSpans (line 457) | type ListOfSpans struct method Reset (line 464) | func (m *ListOfSpans) Reset() { *m = ListOfSpans{} } method String (line 465) | func (m *ListOfSpans) String() string { return proto.CompactTextString... method ProtoMessage (line 466) | func (*ListOfSpans) ProtoMessage() {} method Descriptor (line 467) | func (*ListOfSpans) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 470) | func (m *ListOfSpans) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 473) | func (m *ListOfSpans) XXX_Marshal(b []byte, deterministic bool) ([]byt... method XXX_Merge (line 476) | func (m *ListOfSpans) XXX_Merge(src proto.Message) { method XXX_Size (line 479) | func (m *ListOfSpans) XXX_Size() int { method XXX_DiscardUnknown (line 482) | func (m *ListOfSpans) XXX_DiscardUnknown() { method GetSpans (line 488) | func (m *ListOfSpans) GetSpans() []*Span { type ReportResponse (line 498) | type ReportResponse struct method Reset (line 504) | func (m *ReportResponse) Reset() { *m = ReportResponse{} } method String (line 505) | func (m *ReportResponse) String() string { return proto.CompactTextStr... method ProtoMessage (line 506) | func (*ReportResponse) ProtoMessage() {} method Descriptor (line 507) | func (*ReportResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 510) | func (m *ReportResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 513) | func (m *ReportResponse) XXX_Marshal(b []byte, deterministic bool) ([]... method XXX_Merge (line 516) | func (m *ReportResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 519) | func (m *ReportResponse) XXX_Size() int { method XXX_DiscardUnknown (line 522) | func (m *ReportResponse) XXX_DiscardUnknown() { function init (line 528) | func init() { function init (line 538) | func init() { proto.RegisterFile("zipkin.proto", fileDescriptor_ab863b5f... constant _ (line 586) | _ = grpc.SupportPackageIsVersion4 type SpanServiceClient (line 591) | type SpanServiceClient interface type spanServiceClient (line 598) | type spanServiceClient struct method Report (line 606) | func (c *spanServiceClient) Report(ctx context.Context, in *ListOfSpan... function NewSpanServiceClient (line 602) | func NewSpanServiceClient(cc *grpc.ClientConn) SpanServiceClient { type SpanServiceServer (line 616) | type SpanServiceServer interface type UnimplementedSpanServiceServer (line 624) | type UnimplementedSpanServiceServer struct method Report (line 627) | func (*UnimplementedSpanServiceServer) Report(ctx context.Context, req... function RegisterSpanServiceServer (line 631) | func RegisterSpanServiceServer(s *grpc.Server, srv SpanServiceServer) { function _SpanService_Report_Handler (line 635) | func _SpanService_Report_Handler(srv interface{}, ctx context.Context, d... FILE: internal/proto/api_v3/query_service.pb.go constant _ (line 33) | _ = proto.GoGoProtoPackageIsVersion3 type GetTraceRequest (line 36) | type GetTraceRequest struct method Reset (line 52) | func (m *GetTraceRequest) Reset() { *m = GetTraceRequest{} } method String (line 53) | func (m *GetTraceRequest) String() string { return proto.CompactTextSt... method ProtoMessage (line 54) | func (*GetTraceRequest) ProtoMessage() {} method Descriptor (line 55) | func (*GetTraceRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 58) | func (m *GetTraceRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 61) | func (m *GetTraceRequest) XXX_Marshal(b []byte, deterministic bool) ([... method XXX_Merge (line 73) | func (m *GetTraceRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 76) | func (m *GetTraceRequest) XXX_Size() int { method XXX_DiscardUnknown (line 79) | func (m *GetTraceRequest) XXX_DiscardUnknown() { method GetTraceId (line 85) | func (m *GetTraceRequest) GetTraceId() string { method GetStartTime (line 92) | func (m *GetTraceRequest) GetStartTime() time.Time { method GetEndTime (line 99) | func (m *GetTraceRequest) GetEndTime() time.Time { method GetRawTraces (line 106) | func (m *GetTraceRequest) GetRawTraces() bool { method Marshal (line 1080) | func (m *GetTraceRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1090) | func (m *GetTraceRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1095) | func (m *GetTraceRequest) MarshalToSizedBuffer(dAtA []byte) (int, erro... method Size (line 1612) | func (m *GetTraceRequest) Size() (n int) { method Unmarshal (line 1845) | func (m *GetTraceRequest) Unmarshal(dAtA []byte) error { type TraceQueryParameters (line 122) | type TraceQueryParameters struct method Reset (line 169) | func (m *TraceQueryParameters) Reset() { *m = TraceQueryParame... method String (line 170) | func (m *TraceQueryParameters) String() string { return proto.CompactT... method ProtoMessage (line 171) | func (*TraceQueryParameters) ProtoMessage() {} method Descriptor (line 172) | func (*TraceQueryParameters) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 175) | func (m *TraceQueryParameters) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 178) | func (m *TraceQueryParameters) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 190) | func (m *TraceQueryParameters) XXX_Merge(src proto.Message) { method XXX_Size (line 193) | func (m *TraceQueryParameters) XXX_Size() int { method XXX_DiscardUnknown (line 196) | func (m *TraceQueryParameters) XXX_DiscardUnknown() { method GetServiceName (line 202) | func (m *TraceQueryParameters) GetServiceName() string { method GetOperationName (line 209) | func (m *TraceQueryParameters) GetOperationName() string { method GetAttributes (line 216) | func (m *TraceQueryParameters) GetAttributes() map[string]string { method GetStartTimeMin (line 223) | func (m *TraceQueryParameters) GetStartTimeMin() time.Time { method GetStartTimeMax (line 230) | func (m *TraceQueryParameters) GetStartTimeMax() time.Time { method GetDurationMin (line 237) | func (m *TraceQueryParameters) GetDurationMin() time.Duration { method GetDurationMax (line 244) | func (m *TraceQueryParameters) GetDurationMax() time.Duration { method GetSearchDepth (line 251) | func (m *TraceQueryParameters) GetSearchDepth() int32 { method GetRawTraces (line 258) | func (m *TraceQueryParameters) GetRawTraces() bool { method Marshal (line 1140) | func (m *TraceQueryParameters) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1150) | func (m *TraceQueryParameters) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1155) | func (m *TraceQueryParameters) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 1635) | func (m *TraceQueryParameters) Size() (n int) { method Unmarshal (line 2014) | func (m *TraceQueryParameters) Unmarshal(dAtA []byte) error { type FindTracesRequest (line 266) | type FindTracesRequest struct method Reset (line 273) | func (m *FindTracesRequest) Reset() { *m = FindTracesRequest{} } method String (line 274) | func (m *FindTracesRequest) String() string { return proto.CompactText... method ProtoMessage (line 275) | func (*FindTracesRequest) ProtoMessage() {} method Descriptor (line 276) | func (*FindTracesRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 279) | func (m *FindTracesRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 282) | func (m *FindTracesRequest) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 294) | func (m *FindTracesRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 297) | func (m *FindTracesRequest) XXX_Size() int { method XXX_DiscardUnknown (line 300) | func (m *FindTracesRequest) XXX_DiscardUnknown() { method GetQuery (line 306) | func (m *FindTracesRequest) GetQuery() *TraceQueryParameters { method Marshal (line 1247) | func (m *FindTracesRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1257) | func (m *FindTracesRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1262) | func (m *FindTracesRequest) MarshalToSizedBuffer(dAtA []byte) (int, er... method Size (line 1677) | func (m *FindTracesRequest) Size() (n int) { method Unmarshal (line 2427) | func (m *FindTracesRequest) Unmarshal(dAtA []byte) error { type GetServicesRequest (line 314) | type GetServicesRequest struct method Reset (line 320) | func (m *GetServicesRequest) Reset() { *m = GetServicesRequest... method String (line 321) | func (m *GetServicesRequest) String() string { return proto.CompactTex... method ProtoMessage (line 322) | func (*GetServicesRequest) ProtoMessage() {} method Descriptor (line 323) | func (*GetServicesRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 326) | func (m *GetServicesRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 329) | func (m *GetServicesRequest) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 341) | func (m *GetServicesRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 344) | func (m *GetServicesRequest) XXX_Size() int { method XXX_DiscardUnknown (line 347) | func (m *GetServicesRequest) XXX_DiscardUnknown() { method Marshal (line 1286) | func (m *GetServicesRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1296) | func (m *GetServicesRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1301) | func (m *GetServicesRequest) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 1693) | func (m *GetServicesRequest) Size() (n int) { method Unmarshal (line 2514) | func (m *GetServicesRequest) Unmarshal(dAtA []byte) error { type GetServicesResponse (line 354) | type GetServicesResponse struct method Reset (line 361) | func (m *GetServicesResponse) Reset() { *m = GetServicesRespon... method String (line 362) | func (m *GetServicesResponse) String() string { return proto.CompactTe... method ProtoMessage (line 363) | func (*GetServicesResponse) ProtoMessage() {} method Descriptor (line 364) | func (*GetServicesResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 367) | func (m *GetServicesResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 370) | func (m *GetServicesResponse) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 382) | func (m *GetServicesResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 385) | func (m *GetServicesResponse) XXX_Size() int { method XXX_DiscardUnknown (line 388) | func (m *GetServicesResponse) XXX_DiscardUnknown() { method GetServices (line 394) | func (m *GetServicesResponse) GetServices() []string { method Marshal (line 1313) | func (m *GetServicesResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1323) | func (m *GetServicesResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1328) | func (m *GetServicesResponse) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 1705) | func (m *GetServicesResponse) Size() (n int) { method Unmarshal (line 2565) | func (m *GetServicesResponse) Unmarshal(dAtA []byte) error { type GetOperationsRequest (line 402) | type GetOperationsRequest struct method Reset (line 412) | func (m *GetOperationsRequest) Reset() { *m = GetOperationsReq... method String (line 413) | func (m *GetOperationsRequest) String() string { return proto.CompactT... method ProtoMessage (line 414) | func (*GetOperationsRequest) ProtoMessage() {} method Descriptor (line 415) | func (*GetOperationsRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 418) | func (m *GetOperationsRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 421) | func (m *GetOperationsRequest) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 433) | func (m *GetOperationsRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 436) | func (m *GetOperationsRequest) XXX_Size() int { method XXX_DiscardUnknown (line 439) | func (m *GetOperationsRequest) XXX_DiscardUnknown() { method GetService (line 445) | func (m *GetOperationsRequest) GetService() string { method GetSpanKind (line 452) | func (m *GetOperationsRequest) GetSpanKind() string { method Marshal (line 1349) | func (m *GetOperationsRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1359) | func (m *GetOperationsRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1364) | func (m *GetOperationsRequest) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 1723) | func (m *GetOperationsRequest) Size() (n int) { method Unmarshal (line 2648) | func (m *GetOperationsRequest) Unmarshal(dAtA []byte) error { type Operation (line 460) | type Operation struct method Reset (line 468) | func (m *Operation) Reset() { *m = Operation{} } method String (line 469) | func (m *Operation) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 470) | func (*Operation) ProtoMessage() {} method Descriptor (line 471) | func (*Operation) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 474) | func (m *Operation) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 477) | func (m *Operation) XXX_Marshal(b []byte, deterministic bool) ([]byte,... method XXX_Merge (line 489) | func (m *Operation) XXX_Merge(src proto.Message) { method XXX_Size (line 492) | func (m *Operation) XXX_Size() int { method XXX_DiscardUnknown (line 495) | func (m *Operation) XXX_DiscardUnknown() { method GetName (line 501) | func (m *Operation) GetName() string { method GetSpanKind (line 508) | func (m *Operation) GetSpanKind() string { method Marshal (line 1390) | func (m *Operation) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1400) | func (m *Operation) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1405) | func (m *Operation) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 1743) | func (m *Operation) Size() (n int) { method Unmarshal (line 2763) | func (m *Operation) Unmarshal(dAtA []byte) error { type GetOperationsResponse (line 516) | type GetOperationsResponse struct method Reset (line 523) | func (m *GetOperationsResponse) Reset() { *m = GetOperationsRe... method String (line 524) | func (m *GetOperationsResponse) String() string { return proto.Compact... method ProtoMessage (line 525) | func (*GetOperationsResponse) ProtoMessage() {} method Descriptor (line 526) | func (*GetOperationsResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 529) | func (m *GetOperationsResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 532) | func (m *GetOperationsResponse) XXX_Marshal(b []byte, deterministic bo... method XXX_Merge (line 544) | func (m *GetOperationsResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 547) | func (m *GetOperationsResponse) XXX_Size() int { method XXX_DiscardUnknown (line 550) | func (m *GetOperationsResponse) XXX_DiscardUnknown() { method GetOperations (line 556) | func (m *GetOperationsResponse) GetOperations() []*Operation { method Marshal (line 1431) | func (m *GetOperationsResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1441) | func (m *GetOperationsResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1446) | func (m *GetOperationsResponse) MarshalToSizedBuffer(dAtA []byte) (int... method Size (line 1763) | func (m *GetOperationsResponse) Size() (n int) { method Unmarshal (line 2878) | func (m *GetOperationsResponse) Unmarshal(dAtA []byte) error { type GRPCGatewayError (line 565) | type GRPCGatewayError struct method Reset (line 572) | func (m *GRPCGatewayError) Reset() { *m = GRPCGatewayError{} } method String (line 573) | func (m *GRPCGatewayError) String() string { return proto.CompactTextS... method ProtoMessage (line 574) | func (*GRPCGatewayError) ProtoMessage() {} method Descriptor (line 575) | func (*GRPCGatewayError) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 578) | func (m *GRPCGatewayError) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 581) | func (m *GRPCGatewayError) XXX_Marshal(b []byte, deterministic bool) (... method XXX_Merge (line 593) | func (m *GRPCGatewayError) XXX_Merge(src proto.Message) { method XXX_Size (line 596) | func (m *GRPCGatewayError) XXX_Size() int { method XXX_DiscardUnknown (line 599) | func (m *GRPCGatewayError) XXX_DiscardUnknown() { method GetError (line 605) | func (m *GRPCGatewayError) GetError() *GRPCGatewayError_GRPCGatewayErr... method Marshal (line 1472) | func (m *GRPCGatewayError) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1482) | func (m *GRPCGatewayError) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1487) | func (m *GRPCGatewayError) MarshalToSizedBuffer(dAtA []byte) (int, err... method Size (line 1781) | func (m *GRPCGatewayError) Size() (n int) { method Unmarshal (line 2963) | func (m *GRPCGatewayError) Unmarshal(dAtA []byte) error { type GRPCGatewayError_GRPCGatewayErrorDetails (line 612) | type GRPCGatewayError_GRPCGatewayErrorDetails struct method Reset (line 622) | func (m *GRPCGatewayError_GRPCGatewayErrorDetails) Reset() { method String (line 625) | func (m *GRPCGatewayError_GRPCGatewayErrorDetails) String() string { r... method ProtoMessage (line 626) | func (*GRPCGatewayError_GRPCGatewayErrorDetails) ProtoMessage() {} method Descriptor (line 627) | func (*GRPCGatewayError_GRPCGatewayErrorDetails) Descriptor() ([]byte,... method XXX_Unmarshal (line 630) | func (m *GRPCGatewayError_GRPCGatewayErrorDetails) XXX_Unmarshal(b []b... method XXX_Marshal (line 633) | func (m *GRPCGatewayError_GRPCGatewayErrorDetails) XXX_Marshal(b []byt... method XXX_Merge (line 645) | func (m *GRPCGatewayError_GRPCGatewayErrorDetails) XXX_Merge(src proto... method XXX_Size (line 648) | func (m *GRPCGatewayError_GRPCGatewayErrorDetails) XXX_Size() int { method XXX_DiscardUnknown (line 651) | func (m *GRPCGatewayError_GRPCGatewayErrorDetails) XXX_DiscardUnknown() { method GetGrpcCode (line 657) | func (m *GRPCGatewayError_GRPCGatewayErrorDetails) GetGrpcCode() int32 { method GetHttpCode (line 664) | func (m *GRPCGatewayError_GRPCGatewayErrorDetails) GetHttpCode() int32 { method GetMessage (line 671) | func (m *GRPCGatewayError_GRPCGatewayErrorDetails) GetMessage() string { method GetHttpStatus (line 678) | func (m *GRPCGatewayError_GRPCGatewayErrorDetails) GetHttpStatus() str... method Marshal (line 1511) | func (m *GRPCGatewayError_GRPCGatewayErrorDetails) Marshal() (dAtA []b... method MarshalTo (line 1521) | func (m *GRPCGatewayError_GRPCGatewayErrorDetails) MarshalTo(dAtA []by... method MarshalToSizedBuffer (line 1526) | func (m *GRPCGatewayError_GRPCGatewayErrorDetails) MarshalToSizedBuffe... method Size (line 1797) | func (m *GRPCGatewayError_GRPCGatewayErrorDetails) Size() (n int) { method Unmarshal (line 3050) | func (m *GRPCGatewayError_GRPCGatewayErrorDetails) Unmarshal(dAtA []by... type GRPCGatewayWrapper (line 696) | type GRPCGatewayWrapper struct method Reset (line 703) | func (m *GRPCGatewayWrapper) Reset() { *m = GRPCGatewayWrapper... method String (line 704) | func (m *GRPCGatewayWrapper) String() string { return proto.CompactTex... method ProtoMessage (line 705) | func (*GRPCGatewayWrapper) ProtoMessage() {} method Descriptor (line 706) | func (*GRPCGatewayWrapper) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 709) | func (m *GRPCGatewayWrapper) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 712) | func (m *GRPCGatewayWrapper) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 724) | func (m *GRPCGatewayWrapper) XXX_Merge(src proto.Message) { method XXX_Size (line 727) | func (m *GRPCGatewayWrapper) XXX_Size() int { method XXX_DiscardUnknown (line 730) | func (m *GRPCGatewayWrapper) XXX_DiscardUnknown() { method GetResult (line 736) | func (m *GRPCGatewayWrapper) GetResult() *v1.TracesData { method Marshal (line 1562) | func (m *GRPCGatewayWrapper) Marshal() (dAtA []byte, err error) { method MarshalTo (line 1572) | func (m *GRPCGatewayWrapper) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 1577) | func (m *GRPCGatewayWrapper) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 1823) | func (m *GRPCGatewayWrapper) Size() (n int) { method Unmarshal (line 3203) | func (m *GRPCGatewayWrapper) Unmarshal(dAtA []byte) error { function init (line 743) | func init() { function init (line 758) | func init() { proto.RegisterFile("query_service.proto", fileDescriptor_5... constant _ (line 825) | _ = grpc.SupportPackageIsVersion4 type QueryServiceClient (line 830) | type QueryServiceClient interface type queryServiceClient (line 846) | type queryServiceClient struct method GetTrace (line 854) | func (c *queryServiceClient) GetTrace(ctx context.Context, in *GetTrac... method FindTraces (line 886) | func (c *queryServiceClient) FindTraces(ctx context.Context, in *FindT... method GetServices (line 918) | func (c *queryServiceClient) GetServices(ctx context.Context, in *GetS... method GetOperations (line 927) | func (c *queryServiceClient) GetOperations(ctx context.Context, in *Ge... function NewQueryServiceClient (line 850) | func NewQueryServiceClient(cc *grpc.ClientConn) QueryServiceClient { type QueryService_GetTraceClient (line 869) | type QueryService_GetTraceClient interface type queryServiceGetTraceClient (line 874) | type queryServiceGetTraceClient struct method Recv (line 878) | func (x *queryServiceGetTraceClient) Recv() (*v1.TracesData, error) { type QueryService_FindTracesClient (line 901) | type QueryService_FindTracesClient interface type queryServiceFindTracesClient (line 906) | type queryServiceFindTracesClient struct method Recv (line 910) | func (x *queryServiceFindTracesClient) Recv() (*v1.TracesData, error) { type QueryServiceServer (line 937) | type QueryServiceServer interface type UnimplementedQueryServiceServer (line 954) | type UnimplementedQueryServiceServer struct method GetTrace (line 957) | func (*UnimplementedQueryServiceServer) GetTrace(req *GetTraceRequest,... method FindTraces (line 960) | func (*UnimplementedQueryServiceServer) FindTraces(req *FindTracesRequ... method GetServices (line 963) | func (*UnimplementedQueryServiceServer) GetServices(ctx context.Contex... method GetOperations (line 966) | func (*UnimplementedQueryServiceServer) GetOperations(ctx context.Cont... function RegisterQueryServiceServer (line 970) | func RegisterQueryServiceServer(s *grpc.Server, srv QueryServiceServer) { function _QueryService_GetTrace_Handler (line 974) | func _QueryService_GetTrace_Handler(srv interface{}, stream grpc.ServerS... type QueryService_GetTraceServer (line 982) | type QueryService_GetTraceServer interface type queryServiceGetTraceServer (line 987) | type queryServiceGetTraceServer struct method Send (line 991) | func (x *queryServiceGetTraceServer) Send(m *v1.TracesData) error { function _QueryService_FindTraces_Handler (line 995) | func _QueryService_FindTraces_Handler(srv interface{}, stream grpc.Serve... type QueryService_FindTracesServer (line 1003) | type QueryService_FindTracesServer interface type queryServiceFindTracesServer (line 1008) | type queryServiceFindTracesServer struct method Send (line 1012) | func (x *queryServiceFindTracesServer) Send(m *v1.TracesData) error { function _QueryService_GetServices_Handler (line 1016) | func _QueryService_GetServices_Handler(srv interface{}, ctx context.Cont... function _QueryService_GetOperations_Handler (line 1034) | func _QueryService_GetOperations_Handler(srv interface{}, ctx context.Co... function encodeVarintQueryService (line 1601) | func encodeVarintQueryService(dAtA []byte, offset int, v uint64) int { function sovQueryService (line 1839) | func sovQueryService(x uint64) (n int) { function sozQueryService (line 1842) | func sozQueryService(x uint64) (n int) { function skipQueryService (line 3290) | func skipQueryService(dAtA []byte) (n int, err error) { FILE: internal/recoveryhandler/zap.go type zapRecoveryWrapper (line 16) | type zapRecoveryWrapper struct method Println (line 21) | func (z zapRecoveryWrapper) Println(args ...any) { function NewRecoveryHandler (line 26) | func NewRecoveryHandler(logger *zap.Logger, printStack bool) func(h http... FILE: internal/recoveryhandler/zap_test.go function TestNewRecoveryHandler (line 18) | func TestNewRecoveryHandler(t *testing.T) { function TestMain (line 38) | func TestMain(m *testing.M) { FILE: internal/safeexpvar/safeexpvar.go function SetInt (line 20) | func SetInt(name string, value int64) { FILE: internal/safeexpvar/safeexpvar_test.go function TestSetInt (line 16) | func TestSetInt(t *testing.T) { function TestMain (line 31) | func TestMain(m *testing.M) { FILE: internal/sampling/grpc/grpc_handler.go type Handler (line 14) | type Handler struct method GetSamplingStrategy (line 26) | func (s Handler) GetSamplingStrategy(ctx context.Context, param *api_v... function NewHandler (line 19) | func NewHandler(provider samplingstrategy.Provider) Handler { FILE: internal/sampling/grpc/grpc_handler_test.go type mockSamplingStore (line 18) | type mockSamplingStore struct method GetSamplingStrategy (line 20) | func (mockSamplingStore) GetSamplingStrategy(_ context.Context, servic... method Close (line 31) | func (mockSamplingStore) Close() error { function TestNewGRPCHandler (line 35) | func TestNewGRPCHandler(t *testing.T) { function TestMain (line 58) | func TestMain(m *testing.M) { FILE: internal/sampling/http/cfgmgr.go type ConfigManager (line 14) | type ConfigManager struct method GetSamplingStrategy (line 19) | func (c *ConfigManager) GetSamplingStrategy(ctx context.Context, servi... FILE: internal/sampling/http/cfgmgr_test.go type mockSamplingProvider (line 17) | type mockSamplingProvider struct method GetSamplingStrategy (line 21) | func (m *mockSamplingProvider) GetSamplingStrategy(context.Context, st... method Close (line 28) | func (*mockSamplingProvider) Close() error { function TestConfigManager (line 32) | func TestConfigManager(t *testing.T) { FILE: internal/sampling/http/handler.go constant mimeTypeApplicationJSON (line 18) | mimeTypeApplicationJSON = "application/json" type ClientConfigManager (line 22) | type ClientConfigManager interface type HandlerParams (line 27) | type HandlerParams struct type Handler (line 34) | type Handler struct method RegisterRoutes (line 62) | func (h *Handler) RegisterRoutes(router *http.ServeMux) { method serviceFromRequest (line 71) | func (h *Handler) serviceFromRequest(w http.ResponseWriter, r *http.Re... method writeJSON (line 81) | func (h *Handler) writeJSON(w http.ResponseWriter, jsonData []byte) er... method serveSamplingHTTP (line 90) | func (h *Handler) serveSamplingHTTP( method encodeProto (line 115) | func (h *Handler) encodeProto(strategy *api_v2.SamplingStrategyRespons... function NewHandler (line 55) | func NewHandler(params HandlerParams) *Handler { FILE: internal/sampling/http/handler_test.go function parseSamplingResponse (line 26) | func parseSamplingResponse(t *testing.T, body []byte) *api_v2.SamplingSt... type testServer (line 33) | type testServer struct function withServer (line 40) | func withServer( function TestHTTPHandler (line 67) | func TestHTTPHandler(t *testing.T) { function TestOTelSDKCompatibility (line 99) | func TestOTelSDKCompatibility(t *testing.T) { function TestHTTPHandlerErrors (line 143) | func TestHTTPHandlerErrors(t *testing.T) { function TestEncodeErrors (line 215) | func TestEncodeErrors(t *testing.T) { function rateLimiting (line 225) | func rateLimiting(rate int32) *api_v2.SamplingStrategyResponse { function probabilistic (line 234) | func probabilistic(probability float64) *api_v2.SamplingStrategyResponse { type mockWriter (line 243) | type mockWriter struct method Header (line 247) | func (w *mockWriter) Header() http.Header { method Write (line 251) | func (*mockWriter) Write([]byte) (int, error) { method WriteHeader (line 255) | func (*mockWriter) WriteHeader(int) {} FILE: internal/sampling/http/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/sampling/samplingstrategy/adaptive/aggregator.go constant maxProbabilities (line 23) | maxProbabilities = 10 type aggregator (line 32) | type aggregator struct method runAggregationLoop (line 70) | func (a *aggregator) runAggregationLoop() { method saveThroughput (line 87) | func (a *aggregator) saveThroughput() { method RecordThroughput (line 101) | func (a *aggregator) RecordThroughput(service, operation string, sampl... method Start (line 128) | func (a *aggregator) Start() { method Close (line 136) | func (a *aggregator) Close() error { method HandleRootSpan (line 142) | func (a *aggregator) HandleRootSpan(span *spanmodel.Span) { function NewAggregator (line 47) | func NewAggregator(options Options, logger *zap.Logger, metricsFactory m... function getSamplerParams (line 160) | func getSamplerParams(s *spanmodel.Span, logger *zap.Logger) (spanmodel.... function samplerParamToFloat (line 180) | func samplerParamToFloat(samplerParamTag spanmodel.KeyValue) (float64, e... FILE: internal/sampling/samplingstrategy/adaptive/aggregator_test.go function TestAggregator (line 23) | func TestAggregator(t *testing.T) { function TestIncrementThroughput (line 65) | func TestIncrementThroughput(t *testing.T) { function TestLowerboundThroughput (line 92) | func TestLowerboundThroughput(t *testing.T) { function TestRecordThroughput (line 110) | func TestRecordThroughput(t *testing.T) { function TestRecordThroughputFunc (line 150) | func TestRecordThroughputFunc(t *testing.T) { function TestGetSamplerParams (line 191) | func TestGetSamplerParams(t *testing.T) { FILE: internal/sampling/samplingstrategy/adaptive/cache.go type SamplingCacheEntry (line 8) | type SamplingCacheEntry struct type SamplingCache (line 14) | type SamplingCache method Set (line 17) | func (s SamplingCache) Set(service, operation string, entry *SamplingC... method Get (line 25) | func (s SamplingCache) Get(service, operation string) *SamplingCacheEn... FILE: internal/sampling/samplingstrategy/adaptive/cache_test.go function TestSamplingCache (line 12) | func TestSamplingCache(t *testing.T) { FILE: internal/sampling/samplingstrategy/adaptive/calculationstrategy/interface.go type ProbabilityCalculator (line 7) | type ProbabilityCalculator interface FILE: internal/sampling/samplingstrategy/adaptive/calculationstrategy/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/sampling/samplingstrategy/adaptive/calculationstrategy/percentage_increase_capped_calculator.go constant defaultPercentageIncreaseCap (line 7) | defaultPercentageIncreaseCap = 0.5 type PercentageIncreaseCappedCalculator (line 20) | type PercentageIncreaseCappedCalculator struct method Calculate (line 35) | func (c PercentageIncreaseCappedCalculator) Calculate(targetQPS, curQP... function NewPercentageIncreaseCappedCalculator (line 25) | func NewPercentageIncreaseCappedCalculator(percentageIncreaseCap float64... FILE: internal/sampling/samplingstrategy/adaptive/calculationstrategy/percentage_increase_capped_calculator_test.go function TestPercentageIncreaseCappedCalculator (line 12) | func TestPercentageIncreaseCappedCalculator(t *testing.T) { FILE: internal/sampling/samplingstrategy/adaptive/floatutils.go function TruncateFloat (line 12) | func TruncateFloat(v float64) string { function FloatEquals (line 17) | func FloatEquals(a, b float64) bool { FILE: internal/sampling/samplingstrategy/adaptive/floatutils_test.go function TestTruncateFloat (line 12) | func TestTruncateFloat(t *testing.T) { function TestFloatEquals (line 28) | func TestFloatEquals(t *testing.T) { FILE: internal/sampling/samplingstrategy/adaptive/options.go type Options (line 13) | type Options struct function DefaultOptions (line 76) | func DefaultOptions() Options { FILE: internal/sampling/samplingstrategy/adaptive/options_test.go function TestDefaultOptions (line 13) | func TestDefaultOptions(t *testing.T) { FILE: internal/sampling/samplingstrategy/adaptive/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/sampling/samplingstrategy/adaptive/post_aggregator.go constant maxSamplingProbability (line 23) | maxSamplingProbability = 1.0 constant getThroughputErrMsg (line 25) | getThroughputErrMsg = "failed to get throughput from storage" constant serviceCacheSize (line 28) | serviceCacheSize = 25 type serviceOperationThroughput (line 37) | type serviceOperationThroughput method get (line 39) | func (t serviceOperationThroughput) get(service, operation string) (*m... type serviceOperationQPS (line 49) | type serviceOperationQPS type throughputBucket (line 51) | type throughputBucket struct type PostAggregator (line 61) | type PostAggregator struct method Start (line 129) | func (p *PostAggregator) Start() { method isLeader (line 136) | func (p *PostAggregator) isLeader() bool { method runCalculation (line 152) | func (p *PostAggregator) runCalculation() { method saveProbabilitiesAndQPS (line 190) | func (p *PostAggregator) saveProbabilitiesAndQPS() { method prependThroughputBucket (line 198) | func (p *PostAggregator) prependThroughputBucket(bucket *throughputBuc... method aggregateThroughput (line 208) | func (*PostAggregator) aggregateThroughput(throughputs []*model.Throug... method initializeThroughput (line 240) | func (p *PostAggregator) initializeThroughput(endTime time.Time) { method throughputToQPS (line 262) | func (p *PostAggregator) throughputToQPS() serviceOperationQPS { method calculateWeightedQPS (line 290) | func (p *PostAggregator) calculateWeightedQPS(allQPS []float64) float64 { method prependServiceCache (line 303) | func (p *PostAggregator) prependServiceCache() { method calculateProbabilitiesAndQPS (line 310) | func (p *PostAggregator) calculateProbabilitiesAndQPS() (model.Service... method calculateProbability (line 334) | func (p *PostAggregator) calculateProbability(service, operation strin... method withinTolerance (line 369) | func (p *PostAggregator) withinTolerance(actual, expected float64) bool { method isUsingAdaptiveSampling (line 381) | func (p *PostAggregator) isUsingAdaptiveSampling( function newPostAggregator (line 95) | func newPostAggregator( function addJitter (line 144) | func addJitter(jitterAmount time.Duration) time.Duration { function copySet (line 232) | func copySet(in map[string]struct{}) map[string]struct{} { function calculateQPS (line 283) | func calculateQPS(count int64, interval time.Duration) float64 { function merge (line 374) | func merge(p1 map[string]struct{}, p2 map[string]struct{}) map[string]st... FILE: internal/sampling/samplingstrategy/adaptive/post_aggregator_test.go function testThroughputs (line 26) | func testThroughputs() []*model.Throughput { function testThroughputBuckets (line 35) | func testThroughputBuckets() []*throughputBucket { function errTestStorage (line 64) | func errTestStorage() error { type testProbabilityCalculator (line 71) | type testProbabilityCalculator struct method Calculate (line 74) | func (testProbabilityCalculator) Calculate(targetQPS, qps, oldProbabil... function testCalculator (line 79) | func testCalculator() calculationstrategy.ProbabilityCalculator { function TestAggregateThroughputInputsImmutability (line 83) | func TestAggregateThroughputInputsImmutability(t *testing.T) { function TestAggregateThroughput (line 90) | func TestAggregateThroughput(t *testing.T) { function TestInitializeThroughput (line 119) | func TestInitializeThroughput(t *testing.T) { function TestInitializeThroughputFailure (line 139) | func TestInitializeThroughputFailure(t *testing.T) { function TestCalculateQPS (line 149) | func TestCalculateQPS(t *testing.T) { function TestGenerateOperationQPS (line 157) | func TestGenerateOperationQPS(t *testing.T) { function TestGenerateOperationQPS_UseMostRecentBucketOnly (line 205) | func TestGenerateOperationQPS_UseMostRecentBucketOnly(t *testing.T) { function TestCalculateWeightedQPS (line 239) | func TestCalculateWeightedQPS(t *testing.T) { function TestCalculateProbability (line 246) | func TestCalculateProbability(t *testing.T) { function TestCalculateProbabilitiesAndQPS (line 294) | func TestCalculateProbabilitiesAndQPS(t *testing.T) { function TestRunCalculationLoop (line 332) | func TestRunCalculationLoop(t *testing.T) { function TestRunCalculationLoop_GetThroughputError (line 379) | func TestRunCalculationLoop_GetThroughputError(t *testing.T) { function TestPrependBucket (line 415) | func TestPrependBucket(t *testing.T) { function TestConstructorFailure (line 426) | func TestConstructorFailure(t *testing.T) { function TestUsingAdaptiveSampling (line 450) | func TestUsingAdaptiveSampling(t *testing.T) { function TestPrependServiceCache (line 476) | func TestPrependServiceCache(t *testing.T) { function TestCalculateProbabilitiesAndQPSMultiple (line 484) | func TestCalculateProbabilitiesAndQPSMultiple(t *testing.T) { function TestAddJitter (line 718) | func TestAddJitter(t *testing.T) { FILE: internal/sampling/samplingstrategy/adaptive/provider.go constant defaultFollowerProbabilityInterval (line 19) | defaultFollowerProbabilityInterval = 20 * time.Second type Provider (line 26) | type Provider struct method Start (line 64) | func (p *Provider) Start() error { method loadProbabilities (line 76) | func (p *Provider) loadProbabilities() { method runUpdateProbabilitiesLoop (line 90) | func (p *Provider) runUpdateProbabilitiesLoop() { method isLeader (line 114) | func (p *Provider) isLeader() bool { method generateStrategyResponses (line 119) | func (p *Provider) generateStrategyResponses() { method generateDefaultSamplingStrategyResponse (line 145) | func (p *Provider) generateDefaultSamplingStrategyResponse() *api_v2.S... method GetSamplingStrategy (line 156) | func (p *Provider) GetSamplingStrategy(_ context.Context, service stri... method Close (line 166) | func (p *Provider) Close() error { function NewProvider (line 50) | func NewProvider(options Options, logger *zap.Logger, participant leader... FILE: internal/sampling/samplingstrategy/adaptive/provider_test.go function TestProviderLoadProbabilities (line 23) | func TestProviderLoadProbabilities(t *testing.T) { function TestProviderRunUpdateProbabilitiesLoop (line 33) | func TestProviderRunUpdateProbabilitiesLoop(t *testing.T) { function TestProviderRealisticRunCalculationLoop (line 67) | func TestProviderRealisticRunCalculationLoop(t *testing.T) { function TestProviderGenerateStrategyResponses (line 132) | func TestProviderGenerateStrategyResponses(t *testing.T) { FILE: internal/sampling/samplingstrategy/adaptive/weightvectorcache.go type WeightVectorCache (line 13) | type WeightVectorCache struct method GetWeights (line 27) | func (c *WeightVectorCache) GetWeights(length int) []float64 { function NewWeightVectorCache (line 19) | func NewWeightVectorCache() *WeightVectorCache { FILE: internal/sampling/samplingstrategy/adaptive/weightvectorcache_test.go function TestGetWeights (line 12) | func TestGetWeights(t *testing.T) { FILE: internal/sampling/samplingstrategy/aggregator.go type Aggregator (line 13) | type Aggregator interface FILE: internal/sampling/samplingstrategy/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/sampling/samplingstrategy/factory.go type Factory (line 19) | type Factory interface FILE: internal/sampling/samplingstrategy/file/constants.go constant samplerTypeProbabilistic (line 13) | samplerTypeProbabilistic = "probabilistic" constant samplerTypeRateLimiting (line 17) | samplerTypeRateLimiting = "ratelimiting" constant DefaultSamplingProbability (line 21) | DefaultSamplingProbability = 0.001 function defaultStrategyResponse (line 26) | func defaultStrategyResponse(defaultSamplingProbability float64) *api_v2... function defaultStrategies (line 35) | func defaultStrategies(defaultSamplingProbability float64) *storedStrate... FILE: internal/sampling/samplingstrategy/file/options.go type Options (line 11) | type Options struct FILE: internal/sampling/samplingstrategy/file/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/sampling/samplingstrategy/file/provider.go type samplingProvider (line 28) | type samplingProvider struct method GetSamplingStrategy (line 76) | func (h *samplingProvider) GetSamplingStrategy(_ context.Context, serv... method Close (line 87) | func (h *samplingProvider) Close() error { method downloadSamplingStrategies (line 92) | func (h *samplingProvider) downloadSamplingStrategies(samplingURL stri... method samplingStrategyLoader (line 131) | func (h *samplingProvider) samplingStrategyLoader(strategiesFile strin... method autoUpdateStrategies (line 147) | func (h *samplingProvider) autoUpdateStrategies(ctx context.Context, l... method reloadSamplingStrategy (line 161) | func (h *samplingProvider) reloadSamplingStrategy(loadFn strategyLoade... method updateSamplingStrategy (line 177) | func (h *samplingProvider) updateSamplingStrategy(dataBytes []byte) er... method parseStrategies (line 201) | func (h *samplingProvider) parseStrategies(strategies *strategies) { method parseServiceStrategies (line 256) | func (h *samplingProvider) parseServiceStrategies(strategy *serviceStr... method parseOperationStrategy (line 283) | func (h *samplingProvider) parseOperationStrategy( method parseStrategy (line 301) | func (h *samplingProvider) parseStrategy(strategy *strategy) *api_v2.S... type storedStrategies (line 38) | type storedStrategies struct type strategyLoader (line 43) | type strategyLoader function NewProvider (line 46) | func NewProvider(options Options, logger *zap.Logger) (samplingstrategy.... function isURL (line 126) | func isURL(str string) bool { function loadStrategies (line 188) | func loadStrategies(loadFn strategyLoader) (*strategies, error) { function mergePerOperationSamplingStrategies (line 240) | func mergePerOperationSamplingStrategies( FILE: internal/sampling/samplingstrategy/file/provider_test.go constant snapshotLocation (line 28) | snapshotLocation = "./fixtures/" function strategiesJSON (line 37) | func strategiesJSON(probability float32) string { function mockStrategyServer (line 65) | func mockStrategyServer(t *testing.T) (*httptest.Server, *atomic.Pointer... function TestStrategyStoreWithFile (line 96) | func TestStrategyStoreWithFile(t *testing.T) { function TestStrategyStoreWithURL (line 129) | func TestStrategyStoreWithURL(t *testing.T) { function TestPerOperationSamplingStrategies (line 153) | func TestPerOperationSamplingStrategies(t *testing.T) { function TestMissingServiceSamplingStrategyTypes (line 245) | func TestMissingServiceSamplingStrategyTypes(t *testing.T) { function TestParseStrategy (line 286) | func TestParseStrategy(t *testing.T) { function makeResponse (line 323) | func makeResponse(samplerType api_v2.SamplingStrategyType, param float64... function TestAutoUpdateStrategyWithFile (line 339) | func TestAutoUpdateStrategyWithFile(t *testing.T) { function TestAutoUpdateStrategyWithURL (line 382) | func TestAutoUpdateStrategyWithURL(t *testing.T) { function TestAutoUpdateStrategyErrors (line 423) | func TestAutoUpdateStrategyErrors(t *testing.T) { function TestServiceNoPerOperationStrategies (line 461) | func TestServiceNoPerOperationStrategies(t *testing.T) { function TestSamplingStrategyLoader (line 491) | func TestSamplingStrategyLoader(t *testing.T) { FILE: internal/sampling/samplingstrategy/file/strategy.go type strategy (line 8) | type strategy struct type operationStrategy (line 14) | type operationStrategy struct type serviceStrategy (line 20) | type serviceStrategy struct type strategies (line 27) | type strategies struct FILE: internal/sampling/samplingstrategy/provider.go type Provider (line 14) | type Provider interface FILE: internal/storage/cassandra/config/config.go type Configuration (line 20) | type Configuration struct method ApplyDefaults (line 125) | func (c *Configuration) ApplyDefaults(source *Configuration) { method NewCluster (line 174) | func (c *Configuration) NewCluster() (*gocql.ClusterConfig, error) { method String (line 232) | func (c *Configuration) String() string { method Validate (line 240) | func (c *Configuration) Validate() error { type Connection (line 26) | type Connection struct type Schema (line 53) | type Schema struct type Query (line 77) | type Query struct type Authenticator (line 88) | type Authenticator struct type BasicAuthenticator (line 94) | type BasicAuthenticator struct function DefaultConfiguration (line 100) | func DefaultConfiguration() Configuration { function isValidTTL (line 236) | func isValidTTL(duration time.Duration) bool { FILE: internal/storage/cassandra/config/config_test.go function TestValidate_ReturnsErrorWhenInvalid (line 15) | func TestValidate_ReturnsErrorWhenInvalid(t *testing.T) { function TestValidate_DoesNotReturnErrorWhenRequiredFieldsSet (line 42) | func TestValidate_DoesNotReturnErrorWhenRequiredFieldsSet(t *testing.T) { function TestNewClusterWithDefaults (line 56) | func TestNewClusterWithDefaults(t *testing.T) { function TestNewClusterWithOverrides (line 63) | func TestNewClusterWithOverrides(t *testing.T) { function TestApplyDefaults (line 84) | func TestApplyDefaults(t *testing.T) { function TestToString (line 95) | func TestToString(t *testing.T) { function TestConfigSchemaValidation (line 102) | func TestConfigSchemaValidation(t *testing.T) { FILE: internal/storage/cassandra/config/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/cassandra/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/cassandra/gocql/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/cassandra/gocql/gocql.go type CQLSession (line 14) | type CQLSession struct method Query (line 24) | func (s CQLSession) Query(stmt string, values ...any) cassandra.Query { method Close (line 29) | func (s CQLSession) Close() { function WrapCQLSession (line 19) | func WrapCQLSession(session *gocql.Session) CQLSession { type CQLQuery (line 36) | type CQLQuery struct method Exec (line 46) | func (q CQLQuery) Exec() error { method ScanCAS (line 51) | func (q CQLQuery) ScanCAS(dest ...any) (bool, error) { method Iter (line 56) | func (q CQLQuery) Iter() cassandra.Iterator { method Bind (line 61) | func (q CQLQuery) Bind(v ...any) cassandra.Query { method Consistency (line 66) | func (q CQLQuery) Consistency(level cassandra.Consistency) cassandra.Q... method String (line 71) | func (q CQLQuery) String() string { method PageSize (line 76) | func (q CQLQuery) PageSize(n int) cassandra.Query { function WrapCQLQuery (line 41) | func WrapCQLQuery(query *gocql.Query) CQLQuery { type CQLIterator (line 83) | type CQLIterator struct method Scan (line 93) | func (i CQLIterator) Scan(dest ...any) bool { method Close (line 98) | func (i CQLIterator) Close() error { function WrapCQLIterator (line 88) | func WrapCQLIterator(iter *gocql.Iter) CQLIterator { FILE: internal/storage/cassandra/gocql/testutils/udt.go type UDTField (line 16) | type UDTField struct type UDTTestCase (line 24) | type UDTTestCase struct method Run (line 32) | func (testCase UDTTestCase) Run(t *testing.T) { FILE: internal/storage/cassandra/gocql/testutils/udt_test.go type CustomUDT (line 16) | type CustomUDT struct method MarshalUDT (line 22) | func (c *CustomUDT) MarshalUDT(name string, info gocql.TypeInfo) ([]by... method UnmarshalUDT (line 34) | func (c *CustomUDT) UnmarshalUDT(name string, info gocql.TypeInfo, dat... function TestUDTTestCase (line 45) | func TestUDTTestCase(t *testing.T) { function TestMain (line 90) | func TestMain(m *testing.M) { FILE: internal/storage/cassandra/metrics/table.go type Table (line 19) | type Table struct method Exec (line 31) | func (t *Table) Exec(query cassandra.UpdateQuery, logger *zap.Logger) ... function NewTable (line 24) | func NewTable(factory metrics.Factory, tableName string) *Table { FILE: internal/storage/cassandra/metrics/table_test.go function TestTableEmit (line 19) | func TestTableEmit(t *testing.T) { function TestTableExec (line 67) | func TestTableExec(t *testing.T) { type insertQuery (line 134) | type insertQuery struct method Exec (line 139) | func (q insertQuery) Exec() error { method String (line 143) | func (q insertQuery) String() string { method ScanCAS (line 147) | func (insertQuery) ScanCAS(...any /* dest */) (bool, error) { function TestMain (line 151) | func TestMain(m *testing.M) { FILE: internal/storage/cassandra/mocks/mocks.go function NewSession (line 19) | func NewSession(t interface { type Session (line 32) | type Session struct method EXPECT (line 40) | func (_m *Session) EXPECT() *Session_Expecter { method Close (line 45) | func (_mock *Session) Close() { method Query (line 78) | func (_mock *Session) Query(stmt string, values ...any) cassandra.Query { type Session_Expecter (line 36) | type Session_Expecter struct method Close (line 56) | func (_e *Session_Expecter) Close() *Session_Close_Call { method Query (line 110) | func (_e *Session_Expecter) Query(stmt interface{}, values ...interfac... type Session_Close_Call (line 51) | type Session_Close_Call struct method Run (line 60) | func (_c *Session_Close_Call) Run(run func()) *Session_Close_Call { method Return (line 67) | func (_c *Session_Close_Call) Return() *Session_Close_Call { method RunAndReturn (line 72) | func (_c *Session_Close_Call) RunAndReturn(run func()) *Session_Close_... type Session_Query_Call (line 103) | type Session_Query_Call struct method Run (line 115) | func (_c *Session_Query_Call) Run(run func(stmt string, values ...any)... method Return (line 135) | func (_c *Session_Query_Call) Return(query cassandra.Query) *Session_Q... method RunAndReturn (line 140) | func (_c *Session_Query_Call) RunAndReturn(run func(stmt string, value... function NewQuery (line 147) | func NewQuery(t interface { type Query (line 160) | type Query struct method EXPECT (line 168) | func (_m *Query) EXPECT() *Query_Expecter { method Bind (line 173) | func (_mock *Query) Bind(v ...any) cassandra.Query { method Consistency (line 235) | func (_mock *Query) Consistency(level cassandra.Consistency) cassandra... method Exec (line 288) | func (_mock *Query) Exec() error { method Iter (line 332) | func (_mock *Query) Iter() cassandra.Iterator { method PageSize (line 378) | func (_mock *Query) PageSize(n int) cassandra.Query { method ScanCAS (line 431) | func (_mock *Query) ScanCAS(dest ...any) (bool, error) { method String (line 500) | func (_mock *Query) String() string { type Query_Expecter (line 164) | type Query_Expecter struct method Bind (line 204) | func (_e *Query_Expecter) Bind(v ...interface{}) *Query_Bind_Call { method Consistency (line 260) | func (_e *Query_Expecter) Consistency(level interface{}) *Query_Consis... method Exec (line 310) | func (_e *Query_Expecter) Exec() *Query_Exec_Call { method Iter (line 356) | func (_e *Query_Expecter) Iter() *Query_Iter_Call { method PageSize (line 403) | func (_e *Query_Expecter) PageSize(n interface{}) *Query_PageSize_Call { method ScanCAS (line 469) | func (_e *Query_Expecter) ScanCAS(dest ...interface{}) *Query_ScanCAS_... method String (line 522) | func (_e *Query_Expecter) String() *Query_String_Call { type Query_Bind_Call (line 198) | type Query_Bind_Call struct method Run (line 209) | func (_c *Query_Bind_Call) Run(run func(v ...any)) *Query_Bind_Call { method Return (line 224) | func (_c *Query_Bind_Call) Return(query cassandra.Query) *Query_Bind_C... method RunAndReturn (line 229) | func (_c *Query_Bind_Call) RunAndReturn(run func(v ...any) cassandra.Q... type Query_Consistency_Call (line 254) | type Query_Consistency_Call struct method Run (line 264) | func (_c *Query_Consistency_Call) Run(run func(level cassandra.Consist... method Return (line 277) | func (_c *Query_Consistency_Call) Return(query cassandra.Query) *Query... method RunAndReturn (line 282) | func (_c *Query_Consistency_Call) RunAndReturn(run func(level cassandr... type Query_Exec_Call (line 305) | type Query_Exec_Call struct method Run (line 314) | func (_c *Query_Exec_Call) Run(run func()) *Query_Exec_Call { method Return (line 321) | func (_c *Query_Exec_Call) Return(err error) *Query_Exec_Call { method RunAndReturn (line 326) | func (_c *Query_Exec_Call) RunAndReturn(run func() error) *Query_Exec_... type Query_Iter_Call (line 351) | type Query_Iter_Call struct method Run (line 360) | func (_c *Query_Iter_Call) Run(run func()) *Query_Iter_Call { method Return (line 367) | func (_c *Query_Iter_Call) Return(iterator cassandra.Iterator) *Query_... method RunAndReturn (line 372) | func (_c *Query_Iter_Call) RunAndReturn(run func() cassandra.Iterator)... type Query_PageSize_Call (line 397) | type Query_PageSize_Call struct method Run (line 407) | func (_c *Query_PageSize_Call) Run(run func(n int)) *Query_PageSize_Ca... method Return (line 420) | func (_c *Query_PageSize_Call) Return(query cassandra.Query) *Query_Pa... method RunAndReturn (line 425) | func (_c *Query_PageSize_Call) RunAndReturn(run func(n int) cassandra.... type Query_ScanCAS_Call (line 463) | type Query_ScanCAS_Call struct method Run (line 474) | func (_c *Query_ScanCAS_Call) Run(run func(dest ...any)) *Query_ScanCA... method Return (line 489) | func (_c *Query_ScanCAS_Call) Return(b bool, err error) *Query_ScanCAS... method RunAndReturn (line 494) | func (_c *Query_ScanCAS_Call) RunAndReturn(run func(dest ...any) (bool... type Query_String_Call (line 517) | type Query_String_Call struct method Run (line 526) | func (_c *Query_String_Call) Run(run func()) *Query_String_Call { method Return (line 533) | func (_c *Query_String_Call) Return(s string) *Query_String_Call { method RunAndReturn (line 538) | func (_c *Query_String_Call) RunAndReturn(run func() string) *Query_St... function NewIterator (line 545) | func NewIterator(t interface { type Iterator (line 558) | type Iterator struct method EXPECT (line 566) | func (_m *Iterator) EXPECT() *Iterator_Expecter { method Close (line 571) | func (_mock *Iterator) Close() error { method Scan (line 615) | func (_mock *Iterator) Scan(dest ...any) bool { type Iterator_Expecter (line 562) | type Iterator_Expecter struct method Close (line 593) | func (_e *Iterator_Expecter) Close() *Iterator_Close_Call { method Scan (line 644) | func (_e *Iterator_Expecter) Scan(dest ...interface{}) *Iterator_Scan_... type Iterator_Close_Call (line 588) | type Iterator_Close_Call struct method Run (line 597) | func (_c *Iterator_Close_Call) Run(run func()) *Iterator_Close_Call { method Return (line 604) | func (_c *Iterator_Close_Call) Return(err error) *Iterator_Close_Call { method RunAndReturn (line 609) | func (_c *Iterator_Close_Call) RunAndReturn(run func() error) *Iterato... type Iterator_Scan_Call (line 638) | type Iterator_Scan_Call struct method Run (line 649) | func (_c *Iterator_Scan_Call) Run(run func(dest ...any)) *Iterator_Sca... method Return (line 664) | func (_c *Iterator_Scan_Call) Return(b bool) *Iterator_Scan_Call { method RunAndReturn (line 669) | func (_c *Iterator_Scan_Call) RunAndReturn(run func(dest ...any) bool)... FILE: internal/storage/cassandra/session.go type Consistency (line 8) | type Consistency constant Any (line 12) | Any Consistency = 0x00 constant One (line 14) | One Consistency = 0x01 constant Two (line 16) | Two Consistency = 0x02 constant Three (line 18) | Three Consistency = 0x03 constant Quorum (line 20) | Quorum Consistency = 0x04 constant All (line 22) | All Consistency = 0x05 constant LocalQuorum (line 24) | LocalQuorum Consistency = 0x06 constant EachQuorum (line 26) | EachQuorum Consistency = 0x07 constant LocalOne (line 28) | LocalOne Consistency = 0x0A type Session (line 32) | type Session interface type UpdateQuery (line 38) | type UpdateQuery interface type Query (line 50) | type Query interface type Iterator (line 59) | type Iterator interface FILE: internal/storage/distributedlock/cassandra/lock.go type Lock (line 16) | type Lock struct method Acquire (line 41) | func (l *Lock) Acquire(resource string, ttl time.Duration) (bool, erro... method Forfeit (line 66) | func (l *Lock) Forfeit(resource string) (bool, error) { method extendLease (line 80) | func (l *Lock) extendLease(resource string, ttl time.Duration) error { constant defaultTTL (line 22) | defaultTTL = 60 * time.Second constant leasesTable (line 24) | leasesTable = `leases` constant cqlInsertLock (line 25) | cqlInsertLock = `INSERT INTO ` + leasesTable + ` (name, owner) VALUES (?... constant cqlUpdateLock (line 26) | cqlUpdateLock = `UPDATE ` + leasesTable + ` USING TTL ? SET owner = ? WH... constant cqlDeleteLock (line 27) | cqlDeleteLock = `DELETE FROM ` + leasesTable + ` WHERE name = ? IF owner... function NewLock (line 33) | func NewLock(session cassandra.Session, tenantID string) *Lock { FILE: internal/storage/distributedlock/cassandra/lock_test.go type cqlLockTest (line 26) | type cqlLockTest struct function withCQLLock (line 31) | func withCQLLock(fn func(r *cqlLockTest)) { function TestExtendLease (line 40) | func TestExtendLease(t *testing.T) { function TestAcquire (line 94) | func TestAcquire(t *testing.T) { function TestForfeit (line 187) | func TestForfeit(t *testing.T) { function stringMatcher (line 238) | func stringMatcher(q string) any { function TestMain (line 245) | func TestMain(m *testing.M) { FILE: internal/storage/elasticsearch/client.go type Client (line 15) | type Client interface type IndicesExistsService (line 28) | type IndicesExistsService interface type IndicesCreateService (line 33) | type IndicesCreateService interface type IndicesDeleteService (line 39) | type IndicesDeleteService interface type TemplateCreateService (line 44) | type TemplateCreateService interface type IndexService (line 50) | type IndexService interface type SearchService (line 59) | type SearchService interface type MultiSearchService (line 68) | type MultiSearchService interface FILE: internal/storage/elasticsearch/client/basic_auth.go function BasicAuth (line 9) | func BasicAuth(username, password string) string { FILE: internal/storage/elasticsearch/client/basic_auth_test.go function TestBasicAuth (line 12) | func TestBasicAuth(t *testing.T) { FILE: internal/storage/elasticsearch/client/client.go type ResponseError (line 15) | type ResponseError struct method Error (line 25) | func (r ResponseError) Error() string { method prefixMessage (line 29) | func (r ResponseError) prefixMessage(message string) ResponseError { function newResponseError (line 37) | func newResponseError(err error, code int, body []byte) ResponseError { type Client (line 47) | type Client struct method request (line 62) | func (c *Client) request(esRequest elasticRequest) ([]byte, error) { method setAuthorization (line 94) | func (c *Client) setAuthorization(r *http.Request) { method handleFailedRequest (line 100) | func (*Client) handleFailedRequest(res *http.Response) error { type elasticRequest (line 56) | type elasticRequest struct FILE: internal/storage/elasticsearch/client/cluster_client.go type ClusterClient (line 17) | type ClusterClient struct method Version (line 22) | func (c *ClusterClient) Version() (uint, error) { FILE: internal/storage/elasticsearch/client/cluster_client_test.go constant badVersionType (line 15) | badVersionType = ` constant badVersionNoNumber (line 35) | badVersionNoNumber = ` constant opensearch1 (line 55) | opensearch1 = ` constant opensearch2 (line 75) | opensearch2 = ` constant opensearch3 (line 95) | opensearch3 = ` constant elasticsearch7 (line 115) | elasticsearch7 = ` constant elasticsearch8 (line 135) | elasticsearch8 = ` constant elasticsearch6 (line 145) | elasticsearch6 = ` function TestVersion (line 165) | func TestVersion(t *testing.T) { FILE: internal/storage/elasticsearch/client/ilm_client.go constant maxTries (line 18) | maxTries = 3 constant maxElapsedTime (line 19) | maxElapsedTime = 5 * time.Second type ILMClient (line 25) | type ILMClient struct method Exists (line 32) | func (i ILMClient) Exists(name string) (bool, error) { FILE: internal/storage/elasticsearch/client/ilm_client_test.go function TestExists (line 17) | func TestExists(t *testing.T) { function TestExists_Retries (line 72) | func TestExists_Retries(t *testing.T) { FILE: internal/storage/elasticsearch/client/index_client.go type Index (line 17) | type Index struct type Alias (line 27) | type Alias struct type IndicesClient (line 39) | type IndicesClient struct method GetJaegerIndices (line 57) | func (i *IndicesClient) GetJaegerIndices(prefix string) ([]Index, erro... method indexDeleteRequest (line 96) | func (i *IndicesClient) indexDeleteRequest(concatIndices string) error { method DeleteIndices (line 115) | func (i *IndicesClient) DeleteIndices(indices []Index) error { method CreateIndex (line 142) | func (i *IndicesClient) CreateIndex(index string) error { method CreateAlias (line 160) | func (i *IndicesClient) CreateAlias(aliases []Alias) error { method DeleteAlias (line 175) | func (i *IndicesClient) DeleteAlias(aliases []Alias) error { method AliasExists (line 190) | func (i *IndicesClient) AliasExists(alias string) (bool, error) { method IndexExists (line 208) | func (i *IndicesClient) IndexExists(index string) (bool, error) { method aliasesString (line 225) | func (*IndicesClient) aliasesString(aliases []Alias) string { method aliasAction (line 234) | func (i *IndicesClient) aliasAction(action string, aliases []Alias) er... method version (line 267) | func (i IndicesClient) version() (uint, error) { method CreateTemplate (line 273) | func (i IndicesClient) CreateTemplate(template, name string) error { method Rollover (line 298) | func (i IndicesClient) Rollover(rolloverTarget string, conditions map[... FILE: internal/storage/elasticsearch/client/index_client_test.go constant esIndexResponse (line 21) | esIndexResponse = ` constant esErrResponse (line 62) | esErrResponse = `{"error":{"root_cause":[{"type":"illegal_argument_excep... function TestClientGetIndices (line 64) | func TestClientGetIndices(t *testing.T) { function getIndicesList (line 167) | func getIndicesList(size int) []Index { function TestClientDeleteIndices (line 178) | func TestClientDeleteIndices(t *testing.T) { function TestIndexExists (line 285) | func TestIndexExists(t *testing.T) { function TestAliasExists (line 291) | func TestAliasExists(t *testing.T) { function testIndexOrAliasExistence (line 297) | func testIndexOrAliasExistence(t *testing.T, existence string) { function TestClientRequestError (line 372) | func TestClientRequestError(t *testing.T) { function TestClientDoError (line 383) | func TestClientDoError(t *testing.T) { function TestClientCreateIndex (line 396) | func TestClientCreateIndex(t *testing.T) { function TestClientCreateAliases (line 441) | func TestClientCreateAliases(t *testing.T) { function TestClientDeleteAliases (line 501) | func TestClientDeleteAliases(t *testing.T) { function TestClientCreateTemplate (line 560) | func TestClientCreateTemplate(t *testing.T) { function TestRollover (line 623) | func TestRollover(t *testing.T) { FILE: internal/storage/elasticsearch/client/interfaces.go type IndexAPI (line 6) | type IndexAPI interface type ClusterAPI (line 18) | type ClusterAPI interface type IndexManagementLifecycleAPI (line 22) | type IndexManagementLifecycleAPI interface FILE: internal/storage/elasticsearch/client/mocks/mocks.go function NewIndexAPI (line 19) | func NewIndexAPI(t interface { type IndexAPI (line 32) | type IndexAPI struct method EXPECT (line 40) | func (_m *IndexAPI) EXPECT() *IndexAPI_Expecter { method AliasExists (line 45) | func (_mock *IndexAPI) AliasExists(alias string) (bool, error) { method CreateAlias (line 105) | func (_mock *IndexAPI) CreateAlias(aliases []client.Alias) error { method CreateIndex (line 156) | func (_mock *IndexAPI) CreateIndex(index string) error { method CreateTemplate (line 207) | func (_mock *IndexAPI) CreateTemplate(template string, name string) er... method DeleteAlias (line 264) | func (_mock *IndexAPI) DeleteAlias(aliases []client.Alias) error { method DeleteIndices (line 315) | func (_mock *IndexAPI) DeleteIndices(indices []client.Index) error { method GetJaegerIndices (line 366) | func (_mock *IndexAPI) GetJaegerIndices(prefix string) ([]client.Index... method IndexExists (line 428) | func (_mock *IndexAPI) IndexExists(index string) (bool, error) { method Rollover (line 488) | func (_mock *IndexAPI) Rollover(rolloverTarget string, conditions map[... type IndexAPI_Expecter (line 36) | type IndexAPI_Expecter struct method AliasExists (line 77) | func (_e *IndexAPI_Expecter) AliasExists(alias interface{}) *IndexAPI_... method CreateAlias (line 128) | func (_e *IndexAPI_Expecter) CreateAlias(aliases interface{}) *IndexAP... method CreateIndex (line 179) | func (_e *IndexAPI_Expecter) CreateIndex(index interface{}) *IndexAPI_... method CreateTemplate (line 231) | func (_e *IndexAPI_Expecter) CreateTemplate(template interface{}, name... method DeleteAlias (line 287) | func (_e *IndexAPI_Expecter) DeleteAlias(aliases interface{}) *IndexAP... method DeleteIndices (line 338) | func (_e *IndexAPI_Expecter) DeleteIndices(indices interface{}) *Index... method GetJaegerIndices (line 400) | func (_e *IndexAPI_Expecter) GetJaegerIndices(prefix interface{}) *Ind... method IndexExists (line 460) | func (_e *IndexAPI_Expecter) IndexExists(index interface{}) *IndexAPI_... method Rollover (line 512) | func (_e *IndexAPI_Expecter) Rollover(rolloverTarget interface{}, cond... type IndexAPI_AliasExists_Call (line 71) | type IndexAPI_AliasExists_Call struct method Run (line 81) | func (_c *IndexAPI_AliasExists_Call) Run(run func(alias string)) *Inde... method Return (line 94) | func (_c *IndexAPI_AliasExists_Call) Return(b bool, err error) *IndexA... method RunAndReturn (line 99) | func (_c *IndexAPI_AliasExists_Call) RunAndReturn(run func(alias strin... type IndexAPI_CreateAlias_Call (line 122) | type IndexAPI_CreateAlias_Call struct method Run (line 132) | func (_c *IndexAPI_CreateAlias_Call) Run(run func(aliases []client.Ali... method Return (line 145) | func (_c *IndexAPI_CreateAlias_Call) Return(err error) *IndexAPI_Creat... method RunAndReturn (line 150) | func (_c *IndexAPI_CreateAlias_Call) RunAndReturn(run func(aliases []c... type IndexAPI_CreateIndex_Call (line 173) | type IndexAPI_CreateIndex_Call struct method Run (line 183) | func (_c *IndexAPI_CreateIndex_Call) Run(run func(index string)) *Inde... method Return (line 196) | func (_c *IndexAPI_CreateIndex_Call) Return(err error) *IndexAPI_Creat... method RunAndReturn (line 201) | func (_c *IndexAPI_CreateIndex_Call) RunAndReturn(run func(index strin... type IndexAPI_CreateTemplate_Call (line 224) | type IndexAPI_CreateTemplate_Call struct method Run (line 235) | func (_c *IndexAPI_CreateTemplate_Call) Run(run func(template string, ... method Return (line 253) | func (_c *IndexAPI_CreateTemplate_Call) Return(err error) *IndexAPI_Cr... method RunAndReturn (line 258) | func (_c *IndexAPI_CreateTemplate_Call) RunAndReturn(run func(template... type IndexAPI_DeleteAlias_Call (line 281) | type IndexAPI_DeleteAlias_Call struct method Run (line 291) | func (_c *IndexAPI_DeleteAlias_Call) Run(run func(aliases []client.Ali... method Return (line 304) | func (_c *IndexAPI_DeleteAlias_Call) Return(err error) *IndexAPI_Delet... method RunAndReturn (line 309) | func (_c *IndexAPI_DeleteAlias_Call) RunAndReturn(run func(aliases []c... type IndexAPI_DeleteIndices_Call (line 332) | type IndexAPI_DeleteIndices_Call struct method Run (line 342) | func (_c *IndexAPI_DeleteIndices_Call) Run(run func(indices []client.I... method Return (line 355) | func (_c *IndexAPI_DeleteIndices_Call) Return(err error) *IndexAPI_Del... method RunAndReturn (line 360) | func (_c *IndexAPI_DeleteIndices_Call) RunAndReturn(run func(indices [... type IndexAPI_GetJaegerIndices_Call (line 394) | type IndexAPI_GetJaegerIndices_Call struct method Run (line 404) | func (_c *IndexAPI_GetJaegerIndices_Call) Run(run func(prefix string))... method Return (line 417) | func (_c *IndexAPI_GetJaegerIndices_Call) Return(indexs []client.Index... method RunAndReturn (line 422) | func (_c *IndexAPI_GetJaegerIndices_Call) RunAndReturn(run func(prefix... type IndexAPI_IndexExists_Call (line 454) | type IndexAPI_IndexExists_Call struct method Run (line 464) | func (_c *IndexAPI_IndexExists_Call) Run(run func(index string)) *Inde... method Return (line 477) | func (_c *IndexAPI_IndexExists_Call) Return(b bool, err error) *IndexA... method RunAndReturn (line 482) | func (_c *IndexAPI_IndexExists_Call) RunAndReturn(run func(index strin... type IndexAPI_Rollover_Call (line 505) | type IndexAPI_Rollover_Call struct method Run (line 516) | func (_c *IndexAPI_Rollover_Call) Run(run func(rolloverTarget string, ... method Return (line 534) | func (_c *IndexAPI_Rollover_Call) Return(err error) *IndexAPI_Rollover... method RunAndReturn (line 539) | func (_c *IndexAPI_Rollover_Call) RunAndReturn(run func(rolloverTarget... function NewClusterAPI (line 546) | func NewClusterAPI(t interface { type ClusterAPI (line 559) | type ClusterAPI struct method EXPECT (line 567) | func (_m *ClusterAPI) EXPECT() *ClusterAPI_Expecter { method Version (line 572) | func (_mock *ClusterAPI) Version() (uint, error) { type ClusterAPI_Expecter (line 563) | type ClusterAPI_Expecter struct method Version (line 603) | func (_e *ClusterAPI_Expecter) Version() *ClusterAPI_Version_Call { type ClusterAPI_Version_Call (line 598) | type ClusterAPI_Version_Call struct method Run (line 607) | func (_c *ClusterAPI_Version_Call) Run(run func()) *ClusterAPI_Version... method Return (line 614) | func (_c *ClusterAPI_Version_Call) Return(v uint, err error) *ClusterA... method RunAndReturn (line 619) | func (_c *ClusterAPI_Version_Call) RunAndReturn(run func() (uint, erro... function NewIndexManagementLifecycleAPI (line 626) | func NewIndexManagementLifecycleAPI(t interface { type IndexManagementLifecycleAPI (line 639) | type IndexManagementLifecycleAPI struct method EXPECT (line 647) | func (_m *IndexManagementLifecycleAPI) EXPECT() *IndexManagementLifecy... method Exists (line 652) | func (_mock *IndexManagementLifecycleAPI) Exists(name string) (bool, e... type IndexManagementLifecycleAPI_Expecter (line 643) | type IndexManagementLifecycleAPI_Expecter struct method Exists (line 684) | func (_e *IndexManagementLifecycleAPI_Expecter) Exists(name interface{... type IndexManagementLifecycleAPI_Exists_Call (line 678) | type IndexManagementLifecycleAPI_Exists_Call struct method Run (line 688) | func (_c *IndexManagementLifecycleAPI_Exists_Call) Run(run func(name s... method Return (line 701) | func (_c *IndexManagementLifecycleAPI_Exists_Call) Return(b bool, err ... method RunAndReturn (line 706) | func (_c *IndexManagementLifecycleAPI_Exists_Call) RunAndReturn(run fu... FILE: internal/storage/elasticsearch/client/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/elasticsearch/config/auth_helper.go function initTokenAuthWithTime (line 21) | func initTokenAuthWithTime(tokenAuth *TokenAuthentication, scheme string... function initBearerAuth (line 62) | func initBearerAuth(tokenAuth *TokenAuthentication, logger *zap.Logger) ... function initAPIKeyAuth (line 69) | func initAPIKeyAuth(tokenAuth *TokenAuthentication, logger *zap.Logger) ... function initBasicAuth (line 77) | func initBasicAuth(basicAuth *BasicAuthentication, logger *zap.Logger) (... function initBasicAuthWithTime (line 81) | func initBasicAuthWithTime(basicAuth *BasicAuthentication, logger *zap.L... FILE: internal/storage/elasticsearch/config/auth_helper_test.go function TestInitBearerAuth (line 22) | func TestInitBearerAuth(t *testing.T) { function TestInitAPIKeyAuth (line 90) | func TestInitAPIKeyAuth(t *testing.T) { function TestMultipleTokenAuth (line 154) | func TestMultipleTokenAuth(t *testing.T) { function TestInitBasicAuth (line 185) | func TestInitBasicAuth(t *testing.T) { function TestInitBasicAuthWithReload (line 255) | func TestInitBasicAuthWithReload(t *testing.T) { function TestInitBasicAuth_EdgeCases (line 291) | func TestInitBasicAuth_EdgeCases(t *testing.T) { function TestTokenAuth_WarningLogs (line 355) | func TestTokenAuth_WarningLogs(t *testing.T) { FILE: internal/storage/elasticsearch/config/config.go constant IndexPrefixSeparator (line 41) | IndexPrefixSeparator = "-" type IndexOptions (line 45) | type IndexOptions struct type Indices (line 66) | type Indices struct type bulkCallback (line 76) | type bulkCallback struct method invoke (line 351) | func (bcb *bulkCallback) invoke(id int64, requests []elastic.BulkableR... type IndexPrefix (line 82) | type IndexPrefix method Apply (line 84) | func (p IndexPrefix) Apply(indexName string) string { type Configuration (line 96) | type Configuration struct method ApplyDefaults (line 447) | func (c *Configuration) ApplyDefaults(source *Configuration) { method TagKeysAsFields (line 550) | func (c *Configuration) TagKeysAsFields() ([]string, error) { method getESOptions (line 580) | func (c *Configuration) getESOptions(disableHealthCheck bool) []elasti... method getConfigOptions (line 599) | func (c *Configuration) getConfigOptions(ctx context.Context, logger *... method Validate (line 754) | func (c *Configuration) Validate() error { type TagsAsFields (line 193) | type TagsAsFields struct type Sniffing (line 207) | type Sniffing struct type BulkProcessing (line 215) | type BulkProcessing struct type TokenAuthentication (line 227) | type TokenAuthentication struct type Authentication (line 237) | type Authentication struct type BasicAuthentication (line 244) | type BasicAuthentication struct function NewClient (line 265) | func NewClient(ctx context.Context, c *Configuration, logger *zap.Logger... function newElasticsearchV8 (line 397) | func newElasticsearchV8(ctx context.Context, c *Configuration, logger *z... function setDefaultIndexOptions (line 424) | func setDefaultIndexOptions(target, source *IndexOptions) { function RolloverFrequencyAsNegativeDuration (line 542) | func RolloverFrequencyAsNegativeDuration(frequency string) time.Duration { function addLoggerOptions (line 642) | func addLoggerOptions(options []elastic.ClientOptionFunc, logLevel strin... function GetHTTPRoundTripper (line 677) | func GetHTTPRoundTripper(ctx context.Context, c *Configuration, logger *... FILE: internal/storage/elasticsearch/config/config_test.go function copyToTempFile (line 76) | func copyToTempFile(t *testing.T, pattern string, filename string) (file... function basicAuth (line 90) | func basicAuth(username, password, passwordFilePath string) configoption... function bearerAuth (line 99) | func bearerAuth(filePath string, allowFromContext bool) configoptional.O... function apiKeyAuth (line 107) | func apiKeyAuth(filePath string, allowFromContext bool) configoptional.O... function TestNewClient (line 114) | func TestNewClient(t *testing.T) { function TestNewClientPingErrorHandling (line 507) | func TestNewClientPingErrorHandling(t *testing.T) { function TestNewClientVersionDetection (line 580) | func TestNewClientVersionDetection(t *testing.T) { function TestApplyDefaults (line 650) | func TestApplyDefaults(t *testing.T) { function TestApplyDefaults_Auth (line 824) | func TestApplyDefaults_Auth(t *testing.T) { function TestTagKeysAsFields (line 847) | func TestTagKeysAsFields(t *testing.T) { function TestRolloverFrequencyAsNegativeDuration (line 931) | func TestRolloverFrequencyAsNegativeDuration(t *testing.T) { function TestValidate (line 962) | func TestValidate(t *testing.T) { function TestApplyForIndexPrefix (line 1064) | func TestApplyForIndexPrefix(t *testing.T) { function TestHandleBulkAfterCallback_ErrorMetricsEmitted (line 1105) | func TestHandleBulkAfterCallback_ErrorMetricsEmitted(t *testing.T) { function TestHandleBulkAfterCallback_MissingStartTime (line 1157) | func TestHandleBulkAfterCallback_MissingStartTime(t *testing.T) { function TestGetConfigOptions (line 1199) | func TestGetConfigOptions(t *testing.T) { function TestGetESOptions (line 1368) | func TestGetESOptions(t *testing.T) { function TestGetConfigOptionsIntegration (line 1467) | func TestGetConfigOptionsIntegration(t *testing.T) { function TestGetHTTPRoundTripper (line 1491) | func TestGetHTTPRoundTripper(t *testing.T) { function TestGetHTTPRoundTripperWithHTTPAuthError (line 1631) | func TestGetHTTPRoundTripperWithHTTPAuthError(t *testing.T) { type mockFailingHTTPAuth (line 1649) | type mockFailingHTTPAuth struct method RoundTripper (line 1651) | func (*mockFailingHTTPAuth) RoundTripper(_ http.RoundTripper) (http.Ro... function TestGetHTTPRoundTripperWrappingError (line 1655) | func TestGetHTTPRoundTripperWrappingError(t *testing.T) { type mockFailingHTTPAuthWrapper (line 1674) | type mockFailingHTTPAuthWrapper struct method RoundTripper (line 1676) | func (*mockFailingHTTPAuthWrapper) RoundTripper(_ http.RoundTripper) (... function TestGetHTTPRoundTripperWithHTTPAuthSuccess (line 1681) | func TestGetHTTPRoundTripperWithHTTPAuthSuccess(t *testing.T) { type mockSuccessfulHTTPAuth (line 1704) | type mockSuccessfulHTTPAuth struct method RoundTripper (line 1706) | func (*mockSuccessfulHTTPAuth) RoundTripper(rt http.RoundTripper) (htt... type mockWrappedRoundTripper (line 1711) | type mockWrappedRoundTripper struct method RoundTrip (line 1715) | func (m *mockWrappedRoundTripper) RoundTrip(req *http.Request) (*http.... function TestBulkCallbackInvoke_NilResponse (line 1719) | func TestBulkCallbackInvoke_NilResponse(t *testing.T) { function TestCustomHeaders (line 1747) | func TestCustomHeaders(t *testing.T) { function TestApplyDefaultsCustomHeaders (line 1796) | func TestApplyDefaultsCustomHeaders(t *testing.T) { function TestNewClientWithCustomHeaders (line 1845) | func TestNewClientWithCustomHeaders(t *testing.T) { function TestMain (line 1890) | func TestMain(m *testing.M) { FILE: internal/storage/elasticsearch/dbmodel/dot_replacer.go type DotReplacer (line 9) | type DotReplacer struct method ReplaceDot (line 19) | func (dm DotReplacer) ReplaceDot(k string) string { method ReplaceDotReplacement (line 24) | func (dm DotReplacer) ReplaceDotReplacement(k string) string { function NewDotReplacer (line 14) | func NewDotReplacer(tagDotReplacement string) DotReplacer { FILE: internal/storage/elasticsearch/dbmodel/dot_replacer_test.go function TestDotReplacement (line 12) | func TestDotReplacement(t *testing.T) { FILE: internal/storage/elasticsearch/dbmodel/model.go type ReferenceType (line 10) | type ReferenceType type TraceID (line 13) | type TraceID type SpanID (line 16) | type SpanID type ValueType (line 19) | type ValueType type Trace (line 22) | type Trace struct constant ChildOf (line 28) | ChildOf ReferenceType = "CHILD_OF" constant FollowsFrom (line 30) | FollowsFrom ReferenceType = "FOLLOWS_FROM" constant StringType (line 33) | StringType ValueType = "string" constant BoolType (line 35) | BoolType ValueType = "bool" constant Int64Type (line 37) | Int64Type ValueType = "int64" constant Float64Type (line 39) | Float64Type ValueType = "float64" constant BinaryType (line 41) | BinaryType ValueType = "binary" type Span (line 45) | type Span struct type Reference (line 66) | type Reference struct type Process (line 73) | type Process struct type Log (line 81) | type Log struct type KeyValue (line 87) | type KeyValue struct type Service (line 94) | type Service struct type Operation (line 100) | type Operation struct type OperationQueryParameters (line 106) | type OperationQueryParameters struct type TraceQueryParameters (line 112) | type TraceQueryParameters struct FILE: internal/storage/elasticsearch/dbmodel/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/elasticsearch/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/elasticsearch/errors.go function DetailedError (line 22) | func DetailedError(err error) error { FILE: internal/storage/elasticsearch/errors_test.go function TestDetailedError (line 14) | func TestDetailedError(t *testing.T) { FILE: internal/storage/elasticsearch/filter/alias.go function AliasExists (line 11) | func AliasExists(indices []client.Index, aliasName string) bool { function ByAlias (line 17) | func ByAlias(indices []client.Index, aliases []string) []client.Index { function ByAliasExclude (line 22) | func ByAliasExclude(indices []client.Index, aliases []string) []client.I... function filterByAliasWithOptions (line 26) | func filterByAliasWithOptions(indices []client.Index, aliases []string, ... function exlude (line 42) | func exlude(indices []client.Index, exclusionList []client.Index) []clie... function contains (line 52) | func contains(index client.Index, indexList []client.Index) bool { FILE: internal/storage/elasticsearch/filter/alias_test.go function TestByAlias (line 51) | func TestByAlias(t *testing.T) { function TestByAliasExclude (line 83) | func TestByAliasExclude(t *testing.T) { function TestHasAliasEmpty (line 99) | func TestHasAliasEmpty(t *testing.T) { FILE: internal/storage/elasticsearch/filter/date.go function ByDate (line 13) | func ByDate(indices []client.Index, beforeThisDate time.Time) []client.I... FILE: internal/storage/elasticsearch/filter/date_test.go function TestByDate (line 15) | func TestByDate(t *testing.T) { FILE: internal/storage/elasticsearch/filter/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/elasticsearch/mocks/mocks.go function NewClient (line 23) | func NewClient(t interface { type Client (line 36) | type Client struct method EXPECT (line 44) | func (_m *Client) EXPECT() *Client_Expecter { method Close (line 49) | func (_mock *Client) Close() error { method CreateIndex (line 93) | func (_mock *Client) CreateIndex(index string) elasticsearch.IndicesCr... method CreateTemplate (line 146) | func (_mock *Client) CreateTemplate(id string) elasticsearch.TemplateC... method DeleteIndex (line 199) | func (_mock *Client) DeleteIndex(index string) elasticsearch.IndicesDe... method GetVersion (line 252) | func (_mock *Client) GetVersion() uint { method Index (line 296) | func (_mock *Client) Index() elasticsearch.IndexService { method IndexExists (line 342) | func (_mock *Client) IndexExists(index string) elasticsearch.IndicesEx... method MultiSearch (line 395) | func (_mock *Client) MultiSearch() elasticsearch.MultiSearchService { method Search (line 441) | func (_mock *Client) Search(indices ...string) elasticsearch.SearchSer... type Client_Expecter (line 40) | type Client_Expecter struct method Close (line 71) | func (_e *Client_Expecter) Close() *Client_Close_Call { method CreateIndex (line 118) | func (_e *Client_Expecter) CreateIndex(index interface{}) *Client_Crea... method CreateTemplate (line 171) | func (_e *Client_Expecter) CreateTemplate(id interface{}) *Client_Crea... method DeleteIndex (line 224) | func (_e *Client_Expecter) DeleteIndex(index interface{}) *Client_Dele... method GetVersion (line 274) | func (_e *Client_Expecter) GetVersion() *Client_GetVersion_Call { method Index (line 320) | func (_e *Client_Expecter) Index() *Client_Index_Call { method IndexExists (line 367) | func (_e *Client_Expecter) IndexExists(index interface{}) *Client_Inde... method MultiSearch (line 419) | func (_e *Client_Expecter) MultiSearch() *Client_MultiSearch_Call { method Search (line 472) | func (_e *Client_Expecter) Search(indices ...interface{}) *Client_Sear... type Client_Close_Call (line 66) | type Client_Close_Call struct method Run (line 75) | func (_c *Client_Close_Call) Run(run func()) *Client_Close_Call { method Return (line 82) | func (_c *Client_Close_Call) Return(err error) *Client_Close_Call { method RunAndReturn (line 87) | func (_c *Client_Close_Call) RunAndReturn(run func() error) *Client_Cl... type Client_CreateIndex_Call (line 112) | type Client_CreateIndex_Call struct method Run (line 122) | func (_c *Client_CreateIndex_Call) Run(run func(index string)) *Client... method Return (line 135) | func (_c *Client_CreateIndex_Call) Return(indicesCreateService elastic... method RunAndReturn (line 140) | func (_c *Client_CreateIndex_Call) RunAndReturn(run func(index string)... type Client_CreateTemplate_Call (line 165) | type Client_CreateTemplate_Call struct method Run (line 175) | func (_c *Client_CreateTemplate_Call) Run(run func(id string)) *Client... method Return (line 188) | func (_c *Client_CreateTemplate_Call) Return(templateCreateService ela... method RunAndReturn (line 193) | func (_c *Client_CreateTemplate_Call) RunAndReturn(run func(id string)... type Client_DeleteIndex_Call (line 218) | type Client_DeleteIndex_Call struct method Run (line 228) | func (_c *Client_DeleteIndex_Call) Run(run func(index string)) *Client... method Return (line 241) | func (_c *Client_DeleteIndex_Call) Return(indicesDeleteService elastic... method RunAndReturn (line 246) | func (_c *Client_DeleteIndex_Call) RunAndReturn(run func(index string)... type Client_GetVersion_Call (line 269) | type Client_GetVersion_Call struct method Run (line 278) | func (_c *Client_GetVersion_Call) Run(run func()) *Client_GetVersion_C... method Return (line 285) | func (_c *Client_GetVersion_Call) Return(v uint) *Client_GetVersion_Ca... method RunAndReturn (line 290) | func (_c *Client_GetVersion_Call) RunAndReturn(run func() uint) *Clien... type Client_Index_Call (line 315) | type Client_Index_Call struct method Run (line 324) | func (_c *Client_Index_Call) Run(run func()) *Client_Index_Call { method Return (line 331) | func (_c *Client_Index_Call) Return(indexService elasticsearch.IndexSe... method RunAndReturn (line 336) | func (_c *Client_Index_Call) RunAndReturn(run func() elasticsearch.Ind... type Client_IndexExists_Call (line 361) | type Client_IndexExists_Call struct method Run (line 371) | func (_c *Client_IndexExists_Call) Run(run func(index string)) *Client... method Return (line 384) | func (_c *Client_IndexExists_Call) Return(indicesExistsService elastic... method RunAndReturn (line 389) | func (_c *Client_IndexExists_Call) RunAndReturn(run func(index string)... type Client_MultiSearch_Call (line 414) | type Client_MultiSearch_Call struct method Run (line 423) | func (_c *Client_MultiSearch_Call) Run(run func()) *Client_MultiSearch... method Return (line 430) | func (_c *Client_MultiSearch_Call) Return(multiSearchService elasticse... method RunAndReturn (line 435) | func (_c *Client_MultiSearch_Call) RunAndReturn(run func() elasticsear... type Client_Search_Call (line 466) | type Client_Search_Call struct method Run (line 477) | func (_c *Client_Search_Call) Run(run func(indices ...string)) *Client... method Return (line 492) | func (_c *Client_Search_Call) Return(searchService elasticsearch.Searc... method RunAndReturn (line 497) | func (_c *Client_Search_Call) RunAndReturn(run func(indices ...string)... function NewIndicesExistsService (line 504) | func NewIndicesExistsService(t interface { type IndicesExistsService (line 517) | type IndicesExistsService struct method EXPECT (line 525) | func (_m *IndicesExistsService) EXPECT() *IndicesExistsService_Expecter { method Do (line 530) | func (_mock *IndicesExistsService) Do(ctx context.Context) (bool, erro... type IndicesExistsService_Expecter (line 521) | type IndicesExistsService_Expecter struct method Do (line 562) | func (_e *IndicesExistsService_Expecter) Do(ctx interface{}) *IndicesE... type IndicesExistsService_Do_Call (line 556) | type IndicesExistsService_Do_Call struct method Run (line 566) | func (_c *IndicesExistsService_Do_Call) Run(run func(ctx context.Conte... method Return (line 579) | func (_c *IndicesExistsService_Do_Call) Return(b bool, err error) *Ind... method RunAndReturn (line 584) | func (_c *IndicesExistsService_Do_Call) RunAndReturn(run func(ctx cont... function NewIndicesCreateService (line 591) | func NewIndicesCreateService(t interface { type IndicesCreateService (line 604) | type IndicesCreateService struct method EXPECT (line 612) | func (_m *IndicesCreateService) EXPECT() *IndicesCreateService_Expecter { method Body (line 617) | func (_mock *IndicesCreateService) Body(mapping string) elasticsearch.... method Do (line 670) | func (_mock *IndicesCreateService) Do(ctx context.Context) (*elastic.I... type IndicesCreateService_Expecter (line 608) | type IndicesCreateService_Expecter struct method Body (line 642) | func (_e *IndicesCreateService_Expecter) Body(mapping interface{}) *In... method Do (line 704) | func (_e *IndicesCreateService_Expecter) Do(ctx interface{}) *IndicesC... type IndicesCreateService_Body_Call (line 636) | type IndicesCreateService_Body_Call struct method Run (line 646) | func (_c *IndicesCreateService_Body_Call) Run(run func(mapping string)... method Return (line 659) | func (_c *IndicesCreateService_Body_Call) Return(indicesCreateService ... method RunAndReturn (line 664) | func (_c *IndicesCreateService_Body_Call) RunAndReturn(run func(mappin... type IndicesCreateService_Do_Call (line 698) | type IndicesCreateService_Do_Call struct method Run (line 708) | func (_c *IndicesCreateService_Do_Call) Run(run func(ctx context.Conte... method Return (line 721) | func (_c *IndicesCreateService_Do_Call) Return(indicesCreateResult *el... method RunAndReturn (line 726) | func (_c *IndicesCreateService_Do_Call) RunAndReturn(run func(ctx cont... function NewIndicesDeleteService (line 733) | func NewIndicesDeleteService(t interface { type IndicesDeleteService (line 746) | type IndicesDeleteService struct method EXPECT (line 754) | func (_m *IndicesDeleteService) EXPECT() *IndicesDeleteService_Expecter { method Do (line 759) | func (_mock *IndicesDeleteService) Do(ctx context.Context) (*elastic.I... type IndicesDeleteService_Expecter (line 750) | type IndicesDeleteService_Expecter struct method Do (line 793) | func (_e *IndicesDeleteService_Expecter) Do(ctx interface{}) *IndicesD... type IndicesDeleteService_Do_Call (line 787) | type IndicesDeleteService_Do_Call struct method Run (line 797) | func (_c *IndicesDeleteService_Do_Call) Run(run func(ctx context.Conte... method Return (line 810) | func (_c *IndicesDeleteService_Do_Call) Return(indicesDeleteResponse *... method RunAndReturn (line 815) | func (_c *IndicesDeleteService_Do_Call) RunAndReturn(run func(ctx cont... function NewTemplateCreateService (line 822) | func NewTemplateCreateService(t interface { type TemplateCreateService (line 835) | type TemplateCreateService struct method EXPECT (line 843) | func (_m *TemplateCreateService) EXPECT() *TemplateCreateService_Expec... method Body (line 848) | func (_mock *TemplateCreateService) Body(mapping string) elasticsearch... method Do (line 901) | func (_mock *TemplateCreateService) Do(ctx context.Context) (*elastic.... type TemplateCreateService_Expecter (line 839) | type TemplateCreateService_Expecter struct method Body (line 873) | func (_e *TemplateCreateService_Expecter) Body(mapping interface{}) *T... method Do (line 935) | func (_e *TemplateCreateService_Expecter) Do(ctx interface{}) *Templat... type TemplateCreateService_Body_Call (line 867) | type TemplateCreateService_Body_Call struct method Run (line 877) | func (_c *TemplateCreateService_Body_Call) Run(run func(mapping string... method Return (line 890) | func (_c *TemplateCreateService_Body_Call) Return(templateCreateServic... method RunAndReturn (line 895) | func (_c *TemplateCreateService_Body_Call) RunAndReturn(run func(mappi... type TemplateCreateService_Do_Call (line 929) | type TemplateCreateService_Do_Call struct method Run (line 939) | func (_c *TemplateCreateService_Do_Call) Run(run func(ctx context.Cont... method Return (line 952) | func (_c *TemplateCreateService_Do_Call) Return(indicesPutTemplateResp... method RunAndReturn (line 957) | func (_c *TemplateCreateService_Do_Call) RunAndReturn(run func(ctx con... function NewIndexService (line 964) | func NewIndexService(t interface { type IndexService (line 977) | type IndexService struct method EXPECT (line 985) | func (_m *IndexService) EXPECT() *IndexService_Expecter { method Add (line 990) | func (_mock *IndexService) Add() { method BodyJson (line 1023) | func (_mock *IndexService) BodyJson(body any) elasticsearch.IndexServi... method Id (line 1076) | func (_mock *IndexService) Id(id string) elasticsearch.IndexService { method Index (line 1129) | func (_mock *IndexService) Index(index string) elasticsearch.IndexServ... method Type (line 1182) | func (_mock *IndexService) Type(typ string) elasticsearch.IndexService { type IndexService_Expecter (line 981) | type IndexService_Expecter struct method Add (line 1001) | func (_e *IndexService_Expecter) Add() *IndexService_Add_Call { method BodyJson (line 1048) | func (_e *IndexService_Expecter) BodyJson(body interface{}) *IndexServ... method Id (line 1101) | func (_e *IndexService_Expecter) Id(id interface{}) *IndexService_Id_C... method Index (line 1154) | func (_e *IndexService_Expecter) Index(index interface{}) *IndexServic... method Type (line 1207) | func (_e *IndexService_Expecter) Type(typ interface{}) *IndexService_T... type IndexService_Add_Call (line 996) | type IndexService_Add_Call struct method Run (line 1005) | func (_c *IndexService_Add_Call) Run(run func()) *IndexService_Add_Call { method Return (line 1012) | func (_c *IndexService_Add_Call) Return() *IndexService_Add_Call { method RunAndReturn (line 1017) | func (_c *IndexService_Add_Call) RunAndReturn(run func()) *IndexServic... type IndexService_BodyJson_Call (line 1042) | type IndexService_BodyJson_Call struct method Run (line 1052) | func (_c *IndexService_BodyJson_Call) Run(run func(body any)) *IndexSe... method Return (line 1065) | func (_c *IndexService_BodyJson_Call) Return(indexService elasticsearc... method RunAndReturn (line 1070) | func (_c *IndexService_BodyJson_Call) RunAndReturn(run func(body any) ... type IndexService_Id_Call (line 1095) | type IndexService_Id_Call struct method Run (line 1105) | func (_c *IndexService_Id_Call) Run(run func(id string)) *IndexService... method Return (line 1118) | func (_c *IndexService_Id_Call) Return(indexService elasticsearch.Inde... method RunAndReturn (line 1123) | func (_c *IndexService_Id_Call) RunAndReturn(run func(id string) elast... type IndexService_Index_Call (line 1148) | type IndexService_Index_Call struct method Run (line 1158) | func (_c *IndexService_Index_Call) Run(run func(index string)) *IndexS... method Return (line 1171) | func (_c *IndexService_Index_Call) Return(indexService elasticsearch.I... method RunAndReturn (line 1176) | func (_c *IndexService_Index_Call) RunAndReturn(run func(index string)... type IndexService_Type_Call (line 1201) | type IndexService_Type_Call struct method Run (line 1211) | func (_c *IndexService_Type_Call) Run(run func(typ string)) *IndexServ... method Return (line 1224) | func (_c *IndexService_Type_Call) Return(indexService elasticsearch.In... method RunAndReturn (line 1229) | func (_c *IndexService_Type_Call) RunAndReturn(run func(typ string) el... function NewSearchService (line 1236) | func NewSearchService(t interface { type SearchService (line 1249) | type SearchService struct method EXPECT (line 1257) | func (_m *SearchService) EXPECT() *SearchService_Expecter { method Aggregation (line 1262) | func (_mock *SearchService) Aggregation(name string, aggregation elast... method Do (line 1321) | func (_mock *SearchService) Do(ctx context.Context) (*elastic.SearchRe... method IgnoreUnavailable (line 1383) | func (_mock *SearchService) IgnoreUnavailable(ignoreUnavailable bool) ... method Query (line 1436) | func (_mock *SearchService) Query(query elastic.Query) elasticsearch.S... method Size (line 1489) | func (_mock *SearchService) Size(size int) elasticsearch.SearchService { type SearchService_Expecter (line 1253) | type SearchService_Expecter struct method Aggregation (line 1288) | func (_e *SearchService_Expecter) Aggregation(name interface{}, aggreg... method Do (line 1355) | func (_e *SearchService_Expecter) Do(ctx interface{}) *SearchService_D... method IgnoreUnavailable (line 1408) | func (_e *SearchService_Expecter) IgnoreUnavailable(ignoreUnavailable ... method Query (line 1461) | func (_e *SearchService_Expecter) Query(query interface{}) *SearchServ... method Size (line 1514) | func (_e *SearchService_Expecter) Size(size interface{}) *SearchServic... type SearchService_Aggregation_Call (line 1281) | type SearchService_Aggregation_Call struct method Run (line 1292) | func (_c *SearchService_Aggregation_Call) Run(run func(name string, ag... method Return (line 1310) | func (_c *SearchService_Aggregation_Call) Return(searchService elastic... method RunAndReturn (line 1315) | func (_c *SearchService_Aggregation_Call) RunAndReturn(run func(name s... type SearchService_Do_Call (line 1349) | type SearchService_Do_Call struct method Run (line 1359) | func (_c *SearchService_Do_Call) Run(run func(ctx context.Context)) *S... method Return (line 1372) | func (_c *SearchService_Do_Call) Return(searchResult *elastic.SearchRe... method RunAndReturn (line 1377) | func (_c *SearchService_Do_Call) RunAndReturn(run func(ctx context.Con... type SearchService_IgnoreUnavailable_Call (line 1402) | type SearchService_IgnoreUnavailable_Call struct method Run (line 1412) | func (_c *SearchService_IgnoreUnavailable_Call) Run(run func(ignoreUna... method Return (line 1425) | func (_c *SearchService_IgnoreUnavailable_Call) Return(searchService e... method RunAndReturn (line 1430) | func (_c *SearchService_IgnoreUnavailable_Call) RunAndReturn(run func(... type SearchService_Query_Call (line 1455) | type SearchService_Query_Call struct method Run (line 1465) | func (_c *SearchService_Query_Call) Run(run func(query elastic.Query))... method Return (line 1478) | func (_c *SearchService_Query_Call) Return(searchService elasticsearch... method RunAndReturn (line 1483) | func (_c *SearchService_Query_Call) RunAndReturn(run func(query elasti... type SearchService_Size_Call (line 1508) | type SearchService_Size_Call struct method Run (line 1518) | func (_c *SearchService_Size_Call) Run(run func(size int)) *SearchServ... method Return (line 1531) | func (_c *SearchService_Size_Call) Return(searchService elasticsearch.... method RunAndReturn (line 1536) | func (_c *SearchService_Size_Call) RunAndReturn(run func(size int) ela... function NewMultiSearchService (line 1543) | func NewMultiSearchService(t interface { type MultiSearchService (line 1556) | type MultiSearchService struct method EXPECT (line 1564) | func (_m *MultiSearchService) EXPECT() *MultiSearchService_Expecter { method Add (line 1569) | func (_mock *MultiSearchService) Add(requests ...*elastic.SearchReques... method Do (line 1631) | func (_mock *MultiSearchService) Do(ctx context.Context) (*elastic.Mul... method Index (line 1693) | func (_mock *MultiSearchService) Index(indices ...string) elasticsearc... type MultiSearchService_Expecter (line 1560) | type MultiSearchService_Expecter struct method Add (line 1600) | func (_e *MultiSearchService_Expecter) Add(requests ...interface{}) *M... method Do (line 1665) | func (_e *MultiSearchService_Expecter) Do(ctx interface{}) *MultiSearc... method Index (line 1724) | func (_e *MultiSearchService_Expecter) Index(indices ...interface{}) *... type MultiSearchService_Add_Call (line 1594) | type MultiSearchService_Add_Call struct method Run (line 1605) | func (_c *MultiSearchService_Add_Call) Run(run func(requests ...*elast... method Return (line 1620) | func (_c *MultiSearchService_Add_Call) Return(multiSearchService elast... method RunAndReturn (line 1625) | func (_c *MultiSearchService_Add_Call) RunAndReturn(run func(requests ... type MultiSearchService_Do_Call (line 1659) | type MultiSearchService_Do_Call struct method Run (line 1669) | func (_c *MultiSearchService_Do_Call) Run(run func(ctx context.Context... method Return (line 1682) | func (_c *MultiSearchService_Do_Call) Return(multiSearchResult *elasti... method RunAndReturn (line 1687) | func (_c *MultiSearchService_Do_Call) RunAndReturn(run func(ctx contex... type MultiSearchService_Index_Call (line 1718) | type MultiSearchService_Index_Call struct method Run (line 1729) | func (_c *MultiSearchService_Index_Call) Run(run func(indices ...strin... method Return (line 1744) | func (_c *MultiSearchService_Index_Call) Return(multiSearchService ela... method RunAndReturn (line 1749) | func (_c *MultiSearchService_Index_Call) RunAndReturn(run func(indices... function NewTemplateApplier (line 1756) | func NewTemplateApplier(t interface { type TemplateApplier (line 1769) | type TemplateApplier struct method EXPECT (line 1777) | func (_m *TemplateApplier) EXPECT() *TemplateApplier_Expecter { method Execute (line 1782) | func (_mock *TemplateApplier) Execute(wr io.Writer, data any) error { type TemplateApplier_Expecter (line 1773) | type TemplateApplier_Expecter struct method Execute (line 1806) | func (_e *TemplateApplier_Expecter) Execute(wr interface{}, data inter... type TemplateApplier_Execute_Call (line 1799) | type TemplateApplier_Execute_Call struct method Run (line 1810) | func (_c *TemplateApplier_Execute_Call) Run(run func(wr io.Writer, dat... method Return (line 1828) | func (_c *TemplateApplier_Execute_Call) Return(err error) *TemplateApp... method RunAndReturn (line 1833) | func (_c *TemplateApplier_Execute_Call) RunAndReturn(run func(wr io.Wr... function NewTemplateBuilder (line 1840) | func NewTemplateBuilder(t interface { type TemplateBuilder (line 1853) | type TemplateBuilder struct method EXPECT (line 1861) | func (_m *TemplateBuilder) EXPECT() *TemplateBuilder_Expecter { method Parse (line 1866) | func (_mock *TemplateBuilder) Parse(text string) (elasticsearch.Templa... type TemplateBuilder_Expecter (line 1857) | type TemplateBuilder_Expecter struct method Parse (line 1900) | func (_e *TemplateBuilder_Expecter) Parse(text interface{}) *TemplateB... type TemplateBuilder_Parse_Call (line 1894) | type TemplateBuilder_Parse_Call struct method Run (line 1904) | func (_c *TemplateBuilder_Parse_Call) Run(run func(text string)) *Temp... method Return (line 1917) | func (_c *TemplateBuilder_Parse_Call) Return(templateApplier elasticse... method RunAndReturn (line 1922) | func (_c *TemplateBuilder_Parse_Call) RunAndReturn(run func(text strin... FILE: internal/storage/elasticsearch/query/range_query.go type RangeQuery (line 12) | type RangeQuery struct method set (line 27) | func (q *RangeQuery) set(key string, val any) *RangeQuery { method Gt (line 32) | func (q *RangeQuery) Gt(val any) *RangeQuery { return q.set("gt",... method Gte (line 33) | func (q *RangeQuery) Gte(val any) *RangeQuery { return q.set("gte"... method Lt (line 34) | func (q *RangeQuery) Lt(val any) *RangeQuery { return q.set("lt",... method Lte (line 35) | func (q *RangeQuery) Lte(val any) *RangeQuery { return q.set("lte"... method Boost (line 36) | func (q *RangeQuery) Boost(b float64) *RangeQuery { return q.set("boos... method TimeZone (line 37) | func (q *RangeQuery) TimeZone(tz string) *RangeQuery { method Format (line 41) | func (q *RangeQuery) Format(fmt string) *RangeQuery { method Relation (line 45) | func (q *RangeQuery) Relation(r string) *RangeQuery { method QueryName (line 49) | func (q *RangeQuery) QueryName(queryName string) *RangeQuery { method Source (line 56) | func (q *RangeQuery) Source() (any, error) { function NewRangeQuery (line 19) | func NewRangeQuery(name string) *RangeQuery { FILE: internal/storage/elasticsearch/query/range_query_test.go function assertRangeQuery (line 13) | func assertRangeQuery(t *testing.T, q *RangeQuery, expected string) { function TestRangeQuery (line 29) | func TestRangeQuery(t *testing.T) { function TestRangeQueryWithTimeZone (line 41) | func TestRangeQueryWithTimeZone(t *testing.T) { function TestRangeQueryWithFormat (line 51) | func TestRangeQueryWithFormat(t *testing.T) { function TestMain (line 61) | func TestMain(m *testing.M) { FILE: internal/storage/elasticsearch/textTemplate.go type TemplateApplier (line 12) | type TemplateApplier interface type TemplateBuilder (line 18) | type TemplateBuilder interface type TextTemplateBuilder (line 23) | type TextTemplateBuilder struct method Parse (line 26) | func (TextTemplateBuilder) Parse(tmpl string) (TemplateApplier, error) { FILE: internal/storage/elasticsearch/textTemplate_test.go function TestParse (line 14) | func TestParse(t *testing.T) { FILE: internal/storage/elasticsearch/wrapper/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/elasticsearch/wrapper/wrapper.go type ClientWrapper (line 23) | type ClientWrapper struct method GetVersion (line 31) | func (c ClientWrapper) GetVersion() uint { method IndexExists (line 46) | func (c ClientWrapper) IndexExists(index string) es.IndicesExistsServi... method CreateIndex (line 51) | func (c ClientWrapper) CreateIndex(index string) es.IndicesCreateServi... method DeleteIndex (line 56) | func (c ClientWrapper) DeleteIndex(index string) es.IndicesDeleteServi... method CreateTemplate (line 61) | func (c ClientWrapper) CreateTemplate(ttype string) es.TemplateCreateS... method Index (line 72) | func (c ClientWrapper) Index() es.IndexService { method Search (line 78) | func (c ClientWrapper) Search(indices ...string) es.SearchService { method MultiSearch (line 87) | func (c ClientWrapper) MultiSearch() es.MultiSearchService { method Close (line 93) | func (c ClientWrapper) Close() error { function WrapESClient (line 36) | func WrapESClient(client *elastic.Client, s *elastic.BulkProcessor, esVe... type IndicesExistsServiceWrapper (line 101) | type IndicesExistsServiceWrapper struct method Do (line 111) | func (e IndicesExistsServiceWrapper) Do(ctx context.Context) (bool, er... function WrapESIndicesExistsService (line 106) | func WrapESIndicesExistsService(indicesExistsService *elastic.IndicesExi... type IndicesCreateServiceWrapper (line 118) | type IndicesCreateServiceWrapper struct method Body (line 128) | func (c IndicesCreateServiceWrapper) Body(mapping string) es.IndicesCr... method Do (line 133) | func (c IndicesCreateServiceWrapper) Do(ctx context.Context) (*elastic... function WrapESIndicesCreateService (line 123) | func WrapESIndicesCreateService(indicesCreateService *elastic.IndicesCre... type TemplateCreateServiceWrapper (line 138) | type TemplateCreateServiceWrapper struct method Body (line 163) | func (c TemplateCreateServiceWrapper) Body(mapping string) es.Template... method Do (line 168) | func (c TemplateCreateServiceWrapper) Do(ctx context.Context) (*elasti... type IndicesDeleteServiceWrapper (line 143) | type IndicesDeleteServiceWrapper struct method Do (line 153) | func (e IndicesDeleteServiceWrapper) Do(ctx context.Context) (*elastic... function WrapESIndicesDeleteService (line 148) | func WrapESIndicesDeleteService(indicesDeleteService *elastic.IndicesDel... function WrapESTemplateCreateService (line 158) | func WrapESTemplateCreateService(mappingCreateService *elastic.IndicesPu... type TemplateCreatorWrapperV8 (line 175) | type TemplateCreatorWrapperV8 struct method Body (line 182) | func (c TemplateCreatorWrapperV8) Body(mapping string) es.TemplateCrea... method Do (line 189) | func (c TemplateCreatorWrapperV8) Do(context.Context) (*elastic.Indice... type IndexServiceWrapper (line 204) | type IndexServiceWrapper struct method Index (line 216) | func (i IndexServiceWrapper) Index(index string) es.IndexService { method Type (line 221) | func (i IndexServiceWrapper) Type(typ string) es.IndexService { method Add (line 229) | func (i IndexServiceWrapper) Add() { function WrapESIndexService (line 211) | func WrapESIndexService(indexService *elastic.BulkIndexRequest, bulkServ... type SearchServiceWrapper (line 236) | type SearchServiceWrapper struct method Size (line 246) | func (s SearchServiceWrapper) Size(size int) es.SearchService { method Aggregation (line 251) | func (s SearchServiceWrapper) Aggregation(name string, aggregation ela... method IgnoreUnavailable (line 256) | func (s SearchServiceWrapper) IgnoreUnavailable(ignoreUnavailable bool... method Query (line 261) | func (s SearchServiceWrapper) Query(query elastic.Query) es.SearchServ... method Do (line 266) | func (s SearchServiceWrapper) Do(ctx context.Context) (*elastic.Search... function WrapESSearchService (line 241) | func WrapESSearchService(searchService *elastic.SearchService) SearchSer... type MultiSearchServiceWrapper (line 271) | type MultiSearchServiceWrapper struct method Add (line 281) | func (s MultiSearchServiceWrapper) Add(requests ...*elastic.SearchRequ... method Index (line 286) | func (s MultiSearchServiceWrapper) Index(indices ...string) es.MultiSe... method Do (line 291) | func (s MultiSearchServiceWrapper) Do(ctx context.Context) (*elastic.M... function WrapESMultiSearchService (line 276) | func WrapESMultiSearchService(multiSearchService *elastic.MultiSearchSer... FILE: internal/storage/elasticsearch/wrapper/wrapper_nolint.go method Id (line 12) | func (i IndexServiceWrapper) Id(id string) es.IndexService { method BodyJson (line 17) | func (i IndexServiceWrapper) BodyJson(body any) es.IndexService { FILE: internal/storage/integration/badgerstore_test.go type BadgerIntegrationStorage (line 20) | type BadgerIntegrationStorage struct method initialize (line 25) | func (s *BadgerIntegrationStorage) initialize(t *testing.T) { method cleanUp (line 47) | func (s *BadgerIntegrationStorage) cleanUp(t *testing.T) { function TestBadgerStorage (line 51) | func TestBadgerStorage(t *testing.T) { FILE: internal/storage/integration/cassandra_test.go type CassandraStorageIntegration (line 25) | type CassandraStorageIntegration struct method cleanUp (line 42) | func (s *CassandraStorageIntegration) cleanUp(t *testing.T) { method initializeCassandra (line 46) | func (s *CassandraStorageIntegration) initializeCassandra(t *testing.T) { method initializeDependencyReaderAndWriter (line 94) | func (s *CassandraStorageIntegration) initializeDependencyReaderAndWri... function newCassandraStorageIntegration (line 30) | func newCassandraStorageIntegration() *CassandraStorageIntegration { function TestCassandraStorage (line 108) | func TestCassandraStorage(t *testing.T) { FILE: internal/storage/integration/dates.go type dateOffsetNormalizer (line 23) | type dateOffsetNormalizer struct method normalizeTrace (line 31) | func (d dateOffsetNormalizer) normalizeTrace(td ptrace.Traces) { method normalizeTime (line 41) | func (d dateOffsetNormalizer) normalizeTime(t pcommon.Timestamp) pcomm... function newDateOffsetNormalizer (line 27) | func newDateOffsetNormalizer(tm time.Time) dateOffsetNormalizer { FILE: internal/storage/integration/dates_test.go function Test_dateOffsetNormalizer (line 15) | func Test_dateOffsetNormalizer(t *testing.T) { FILE: internal/storage/integration/elasticsearch_test.go constant host (line 35) | host = "0.0.0.0" constant queryPort (line 36) | queryPort = "9200" constant queryHostPort (line 37) | queryHostPort = host + ":" + queryPort constant queryURL (line 38) | queryURL = "http://" + queryHostPort constant indexPrefix (line 39) | indexPrefix = "integration-test" constant indexDateLayout (line 40) | indexDateLayout = "2006-01-02" constant tagKeyDeDotChar (line 41) | tagKeyDeDotChar = "@" constant maxSpanAge (line 42) | maxSpanAge = time.Hour * 72 constant defaultMaxDocCount (line 43) | defaultMaxDocCount = 10_000 constant spanTemplateName (line 44) | spanTemplateName = "jaeger-span" constant serviceTemplateName (line 45) | serviceTemplateName = "jaeger-service" constant dependenciesTemplateName (line 46) | dependenciesTemplateName = "jaeger-dependencies" constant archiveAliasSuffix (line 47) | archiveAliasSuffix = "archive" type ESStorageIntegration (line 50) | type ESStorageIntegration struct method getVersion (line 63) | func (s *ESStorageIntegration) getVersion() (uint, error) { method initializeES (line 81) | func (s *ESStorageIntegration) initializeES(t *testing.T, c *http.Clie... method esCleanUp (line 106) | func (s *ESStorageIntegration) esCleanUp(t *testing.T) { method initSpanstore (line 111) | func (s *ESStorageIntegration) initSpanstore(t *testing.T, allTagsAsFi... method cleanESIndexTemplates (line 226) | func (s *ESStorageIntegration) cleanESIndexTemplates(t *testing.T, pre... method testArchiveTrace (line 251) | func (s *ESStorageIntegration) testArchiveTrace(t *testing.T) { function healthCheck (line 155) | func healthCheck(c *http.Client) error { function runElasticsearchTest (line 165) | func runElasticsearchTest(t *testing.T, allTagsAsFields bool) { function TestElasticsearchStorage (line 182) | func TestElasticsearchStorage(t *testing.T) { function TestElasticsearchStorage_AllTagsAsObjectFields (line 189) | func TestElasticsearchStorage_AllTagsAsObjectFields(t *testing.T) { function TestElasticsearchStorage_IndexTemplates (line 196) | func TestElasticsearchStorage_IndexTemplates(t *testing.T) { FILE: internal/storage/integration/es_index_cleaner_test.go constant archiveIndexName (line 23) | archiveIndexName = "jaeger-span-archive" constant dependenciesIndexName (line 24) | dependenciesIndexName = "jaeger-dependencies-2019-01-01" constant samplingIndexName (line 25) | samplingIndexName = "jaeger-sampling-2019-01-01" constant spanIndexName (line 26) | spanIndexName = "jaeger-span-2019-01-01" constant serviceIndexName (line 27) | serviceIndexName = "jaeger-service-2019-01-01" constant indexCleanerImage (line 28) | indexCleanerImage = "localhost:5000/jaegertracing/jaeger-es-index-cl... constant rolloverImage (line 29) | rolloverImage = "localhost:5000/jaegertracing/jaeger-es-rollover... constant rolloverNowEnvVar (line 30) | rolloverNowEnvVar = `CONDITIONS='{"max_age":"0s"}'` function TestIndexCleaner_doNotFailOnEmptyStorage (line 33) | func TestIndexCleaner_doNotFailOnEmptyStorage(t *testing.T) { function TestIndexCleaner_doNotFailOnFullStorage (line 56) | func TestIndexCleaner_doNotFailOnFullStorage(t *testing.T) { function TestIndexCleaner (line 81) | func TestIndexCleaner(t *testing.T) { function runIndexCleanerTest (line 149) | func runIndexCleanerTest(t *testing.T, client *elastic.Client, v8Client ... function createAllIndices (line 177) | func createAllIndices(client *elastic.Client, prefix string, adaptiveSam... function createEsIndices (line 214) | func createEsIndices(client *elastic.Client, indices []string) error { function runEsCleaner (line 223) | func runEsCleaner(days int, envs []string) error { function runEsRollover (line 236) | func runEsRollover(action string, envs []string, adaptiveSampling bool) ... function createESClient (line 249) | func createESClient(t *testing.T, hcl *http.Client) (*elastic.Client, er... function createESV8Client (line 262) | func createESV8Client(tr http.RoundTripper) (*elasticsearch8.Client, err... function cleanESIndexTemplates (line 270) | func cleanESIndexTemplates(t *testing.T, client *elastic.Client, v8Clien... function getESHttpClient (line 278) | func getESHttpClient(t *testing.T) *http.Client { FILE: internal/storage/integration/es_index_rollover_test.go constant defaultILMPolicyName (line 19) | defaultILMPolicyName = "jaeger-ilm-policy" function TestIndexRollover_FailIfILMNotPresent (line 22) | func TestIndexRollover_FailIfILMNotPresent(t *testing.T) { function TestIndexRollover_Idempotency (line 41) | func TestIndexRollover_Idempotency(t *testing.T) { function TestIndexRollover_CreateIndicesWithILM (line 58) | func TestIndexRollover_CreateIndicesWithILM(t *testing.T) { function runCreateIndicesWithILM (line 74) | func runCreateIndicesWithILM(t *testing.T, ilmPolicyName string) { function runIndexRolloverWithILMTest (line 102) | func runIndexRolloverWithILMTest(t *testing.T, client *elastic.Client, p... function getVersion (line 150) | func getVersion(client *elastic.Client) (uint, error) { function createILMPolicy (line 162) | func createILMPolicy(client *elastic.Client, policyName string) error { function cleanES (line 167) | func cleanES(t *testing.T, client *elastic.Client, policyName string) { FILE: internal/storage/integration/grpc_test.go type GRPCStorageIntegrationTestSuite (line 21) | type GRPCStorageIntegrationTestSuite struct method initialize (line 28) | func (s *GRPCStorageIntegrationTestSuite) initialize(t *testing.T) { method close (line 56) | func (s *GRPCStorageIntegrationTestSuite) close(t *testing.T) { method cleanUp (line 61) | func (s *GRPCStorageIntegrationTestSuite) cleanUp(t *testing.T) { function TestGRPCRemoteStorage (line 66) | func TestGRPCRemoteStorage(t *testing.T) { FILE: internal/storage/integration/integration.go type StorageIntegration (line 46) | type StorageIntegration struct method cleanUp (line 124) | func (s *StorageIntegration) cleanUp(t *testing.T) { method skipIfNeeded (line 148) | func (s *StorageIntegration) skipIfNeeded(t *testing.T) { method waitForCondition (line 160) | func (*StorageIntegration) waitForCondition(t *testing.T, predicate fu... method testGetServices (line 172) | func (s *StorageIntegration) testGetServices(t *testing.T) { method helperTestGetTrace (line 220) | func (s *StorageIntegration) helperTestGetTrace( method testGetLargeTrace (line 262) | func (s *StorageIntegration) testGetLargeTrace(t *testing.T) { method testGetTraceWithDuplicates (line 266) | func (s *StorageIntegration) testGetTraceWithDuplicates(t *testing.T) { method testGetOperations (line 281) | func (s *StorageIntegration) testGetOperations(t *testing.T) { method testGetTrace (line 323) | func (s *StorageIntegration) testGetTrace(t *testing.T) { method testFindTraces (line 358) | func (s *StorageIntegration) testFindTraces(t *testing.T) { method findTracesByQuery (line 392) | func (s *StorageIntegration) findTracesByQuery(t *testing.T, query *tr... method writeTrace (line 417) | func (s *StorageIntegration) writeTrace(t *testing.T, trace ptrace.Tra... method loadParseAndWriteExampleTrace (line 427) | func (s *StorageIntegration) loadParseAndWriteExampleTrace(t *testing.... method writeLargeTraceWithDuplicateSpanIds (line 433) | func (s *StorageIntegration) writeLargeTraceWithDuplicateSpanIds( method getTraceFixture (line 470) | func (*StorageIntegration) getTraceFixture(t *testing.T, fixture strin... method testGetDependencies (line 528) | func (s *StorageIntegration) testGetDependencies(t *testing.T) { method testGetThroughput (line 588) | func (s *StorageIntegration) testGetThroughput(t *testing.T) { method testGetLatestProbability (line 613) | func (s *StorageIntegration) testGetLatestProbability(t *testing.T) { method insertThroughput (line 641) | func (s *StorageIntegration) insertThroughput(t *testing.T) { method RunAll (line 651) | func (s *StorageIntegration) RunAll(t *testing.T) { method RunSpanStoreTests (line 659) | func (s *StorageIntegration) RunSpanStoreTests(t *testing.T) { type Query (line 71) | type Query struct method ToTraceQueryParams (line 82) | func (q *Query) ToTraceQueryParams(t *testing.T) *tracestore.TraceQuer... type QueryFixtures (line 118) | type QueryFixtures struct function SkipUnlessEnv (line 129) | func SkipUnlessEnv(t *testing.T, storage ...string) { function loadOTLPTrace (line 475) | func loadOTLPTrace(t *testing.T, fileName string) ptrace.Traces { function LoadAndParseQueryTestCases (line 487) | func LoadAndParseQueryTestCases(t *testing.T, queriesFile string) []*Que... function loadAndParseJSON (line 493) | func loadAndParseJSON(t *testing.T, path string, object any) { function correctTime (line 502) | func correctTime(jsonData []byte) []byte { function correctTimeForTrace (line 512) | func correctTimeForTrace(td ptrace.Traces) { function spanCount (line 518) | func spanCount(traces []ptrace.Traces) int { FILE: internal/storage/integration/memstore_test.go type MemStorageIntegrationTestSuite (line 18) | type MemStorageIntegrationTestSuite struct method initialize (line 23) | func (s *MemStorageIntegrationTestSuite) initialize(t *testing.T) { function TestMemoryStorage (line 44) | func TestMemoryStorage(t *testing.T) { FILE: internal/storage/integration/package_test.go function TestMain (line 13) | func TestMain(m *testing.M) { FILE: internal/storage/integration/remote_memory_storage.go type RemoteMemoryStorage (line 27) | type RemoteMemoryStorage struct method Close (line 85) | func (s *RemoteMemoryStorage) Close(t *testing.T) { function StartNewRemoteMemoryStorage (line 32) | func StartNewRemoteMemoryStorage(t *testing.T, port int) *RemoteMemorySt... FILE: internal/storage/integration/trace_compare.go function CompareTraceSlices (line 25) | func CompareTraceSlices(t *testing.T, expected []ptrace.Traces, actual [... function CompareTraces (line 41) | func CompareTraces(t *testing.T, expected ptrace.Traces, actual ptrace.T... function makeTraceReadyForComparison (line 51) | func makeTraceReadyForComparison(td ptrace.Traces) { function dedupeSpans (line 59) | func dedupeSpans(trace ptrace.Traces) { function sortTrace (line 84) | func sortTrace(td ptrace.Traces) { function compareResourceSpans (line 109) | func compareResourceSpans(a, b ptrace.ResourceSpans) bool { function compareScopeSpans (line 126) | func compareScopeSpans(a, b ptrace.ScopeSpans) int { function compareSpans (line 156) | func compareSpans(a, b ptrace.Span) int { function compareTimestamps (line 169) | func compareTimestamps(a, b pcommon.Timestamp) int { function compareTraceIDs (line 179) | func compareTraceIDs(a, b pcommon.TraceID) int { function compareSpanIDs (line 183) | func compareSpanIDs(a, b pcommon.SpanID) int { function compareAttributes (line 187) | func compareAttributes(a, b pcommon.Map) int { function sortTracesByTraceID (line 193) | func sortTracesByTraceID(traces []ptrace.Traces) { function sortAttributes (line 201) | func sortAttributes(attr pcommon.Map) { function normalizeTrace (line 225) | func normalizeTrace(td ptrace.Traces) { function getDiff (line 241) | func getDiff(t *testing.T, expected ptrace.Traces, actual ptrace.Traces)... FILE: internal/storage/integration/trace_compare_test.go function TestDedupeSpans (line 13) | func TestDedupeSpans(t *testing.T) { FILE: internal/storage/metricstore/disabled/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/metricstore/disabled/reader.go type MetricsReader (line 17) | type MetricsReader struct method GetLatencies (line 36) | func (*MetricsReader) GetLatencies(context.Context, *metricstore.Laten... method GetCallRates (line 41) | func (*MetricsReader) GetCallRates(context.Context, *metricstore.CallR... method GetErrorRates (line 46) | func (*MetricsReader) GetErrorRates(context.Context, *metricstore.Erro... method GetMinStepDuration (line 51) | func (*MetricsReader) GetMinStepDuration(context.Context, *metricstore... type errMetricsQueryDisabledError (line 20) | type errMetricsQueryDisabledError struct method Error (line 26) | func (*errMetricsQueryDisabledError) Error() string { function NewMetricsReader (line 31) | func NewMetricsReader() (*MetricsReader, error) { FILE: internal/storage/metricstore/disabled/reader_test.go function TestGetLatencies (line 16) | func TestGetLatencies(t *testing.T) { function TestGetCallRates (line 28) | func TestGetCallRates(t *testing.T) { function TestGetErrorRates (line 40) | func TestGetErrorRates(t *testing.T) { function TestGetMinStepDurations (line 52) | func TestGetMinStepDurations(t *testing.T) { FILE: internal/storage/metricstore/elasticsearch/factory.go type Factory (line 18) | type Factory struct method CreateMetricsReader (line 48) | func (f *Factory) CreateMetricsReader() (metricstore.Reader, error) { method Close (line 53) | func (f *Factory) Close() error { function NewFactory (line 25) | func NewFactory( FILE: internal/storage/metricstore/elasticsearch/factory_test.go function setupMockServer (line 33) | func setupMockServer(t *testing.T, response []byte, statusCode int) *htt... function newTestFactoryConfig (line 46) | func newTestFactoryConfig(serverURL string) config.Configuration { function TestCreateMetricsReader (line 53) | func TestCreateMetricsReader(t *testing.T) { function TestNewFactory (line 66) | func TestNewFactory(t *testing.T) { function TestNewFactoryWithAuthenticator (line 122) | func TestNewFactoryWithAuthenticator(t *testing.T) { type mockHTTPAuthenticator (line 140) | type mockHTTPAuthenticator struct method RoundTripper (line 142) | func (*mockHTTPAuthenticator) RoundTripper(base http.RoundTripper) (ht... type mockRoundTripper (line 147) | type mockRoundTripper struct method RoundTrip (line 151) | func (m *mockRoundTripper) RoundTrip(req *http.Request) (*http.Respons... FILE: internal/storage/metricstore/elasticsearch/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/metricstore/elasticsearch/processor.go function ScaleAndRoundLatencies (line 19) | func ScaleAndRoundLatencies(mf *metrics.MetricFamily) *metrics.MetricFam... function CalculateCallRates (line 25) | func CalculateCallRates(mf *metrics.MetricFamily, params metricstore.Bas... function CalculateErrorRates (line 31) | func CalculateErrorRates(rawErrors, calls *metrics.MetricFamily, params ... function calcErrorRates (line 37) | func calcErrorRates(errorMetrics, callMetrics *metrics.MetricFamily) *me... function zeroValue (line 76) | func zeroValue(points []*metrics.MetricPoint) []*metrics.MetricPoint { function calculateErrorRatePoints (line 95) | func calculateErrorRatePoints(errorPoints, callPoints []*metrics.MetricP... function getLabelKey (line 123) | func getLabelKey(labels []*metrics.Label) string { function timestampToKey (line 144) | func timestampToKey(ts *types.Timestamp) (int64, error) { function calculateErrorRateValue (line 153) | func calculateErrorRateValue(errorPoint, callPoint *metrics.MetricPoint)... function calcCallRate (line 172) | func calcCallRate(mf *metrics.MetricFamily, params metricstore.BaseQuery... function trimMetricPointsBefore (line 213) | func trimMetricPointsBefore(mf *metrics.MetricFamily, startMillis int64)... function applySlidingWindow (line 232) | func applySlidingWindow(mf *metrics.MetricFamily, lookback int, processo... function scaleToMillisAndRound (line 256) | func scaleToMillisAndRound(_ *metrics.Metric, window []*metrics.MetricPo... FILE: internal/storage/metricstore/elasticsearch/processor_test.go function TestProcessLatencies (line 19) | func TestProcessLatencies(t *testing.T) { function TestProcessCallRates (line 70) | func TestProcessCallRates(t *testing.T) { function TestProcessErrorRates (line 119) | func TestProcessErrorRates(t *testing.T) { function TestCalculateErrorRateValue (line 180) | func TestCalculateErrorRateValue(t *testing.T) { function TestTrimMetricPointsBefore (line 231) | func TestTrimMetricPointsBefore(t *testing.T) { function TestZeroValue (line 245) | func TestZeroValue(t *testing.T) { function createMetricFamily (line 259) | func createMetricFamily(name string, m []*metrics.Metric) *metrics.Metri... function createMetric (line 269) | func createMetric(points []*metrics.MetricPoint) *metrics.Metric { function createMetricPoint (line 276) | func createMetricPoint(ts time.Time, value float64) *metrics.MetricPoint { FILE: internal/storage/metricstore/elasticsearch/query_builder.go constant aggName (line 27) | aggName = "results_buckets" constant culmuAggName (line 28) | culmuAggName = "cumulative_requests" constant percentilesAggName (line 29) | percentilesAggName = "percentiles_of_bucket" constant dateHistAggName (line 30) | dateHistAggName = "date_histogram" type QueryBuilder (line 35) | type QueryBuilder struct method BuildErrorBoolQuery (line 53) | func (q *QueryBuilder) BuildErrorBoolQuery(params metricstore.BaseQuer... method BuildBoolQuery (line 59) | func (q *QueryBuilder) BuildBoolQuery(params metricstore.BaseQueryPara... method BuildLatenciesAggQuery (line 84) | func (q *QueryBuilder) BuildLatenciesAggQuery(params *metricstore.Late... method BuildCallRateAggQuery (line 92) | func (q *QueryBuilder) BuildCallRateAggQuery(params metricstore.BaseQu... method buildTimeSeriesAggQuery (line 98) | func (*QueryBuilder) buildTimeSeriesAggQuery(params metricstore.BaseQu... method Execute (line 118) | func (q *QueryBuilder) Execute(ctx context.Context, boolQuery elastic.... function NewQueryBuilder (line 42) | func NewQueryBuilder(client es.Client, cfg config.Configuration, logger ... function normalizeSpanKinds (line 137) | func normalizeSpanKinds(spanKinds []string) []string { function buildInterfaceSlice (line 146) | func buildInterfaceSlice(s []string) []any { FILE: internal/storage/metricstore/elasticsearch/query_builder_test.go function setupTestQB (line 28) | func setupTestQB() *QueryBuilder { function testAggregationStructure (line 32) | func testAggregationStructure(t *testing.T, agg elastic.Aggregation, exp... function TestBuildBoolQuery (line 49) | func TestBuildBoolQuery(t *testing.T) { function TestBuildLatenciesAggregation (line 69) | func TestBuildLatenciesAggregation(t *testing.T) { function TestBuildCallRateAggregation (line 88) | func TestBuildCallRateAggregation(t *testing.T) { function TestBuildTimeSeriesAggQuery (line 103) | func TestBuildTimeSeriesAggQuery(t *testing.T) { function TestExecute (line 121) | func TestExecute(t *testing.T) { FILE: internal/storage/metricstore/elasticsearch/query_logger.go type QueryLogger (line 20) | type QueryLogger struct method TraceQuery (line 34) | func (ql *QueryLogger) TraceQuery(ctx context.Context, metricName stri... method LogAndTraceResult (line 44) | func (ql *QueryLogger) LogAndTraceResult(span trace.Span, searchResult... method LogErrorToSpan (line 53) | func (*QueryLogger) LogErrorToSpan(span trace.Span, err error) { function NewQueryLogger (line 26) | func NewQueryLogger(logger *zap.Logger, tracer trace.Tracer) *QueryLogger { FILE: internal/storage/metricstore/elasticsearch/query_logger_test.go type testContext (line 24) | type testContext struct function newTestContext (line 33) | func newTestContext(t *testing.T) *testContext { function TestQueryLogger (line 49) | func TestQueryLogger(t *testing.T) { function TestLogAndTraceResult (line 72) | func TestLogAndTraceResult(t *testing.T) { function TestLogErrorToSpan (line 92) | func TestLogErrorToSpan(t *testing.T) { FILE: internal/storage/metricstore/elasticsearch/reader.go constant minStep (line 23) | minStep = time.Millisecond type MetricsReader (line 30) | type MetricsReader struct method GetLatencies (line 73) | func (r MetricsReader) GetLatencies(ctx context.Context, params *metri... method GetCallRates (line 107) | func (r MetricsReader) GetCallRates(ctx context.Context, params *metri... method GetErrorRates (line 136) | func (r MetricsReader) GetErrorRates(ctx context.Context, params *metr... method GetMinStepDuration (line 170) | func (MetricsReader) GetMinStepDuration(_ context.Context, _ *metricst... method executeSearch (line 224) | func (r MetricsReader) executeSearch(ctx context.Context, p MetricsQue... type TimeRange (line 36) | type TimeRange struct type MetricsQueryParams (line 49) | type MetricsQueryParams struct type Pair (line 58) | type Pair struct function NewMetricsReader (line 64) | func NewMetricsReader(client es.Client, cfg config.Configuration, logger... function bucketsToPoints (line 175) | func bucketsToPoints(buckets []*elastic.AggregationBucketHistogramItem, ... function bucketsToCallRate (line 196) | func bucketsToCallRate(buckets []*elastic.AggregationBucketHistogramItem... function bucketsToLatencies (line 207) | func bucketsToLatencies(buckets []*elastic.AggregationBucketHistogramIte... function calculateTimeRange (line 241) | func calculateTimeRange(params *metricstore.BaseQueryParameters) (TimeRa... FILE: internal/storage/metricstore/elasticsearch/reader_test.go constant mockEsValidResponse (line 135) | mockEsValidResponse = "testdata/output_valid_es.json" constant mockCallRateResponse (line 136) | mockCallRateResponse = "testdata/output_call_rate.json" constant mockCallRateOperationResponse (line 137) | mockCallRateOperationResponse = "testdata/output_call_rate_operation.json" constant mockEmptyResponse (line 138) | mockEmptyResponse = "testdata/output_empty.json" constant mockErrorResponse (line 139) | mockErrorResponse = "testdata/output_error_es.json" constant mockLatencyResponse (line 140) | mockLatencyResponse = "testdata/output_latencies.json" constant mockLatencyOperationResponse (line 141) | mockLatencyOperationResponse = "testdata/output_latencies_operation.json" constant mockErrorRateResponse (line 142) | mockErrorRateResponse = "testdata/output_errors_rate.json" constant mockErrRateOperationResponse (line 143) | mockErrRateOperationResponse = "testdata/output_errors_rate_operation.j... type metricsTestCase (line 146) | type metricsTestCase struct function tracerProvider (line 163) | func tracerProvider(t *testing.T) (trace.TracerProvider, *tracetest.InMe... function clientProvider (line 176) | func clientProvider(t *testing.T, c *config.Configuration, logger *zap.L... function assertMetricFamily (line 186) | func assertMetricFamily(t *testing.T, got *metrics.MetricFamily, m metri... function TestScaleToMillisAndRound_EmptyWindow (line 221) | func TestScaleToMillisAndRound_EmptyWindow(t *testing.T) { function Test_ErrorCases (line 227) | func Test_ErrorCases(t *testing.T) { function helperAssertError (line 267) | func helperAssertError(t *testing.T, err error, wantErr string, result *... function TestGetCallRates (line 273) | func TestGetCallRates(t *testing.T) { function TestGetLatencies (line 416) | func TestGetLatencies(t *testing.T) { function TestGetLatencies_WithDifferentQuantiles (line 520) | func TestGetLatencies_WithDifferentQuantiles(t *testing.T) { function TestGetLatenciesBucketsToPoints_ErrorCases (line 641) | func TestGetLatenciesBucketsToPoints_ErrorCases(t *testing.T) { function TestGetErrorRates (line 693) | func TestGetErrorRates(t *testing.T) { function TestGetMinStepDuration (line 881) | func TestGetMinStepDuration(t *testing.T) { function TestGetCallRateBucketsToPoints_ErrorCases (line 890) | func TestGetCallRateBucketsToPoints_ErrorCases(t *testing.T) { function isErrorQuery (line 917) | func isErrorQuery(query map[string]any) bool { function sendResponse (line 934) | func sendResponse(t *testing.T, w http.ResponseWriter, responseFile stri... function startMockEsErrorRateServer (line 942) | func startMockEsErrorRateServer(t *testing.T, wantEsQuery string, respon... function startMockEsServer (line 972) | func startMockEsServer(t *testing.T, wantEsQuery string, responseFile st... function checkQuery (line 994) | func checkQuery(t *testing.T, wantEsQuery string, body []byte) { function normalizeScripts (line 1006) | func normalizeScripts(m any) { function compareQueryStructure (line 1020) | func compareQueryStructure(t *testing.T, expected, actual map[string]any) { function removeHistogramBounds (line 1039) | func removeHistogramBounds(aggs map[string]any) { function compareBoolQuery (line 1058) | func compareBoolQuery(t *testing.T, expected, actual map[string]any) { function compareFilters (line 1073) | func compareFilters(t *testing.T, expected, actual []any) { function setupMetricsReaderFromServer (line 1090) | func setupMetricsReaderFromServer(t *testing.T, mockServer *httptest.Ser... function buildTestBaseQueryParameters (line 1110) | func buildTestBaseQueryParameters(tc metricsTestCase) metricstore.BaseQu... FILE: internal/storage/metricstore/elasticsearch/to_domain.go type Translator (line 20) | type Translator struct method ToDomainMetricsFamily (line 31) | func (t *Translator) ToDomainMetricsFamily(m MetricsQueryParams, resul... method toDomainMetrics (line 51) | func (t *Translator) toDomainMetrics(m MetricsQueryParams, result *ela... method processOperationBucket (line 93) | func (t *Translator) processOperationBucket(bucket *elastic.Aggregatio... function NewTranslator (line 24) | func NewTranslator(bucketsToPointsFunc func(buckets []*elastic.Aggregati... function buildServiceLabels (line 85) | func buildServiceLabels(serviceNames []string) []*metrics.Label { function toDomainLabels (line 115) | func toDomainLabels(key string) []*metrics.Label { function extractBuckets (line 125) | func extractBuckets(result *elastic.SearchResult) ([]*elastic.Aggregatio... function toDomainMetricPoints (line 134) | func toDomainMetricPoints(rawResult []*Pair) []*metrics.MetricPoint { function toDomainMetricPoint (line 147) | func toDomainMetricPoint(pair *Pair) *metrics.MetricPoint { function toDomainTimestamp (line 160) | func toDomainTimestamp(millis int64) *types.Timestamp { function toDomainMetricPointValue (line 167) | func toDomainMetricPointValue(value float64) *metrics.MetricPoint_GaugeV... FILE: internal/storage/metricstore/elasticsearch/to_domain_test.go function TestCreateNewTranslator (line 20) | func TestCreateNewTranslator(t *testing.T) { function TestToMetricsFamily (line 25) | func TestToMetricsFamily(t *testing.T) { function TestToDomainMetrics (line 79) | func TestToDomainMetrics(t *testing.T) { function TestToDomainMetrics_ErrorCases (line 134) | func TestToDomainMetrics_ErrorCases(t *testing.T) { function createEpochGaugePoint (line 173) | func createEpochGaugePoint(value float64) *metrics.MetricPoint { function mockMetricsQueryParams (line 185) | func mockMetricsQueryParams(serviceNames []string, groupByOp bool) Metri... function mockTranslator (line 196) | func mockTranslator() Translator { function createTestSearchResultWithNonStringKey (line 205) | func createTestSearchResultWithNonStringKey() *elastic.SearchResult { function createTestSearchResultMissingDateHistogram (line 230) | func createTestSearchResultMissingDateHistogram() *elastic.SearchResult { function createTestSearchResult (line 248) | func createTestSearchResult(groupByOperation bool) *elastic.SearchResult { function mustTimestampProto (line 289) | func mustTimestampProto(t time.Time) *types.Timestamp { FILE: internal/storage/metricstore/factory.go constant prometheusStorageType (line 7) | prometheusStorageType = "prometheus" FILE: internal/storage/metricstore/factory_config.go constant StorageTypeEnvVar (line 8) | StorageTypeEnvVar = "METRICS_STORAGE_TYPE" type FactoryConfig (line 12) | type FactoryConfig struct FILE: internal/storage/metricstore/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/metricstore/prometheus/factory.go type Factory (line 17) | type Factory struct method Initialize (line 34) | func (f *Factory) Initialize(telset telemetry.Settings) error { method CreateMetricsReader (line 40) | func (f *Factory) CreateMetricsReader() (metricstore.Reader, error) { function NewFactory (line 25) | func NewFactory() *Factory { function NewFactoryWithConfig (line 50) | func NewFactoryWithConfig( FILE: internal/storage/metricstore/prometheus/factory_test.go function TestPrometheusFactory (line 23) | func TestPrometheusFactory(t *testing.T) { function TestCreateMetricsReaderError (line 40) | func TestCreateMetricsReaderError(t *testing.T) { function TestWithDefaultConfiguration (line 49) | func TestWithDefaultConfiguration(t *testing.T) { function TestWithConfiguration (line 58) | func TestWithConfiguration(t *testing.T) { function TestEmptyFactoryConfig (line 107) | func TestEmptyFactoryConfig(t *testing.T) { function TestFactoryConfig (line 113) | func TestFactoryConfig(t *testing.T) { function TestNewFactoryWithConfigAndAuth (line 121) | func TestNewFactoryWithConfigAndAuth(t *testing.T) { function TestNewFactoryWithConfigAndAuth_NilAuthenticator (line 143) | func TestNewFactoryWithConfigAndAuth_NilAuthenticator(t *testing.T) { function TestNewFactoryWithConfigAndAuth_EmptyServerURL (line 162) | func TestNewFactoryWithConfigAndAuth_EmptyServerURL(t *testing.T) { function TestNewFactoryWithConfigAndAuth_InvalidTLS (line 174) | func TestNewFactoryWithConfigAndAuth_InvalidTLS(t *testing.T) { type mockHTTPAuthenticator (line 193) | type mockHTTPAuthenticator struct method RoundTripper (line 197) | func (m *mockHTTPAuthenticator) RoundTripper(base http.RoundTripper) (... type mockRoundTripper (line 203) | type mockRoundTripper struct method RoundTrip (line 207) | func (m *mockRoundTripper) RoundTrip(req *http.Request) (*http.Respons... function TestMain (line 216) | func TestMain(m *testing.M) { FILE: internal/storage/metricstore/prometheus/metricstore/dbmodel/to_domain.go type Translator (line 16) | type Translator struct method ToDomainMetricsFamily (line 29) | func (d Translator) ToDomainMetricsFamily(name, description string, mv... method toDomainMetrics (line 42) | func (d Translator) toDomainMetrics(matrix model.Matrix) []*metrics.Me... method toDomainLabels (line 54) | func (d Translator) toDomainLabels(promLabels model.Metric) []*metrics... function New (line 21) | func New(spanNameLabel string) Translator { function toDomainMetricPoints (line 69) | func toDomainMetricPoints(promDps []model.SamplePair) []*metrics.MetricP... function toDomainTimestamp (line 82) | func toDomainTimestamp(timeMs model.Time) *types.Timestamp { function toDomainMetricPointValue (line 93) | func toDomainMetricPointValue(promVal model.SampleValue) *metrics.Metric... FILE: internal/storage/metricstore/prometheus/metricstore/dbmodel/to_domain_test.go function TestToDomainMetricsFamily (line 19) | func TestToDomainMetricsFamily(t *testing.T) { function TestUnexpectedMetricsFamilyType (line 61) | func TestUnexpectedMetricsFamilyType(t *testing.T) { function TestMain (line 73) | func TestMain(m *testing.M) { FILE: internal/storage/metricstore/prometheus/metricstore/reader.go constant minStep (line 34) | minStep = time.Millisecond type MetricsReader (line 39) | type MetricsReader struct method GetLatencies (line 131) | func (m MetricsReader) GetLatencies(ctx context.Context, requestParams... method GetCallRates (line 175) | func (m MetricsReader) GetCallRates(ctx context.Context, requestParams... method GetErrorRates (line 209) | func (m MetricsReader) GetErrorRates(ctx context.Context, requestParam... method GetMinStepDuration (line 258) | func (MetricsReader) GetMinStepDuration(_ context.Context, _ *metricst... method executeQuery (line 263) | func (m MetricsReader) executeQuery(ctx context.Context, p metricsQuer... method buildPromQuery (line 298) | func (m MetricsReader) buildPromQuery(metricsParams metricsQueryParams... type promQueryParams (line 50) | type promQueryParams struct type metricsQueryParams (line 57) | type metricsQueryParams struct type promClient (line 65) | type promClient struct method URL (line 72) | func (p promClient) URL(ep string, args map[string]string) *url.URL { function createPromClient (line 84) | func createPromClient(cfg config.Configuration, httpAuth extensionauth.H... function NewMetricsReader (line 107) | func NewMetricsReader(cfg config.Configuration, logger *zap.Logger, trac... function buildFullLatencyMetricName (line 153) | func buildFullLatencyMetricName(cfg config.Configuration) string { function buildFullCallsMetricName (line 195) | func buildFullCallsMetricName(cfg config.Configuration) string { function promqlDurationString (line 323) | func promqlDurationString(d *time.Duration) string { function startSpanForQuery (line 334) | func startSpanForQuery(ctx context.Context, metricName, query string, tp... function logErrorToSpan (line 344) | func logErrorToSpan(span trace.Span, err error) { function getHTTPRoundTripper (line 349) | func getHTTPRoundTripper(c *config.Configuration, httpAuth extensionauth... FILE: internal/storage/metricstore/prometheus/metricstore/reader_test.go type metricsTestCase (line 37) | type metricsTestCase struct constant defaultTimeout (line 50) | defaultTimeout = 30 * time.Second function tracerProvider (line 58) | func tracerProvider(t *testing.T) (trace.TracerProvider, *tracetest.InMe... function TestNewMetricsReaderValidAddress (line 70) | func TestNewMetricsReaderValidAddress(t *testing.T) { function TestNewMetricsReaderInvalidAddress (line 82) | func TestNewMetricsReaderInvalidAddress(t *testing.T) { function TestGetMinStepDuration (line 94) | func TestGetMinStepDuration(t *testing.T) { function TestMetricsServerError (line 114) | func TestMetricsServerError(t *testing.T) { function TestGetLatencies (line 150) | func TestGetLatencies(t *testing.T) { function TestGetCallRates (line 253) | func TestGetCallRates(t *testing.T) { function TestGetErrorRates (line 353) | func TestGetErrorRates(t *testing.T) { function TestGetErrorRatesZero (line 477) | func TestGetErrorRatesZero(t *testing.T) { function TestGetErrorRatesNull (line 540) | func TestGetErrorRatesNull(t *testing.T) { function TestGetErrorRatesErrors (line 593) | func TestGetErrorRatesErrors(t *testing.T) { function TestInvalidLatencyUnit (line 681) | func TestInvalidLatencyUnit(t *testing.T) { function TestWarningResponse (line 696) | func TestWarningResponse(t *testing.T) { type fakePromServer (line 711) | type fakePromServer struct method getAuth (line 730) | func (s *fakePromServer) getAuth() string { function newFakePromServer (line 716) | func newFakePromServer(t *testing.T) *fakePromServer { function TestGetRoundTripperTLSConfig (line 734) | func TestGetRoundTripperTLSConfig(t *testing.T) { function TestGetRoundTripperTokenFile (line 795) | func TestGetRoundTripperTokenFile(t *testing.T) { function TestGetRoundTripperTokenFromContext (line 831) | func TestGetRoundTripperTokenFromContext(t *testing.T) { function TestGetRoundTripperTokenError (line 865) | func TestGetRoundTripperTokenError(t *testing.T) { function TestInvalidCertFile (line 874) | func TestInvalidCertFile(t *testing.T) { function TestCreatePromClientWithExtraQueryParameters (line 891) | func TestCreatePromClientWithExtraQueryParameters(t *testing.T) { function startMockPrometheusServer (line 920) | func startMockPrometheusServer(t *testing.T, wantPromQlQuery string, wan... function sendResponse (line 945) | func sendResponse(t *testing.T, w http.ResponseWriter, responseFile stri... function buildTestBaseQueryParametersFrom (line 953) | func buildTestBaseQueryParametersFrom(tc metricsTestCase) metricstore.Ba... function prepareMetricsReaderAndServer (line 970) | func prepareMetricsReaderAndServer(t *testing.T, cfg config.Configuratio... function assertMetrics (line 985) | func assertMetrics(t *testing.T, gotMetrics *metrics.MetricFamily, wantL... function TestNewMetricsReaderWithHTTPAuth (line 1016) | func TestNewMetricsReaderWithHTTPAuth(t *testing.T) { type mockHTTPAuthenticator (line 1078) | type mockHTTPAuthenticator struct method RoundTripper (line 1080) | func (*mockHTTPAuthenticator) RoundTripper(base http.RoundTripper) (ht... type mockAuthRoundTripper (line 1084) | type mockAuthRoundTripper struct method RoundTrip (line 1088) | func (m *mockAuthRoundTripper) RoundTrip(req *http.Request) (*http.Res... function TestMain (line 1099) | func TestMain(m *testing.M) { FILE: internal/storage/metricstore/prometheus/options.go constant prefix (line 19) | prefix = "prometheus" constant suffixServerURL (line 21) | suffixServerURL = ".server-url" constant suffixConnectTimeout (line 22) | suffixConnectTimeout = ".connect-timeout" constant suffixTokenFilePath (line 23) | suffixTokenFilePath = ".token-file" constant suffixOverrideFromContext (line 24) | suffixOverrideFromContext = ".token-override-from-context" constant suffixMetricNamespace (line 26) | suffixMetricNamespace = ".query.namespace" constant suffixLatencyUnit (line 27) | suffixLatencyUnit = ".query.duration-unit" constant suffixNormalizeCalls (line 28) | suffixNormalizeCalls = ".query.normalize-calls" constant suffixNormalizeDuration (line 29) | suffixNormalizeDuration = ".query.normalize-duration" constant suffixExtraQueryParams (line 30) | suffixExtraQueryParams = ".query.extra-query-params" constant defaultServerURL (line 32) | defaultServerURL = "http://localhost:9090" constant defaultConnectTimeout (line 33) | defaultConnectTimeout = 30 * time.Second constant defaultTokenFilePath (line 34) | defaultTokenFilePath = "" constant defaultMetricNamespace (line 37) | defaultMetricNamespace = "traces_span_metrics" constant defaultLatencyUnit (line 38) | defaultLatencyUnit = "ms" constant defaultNormalizeCalls (line 39) | defaultNormalizeCalls = false constant defaultNormalizeDuration (line 40) | defaultNormalizeDuration = false type Options (line 44) | type Options struct method AddFlags (line 70) | func (*Options) AddFlags(flagSet *flag.FlagSet) { method InitFromViper (line 105) | func (opt *Options) InitFromViper(v *viper.Viper) error { function DefaultConfig (line 50) | func DefaultConfig() config.Configuration { function NewOptions (line 63) | func NewOptions() *Options { function stripWhiteSpace (line 136) | func stripWhiteSpace(str string) string { function parseKV (line 141) | func parseKV(input string) (map[string]string, error) { FILE: internal/storage/metricstore/prometheus/options_test.go function TestCLI (line 16) | func TestCLI(t *testing.T) { function TestCLIError (line 26) | func TestCLIError(t *testing.T) { function TestParseKV (line 31) | func TestParseKV(t *testing.T) { FILE: internal/storage/v1/api/dependencystore/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/api/dependencystore/interface.go type Writer (line 15) | type Writer interface type Reader (line 20) | type Reader interface FILE: internal/storage/v1/api/dependencystore/mocks/mocks.go function NewReader (line 22) | func NewReader(t interface { type Reader (line 35) | type Reader struct method EXPECT (line 43) | func (_m *Reader) EXPECT() *Reader_Expecter { method GetDependencies (line 48) | func (_mock *Reader) GetDependencies(ctx context.Context, endTs time.T... type Reader_Expecter (line 39) | type Reader_Expecter struct method GetDependencies (line 84) | func (_e *Reader_Expecter) GetDependencies(ctx interface{}, endTs inte... type Reader_GetDependencies_Call (line 76) | type Reader_GetDependencies_Call struct method Run (line 88) | func (_c *Reader_GetDependencies_Call) Run(run func(ctx context.Contex... method Return (line 111) | func (_c *Reader_GetDependencies_Call) Return(dependencyLinks []model.... method RunAndReturn (line 116) | func (_c *Reader_GetDependencies_Call) RunAndReturn(run func(ctx conte... FILE: internal/storage/v1/api/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/api/metricstore/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/api/metricstore/interface.go type Reader (line 14) | type Reader interface type BaseQueryParameters (line 31) | type BaseQueryParameters struct type LatenciesQueryParameters (line 51) | type LatenciesQueryParameters struct type CallRateQueryParameters (line 62) | type CallRateQueryParameters struct type ErrorRateQueryParameters (line 67) | type ErrorRateQueryParameters struct type MinStepDurationQueryParameters (line 72) | type MinStepDurationQueryParameters struct FILE: internal/storage/v1/api/metricstore/metricstoremetrics/decorator.go type ReadMetricsDecorator (line 16) | type ReadMetricsDecorator struct method GetLatencies (line 60) | func (m *ReadMetricsDecorator) GetLatencies(ctx context.Context, param... method GetCallRates (line 68) | func (m *ReadMetricsDecorator) GetCallRates(ctx context.Context, param... method GetErrorRates (line 76) | func (m *ReadMetricsDecorator) GetErrorRates(ctx context.Context, para... method GetMinStepDuration (line 84) | func (m *ReadMetricsDecorator) GetMinStepDuration(ctx context.Context,... type queryMetrics (line 24) | type queryMetrics struct method emit (line 31) | func (q *queryMetrics) emit(err error, latency time.Duration) { function NewReaderDecorator (line 42) | func NewReaderDecorator(reader metricstore.Reader, metricsFactory metric... function buildQueryMetrics (line 52) | func buildQueryMetrics(operation string, metricsFactory metrics.Factory)... FILE: internal/storage/v1/api/metricstore/metricstoremetrics/decorator_test.go function TestSuccessfulUnderlyingCalls (line 22) | func TestSuccessfulUnderlyingCalls(t *testing.T) { function checkExpectedExistingAndNonExistentCounters (line 73) | func checkExpectedExistingAndNonExistentCounters(t *testing.T, function TestFailingUnderlyingCalls (line 95) | func TestFailingUnderlyingCalls(t *testing.T) { function TestMain (line 146) | func TestMain(m *testing.M) { FILE: internal/storage/v1/api/metricstore/mocks/mocks.go function NewReader (line 23) | func NewReader(t interface { type Reader (line 36) | type Reader struct method EXPECT (line 44) | func (_m *Reader) EXPECT() *Reader_Expecter { method GetCallRates (line 49) | func (_mock *Reader) GetCallRates(ctx context.Context, params *metrics... method GetErrorRates (line 117) | func (_mock *Reader) GetErrorRates(ctx context.Context, params *metric... method GetLatencies (line 185) | func (_mock *Reader) GetLatencies(ctx context.Context, params *metrics... method GetMinStepDuration (line 253) | func (_mock *Reader) GetMinStepDuration(ctx context.Context, params *m... type Reader_Expecter (line 40) | type Reader_Expecter struct method GetCallRates (line 84) | func (_e *Reader_Expecter) GetCallRates(ctx interface{}, params interf... method GetErrorRates (line 152) | func (_e *Reader_Expecter) GetErrorRates(ctx interface{}, params inter... method GetLatencies (line 220) | func (_e *Reader_Expecter) GetLatencies(ctx interface{}, params interf... method GetMinStepDuration (line 286) | func (_e *Reader_Expecter) GetMinStepDuration(ctx interface{}, params ... type Reader_GetCallRates_Call (line 77) | type Reader_GetCallRates_Call struct method Run (line 88) | func (_c *Reader_GetCallRates_Call) Run(run func(ctx context.Context, ... method Return (line 106) | func (_c *Reader_GetCallRates_Call) Return(metricFamily *metrics.Metri... method RunAndReturn (line 111) | func (_c *Reader_GetCallRates_Call) RunAndReturn(run func(ctx context.... type Reader_GetErrorRates_Call (line 145) | type Reader_GetErrorRates_Call struct method Run (line 156) | func (_c *Reader_GetErrorRates_Call) Run(run func(ctx context.Context,... method Return (line 174) | func (_c *Reader_GetErrorRates_Call) Return(metricFamily *metrics.Metr... method RunAndReturn (line 179) | func (_c *Reader_GetErrorRates_Call) RunAndReturn(run func(ctx context... type Reader_GetLatencies_Call (line 213) | type Reader_GetLatencies_Call struct method Run (line 224) | func (_c *Reader_GetLatencies_Call) Run(run func(ctx context.Context, ... method Return (line 242) | func (_c *Reader_GetLatencies_Call) Return(metricFamily *metrics.Metri... method RunAndReturn (line 247) | func (_c *Reader_GetLatencies_Call) RunAndReturn(run func(ctx context.... type Reader_GetMinStepDuration_Call (line 279) | type Reader_GetMinStepDuration_Call struct method Run (line 290) | func (_c *Reader_GetMinStepDuration_Call) Run(run func(ctx context.Con... method Return (line 308) | func (_c *Reader_GetMinStepDuration_Call) Return(duration time.Duratio... method RunAndReturn (line 313) | func (_c *Reader_GetMinStepDuration_Call) RunAndReturn(run func(ctx co... FILE: internal/storage/v1/api/samplingstore/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/api/samplingstore/interface.go type Store (line 14) | type Store interface FILE: internal/storage/v1/api/samplingstore/mocks/mocks.go function NewStore (line 21) | func NewStore(t interface { type Store (line 34) | type Store struct method EXPECT (line 42) | func (_m *Store) EXPECT() *Store_Expecter { method GetLatestProbabilities (line 47) | func (_mock *Store) GetLatestProbabilities() (model.ServiceOperationPr... method GetThroughput (line 102) | func (_mock *Store) GetThroughput(start time.Time, end time.Time) ([]*... method InsertProbabilitiesAndQPS (line 170) | func (_mock *Store) InsertProbabilitiesAndQPS(hostname string, probabi... method InsertThroughput (line 233) | func (_mock *Store) InsertThroughput(throughput []*model.Throughput) e... type Store_Expecter (line 38) | type Store_Expecter struct method GetLatestProbabilities (line 80) | func (_e *Store_Expecter) GetLatestProbabilities() *Store_GetLatestPro... method GetThroughput (line 137) | func (_e *Store_Expecter) GetThroughput(start interface{}, end interfa... method InsertProbabilitiesAndQPS (line 195) | func (_e *Store_Expecter) InsertProbabilitiesAndQPS(hostname interface... method InsertThroughput (line 256) | func (_e *Store_Expecter) InsertThroughput(throughput interface{}) *St... type Store_GetLatestProbabilities_Call (line 75) | type Store_GetLatestProbabilities_Call struct method Run (line 84) | func (_c *Store_GetLatestProbabilities_Call) Run(run func()) *Store_Ge... method Return (line 91) | func (_c *Store_GetLatestProbabilities_Call) Return(serviceOperationPr... method RunAndReturn (line 96) | func (_c *Store_GetLatestProbabilities_Call) RunAndReturn(run func() (... type Store_GetThroughput_Call (line 130) | type Store_GetThroughput_Call struct method Run (line 141) | func (_c *Store_GetThroughput_Call) Run(run func(start time.Time, end ... method Return (line 159) | func (_c *Store_GetThroughput_Call) Return(throughputs []*model.Throug... method RunAndReturn (line 164) | func (_c *Store_GetThroughput_Call) RunAndReturn(run func(start time.T... type Store_InsertProbabilitiesAndQPS_Call (line 187) | type Store_InsertProbabilitiesAndQPS_Call struct method Run (line 199) | func (_c *Store_InsertProbabilitiesAndQPS_Call) Run(run func(hostname ... method Return (line 222) | func (_c *Store_InsertProbabilitiesAndQPS_Call) Return(err error) *Sto... method RunAndReturn (line 227) | func (_c *Store_InsertProbabilitiesAndQPS_Call) RunAndReturn(run func(... type Store_InsertThroughput_Call (line 250) | type Store_InsertThroughput_Call struct method Run (line 260) | func (_c *Store_InsertThroughput_Call) Run(run func(throughput []*mode... method Return (line 273) | func (_c *Store_InsertThroughput_Call) Return(err error) *Store_Insert... method RunAndReturn (line 278) | func (_c *Store_InsertThroughput_Call) RunAndReturn(run func(throughpu... FILE: internal/storage/v1/api/samplingstore/model/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/api/samplingstore/model/sampling.go type Throughput (line 8) | type Throughput struct type ServiceOperationProbabilities (line 17) | type ServiceOperationProbabilities type ServiceOperationQPS (line 21) | type ServiceOperationQPS FILE: internal/storage/v1/api/spanstore/interface.go type Writer (line 19) | type Writer interface type Reader (line 24) | type Reader interface type GetTraceParameters (line 54) | type GetTraceParameters struct type TraceQueryParameters (line 61) | type TraceQueryParameters struct type OperationQueryParameters (line 73) | type OperationQueryParameters struct type Operation (line 79) | type Operation struct FILE: internal/storage/v1/api/spanstore/interface_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/api/spanstore/mocks/mocks.go function NewWriter (line 22) | func NewWriter(t interface { type Writer (line 35) | type Writer struct method EXPECT (line 43) | func (_m *Writer) EXPECT() *Writer_Expecter { method WriteSpan (line 48) | func (_mock *Writer) WriteSpan(ctx context.Context, span *model.Span) ... type Writer_Expecter (line 39) | type Writer_Expecter struct method WriteSpan (line 72) | func (_e *Writer_Expecter) WriteSpan(ctx interface{}, span interface{}... type Writer_WriteSpan_Call (line 65) | type Writer_WriteSpan_Call struct method Run (line 76) | func (_c *Writer_WriteSpan_Call) Run(run func(ctx context.Context, spa... method Return (line 94) | func (_c *Writer_WriteSpan_Call) Return(err error) *Writer_WriteSpan_C... method RunAndReturn (line 99) | func (_c *Writer_WriteSpan_Call) RunAndReturn(run func(ctx context.Con... function NewReader (line 106) | func NewReader(t interface { type Reader (line 119) | type Reader struct method EXPECT (line 127) | func (_m *Reader) EXPECT() *Reader_Expecter { method FindTraceIDs (line 132) | func (_mock *Reader) FindTraceIDs(ctx context.Context, query *spanstor... method FindTraces (line 200) | func (_mock *Reader) FindTraces(ctx context.Context, query *spanstore.... method GetOperations (line 268) | func (_mock *Reader) GetOperations(ctx context.Context, query spanstor... method GetServices (line 336) | func (_mock *Reader) GetServices(ctx context.Context) ([]string, error) { method GetTrace (line 398) | func (_mock *Reader) GetTrace(ctx context.Context, query spanstore.Get... type Reader_Expecter (line 123) | type Reader_Expecter struct method FindTraceIDs (line 167) | func (_e *Reader_Expecter) FindTraceIDs(ctx interface{}, query interfa... method FindTraces (line 235) | func (_e *Reader_Expecter) FindTraces(ctx interface{}, query interface... method GetOperations (line 303) | func (_e *Reader_Expecter) GetOperations(ctx interface{}, query interf... method GetServices (line 370) | func (_e *Reader_Expecter) GetServices(ctx interface{}) *Reader_GetSer... method GetTrace (line 433) | func (_e *Reader_Expecter) GetTrace(ctx interface{}, query interface{}... type Reader_FindTraceIDs_Call (line 160) | type Reader_FindTraceIDs_Call struct method Run (line 171) | func (_c *Reader_FindTraceIDs_Call) Run(run func(ctx context.Context, ... method Return (line 189) | func (_c *Reader_FindTraceIDs_Call) Return(traceIDs []model.TraceID, e... method RunAndReturn (line 194) | func (_c *Reader_FindTraceIDs_Call) RunAndReturn(run func(ctx context.... type Reader_FindTraces_Call (line 228) | type Reader_FindTraces_Call struct method Run (line 239) | func (_c *Reader_FindTraces_Call) Run(run func(ctx context.Context, qu... method Return (line 257) | func (_c *Reader_FindTraces_Call) Return(traces []*model.Trace, err er... method RunAndReturn (line 262) | func (_c *Reader_FindTraces_Call) RunAndReturn(run func(ctx context.Co... type Reader_GetOperations_Call (line 296) | type Reader_GetOperations_Call struct method Run (line 307) | func (_c *Reader_GetOperations_Call) Run(run func(ctx context.Context,... method Return (line 325) | func (_c *Reader_GetOperations_Call) Return(operations []spanstore.Ope... method RunAndReturn (line 330) | func (_c *Reader_GetOperations_Call) RunAndReturn(run func(ctx context... type Reader_GetServices_Call (line 364) | type Reader_GetServices_Call struct method Run (line 374) | func (_c *Reader_GetServices_Call) Run(run func(ctx context.Context)) ... method Return (line 387) | func (_c *Reader_GetServices_Call) Return(strings []string, err error)... method RunAndReturn (line 392) | func (_c *Reader_GetServices_Call) RunAndReturn(run func(ctx context.C... type Reader_GetTrace_Call (line 426) | type Reader_GetTrace_Call struct method Run (line 437) | func (_c *Reader_GetTrace_Call) Run(run func(ctx context.Context, quer... method Return (line 455) | func (_c *Reader_GetTrace_Call) Return(trace *model.Trace, err error) ... method RunAndReturn (line 460) | func (_c *Reader_GetTrace_Call) RunAndReturn(run func(ctx context.Cont... FILE: internal/storage/v1/api/spanstore/spanstoremetrics/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/api/spanstore/spanstoremetrics/read_metrics.go type ReadMetricsDecorator (line 17) | type ReadMetricsDecorator struct method FindTraces (line 65) | func (m *ReadMetricsDecorator) FindTraces(ctx context.Context, traceQu... method FindTraceIDs (line 73) | func (m *ReadMetricsDecorator) FindTraceIDs(ctx context.Context, trace... method GetTrace (line 81) | func (m *ReadMetricsDecorator) GetTrace(ctx context.Context, query spa... method GetServices (line 89) | func (m *ReadMetricsDecorator) GetServices(ctx context.Context) ([]str... method GetOperations (line 97) | func (m *ReadMetricsDecorator) GetOperations( type queryMetrics (line 26) | type queryMetrics struct method emit (line 34) | func (q *queryMetrics) emit(err error, latency time.Duration, response... function NewReaderDecorator (line 46) | func NewReaderDecorator(spanReader spanstore.Reader, metricsFactory metr... function buildQueryMetrics (line 57) | func buildQueryMetrics(operation string, metricsFactory metrics.Factory)... FILE: internal/storage/v1/api/spanstore/spanstoremetrics/read_metrics_test.go function TestSuccessfulUnderlyingCalls (line 21) | func TestSuccessfulUnderlyingCalls(t *testing.T) { function checkExpectedExistingAndNonExistentCounters (line 66) | func checkExpectedExistingAndNonExistentCounters(t *testing.T, function TestFailingUnderlyingCalls (line 88) | func TestFailingUnderlyingCalls(t *testing.T) { FILE: internal/storage/v1/api/spanstore/spanstoremetrics/write_metrics.go type WriteMetrics (line 14) | type WriteMetrics struct method Emit (line 30) | func (t *WriteMetrics) Emit(err error, latency time.Duration) { function NewWriter (line 23) | func NewWriter(factory metrics.Factory, tableName string) *WriteMetrics { FILE: internal/storage/v1/api/spanstore/spanstoremetrics/write_metrics_test.go function TestTableEmit (line 17) | func TestTableEmit(t *testing.T) { FILE: internal/storage/v1/badger/config.go constant defaultMaintenanceInterval (line 15) | defaultMaintenanceInterval time.Duration = 5 * time.Minute constant defaultMetricsUpdateInterval (line 16) | defaultMetricsUpdateInterval time.Duration = 10 * time.Second constant defaultTTL (line 17) | defaultTTL time.Duration = time.Hour * 72 constant defaultDataDir (line 18) | defaultDataDir string = string(os.PathSeparator) + ... type Config (line 27) | type Config struct method Validate (line 87) | func (c *Config) Validate() error { type TTL (line 50) | type TTL struct type Directories (line 57) | type Directories struct function DefaultConfig (line 64) | func DefaultConfig() *Config { function getCurrentExecutableDir (line 81) | func getCurrentExecutableDir() string { FILE: internal/storage/v1/badger/config_test.go function TestValidate_DoesNotReturnErrorWhenValid (line 13) | func TestValidate_DoesNotReturnErrorWhenValid(t *testing.T) { FILE: internal/storage/v1/badger/dependencystore/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/badger/dependencystore/storage.go type DependencyStore (line 15) | type DependencyStore struct method GetDependencies (line 27) | func (s *DependencyStore) GetDependencies(ctx context.Context, endTs t... function NewDependencyStore (line 20) | func NewDependencyStore(store spanstore.Reader) *DependencyStore { function depMapToSlice (line 51) | func depMapToSlice(deps map[string]*model.DependencyLink) []model.Depend... function processTrace (line 60) | func processTrace(deps map[string]*model.DependencyLink, trace *model.Tr... function seekToSpan (line 81) | func seekToSpan(trace *model.Trace, spanID model.SpanID) *model.Span { FILE: internal/storage/v1/badger/dependencystore/storage_internal_test.go function TestSeekToSpan (line 14) | func TestSeekToSpan(t *testing.T) { FILE: internal/storage/v1/badger/dependencystore/storage_test.go function runFactoryTest (line 24) | func runFactoryTest(tb testing.TB, test func(tb testing.TB, sw spanstore... function TestDependencyReader (line 43) | func TestDependencyReader(t *testing.T) { FILE: internal/storage/v1/badger/factory.go constant valueLogSpaceAvailableName (line 32) | valueLogSpaceAvailableName = "badger_value_log_bytes_available" constant keyLogSpaceAvailableName (line 33) | keyLogSpaceAvailableName = "badger_key_log_bytes_available" constant lastMaintenanceRunName (line 34) | lastMaintenanceRunName = "badger_storage_maintenance_last_run" constant lastValueLogCleanedName (line 35) | lastValueLogCleanedName = "badger_storage_valueloggc_last_run" type Factory (line 45) | type Factory struct method Initialize (line 81) | func (f *Factory) Initialize(metricsFactory metrics.Factory, logger *z... method CreateSpanReader (line 148) | func (f *Factory) CreateSpanReader() (spanstore.Reader, error) { method CreateSpanWriter (line 154) | func (f *Factory) CreateSpanWriter() (spanstore.Writer, error) { method CreateDependencyReader (line 159) | func (f *Factory) CreateDependencyReader() (dependencystore.Reader, er... method CreateSamplingStore (line 165) | func (f *Factory) CreateSamplingStore(int /* maxBuckets */) (samplings... method CreateLock (line 170) | func (*Factory) CreateLock() (distributedlock.Lock, error) { method Close (line 175) | func (f *Factory) Close() error { method maintenance (line 195) | func (f *Factory) maintenance() { method metricsCopier (line 221) | func (f *Factory) metricsCopier() { method registerBadgerExpvarMetrics (line 255) | func (f *Factory) registerBadgerExpvarMetrics(metricsFactory metrics.F... method Purge (line 283) | func (f *Factory) Purge(_ context.Context) error { function NewFactory (line 73) | func NewFactory() *Factory { function initializeDir (line 141) | func initializeDir(path string) { FILE: internal/storage/v1/badger/factory_test.go function TestInitializationErrors (line 20) | func TestInitializationErrors(t *testing.T) { function TestForCodecov (line 32) | func TestForCodecov(t *testing.T) { function TestMaintenanceRun (line 61) | func TestMaintenanceRun(t *testing.T) { function TestMaintenanceCodecov (line 100) | func TestMaintenanceCodecov(t *testing.T) { function TestBadgerMetrics (line 121) | func TestBadgerMetrics(t *testing.T) { FILE: internal/storage/v1/badger/lock.go type lock (line 8) | type lock struct method Acquire (line 11) | func (*lock) Acquire(string /* resource */, time.Duration /* ttl */) (... method Forfeit (line 16) | func (*lock) Forfeit(string /* resource */) (bool, error) { FILE: internal/storage/v1/badger/lock_test.go function TestAcquire (line 14) | func TestAcquire(t *testing.T) { function TestForfeit (line 21) | func TestForfeit(t *testing.T) { FILE: internal/storage/v1/badger/options.go constant prefix (line 14) | prefix = "badger" constant suffixKeyDirectory (line 15) | suffixKeyDirectory = ".directory-key" constant suffixValueDirectory (line 16) | suffixValueDirectory = ".directory-value" constant suffixEphemeral (line 17) | suffixEphemeral = ".ephemeral" constant suffixSpanstoreTTL (line 18) | suffixSpanstoreTTL = ".span-store-ttl" constant suffixSyncWrite (line 19) | suffixSyncWrite = ".consistency" constant suffixMaintenanceInterval (line 20) | suffixMaintenanceInterval = ".maintenance-interval" constant suffixMetricsInterval (line 21) | suffixMetricsInterval = ".metrics-update-interval" constant suffixReadOnly (line 22) | suffixReadOnly = ".read-only" method AddFlags (line 26) | func (c *Config) AddFlags(flagSet *flag.FlagSet) { method InitFromViper (line 70) | func (c *Config) InitFromViper(v *viper.Viper, logger *zap.Logger) { function initFromViper (line 74) | func initFromViper(config *Config, v *viper.Viper, _ *zap.Logger) { FILE: internal/storage/v1/badger/options_test.go function TestDefaultConfigParsing (line 13) | func TestDefaultConfigParsing(t *testing.T) { function TestParseConfig (line 21) | func TestParseConfig(t *testing.T) { function TestReadOnlyConfig (line 43) | func TestReadOnlyConfig(t *testing.T) { FILE: internal/storage/v1/badger/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/badger/samplingstore/storage.go constant throughputKeyPrefix (line 19) | throughputKeyPrefix byte = 0x08 constant probabilitiesKeyPrefix (line 20) | probabilitiesKeyPrefix byte = 0x09 type SamplingStore (line 23) | type SamplingStore struct method InsertThroughput (line 39) | func (s *SamplingStore) InsertThroughput(throughput []*model.Throughpu... method GetThroughput (line 61) | func (s *SamplingStore) GetThroughput(start, end time.Time) ([]*model.... method InsertProbabilitiesAndQPS (line 101) | func (s *SamplingStore) InsertProbabilitiesAndQPS(hostname string, method GetLatestProbabilities (line 128) | func (s *SamplingStore) GetLatestProbabilities() (model.ServiceOperati... method createProbabilitiesEntry (line 159) | func (s *SamplingStore) createProbabilitiesEntry(hostname string, prob... method createProbabilitiesKV (line 170) | func (*SamplingStore) createProbabilitiesKV(hostname string, probabili... method createThroughputEntry (line 185) | func (s *SamplingStore) createThroughputEntry(throughput []*model.Thro... method createBadgerEntry (line 196) | func (*SamplingStore) createBadgerEntry(key []byte, value []byte) *bad... method createThroughputKV (line 203) | func (*SamplingStore) createThroughputKV(throughput []*model.Throughpu... type ProbabilitiesAndQPS (line 27) | type ProbabilitiesAndQPS struct function NewSamplingStore (line 33) | func NewSamplingStore(db *badger.DB) *SamplingStore { function decodeThroughputValue (line 213) | func decodeThroughputValue(val []byte) ([]*model.Throughput, error) { function decodeProbabilitiesValue (line 223) | func decodeProbabilitiesValue(val []byte) (ProbabilitiesAndQPS, error) { function initalStartTime (line 233) | func initalStartTime(timeBytes []byte) (time.Time, error) { FILE: internal/storage/v1/badger/samplingstore/storage_test.go function newTestSamplingStore (line 19) | func newTestSamplingStore(db *badger.DB) *SamplingStore { function TestInsertThroughput (line 23) | func TestInsertThroughput(t *testing.T) { function TestGetThroughput (line 34) | func TestGetThroughput(t *testing.T) { function TestInsertProbabilitiesAndQPS (line 50) | func TestInsertProbabilitiesAndQPS(t *testing.T) { function TestGetLatestProbabilities (line 61) | func TestGetLatestProbabilities(t *testing.T) { function TestDecodeProbabilitiesValue (line 83) | func TestDecodeProbabilitiesValue(t *testing.T) { function TestDecodeThroughtputValue (line 103) | func TestDecodeThroughtputValue(t *testing.T) { function runWithBadger (line 116) | func runWithBadger(t *testing.T, test func(t *testing.T, store *Sampling... function TestMain (line 133) | func TestMain(m *testing.M) { FILE: internal/storage/v1/badger/spanstore/cache.go type CacheStore (line 17) | type CacheStore struct method AddService (line 39) | func (c *CacheStore) AddService(service string, keyTTL uint64) { method AddOperation (line 51) | func (c *CacheStore) AddOperation(service, operation string, keyTTL ui... method Update (line 66) | func (c *CacheStore) Update(service, operation string, expireTime uint... method GetOperations (line 78) | func (c *CacheStore) GetOperations(service string) ([]spanstore.Operat... method GetServices (line 115) | func (c *CacheStore) GetServices() ([]string, error) { function NewCacheStore (line 28) | func NewCacheStore(db *badger.DB, ttl time.Duration) *CacheStore { FILE: internal/storage/v1/badger/spanstore/cache_test.go function TestExpiredItems (line 19) | func TestExpiredItems(t *testing.T) { function runWithBadger (line 57) | func runWithBadger(t *testing.T, test func(store *badger.DB, t *testing.... FILE: internal/storage/v1/badger/spanstore/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/badger/spanstore/read_write_test.go function TestWriteReadBack (line 27) | func TestWriteReadBack(t *testing.T) { function TestValidation (line 81) | func TestValidation(t *testing.T) { function TestIndexSeeks (line 120) | func TestIndexSeeks(t *testing.T) { function TestFindNothing (line 280) | func TestFindNothing(t *testing.T) { function TestWriteDuplicates (line 299) | func TestWriteDuplicates(t *testing.T) { function TestMenuSeeks (line 326) | func TestMenuSeeks(t *testing.T) { function TestPersist (line 366) | func TestPersist(t *testing.T) { function runFactoryTest (line 422) | func runFactoryTest(tb testing.TB, test func(tb testing.TB, sw spanstore... function writeSpans (line 443) | func writeSpans(sw spanstore.Writer, tags []model.KeyValue, services, op... function BenchmarkWrites (line 465) | func BenchmarkWrites(b *testing.B) { function makeWriteSupports (line 490) | func makeWriteSupports(tagsCount, spans int) (tags []model.KeyValue, ser... function makeReadBenchmark (line 510) | func makeReadBenchmark(b *testing.B, _ time.Time, params *spanstore.Trac... function BenchmarkServiceTagsRangeQueryLimitIndexFetch (line 547) | func BenchmarkServiceTagsRangeQueryLimitIndexFetch(b *testing.B) { function BenchmarkServiceIndexLimitFetch (line 564) | func BenchmarkServiceIndexLimitFetch(b *testing.B) { function runLargeFactoryTest (line 578) | func runLargeFactoryTest(tb testing.TB, test func(tb testing.TB, sw span... function TestRandomTraceID (line 608) | func TestRandomTraceID(t *testing.T) { FILE: internal/storage/v1/badger/spanstore/reader.go constant defaultNumTraces (line 52) | defaultNumTraces = 100 constant sizeOfTraceID (line 53) | sizeOfTraceID = 16 constant encodingTypeBits (line 54) | encodingTypeBits = 0x0F type TraceReader (line 58) | type TraceReader struct method getTraces (line 110) | func (r *TraceReader) getTraces(traceIDs []model.TraceID) ([]*model.Tr... method GetTrace (line 157) | func (r *TraceReader) GetTrace(_ context.Context, query spanstore.GetT... method scanTimeRange (line 173) | func (r *TraceReader) scanTimeRange(plan *executionPlan) ([]model.Trac... method GetServices (line 241) | func (r *TraceReader) GetServices(context.Context) ([]string, error) { method GetOperations (line 246) | func (r *TraceReader) GetOperations( method indexSeeksToTraceIDs (line 290) | func (r *TraceReader) indexSeeksToTraceIDs(plan *executionPlan, indexS... method durationQueries (line 388) | func (r *TraceReader) durationQueries(plan *executionPlan, query *span... method FindTraces (line 452) | func (r *TraceReader) FindTraces(ctx context.Context, query *spanstore... method FindTraceIDs (line 462) | func (r *TraceReader) FindTraceIDs(_ context.Context, query *spanstore... method scanIndexKeys (line 526) | func (r *TraceReader) scanIndexKeys(indexKeyValue []byte, plan *execut... method scanRangeIndex (line 581) | func (r *TraceReader) scanRangeIndex(plan *executionPlan, indexStartVa... method preloadServices (line 623) | func (r *TraceReader) preloadServices() []string { method preloadOperations (line 646) | func (r *TraceReader) preloadOperations(service string) { type executionPlan (line 64) | type executionPlan struct function NewTraceReader (line 78) | func NewTraceReader(db *badger.DB, c *CacheStore, prefillCache bool) *Tr... function decodeValue (line 92) | func decodeValue(val []byte, encodeType byte) (*model.Span, error) { function createPrimaryKeySeekPrefix (line 229) | func createPrimaryKeySeekPrefix(traceID model.TraceID) []byte { function setQueryDefaults (line 254) | func setQueryDefaults(query *spanstore.TraceQueryParameters) { function serviceQueries (line 261) | func serviceQueries(query *spanstore.TraceQueryParameters, indexSeeks []... function filterIDs (line 339) | func filterIDs(plan *executionPlan, innerIDs [][]byte) []model.TraceID { function bytesToTraceID (line 360) | func bytesToTraceID(key []byte) model.TraceID { function buildHash (line 367) | func buildHash(plan *executionPlan, outerIDs [][]byte) map[model.TraceID... function mergeJoinIds (line 423) | func mergeJoinIds(left, right [][]byte) [][]byte { function validateQuery (line 503) | func validateQuery(p *spanstore.TraceQueryParameters) error { function scanFunction (line 563) | func scanFunction(it *badger.Iterator, indexPrefix []byte, timeBytesEnd ... function scanRangeFunction (line 614) | func scanRangeFunction(it *badger.Iterator, indexEndValue []byte) bool { FILE: internal/storage/v1/badger/spanstore/rw_internal_test.go function TestEncodingTypes (line 21) | func TestEncodingTypes(t *testing.T) { function TestDecodeErrorReturns (line 82) | func TestDecodeErrorReturns(t *testing.T) { function TestDuplicateTraceIDDetection (line 92) | func TestDuplicateTraceIDDetection(t *testing.T) { function createDummySpan (line 123) | func createDummySpan() model.Span { function TestMergeJoin (line 159) | func TestMergeJoin(t *testing.T) { function TestOldReads (line 193) | func TestOldReads(t *testing.T) { FILE: internal/storage/v1/badger/spanstore/writer.go constant spanKeyPrefix (line 27) | spanKeyPrefix byte = 0x80 constant indexKeyRange (line 28) | indexKeyRange byte = 0x0F constant serviceNameIndexKey (line 29) | serviceNameIndexKey byte = 0x81 constant operationNameIndexKey (line 30) | operationNameIndexKey byte = 0x82 constant tagIndexKey (line 31) | tagIndexKey byte = 0x83 constant durationIndexKey (line 32) | durationIndexKey byte = 0x84 constant jsonEncoding (line 33) | jsonEncoding byte = 0x01 constant protoEncoding (line 34) | protoEncoding byte = 0x02 constant defaultEncoding (line 35) | defaultEncoding byte = protoEncoding type SpanWriter (line 39) | type SpanWriter struct method WriteSpan (line 57) | func (w *SpanWriter) WriteSpan(_ context.Context, span *model.Span) er... method createBadgerEntry (line 133) | func (*SpanWriter) createBadgerEntry(key []byte, value []byte, expireT... method createTraceEntry (line 141) | func (w *SpanWriter) createTraceEntry(span *model.Span, startTime, exp... function NewSpanWriter (line 47) | func NewSpanWriter(db *badger.DB, c *CacheStore, ttl time.Duration) *Spa... function createIndexKey (line 119) | func createIndexKey(indexPrefixKey byte, value []byte, startTime uint64,... function createTraceKV (line 153) | func createTraceKV(span *model.Span, encodingType byte, startTime uint64... FILE: internal/storage/v1/badger/stats.go method diskStatisticsUpdate (line 8) | func (*Factory) diskStatisticsUpdate() error { FILE: internal/storage/v1/badger/stats_linux.go method diskStatisticsUpdate (line 10) | func (f *Factory) diskStatisticsUpdate() error { FILE: internal/storage/v1/badger/stats_linux_test.go function TestDiskStatisticsUpdate (line 16) | func TestDiskStatisticsUpdate(t *testing.T) { FILE: internal/storage/v1/badger/stats_test.go function TestDiskStatisticsUpdate (line 17) | func TestDiskStatisticsUpdate(t *testing.T) { FILE: internal/storage/v1/blackhole/blackhole.go type Store (line 19) | type Store struct method GetDependencies (line 29) | func (*Store) GetDependencies(context.Context, time.Time /* endTs */, ... method WriteSpan (line 34) | func (*Store) WriteSpan(context.Context, *model.Span) error { method GetTrace (line 39) | func (*Store) GetTrace(context.Context, spanstore.GetTraceParameters) ... method GetServices (line 44) | func (*Store) GetServices(context.Context) ([]string, error) { method GetOperations (line 49) | func (*Store) GetOperations( method FindTraces (line 57) | func (*Store) FindTraces(context.Context, *spanstore.TraceQueryParamet... method FindTraceIDs (line 62) | func (*Store) FindTraceIDs(context.Context, *spanstore.TraceQueryParam... function NewStore (line 24) | func NewStore() *Store { FILE: internal/storage/v1/blackhole/blackhole_test.go function withBlackhole (line 19) | func withBlackhole(f func(store *Store)) { function TestStoreGetDependencies (line 23) | func TestStoreGetDependencies(t *testing.T) { function TestStoreWriteSpan (line 31) | func TestStoreWriteSpan(t *testing.T) { function TestStoreGetTrace (line 38) | func TestStoreGetTrace(t *testing.T) { function TestStoreGetServices (line 46) | func TestStoreGetServices(t *testing.T) { function TestStoreGetAllOperations (line 54) | func TestStoreGetAllOperations(t *testing.T) { function TestStoreFindTraces (line 65) | func TestStoreFindTraces(t *testing.T) { function TestStoreFindTraceIDs (line 73) | func TestStoreFindTraceIDs(t *testing.T) { FILE: internal/storage/v1/blackhole/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/cassandra/dependencystore/bootstrap.go function GetDependencyVersion (line 13) | func GetDependencyVersion(s cassandra.Session) Version { FILE: internal/storage/v1/cassandra/dependencystore/bootstrap_test.go function TestGetDependencyVersionV1 (line 17) | func TestGetDependencyVersionV1(t *testing.T) { function TestGetDependencyVersionV2 (line 28) | func TestGetDependencyVersionV2(t *testing.T) { FILE: internal/storage/v1/cassandra/dependencystore/model.go type Dependency (line 14) | type Dependency struct method MarshalUDT (line 22) | func (d *Dependency) MarshalUDT(name string, info gocql.TypeInfo) ([]b... method UnmarshalUDT (line 38) | func (d *Dependency) UnmarshalUDT(name string, info gocql.TypeInfo, da... FILE: internal/storage/v1/cassandra/dependencystore/model_test.go function TestDependencyUDT (line 15) | func TestDependencyUDT(t *testing.T) { FILE: internal/storage/v1/cassandra/dependencystore/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/cassandra/dependencystore/storage.go type Version (line 22) | type Version method IsValid (line 25) | func (i Version) IsValid() bool { constant V1 (line 31) | V1 Version = iota constant V2 (line 34) | V2 constant versionEnumEnd (line 35) | versionEnumEnd constant depsInsertStmtV1 (line 37) | depsInsertStmtV1 = "INSERT INTO dependencies(ts, ts_index, dependencies)... constant depsInsertStmtV2 (line 38) | depsInsertStmtV2 = "INSERT INTO dependencies_v2(ts, ts_bucket, dependenc... constant depsSelectStmtV1 (line 39) | depsSelectStmtV1 = "SELECT ts, dependencies FROM dependencies WHERE ts_i... constant depsSelectStmtV2 (line 40) | depsSelectStmtV2 = "SELECT ts, dependencies FROM dependencies_v2 WHERE t... constant tsBucket (line 43) | tsBucket = 24 * time.Hour type DependencyStore (line 49) | type DependencyStore struct method WriteDependencies (line 75) | func (s *DependencyStore) WriteDependencies(ts time.Time, dependencies... method GetDependencies (line 100) | func (s *DependencyStore) GetDependencies(_ context.Context, endTs tim... function NewDependencyStore (line 57) | func NewDependencyStore( function getBuckets (line 136) | func getBuckets(startTs time.Time, endTs time.Time) []time.Time { FILE: internal/storage/v1/cassandra/dependencystore/storage_test.go type depStorageTest (line 28) | type depStorageTest struct function withDepStore (line 35) | func withDepStore(version Version, fn func(s *depStorageTest)) { function TestVersionIsValid (line 55) | func TestVersionIsValid(t *testing.T) { function TestInvalidVersion (line 61) | func TestInvalidVersion(t *testing.T) { function TestDependencyStoreWrite (line 66) | func TestDependencyStoreWrite(t *testing.T) { function TestDependencyStoreGetDependencies (line 143) | func TestDependencyStoreGetDependencies(t *testing.T) { function TestGetBuckets (line 246) | func TestGetBuckets(t *testing.T) { function matchEverything (line 259) | func matchEverything() any { function TestDependencyStore_UnsupportedVersion (line 263) | func TestDependencyStore_UnsupportedVersion(t *testing.T) { FILE: internal/storage/v1/cassandra/factory.go type Factory (line 41) | type Factory struct method ConfigureFromOptions (line 65) | func (f *Factory) ConfigureFromOptions(o *Options) { method Initialize (line 71) | func (f *Factory) Initialize(metricsFactory metrics.Factory, logger *z... method CreateSpanReader (line 127) | func (*Factory) CreateSpanReader() (spanstore.Reader, error) { method CreateSpanWriter (line 132) | func (f *Factory) CreateSpanWriter() (spanstore.Writer, error) { method CreateDependencyReader (line 141) | func (f *Factory) CreateDependencyReader() (dependencystore.Reader, er... method CreateLock (line 147) | func (f *Factory) CreateLock() (distributedlock.Lock, error) { method CreateSamplingStore (line 158) | func (f *Factory) CreateSamplingStore(int /* maxBuckets */) (samplings... method Close (line 201) | func (f *Factory) Close() error { method Purge (line 209) | func (f *Factory) Purge(_ context.Context) error { method IsArchiveCapable (line 213) | func (f *Factory) IsArchiveCapable() bool { method GetSession (line 217) | func (f *Factory) GetSession() cassandra.Session { function NewFactory (line 57) | func NewFactory() *Factory { function createSession (line 85) | func createSession(c *config.Configuration) (cassandra.Session, error) { function newSessionPrerequisites (line 100) | func newSessionPrerequisites(c *config.Configuration) error { function NewSession (line 118) | func NewSession(c *config.Configuration) (cassandra.Session, error) { function writerOptions (line 169) | func writerOptions(opts *Options) ([]cspanstore.Option, error) { FILE: internal/storage/v1/cassandra/factory_test.go function TestCreateSpanReaderError (line 20) | func TestCreateSpanReaderError(t *testing.T) { function TestConfigureFromOptions (line 26) | func TestConfigureFromOptions(t *testing.T) { function TestFactory_Purge (line 34) | func TestFactory_Purge(t *testing.T) { function TestNewSessionErrors (line 51) | func TestNewSessionErrors(t *testing.T) { function TestIsArchiveCapable (line 81) | func TestIsArchiveCapable(t *testing.T) { FILE: internal/storage/v1/cassandra/helper.go type mockSessionBuilder (line 12) | type mockSessionBuilder struct method add (line 18) | func (m *mockSessionBuilder) add(session *mocks.Session, err error) *m... method build (line 24) | func (m *mockSessionBuilder) build(*config.Configuration) (cassandra.S... function MockSession (line 31) | func MockSession(f *Factory, session *mocks.Session, err error) { FILE: internal/storage/v1/cassandra/options.go type Options (line 17) | type Options struct method GetConfig (line 46) | func (opt *Options) GetConfig() config.Configuration { method TagIndexBlacklist (line 51) | func (opt *Options) TagIndexBlacklist() []string { method TagIndexWhitelist (line 60) | func (opt *Options) TagIndexWhitelist() []string { type IndexConfig (line 26) | type IndexConfig struct function NewOptions (line 35) | func NewOptions() *Options { FILE: internal/storage/v1/cassandra/options_test.go function TestOptions (line 13) | func TestOptions(t *testing.T) { FILE: internal/storage/v1/cassandra/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/cassandra/samplingstore/storage.go constant buckets (line 27) | buckets = `(0,1,2,3,4,5,6,7,8,9)` constant constBucket (line 28) | constBucket = 1 constant constBucketStr (line 29) | constBucketStr = `1` constant insertThroughput (line 31) | insertThroughput = `INSERT INTO operation_throughput(bucket, ts, t... constant getThroughput (line 32) | getThroughput = `SELECT throughput FROM operation_throughput WH... constant insertProbabilities (line 33) | insertProbabilities = `INSERT INTO sampling_probabilities(bucket, ts,... constant getLatestProbabilities (line 34) | getLatestProbabilities = `SELECT probabilities FROM sampling_probabiliti... type probabilityAndQPS (line 38) | type probabilityAndQPS struct type serviceOperationData (line 45) | type serviceOperationData type samplingStoreMetrics (line 47) | type samplingStoreMetrics struct type SamplingStore (line 53) | type SamplingStore struct method InsertThroughput (line 72) | func (s *SamplingStore) InsertThroughput(throughput []*model.Throughpu... method GetThroughput (line 79) | func (s *SamplingStore) GetThroughput(start, end time.Time) ([]*model.... method InsertProbabilitiesAndQPS (line 94) | func (s *SamplingStore) InsertProbabilitiesAndQPS( method GetLatestProbabilities (line 105) | func (s *SamplingStore) GetLatestProbabilities() (model.ServiceOperati... method stringToProbabilitiesAndQPS (line 140) | func (s *SamplingStore) stringToProbabilitiesAndQPS(probabilitiesAndQP... method stringToProbabilities (line 147) | func (s *SamplingStore) stringToProbabilities(probabilitiesStr string)... method stringToThroughput (line 173) | func (s *SamplingStore) stringToThroughput(throughputStr string) []*mo... method appendProbabilityAndQPS (line 180) | func (s *SamplingStore) appendProbabilityAndQPS(svcOpData serviceOpera... method appendProbability (line 204) | func (s *SamplingStore) appendProbability(probabilities model.ServiceO... method appendThroughput (line 220) | func (s *SamplingStore) appendThroughput(throughput *[]*model.Throughp... method parseString (line 246) | func (s *SamplingStore) parseString(str string, numColumns int, append... function New (line 60) | func New(session cassandra.Session, factory metrics.Factory, logger *zap... function generateRandomBucket (line 117) | func generateRandomBucket() int64 { function probabilitiesAndQPSToString (line 121) | func probabilitiesAndQPSToString(probabilities model.ServiceOperationPro... function throughputToString (line 154) | func throughputToString(throughput []*model.Throughput) string { function probabilitiesSetToString (line 164) | func probabilitiesSetToString(probabilities map[string]struct{}) string { function parseProbabilitiesSet (line 236) | func parseProbabilitiesSet(probabilitiesStr string) map[string]struct{} { FILE: internal/storage/v1/cassandra/samplingstore/storage_test.go type samplingStoreTest (line 28) | type samplingStoreTest struct function withSamplingStore (line 35) | func withSamplingStore(fn func(r *samplingStoreTest)) { function TestInsertThroughput (line 50) | func TestInsertThroughput(t *testing.T) { function TestInsertProbabilitiesAndQPS (line 88) | func TestInsertProbabilitiesAndQPS(t *testing.T) { function TestGetThroughput (line 138) | func TestGetThroughput(t *testing.T) { function TestGetLatestProbabilities (line 219) | func TestGetLatestProbabilities(t *testing.T) { function matchEverything (line 281) | func matchEverything() any { function TestGenerateRandomBucket (line 285) | func TestGenerateRandomBucket(t *testing.T) { function TestThroughputToString (line 289) | func TestThroughputToString(t *testing.T) { function TestStringToThroughput (line 304) | func TestStringToThroughput(t *testing.T) { function TestProbabilitiesAndQPSToString (line 330) | func TestProbabilitiesAndQPSToString(t *testing.T) { function TestStringToProbabilitiesAndQPS (line 345) | func TestStringToProbabilitiesAndQPS(t *testing.T) { function TestStringToProbabilities (line 369) | func TestStringToProbabilities(t *testing.T) { function TestProbabilitiesSetToString (line 379) | func TestProbabilitiesSetToString(t *testing.T) { function TestMain (line 385) | func TestMain(m *testing.M) { FILE: internal/storage/v1/cassandra/savetracetest/main.go function main (line 25) | func main() { function queryAndPrint (line 96) | func queryAndPrint(ctx context.Context, spanReader *cspanstore.SpanReade... function getSomeProcess (line 105) | func getSomeProcess() *model.Process { function getSomeSpan (line 115) | func getSomeSpan() *model.Span { function getReferences (line 131) | func getReferences() []model.SpanRef { function getTags (line 141) | func getTags() model.KeyValues { function getLogs (line 148) | func getLogs() []model.Log { FILE: internal/storage/v1/cassandra/schema/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/cassandra/schema/schema.go type templateParams (line 21) | type templateParams struct type Creator (line 34) | type Creator struct method constructTemplateParams (line 47) | func (sc *Creator) constructTemplateParams() templateParams { method getQueryFileAsBytes (line 62) | func (*Creator) getQueryFileAsBytes(fileName string, params templatePa... method getQueriesFromBytes (line 77) | func (*Creator) getQueriesFromBytes(queryFile []byte) ([]string, error) { method getCassandraQueriesFromQueryStrings (line 118) | func (sc *Creator) getCassandraQueriesFromQueryStrings(queries []strin... method contructSchemaQueries (line 128) | func (sc *Creator) contructSchemaQueries() ([]cassandra.Query, error) { method CreateSchemaIfNotPresent (line 146) | func (sc *Creator) CreateSchemaIfNotPresent() error { function NewSchemaCreator (line 40) | func NewSchemaCreator(session cassandra.Session, schema config.Schema) *... FILE: internal/storage/v1/cassandra/schema/schema_test.go function TestQueryGenerationFromBytes (line 12) | func TestQueryGenerationFromBytes(t *testing.T) { function TestInvalidQueryTemplate (line 45) | func TestInvalidQueryTemplate(t *testing.T) { FILE: internal/storage/v1/cassandra/spanstore/dbmodel/converter.go constant warningStringPrefix (line 16) | warningStringPrefix = "$$span.warning." function FromDomain (line 40) | func FromDomain(span *model.Span) *Span { function ToDomain (line 45) | func ToDomain(dbSpan *Span) (*model.Span, error) { type converter (line 51) | type converter struct method fromDomain (line 53) | func (c converter) fromDomain(span *model.Span) *Span { method toDomain (line 80) | func (c converter) toDomain(dbSpan *Span) (*model.Span, error) { method fromDBTags (line 123) | func (c converter) fromDBTags(tags []KeyValue) ([]model.KeyValue, erro... method fromDBWarnings (line 138) | func (c converter) fromDBWarnings(tags []KeyValue) ([]string, error) { method fromDBTag (line 153) | func (converter) fromDBTag(tag *KeyValue) (model.KeyValue, error) { method fromDBLogs (line 170) | func (c converter) fromDBLogs(logs []Log) ([]model.Log, error) { method fromDBRefs (line 186) | func (converter) fromDBRefs(refs []SpanRef) ([]model.SpanRef, error) { method fromDBProcess (line 203) | func (c converter) fromDBProcess(process Process) (*model.Process, err... method toDBTags (line 214) | func (converter) toDBTags(tags []model.KeyValue) []KeyValue { method toDBWarnings (line 231) | func (converter) toDBWarnings(warnings []string) []KeyValue { method toDBLogs (line 244) | func (c converter) toDBLogs(logs []model.Log) []Log { method toDBRefs (line 256) | func (converter) toDBRefs(refs []model.SpanRef) []SpanRef { method toDBProcess (line 269) | func (c converter) toDBProcess(process *model.Process) Process { FILE: internal/storage/v1/cassandra/spanstore/dbmodel/converter_test.go function getTestJaegerSpan (line 113) | func getTestJaegerSpan() *model.Span { function getTestJaegerProcess (line 128) | func getTestJaegerProcess() *model.Process { function getTestSpan (line 135) | func getTestSpan() *Span { function getCustomSpan (line 158) | func getCustomSpan(dbTags []KeyValue, dbProcess Process, dbLogs []Log, d... function getTestUniqueTags (line 167) | func getTestUniqueTags() []TagInsertion { function TestToSpan (line 176) | func TestToSpan(t *testing.T) { function TestFromSpan (line 186) | func TestFromSpan(t *testing.T) { function TestFailingFromDBSpanBadTags (line 204) | func TestFailingFromDBSpanBadTags(t *testing.T) { function TestFailingFromDBSpanBadLogs (line 209) | func TestFailingFromDBSpanBadLogs(t *testing.T) { function TestFailingFromDBSpanBadProcess (line 219) | func TestFailingFromDBSpanBadProcess(t *testing.T) { function TestFailingFromDBSpanBadRefs (line 227) | func TestFailingFromDBSpanBadRefs(t *testing.T) { function failingDBSpanTransform (line 237) | func failingDBSpanTransform(t *testing.T, dbSpan *Span, errMsg string) { function TestFailingFromDBLogs (line 243) | func TestFailingFromDBLogs(t *testing.T) { function TestDBTagTypeError (line 260) | func TestDBTagTypeError(t *testing.T) { function TestGenerateHashCode (line 265) | func TestGenerateHashCode(t *testing.T) { function TestFromDBTagsWithoutWarnings (line 280) | func TestFromDBTagsWithoutWarnings(t *testing.T) { function TestFromDBTagsWithWarnings (line 289) | func TestFromDBTagsWithWarnings(t *testing.T) { function TestFromDBLogsWithWarnings (line 299) | func TestFromDBLogsWithWarnings(t *testing.T) { function TestFromDBProcessWithWarnings (line 309) | func TestFromDBProcessWithWarnings(t *testing.T) { function TestFromDBWarnings (line 319) | func TestFromDBWarnings(t *testing.T) { function TestFailingFromDBWarnings (line 329) | func TestFailingFromDBWarnings(t *testing.T) { function TestFromDBTag_DefaultCase (line 335) | func TestFromDBTag_DefaultCase(t *testing.T) { FILE: internal/storage/v1/cassandra/spanstore/dbmodel/cql_udt.go method MarshalCQL (line 18) | func (t TraceID) MarshalCQL(gocql.TypeInfo) ([]byte, error) { method UnmarshalCQL (line 23) | func (t *TraceID) UnmarshalCQL(_ gocql.TypeInfo, data []byte) error { method MarshalUDT (line 32) | func (t *KeyValue) MarshalUDT(name string, info gocql.TypeInfo) ([]byte,... method UnmarshalUDT (line 54) | func (t *KeyValue) UnmarshalUDT(name string, info gocql.TypeInfo, data [... method MarshalUDT (line 76) | func (l *Log) MarshalUDT(name string, info gocql.TypeInfo) ([]byte, erro... method UnmarshalUDT (line 88) | func (l *Log) UnmarshalUDT(name string, info gocql.TypeInfo, data []byte... method MarshalUDT (line 100) | func (s *SpanRef) MarshalUDT(name string, info gocql.TypeInfo) ([]byte, ... method UnmarshalUDT (line 114) | func (s *SpanRef) UnmarshalUDT(name string, info gocql.TypeInfo, data []... method MarshalUDT (line 128) | func (p *Process) MarshalUDT(name string, info gocql.TypeInfo) ([]byte, ... method UnmarshalUDT (line 140) | func (p *Process) UnmarshalUDT(name string, info gocql.TypeInfo, data []... FILE: internal/storage/v1/cassandra/spanstore/dbmodel/cql_udt_test.go function TestDBModelUDTMarshall (line 19) | func TestDBModelUDTMarshall(t *testing.T) { FILE: internal/storage/v1/cassandra/spanstore/dbmodel/ids.go type TraceID (line 16) | type TraceID method ToDomain (line 19) | func (t TraceID) ToDomain() model.TraceID { method String (line 26) | func (t TraceID) String() string { method MarshalJSON (line 36) | func (t TraceID) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 44) | func (t *TraceID) UnmarshalJSON(data []byte) error { FILE: internal/storage/v1/cassandra/spanstore/dbmodel/ids_test.go function TestTraceIDJSONRoundTrip (line 14) | func TestTraceIDJSONRoundTrip(t *testing.T) { function TestTraceIDJSONUnmarshal_Errors (line 26) | func TestTraceIDJSONUnmarshal_Errors(t *testing.T) { FILE: internal/storage/v1/cassandra/spanstore/dbmodel/index_filter.go constant DurationIndex (line 8) | DurationIndex = iota constant ServiceIndex (line 11) | ServiceIndex constant OperationIndex (line 14) | OperationIndex type IndexFilter (line 18) | type IndexFilter FILE: internal/storage/v1/cassandra/spanstore/dbmodel/index_filter_test.go function TestDefaultIndexFilter (line 12) | func TestDefaultIndexFilter(t *testing.T) { FILE: internal/storage/v1/cassandra/spanstore/dbmodel/model.go constant ChildOf (line 19) | ChildOf = "child-of" constant FollowsFrom (line 20) | FollowsFrom = "follows-from" constant StringType (line 22) | StringType = "string" constant BoolType (line 23) | BoolType = "bool" constant Int64Type (line 24) | Int64Type = "int64" constant Float64Type (line 25) | Float64Type = "float64" constant BinaryType (line 26) | BinaryType = "binary" type Span (line 30) | type Span struct type KeyValue (line 47) | type KeyValue struct method compareValues (line 57) | func (t *KeyValue) compareValues(that *KeyValue) int { method Compare (line 85) | func (t *KeyValue) Compare(that any) int { method Equal (line 117) | func (t *KeyValue) Equal(that any) bool { method AsString (line 121) | func (t *KeyValue) AsString() string { function SortKVs (line 141) | func SortKVs(kvs []KeyValue) { type Log (line 148) | type Log struct type SpanRef (line 154) | type SpanRef struct type Process (line 161) | type Process struct type TagInsertion (line 167) | type TagInsertion struct method String (line 173) | func (t TagInsertion) String() string { function TraceIDFromDomain (line 185) | func TraceIDFromDomain(traceID model.TraceID) TraceID { FILE: internal/storage/v1/cassandra/spanstore/dbmodel/model_test.go function TestTagInsertionString (line 16) | func TestTagInsertionString(t *testing.T) { function TestTraceIDString (line 21) | func TestTraceIDString(t *testing.T) { function TestKeyValueCompare (line 26) | func TestKeyValueCompare(t *testing.T) { function TestKeyValueEqual (line 169) | func TestKeyValueEqual(t *testing.T) { function TestKeyValueAsString (line 282) | func TestKeyValueAsString(t *testing.T) { function TestSortKVs_WithKey (line 359) | func TestSortKVs_WithKey(t *testing.T) { function TestSortKVs_WithType (line 375) | func TestSortKVs_WithType(t *testing.T) { function TestSortKVs_WithValue (line 390) | func TestSortKVs_WithValue(t *testing.T) { FILE: internal/storage/v1/cassandra/spanstore/dbmodel/operation.go type Operation (line 7) | type Operation struct FILE: internal/storage/v1/cassandra/spanstore/dbmodel/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/cassandra/spanstore/dbmodel/tag_filter.go type TagFilter (line 8) | type TagFilter interface type ChainedTagFilter (line 15) | type ChainedTagFilter method FilterProcessTags (line 23) | func (tf ChainedTagFilter) FilterProcessTags(span *Span, processTags [... method FilterTags (line 31) | func (tf ChainedTagFilter) FilterTags(span *Span, tags []KeyValue) []K... method FilterLogFields (line 39) | func (tf ChainedTagFilter) FilterLogFields(span *Span, logFields []Key... function NewChainedTagFilter (line 18) | func NewChainedTagFilter(filters ...TagFilter) ChainedTagFilter { type tagFilterImpl (line 49) | type tagFilterImpl struct method FilterProcessTags (line 51) | func (tagFilterImpl) FilterProcessTags(_ *Span, processTags []KeyValue... method FilterTags (line 55) | func (tagFilterImpl) FilterTags(_ *Span, tags []KeyValue) []KeyValue { method FilterLogFields (line 59) | func (tagFilterImpl) FilterLogFields(_ *Span, logFields []KeyValue) []... FILE: internal/storage/v1/cassandra/spanstore/dbmodel/tag_filter_drop_all.go type TagFilterDropAll (line 7) | type TagFilterDropAll struct method FilterProcessTags (line 23) | func (f *TagFilterDropAll) FilterProcessTags(_ *Span, processTags []Ke... method FilterTags (line 31) | func (f *TagFilterDropAll) FilterTags(_ *Span, tags []KeyValue) []KeyV... method FilterLogFields (line 39) | func (f *TagFilterDropAll) FilterLogFields(_ *Span, logFields []KeyVal... function NewTagFilterDropAll (line 14) | func NewTagFilterDropAll(dropTags bool, dropProcessTags bool, dropLogs b... FILE: internal/storage/v1/cassandra/spanstore/dbmodel/tag_filter_drop_all_test.go function TestDropAll (line 14) | func TestDropAll(t *testing.T) { FILE: internal/storage/v1/cassandra/spanstore/dbmodel/tag_filter_exact_match.go type ExactMatchTagFilter (line 7) | type ExactMatchTagFilter struct method FilterProcessTags (line 37) | func (tf ExactMatchTagFilter) FilterProcessTags(_ *Span, processTags [... method FilterTags (line 42) | func (tf ExactMatchTagFilter) FilterTags(_ *Span, tags []KeyValue) []K... method FilterLogFields (line 47) | func (tf ExactMatchTagFilter) FilterLogFields(_ *Span, logFields []Key... method filter (line 51) | func (tf ExactMatchTagFilter) filter(tags []KeyValue) []KeyValue { function newExactMatchTagFilter (line 15) | func newExactMatchTagFilter(tags []string, dropMatches bool) ExactMatchT... function NewBlacklistFilter (line 27) | func NewBlacklistFilter(tags []string) ExactMatchTagFilter { function NewWhitelistFilter (line 32) | func NewWhitelistFilter(tags []string) ExactMatchTagFilter { FILE: internal/storage/v1/cassandra/spanstore/dbmodel/tag_filter_exact_match_test.go function TestBlacklistFilter (line 12) | func TestBlacklistFilter(t *testing.T) { function TestWhitelistFilter (line 60) | func TestWhitelistFilter(t *testing.T) { FILE: internal/storage/v1/cassandra/spanstore/dbmodel/tag_filter_test.go function TestDefaultTagFilter (line 14) | func TestDefaultTagFilter(t *testing.T) { type onlyStringsFilter (line 25) | type onlyStringsFilter struct method filterStringTags (line 27) | func (onlyStringsFilter) filterStringTags(tags []KeyValue) []KeyValue { method FilterProcessTags (line 37) | func (f onlyStringsFilter) FilterProcessTags(_ *Span, processTags []Ke... method FilterTags (line 41) | func (f onlyStringsFilter) FilterTags(_ *Span, tags []KeyValue) []KeyV... method FilterLogFields (line 45) | func (f onlyStringsFilter) FilterLogFields(_ *Span, logFields []KeyVal... function TestChainedTagFilter (line 49) | func TestChainedTagFilter(t *testing.T) { function compareTags (line 60) | func compareTags(t *testing.T, expected, actual []KeyValue) { FILE: internal/storage/v1/cassandra/spanstore/dbmodel/unique_ids.go type UniqueTraceIDs (line 8) | type UniqueTraceIDs method Add (line 20) | func (u UniqueTraceIDs) Add(traceID TraceID) { function UniqueTraceIDsFromList (line 11) | func UniqueTraceIDsFromList(traceIDs []TraceID) UniqueTraceIDs { function IntersectTraceIDs (line 25) | func IntersectTraceIDs(uniqueTraceIdsList []UniqueTraceIDs) UniqueTraceI... FILE: internal/storage/v1/cassandra/spanstore/dbmodel/unique_ids_test.go function TestGetIntersectedTraceIDs (line 15) | func TestGetIntersectedTraceIDs(t *testing.T) { function TestAdd (line 38) | func TestAdd(t *testing.T) { function TestFromList (line 45) | func TestFromList(t *testing.T) { FILE: internal/storage/v1/cassandra/spanstore/dbmodel/unique_tags.go function GetAllUniqueTags (line 8) | func GetAllUniqueTags(span *Span, tagFilter TagFilter) []TagInsertion { FILE: internal/storage/v1/cassandra/spanstore/dbmodel/unique_tags_test.go function TestGetUniqueTags (line 14) | func TestGetUniqueTags(t *testing.T) { FILE: internal/storage/v1/cassandra/spanstore/matchers_test.go function matchOnce (line 13) | func matchOnce() any { function matchOnceWithSideEffect (line 17) | func matchOnceWithSideEffect(fn func(v []any)) any { function stringMatcher (line 32) | func stringMatcher(q string) any { FILE: internal/storage/v1/cassandra/spanstore/mocks/mocks.go function NewCoreSpanReader (line 23) | func NewCoreSpanReader(t interface { type CoreSpanReader (line 36) | type CoreSpanReader struct method EXPECT (line 44) | func (_m *CoreSpanReader) EXPECT() *CoreSpanReader_Expecter { method FindTraceIDs (line 49) | func (_mock *CoreSpanReader) FindTraceIDs(ctx context.Context, traceQu... method FindTraces (line 117) | func (_mock *CoreSpanReader) FindTraces(ctx context.Context, traceQuer... method GetOperations (line 185) | func (_mock *CoreSpanReader) GetOperations(ctx context.Context, query ... method GetOperationsV2 (line 253) | func (_mock *CoreSpanReader) GetOperationsV2(ctx context.Context, quer... method GetServices (line 321) | func (_mock *CoreSpanReader) GetServices(ctx context.Context) ([]strin... method GetTrace (line 383) | func (_mock *CoreSpanReader) GetTrace(ctx context.Context, query spans... type CoreSpanReader_Expecter (line 40) | type CoreSpanReader_Expecter struct method FindTraceIDs (line 84) | func (_e *CoreSpanReader_Expecter) FindTraceIDs(ctx interface{}, trace... method FindTraces (line 152) | func (_e *CoreSpanReader_Expecter) FindTraces(ctx interface{}, traceQu... method GetOperations (line 220) | func (_e *CoreSpanReader_Expecter) GetOperations(ctx interface{}, quer... method GetOperationsV2 (line 288) | func (_e *CoreSpanReader_Expecter) GetOperationsV2(ctx interface{}, qu... method GetServices (line 355) | func (_e *CoreSpanReader_Expecter) GetServices(ctx interface{}) *CoreS... method GetTrace (line 418) | func (_e *CoreSpanReader_Expecter) GetTrace(ctx interface{}, query int... type CoreSpanReader_FindTraceIDs_Call (line 77) | type CoreSpanReader_FindTraceIDs_Call struct method Run (line 88) | func (_c *CoreSpanReader_FindTraceIDs_Call) Run(run func(ctx context.C... method Return (line 106) | func (_c *CoreSpanReader_FindTraceIDs_Call) Return(traceIDs []model.Tr... method RunAndReturn (line 111) | func (_c *CoreSpanReader_FindTraceIDs_Call) RunAndReturn(run func(ctx ... type CoreSpanReader_FindTraces_Call (line 145) | type CoreSpanReader_FindTraces_Call struct method Run (line 156) | func (_c *CoreSpanReader_FindTraces_Call) Run(run func(ctx context.Con... method Return (line 174) | func (_c *CoreSpanReader_FindTraces_Call) Return(traces []*model.Trace... method RunAndReturn (line 179) | func (_c *CoreSpanReader_FindTraces_Call) RunAndReturn(run func(ctx co... type CoreSpanReader_GetOperations_Call (line 213) | type CoreSpanReader_GetOperations_Call struct method Run (line 224) | func (_c *CoreSpanReader_GetOperations_Call) Run(run func(ctx context.... method Return (line 242) | func (_c *CoreSpanReader_GetOperations_Call) Return(operations []spans... method RunAndReturn (line 247) | func (_c *CoreSpanReader_GetOperations_Call) RunAndReturn(run func(ctx... type CoreSpanReader_GetOperationsV2_Call (line 281) | type CoreSpanReader_GetOperationsV2_Call struct method Run (line 292) | func (_c *CoreSpanReader_GetOperationsV2_Call) Run(run func(ctx contex... method Return (line 310) | func (_c *CoreSpanReader_GetOperationsV2_Call) Return(operations []tra... method RunAndReturn (line 315) | func (_c *CoreSpanReader_GetOperationsV2_Call) RunAndReturn(run func(c... type CoreSpanReader_GetServices_Call (line 349) | type CoreSpanReader_GetServices_Call struct method Run (line 359) | func (_c *CoreSpanReader_GetServices_Call) Run(run func(ctx context.Co... method Return (line 372) | func (_c *CoreSpanReader_GetServices_Call) Return(strings []string, er... method RunAndReturn (line 377) | func (_c *CoreSpanReader_GetServices_Call) RunAndReturn(run func(ctx c... type CoreSpanReader_GetTrace_Call (line 411) | type CoreSpanReader_GetTrace_Call struct method Run (line 422) | func (_c *CoreSpanReader_GetTrace_Call) Run(run func(ctx context.Conte... method Return (line 440) | func (_c *CoreSpanReader_GetTrace_Call) Return(trace *model.Trace, err... method RunAndReturn (line 445) | func (_c *CoreSpanReader_GetTrace_Call) RunAndReturn(run func(ctx cont... FILE: internal/storage/v1/cassandra/spanstore/operation_names.go constant latestVersion (line 24) | latestVersion = schemaVersion("v2") constant previousVersion (line 28) | previousVersion = schemaVersion("v1") constant tableCheckStmt (line 31) | tableCheckStmt = "SELECT * from %s limit 1" type schemaVersion (line 34) | type schemaVersion type tableMeta (line 36) | type tableMeta struct method materialize (line 48) | func (t *tableMeta) materialize() { type OperationNamesStorage (line 78) | type OperationNamesStorage struct method Write (line 124) | func (s *OperationNamesStorage) Write(operation dbmodel.Operation) err... method GetOperations (line 146) | func (s *OperationNamesStorage) GetOperations( function NewOperationNamesStorage (line 90) | func NewOperationNamesStorage( function tableExist (line 152) | func tableExist(session cassandra.Session, tableName string) bool { function getOperationsV1 (line 158) | func getOperationsV1( function getOperationsV2 (line 179) | func getOperationsV2( FILE: internal/storage/v1/cassandra/spanstore/operation_names_test.go type operationNameStorageTest (line 25) | type operationNameStorageTest struct function withOperationNamesStorage (line 34) | func withOperationNamesStorage(t *testing.T, function TestNewOperationNamesStorage (line 69) | func TestNewOperationNamesStorage(t *testing.T) { function TestOperationNamesStorageWrite (line 101) | func TestOperationNamesStorageWrite(t *testing.T) { function TestOperationNamesStorageGetServices (line 181) | func TestOperationNamesStorageGetServices(t *testing.T) { FILE: internal/storage/v1/cassandra/spanstore/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/cassandra/spanstore/reader.go constant bucketRange (line 29) | bucketRange = `(0,1,2,3,4,5,6,7,8,9)` constant querySpanByTraceID (line 30) | querySpanByTraceID = ` constant queryByTag (line 34) | queryByTag = ` constant queryByServiceName (line 40) | queryByServiceName = ` constant queryByServiceAndOperationName (line 46) | queryByServiceAndOperationName = ` constant queryByDuration (line 52) | queryByDuration = ` constant defaultNumTraces (line 58) | defaultNumTraces = 100 constant limitMultiple (line 61) | limitMultiple = 3 type serviceNamesReader (line 84) | type serviceNamesReader type operationNamesReader (line 86) | type operationNamesReader type spanReaderMetrics (line 88) | type spanReaderMetrics struct type CoreSpanReader (line 97) | type CoreSpanReader interface type SpanReader (line 107) | type SpanReader struct method GetServices (line 147) | func (s *SpanReader) GetServices(context.Context) ([]string, error) { method GetOperations (line 152) | func (*SpanReader) GetOperations( method GetOperationsV2 (line 159) | func (s *SpanReader) GetOperationsV2( method readTrace (line 166) | func (s *SpanReader) readTrace(ctx context.Context, traceID dbmodel.Tr... method readTraceInSpan (line 176) | func (s *SpanReader) readTraceInSpan(_ context.Context, traceID dbmode... method GetTrace (line 224) | func (s *SpanReader) GetTrace(ctx context.Context, query spanstore.Get... method FindTraces (line 251) | func (s *SpanReader) FindTraces(ctx context.Context, traceQuery *spans... method FindTraceIDs (line 269) | func (s *SpanReader) FindTraceIDs(ctx context.Context, traceQuery *spa... method findTraceIDsFromQuery (line 292) | func (s *SpanReader) findTraceIDsFromQuery(ctx context.Context, traceQ... method queryByTagsAndLogs (line 322) | func (s *SpanReader) queryByTagsAndLogs(ctx context.Context, tq *spans... method queryByDuration (line 352) | func (s *SpanReader) queryByDuration(ctx context.Context, traceQuery *... method queryByServiceNameAndOperation (line 396) | func (s *SpanReader) queryByServiceNameAndOperation(ctx context.Contex... method queryByService (line 410) | func (s *SpanReader) queryByService(ctx context.Context, tq *spanstore... method executeQuery (line 423) | func (s *SpanReader) executeQuery(span trace.Span, query cassandra.Que... method startSpanForQuery (line 441) | func (s *SpanReader) startSpanForQuery(ctx context.Context, name, quer... function NewSpanReader (line 117) | func NewSpanReader( function validateQuery (line 228) | func validateQuery(p *spanstore.TraceQueryParameters) error { function logErrorToSpan (line 451) | func logErrorToSpan(span trace.Span, err error) { FILE: internal/storage/v1/cassandra/spanstore/reader_test.go type spanReaderTest (line 32) | type spanReaderTest struct function tracerProvider (line 40) | func tracerProvider(t *testing.T) (trace.TracerProvider, *tracetest.InMe... function withSpanReader (line 52) | func withSpanReader(t *testing.T, fn func(r *spanReaderTest)) { function TestNewSpanReader (line 75) | func TestNewSpanReader(t *testing.T) { function TestSpanReaderGetServices (line 103) | func TestSpanReaderGetServices(t *testing.T) { function TestSpanReaderGetOperations (line 112) | func TestSpanReaderGetOperations(t *testing.T) { function TestSpanReaderGetTrace (line 130) | func TestSpanReaderGetTrace(t *testing.T) { function TestSpanReaderGetTrace_TraceNotFound (line 187) | func TestSpanReaderGetTrace_TraceNotFound(t *testing.T) { function TestSpanReaderFindTracesBadRequest (line 206) | func TestSpanReaderFindTracesBadRequest(t *testing.T) { function TestSpanReaderFindTraces (line 214) | func TestSpanReaderFindTraces(t *testing.T) { function TestTraceQueryParameterValidation (line 442) | func TestTraceQueryParameterValidation(t *testing.T) { function TestGetOperations (line 475) | func TestGetOperations(t *testing.T) { FILE: internal/storage/v1/cassandra/spanstore/service_names.go constant insertServiceName (line 20) | insertServiceName = `INSERT INTO service_names(service_name) VALUES (?)` constant queryServiceNames (line 21) | queryServiceNames = `SELECT service_name FROM service_names` type ServiceNamesStorage (line 25) | type ServiceNamesStorage struct method Write (line 59) | func (s *ServiceNamesStorage) Write(serviceName string) error { method GetServices (line 87) | func (s *ServiceNamesStorage) GetServices() ([]string, error) { function NewServiceNamesStorage (line 36) | func NewServiceNamesStorage( function checkWriteCache (line 73) | func checkWriteCache(key string, c cache.Cache, writeCacheTTL time.Durat... FILE: internal/storage/v1/cassandra/spanstore/service_names_test.go type serviceNameStorageTest (line 23) | type serviceNameStorageTest struct function withServiceNamesStorage (line 32) | func withServiceNamesStorage(writeCacheTTL time.Duration, fn func(s *ser... function TestServiceNamesStorageWrite (line 48) | func TestServiceNamesStorageWrite(t *testing.T) { function TestServiceNamesStorageGetServices (line 98) | func TestServiceNamesStorageGetServices(t *testing.T) { FILE: internal/storage/v1/cassandra/spanstore/writer.go constant insertSpan (line 25) | insertSpan = ` constant serviceNameIndex (line 31) | serviceNameIndex = ` constant serviceOperationIndex (line 36) | serviceOperationIndex = ` constant tagIndex (line 42) | tagIndex = ` constant durationIndex (line 47) | durationIndex = ` constant maximumTagKeyOrValueSize (line 52) | maximumTagKeyOrValueSize = 256 constant defaultNumBuckets (line 55) | defaultNumBuckets = 10 constant durationBucketSize (line 57) | durationBucketSize = time.Hour constant storeFlag (line 61) | storeFlag = storageMode(1 << iota) constant indexFlag (line 62) | indexFlag type storageMode (line 66) | type storageMode type serviceNamesWriter (line 67) | type serviceNamesWriter type operationNamesWriter (line 68) | type operationNamesWriter type spanWriterMetrics (line 71) | type spanWriterMetrics struct type SpanWriter (line 80) | type SpanWriter struct method Close (line 127) | func (s *SpanWriter) Close() error { method WriteSpan (line 133) | func (s *SpanWriter) WriteSpan(_ context.Context, span *model.Span) er... method writeSpanToDB (line 148) | func (s *SpanWriter) writeSpanToDB(_ *model.Span, ds *dbmodel.Span) er... method writeIndexes (line 170) | func (s *SpanWriter) writeIndexes(span *model.Span, ds *dbmodel.Span) ... method indexByTags (line 209) | func (s *SpanWriter) indexByTags(ds *dbmodel.Span) error { method indexByDuration (line 229) | func (s *SpanWriter) indexByDuration(span *dbmodel.Span, startTime tim... method indexByService (line 245) | func (s *SpanWriter) indexByService(span *dbmodel.Span) error { method indexByOperation (line 253) | func (s *SpanWriter) indexByOperation(span *dbmodel.Span) error { method shouldIndexTag (line 260) | func (*SpanWriter) shouldIndexTag(tag dbmodel.TagInsertion) bool { method logError (line 274) | func (*SpanWriter) logError(span *dbmodel.Span, err error, msg string,... method saveServiceNameAndOperationName (line 283) | func (s *SpanWriter) saveServiceNameAndOperationName(operation dbmodel... function NewSpanWriter (line 93) | func NewSpanWriter( FILE: internal/storage/v1/cassandra/spanstore/writer_options.go type Option (line 12) | type Option type Options (line 15) | type Options struct function TagFilter (line 22) | func TagFilter(tagFilter dbmodel.TagFilter) Option { function StoreIndexesOnly (line 29) | func StoreIndexesOnly() Option { function StoreWithoutIndexing (line 36) | func StoreWithoutIndexing() Option { function IndexFilter (line 43) | func IndexFilter(indexFilter dbmodel.IndexFilter) Option { function applyOptions (line 49) | func applyOptions(opts ...Option) Options { FILE: internal/storage/v1/cassandra/spanstore/writer_options_test.go function TestWriterOptions (line 15) | func TestWriterOptions(t *testing.T) { function TestWriterOptions_StorageMode (line 21) | func TestWriterOptions_StorageMode(t *testing.T) { FILE: internal/storage/v1/cassandra/spanstore/writer_test.go type spanWriterTest (line 29) | type spanWriterTest struct function withSpanWriter (line 36) | func withSpanWriter(t *testing.T, writeCacheTTL time.Duration, fn func(w... function TestNewSpanWriter (line 59) | func TestNewSpanWriter(t *testing.T) { function TestClientClose (line 85) | func TestClientClose(t *testing.T) { function TestSpanWriter (line 93) | func TestSpanWriter(t *testing.T) { function TestSpanWriterSaveServiceNameAndOperationName (line 249) | func TestSpanWriterSaveServiceNameAndOperationName(t *testing.T) { function TestSpanWriterSkippingTags (line 290) | func TestSpanWriterSkippingTags(t *testing.T) { function TestStorageMode_IndexOnly (line 317) | func TestStorageMode_IndexOnly(t *testing.T) { function TestStorageMode_IndexOnly_WithFilter (line 359) | func TestStorageMode_IndexOnly_WithFilter(t *testing.T) { function TestStorageMode_IndexOnly_FirehoseSpan (line 379) | func TestStorageMode_IndexOnly_FirehoseSpan(t *testing.T) { function TestStorageMode_StoreWithoutIndexing (line 431) | func TestStorageMode_StoreWithoutIndexing(t *testing.T) { FILE: internal/storage/v1/configurable.go type Configurable (line 16) | type Configurable interface FILE: internal/storage/v1/elasticsearch/dependencystore/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/elasticsearch/dependencystore/storagev1.go type StoreV1 (line 21) | type StoreV1 struct method WriteDependencies (line 33) | func (s *StoreV1) WriteDependencies(ts time.Time, dependencies []model... method CreateTemplates (line 39) | func (s *StoreV1) CreateTemplates(dependenciesTemplate string) error { method GetDependencies (line 44) | func (s *StoreV1) GetDependencies(ctx context.Context, endTs time.Time... function NewDependencyStoreV1 (line 26) | func NewDependencyStoreV1(p depstore.Params) *StoreV1 { FILE: internal/storage/v1/elasticsearch/dependencystore/storagev1_test.go function TestV1WriteDependencies (line 21) | func TestV1WriteDependencies(t *testing.T) { function TestV1CreateTemplates (line 38) | func TestV1CreateTemplates(t *testing.T) { function TestV1GetDependencies (line 47) | func TestV1GetDependencies(t *testing.T) { FILE: internal/storage/v1/elasticsearch/factory.go type FactoryBase (line 37) | type FactoryBase struct method getClient (line 100) | func (f *FactoryBase) getClient() es.Client { method GetSpanReaderParams (line 108) | func (f *FactoryBase) GetSpanReaderParams() esspanstore.SpanReaderPara... method GetSpanWriterParams (line 128) | func (f *FactoryBase) GetSpanWriterParams() esspanstore.SpanWriterPara... method GetDependencyStoreParams (line 148) | func (f *FactoryBase) GetDependencyStoreParams() esdepstorev2.Params { method CreateSamplingStore (line 159) | func (f *FactoryBase) CreateSamplingStore(int /* maxBuckets */) (sampl... method mappingBuilderFromConfig (line 185) | func (f *FactoryBase) mappingBuilderFromConfig(cfg *config.Configurati... method Close (line 195) | func (f *FactoryBase) Close() error { method onPasswordChange (line 206) | func (f *FactoryBase) onPasswordChange() { method onClientPasswordChange (line 210) | func (f *FactoryBase) onClientPasswordChange(cfg *config.Configuration... method Purge (line 237) | func (f *FactoryBase) Purge(ctx context.Context) error { method createTemplates (line 251) | func (f *FactoryBase) createTemplates(ctx context.Context) error { function NewFactoryBase (line 55) | func NewFactoryBase( function loadTokenFromFile (line 243) | func loadTokenFromFile(path string) (string, error) { FILE: internal/storage/v1/elasticsearch/factory_test.go function TestElasticsearchFactoryBase (line 48) | func TestElasticsearchFactoryBase(t *testing.T) { function TestFactoryBase_Purge (line 70) | func TestFactoryBase_Purge(t *testing.T) { function TestElasticsearchTagsFileDoNotExist (line 124) | func TestElasticsearchTagsFileDoNotExist(t *testing.T) { function TestTagKeysAsFields (line 141) | func TestTagKeysAsFields(t *testing.T) { function TestCreateTemplates (line 198) | func TestCreateTemplates(t *testing.T) { function TestESStorageFactoryWithConfig (line 305) | func TestESStorageFactoryWithConfig(t *testing.T) { function TestESStorageFactoryWithConfigError (line 319) | func TestESStorageFactoryWithConfigError(t *testing.T) { function TestPasswordFromFile (line 337) | func TestPasswordFromFile(t *testing.T) { function runPasswordFromFileTest (line 353) | func runPasswordFromFileTest(t *testing.T) { function TestFactoryESClientsAreNil (line 445) | func TestFactoryESClientsAreNil(t *testing.T) { function TestPasswordFromFileErrors (line 450) | func TestPasswordFromFileErrors(t *testing.T) { function TestFactoryBase_NewClient_WatcherError (line 487) | func TestFactoryBase_NewClient_WatcherError(t *testing.T) { function TestElasticsearchFactoryBaseWithAuthenticator (line 505) | func TestElasticsearchFactoryBaseWithAuthenticator(t *testing.T) { type mockHTTPAuthenticator (line 534) | type mockHTTPAuthenticator struct method RoundTripper (line 536) | func (*mockHTTPAuthenticator) RoundTripper(base http.RoundTripper) (ht... type mockRoundTripper (line 541) | type mockRoundTripper struct method RoundTrip (line 545) | func (m *mockRoundTripper) RoundTrip(req *http.Request) (*http.Respons... FILE: internal/storage/v1/elasticsearch/mappings/command.go function Command (line 16) | func Command() *cobra.Command { function generateMappings (line 36) | func generateMappings(options Options) (string, error) { function getMappingAsString (line 50) | func getMappingAsString(builder es.TemplateBuilder, opt Options) (string... FILE: internal/storage/v1/elasticsearch/mappings/command_test.go function TestCommandExecute (line 20) | func TestCommandExecute(t *testing.T) { function TestCommandExecuteError (line 52) | func TestCommandExecuteError(t *testing.T) { function TestIsValidOption (line 58) | func TestIsValidOption(t *testing.T) { function Test_getMappingAsString (line 80) | func Test_getMappingAsString(t *testing.T) { function TestGenerateMappings (line 131) | func TestGenerateMappings(t *testing.T) { FILE: internal/storage/v1/elasticsearch/mappings/flags.go type Options (line 11) | type Options struct method AddFlags (line 32) | func (o *Options) AddFlags(command *cobra.Command) { constant mappingFlag (line 22) | mappingFlag = "mapping" constant esVersionFlag (line 23) | esVersionFlag = "es-version" constant shardsFlag (line 24) | shardsFlag = "shards" constant replicasFlag (line 25) | replicasFlag = "replicas" constant indexPrefixFlag (line 26) | indexPrefixFlag = "index-prefix" constant useILMFlag (line 27) | useILMFlag = "use-ilm" constant ilmPolicyNameFlag (line 28) | ilmPolicyNameFlag = "ilm-policy-name" FILE: internal/storage/v1/elasticsearch/mappings/flags_test.go function TestOptionsWithDefaultFlags (line 14) | func TestOptionsWithDefaultFlags(t *testing.T) { function TestOptionsWithFlags (line 29) | func TestOptionsWithFlags(t *testing.T) { FILE: internal/storage/v1/elasticsearch/mappings/mapping.go type MappingType (line 21) | type MappingType method String (line 81) | func (mt MappingType) String() string { constant SpanMapping (line 24) | SpanMapping MappingType = iota constant ServiceMapping (line 25) | ServiceMapping constant DependenciesMapping (line 26) | DependenciesMapping constant SamplingMapping (line 27) | SamplingMapping type MappingBuilder (line 31) | type MappingBuilder struct method getMappingTemplateOptions (line 49) | func (mb MappingBuilder) getMappingTemplateOptions(mappingType Mapping... method GetMapping (line 113) | func (mb *MappingBuilder) GetMapping(mappingType MappingType) (string,... method GetSpanServiceMappings (line 120) | func (mb *MappingBuilder) GetSpanServiceMappings() (spanMapping string... method GetDependenciesMappings (line 133) | func (mb *MappingBuilder) GetDependenciesMappings() (string, error) { method GetSamplingMappings (line 138) | func (mb *MappingBuilder) GetSamplingMappings() (string, error) { method renderMapping (line 147) | func (mb *MappingBuilder) renderMapping(mapping string, options templa... type templateParams (line 40) | type templateParams struct function MappingTypeFromString (line 97) | func MappingTypeFromString(val string) (MappingType, error) { function loadMapping (line 142) | func loadMapping(name string) string { FILE: internal/storage/v1/elasticsearch/mappings/mapping_test.go function TestMappingBuilderGetMapping (line 28) | func TestMappingBuilderGetMapping(t *testing.T) { function TestMappingTypeFromString (line 83) | func TestMappingTypeFromString(t *testing.T) { function TestMappingBuilderLoadMapping (line 110) | func TestMappingBuilderLoadMapping(t *testing.T) { function TestMappingBuilderFixMapping (line 136) | func TestMappingBuilderFixMapping(t *testing.T) { function TestMappingBuilderGetSpanServiceMappings (line 204) | func TestMappingBuilderGetSpanServiceMappings(t *testing.T) { function TestMappingBuilderGetDependenciesMappings (line 352) | func TestMappingBuilderGetDependenciesMappings(t *testing.T) { function TestMappingBuilderGetSamplingMappings (line 372) | func TestMappingBuilderGetSamplingMappings(t *testing.T) { function TestGetMappingTemplateOptions_DefaultCase (line 392) | func TestGetMappingTemplateOptions_DefaultCase(t *testing.T) { function TestMain (line 414) | func TestMain(m *testing.M) { FILE: internal/storage/v1/elasticsearch/options.go type Options (line 26) | type Options struct function initDateLayout (line 30) | func initDateLayout(rolloverFreq, sep string) string { function DefaultConfig (line 39) | func DefaultConfig() config.Configuration { FILE: internal/storage/v1/elasticsearch/options_test.go function getBasicAuthField (line 19) | func getBasicAuthField(opt configoptional.Optional[escfg.BasicAuthentica... function getBearerTokenField (line 39) | func getBearerTokenField(opt configoptional.Optional[escfg.TokenAuthenti... function getAPIKeyField (line 60) | func getAPIKeyField(opt configoptional.Optional[escfg.TokenAuthenticatio... function TestOptions (line 81) | func TestOptions(t *testing.T) { function TestOptionsWithFlags (line 109) | func TestOptionsWithFlags(t *testing.T) { function TestAuthenticationConditionalCreation (line 203) | func TestAuthenticationConditionalCreation(t *testing.T) { function TestGetBasicAuthField_DefaultCase (line 645) | func TestGetBasicAuthField_DefaultCase(t *testing.T) { function TestEmptyRemoteReadClusters (line 658) | func TestEmptyRemoteReadClusters(t *testing.T) { function TestMaxSpanAgeSetErrorInArchiveMode (line 665) | func TestMaxSpanAgeSetErrorInArchiveMode(t *testing.T) { function TestMaxDocCount (line 672) | func TestMaxDocCount(t *testing.T) { function TestIndexDateSeparator (line 698) | func TestIndexDateSeparator(t *testing.T) { function TestIndexRollover (line 772) | func TestIndexRollover(t *testing.T) { FILE: internal/storage/v1/elasticsearch/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/elasticsearch/samplingstore/dbmodel/converter.go function FromThroughputs (line 10) | func FromThroughputs(throughputs []*model.Throughput) []Throughput { function ToThroughputs (line 26) | func ToThroughputs(throughputs []Throughput) []*model.Throughput { FILE: internal/storage/v1/elasticsearch/samplingstore/dbmodel/converter_test.go function TestConvertDependencies (line 16) | func TestConvertDependencies(t *testing.T) { function TestMain (line 40) | func TestMain(m *testing.M) { FILE: internal/storage/v1/elasticsearch/samplingstore/dbmodel/model.go type Throughput (line 10) | type Throughput struct type TimeThroughput (line 17) | type TimeThroughput struct type ProbabilitiesAndQPS (line 22) | type ProbabilitiesAndQPS struct type TimeProbabilitiesAndQPS (line 28) | type TimeProbabilitiesAndQPS struct FILE: internal/storage/v1/elasticsearch/samplingstore/storage.go constant samplingIndexBaseName (line 24) | samplingIndexBaseName = "jaeger-sampling" constant throughputType (line 25) | throughputType = "throughput-sampling" constant probabilitiesType (line 26) | probabilitiesType = "probabilities-sampling" type SamplingStore (line 29) | type SamplingStore struct method InsertThroughput (line 61) | func (s *SamplingStore) InsertThroughput(throughput []*model.Throughpu... method GetThroughput (line 74) | func (s *SamplingStore) GetThroughput(start, end time.Time) ([]*model.... method InsertProbabilitiesAndQPS (line 98) | func (s *SamplingStore) InsertProbabilitiesAndQPS(hostname string, method GetLatestProbabilities (line 113) | func (s *SamplingStore) GetLatestProbabilities() (model.ServiceOperati... method writeProbabilitiesAndQPS (line 147) | func (s *SamplingStore) writeProbabilitiesAndQPS(indexName string, ts ... type Params (line 39) | type Params struct method PrefixedIndexName (line 189) | func (p *Params) PrefixedIndexName() string { function NewSamplingStore (line 49) | func NewSamplingStore(p Params) *SamplingStore { function getLatestIndices (line 155) | func getLatestIndices(indexPrefix, indexDateLayout string, clientFn es.C... function getReadIndices (line 176) | func getReadIndices(indexName, indexDateLayout string, startTime time.Ti... function buildTSQuery (line 193) | func buildTSQuery(start, end time.Time) elastic.Query { function indexWithDate (line 197) | func indexWithDate(indexNamePrefix, indexDateLayout string, date time.Ti... FILE: internal/storage/v1/elasticsearch/samplingstore/storage_test.go constant defaultMaxDocCount (line 26) | defaultMaxDocCount = 10_000 type samplingStorageTest (line 28) | type samplingStorageTest struct function withEsSampling (line 35) | func withEsSampling(indexPrefix config.IndexPrefix, indexDateLayout stri... function TestNewIndexPrefix (line 53) | func TestNewIndexPrefix(t *testing.T) { function TestGetReadIndices (line 85) | func TestGetReadIndices(t *testing.T) { function TestGetLatestIndices (line 107) | func TestGetLatestIndices(t *testing.T) { function TestInsertThroughput (line 162) | func TestInsertThroughput(t *testing.T) { function TestInsertProbabilitiesAndQPS (line 195) | func TestInsertProbabilitiesAndQPS(t *testing.T) { function TestGetThroughput (line 229) | func TestGetThroughput(t *testing.T) { function TestGetLatestProbabilities (line 329) | func TestGetLatestProbabilities(t *testing.T) { function createSearchResult (line 428) | func createSearchResult(rawJsonStr string) *elastic.SearchResult { function stringMatcher (line 438) | func stringMatcher(q string) any { function TestMain (line 445) | func TestMain(m *testing.M) { FILE: internal/storage/v1/elasticsearch/spanstore/core_span_reader.go type CoreSpanReader (line 13) | type CoreSpanReader interface FILE: internal/storage/v1/elasticsearch/spanstore/from_domain.go function NewFromDomain (line 15) | func NewFromDomain() FromDomain { type FromDomain (line 20) | type FromDomain struct method FromDomainEmbedProcess (line 24) | func (fd FromDomain) FromDomainEmbedProcess(span *model.Span) *dbmodel... method convertSpanInternal (line 31) | func (fd FromDomain) convertSpanInternal(span *model.Span) dbmodel.Span { method convertReferences (line 46) | func (fd FromDomain) convertReferences(span *model.Span) []dbmodel.Ref... method convertRefType (line 58) | func (FromDomain) convertRefType(refType model.SpanRefType) dbmodel.Re... method convertKeyValues (line 65) | func (fd FromDomain) convertKeyValues(keyValues model.KeyValues) []dbm... method convertLogs (line 76) | func (fd FromDomain) convertLogs(logs []model.Log) []dbmodel.Log { method convertProcess (line 91) | func (fd FromDomain) convertProcess(process *model.Process) dbmodel.Pr... method convertKeyValue (line 99) | func (FromDomain) convertKeyValue(kv model.KeyValue) dbmodel.KeyValue { FILE: internal/storage/v1/elasticsearch/spanstore/from_domain_test.go constant NumberOfFixtures (line 23) | NumberOfFixtures = 1 function TestFromDomainEmbedProcess (line 25) | func TestFromDomainEmbedProcess(t *testing.T) { function loadFixtures (line 43) | func loadFixtures(t *testing.T, i int) (inStr []byte, outStr []byte) { function testJSONEncoding (line 54) | func testJSONEncoding(t *testing.T, i int, expectedStr []byte, object an... function TestEmptyTags (line 68) | func TestEmptyTags(t *testing.T) { function TestConvertKeyValueValue (line 77) | func TestConvertKeyValueValue(t *testing.T) { FILE: internal/storage/v1/elasticsearch/spanstore/index_utils.go function indexWithDate (line 11) | func indexWithDate(indexPrefix, indexDateLayout string, date time.Time) ... FILE: internal/storage/v1/elasticsearch/spanstore/json_span_compare_test.go function CompareJSONSpans (line 19) | func CompareJSONSpans(t *testing.T, expected []byte, actual *dbmodel.Spa... FILE: internal/storage/v1/elasticsearch/spanstore/mocks/mocks.go function NewCoreSpanReader (line 22) | func NewCoreSpanReader(t interface { type CoreSpanReader (line 35) | type CoreSpanReader struct method EXPECT (line 43) | func (_m *CoreSpanReader) EXPECT() *CoreSpanReader_Expecter { method FindTraceIDs (line 48) | func (_mock *CoreSpanReader) FindTraceIDs(ctx context.Context, traceQu... method FindTraces (line 116) | func (_mock *CoreSpanReader) FindTraces(ctx context.Context, traceQuer... method GetOperations (line 184) | func (_mock *CoreSpanReader) GetOperations(ctx context.Context, query ... method GetServices (line 252) | func (_mock *CoreSpanReader) GetServices(ctx context.Context) ([]strin... method GetTraces (line 314) | func (_mock *CoreSpanReader) GetTraces(ctx context.Context, query []db... type CoreSpanReader_Expecter (line 39) | type CoreSpanReader_Expecter struct method FindTraceIDs (line 83) | func (_e *CoreSpanReader_Expecter) FindTraceIDs(ctx interface{}, trace... method FindTraces (line 151) | func (_e *CoreSpanReader_Expecter) FindTraces(ctx interface{}, traceQu... method GetOperations (line 219) | func (_e *CoreSpanReader_Expecter) GetOperations(ctx interface{}, quer... method GetServices (line 286) | func (_e *CoreSpanReader_Expecter) GetServices(ctx interface{}) *CoreS... method GetTraces (line 349) | func (_e *CoreSpanReader_Expecter) GetTraces(ctx interface{}, query in... type CoreSpanReader_FindTraceIDs_Call (line 76) | type CoreSpanReader_FindTraceIDs_Call struct method Run (line 87) | func (_c *CoreSpanReader_FindTraceIDs_Call) Run(run func(ctx context.C... method Return (line 105) | func (_c *CoreSpanReader_FindTraceIDs_Call) Return(traceIDs []dbmodel.... method RunAndReturn (line 110) | func (_c *CoreSpanReader_FindTraceIDs_Call) RunAndReturn(run func(ctx ... type CoreSpanReader_FindTraces_Call (line 144) | type CoreSpanReader_FindTraces_Call struct method Run (line 155) | func (_c *CoreSpanReader_FindTraces_Call) Run(run func(ctx context.Con... method Return (line 173) | func (_c *CoreSpanReader_FindTraces_Call) Return(traces []dbmodel.Trac... method RunAndReturn (line 178) | func (_c *CoreSpanReader_FindTraces_Call) RunAndReturn(run func(ctx co... type CoreSpanReader_GetOperations_Call (line 212) | type CoreSpanReader_GetOperations_Call struct method Run (line 223) | func (_c *CoreSpanReader_GetOperations_Call) Run(run func(ctx context.... method Return (line 241) | func (_c *CoreSpanReader_GetOperations_Call) Return(operations []dbmod... method RunAndReturn (line 246) | func (_c *CoreSpanReader_GetOperations_Call) RunAndReturn(run func(ctx... type CoreSpanReader_GetServices_Call (line 280) | type CoreSpanReader_GetServices_Call struct method Run (line 290) | func (_c *CoreSpanReader_GetServices_Call) Run(run func(ctx context.Co... method Return (line 303) | func (_c *CoreSpanReader_GetServices_Call) Return(strings []string, er... method RunAndReturn (line 308) | func (_c *CoreSpanReader_GetServices_Call) RunAndReturn(run func(ctx c... type CoreSpanReader_GetTraces_Call (line 342) | type CoreSpanReader_GetTraces_Call struct method Run (line 353) | func (_c *CoreSpanReader_GetTraces_Call) Run(run func(ctx context.Cont... method Return (line 371) | func (_c *CoreSpanReader_GetTraces_Call) Return(traces []dbmodel.Trace... method RunAndReturn (line 376) | func (_c *CoreSpanReader_GetTraces_Call) RunAndReturn(run func(ctx con... function NewCoreSpanWriter (line 383) | func NewCoreSpanWriter(t interface { type CoreSpanWriter (line 396) | type CoreSpanWriter struct method EXPECT (line 404) | func (_m *CoreSpanWriter) EXPECT() *CoreSpanWriter_Expecter { method Close (line 409) | func (_mock *CoreSpanWriter) Close() error { method WriteSpan (line 453) | func (_mock *CoreSpanWriter) WriteSpan(spanStartTime time.Time, span *... type CoreSpanWriter_Expecter (line 400) | type CoreSpanWriter_Expecter struct method Close (line 431) | func (_e *CoreSpanWriter_Expecter) Close() *CoreSpanWriter_Close_Call { method WriteSpan (line 466) | func (_e *CoreSpanWriter_Expecter) WriteSpan(spanStartTime interface{}... type CoreSpanWriter_Close_Call (line 426) | type CoreSpanWriter_Close_Call struct method Run (line 435) | func (_c *CoreSpanWriter_Close_Call) Run(run func()) *CoreSpanWriter_C... method Return (line 442) | func (_c *CoreSpanWriter_Close_Call) Return(err error) *CoreSpanWriter... method RunAndReturn (line 447) | func (_c *CoreSpanWriter_Close_Call) RunAndReturn(run func() error) *C... type CoreSpanWriter_WriteSpan_Call (line 459) | type CoreSpanWriter_WriteSpan_Call struct method Run (line 470) | func (_c *CoreSpanWriter_WriteSpan_Call) Run(run func(spanStartTime ti... method Return (line 488) | func (_c *CoreSpanWriter_WriteSpan_Call) Return() *CoreSpanWriter_Writ... method RunAndReturn (line 493) | func (_c *CoreSpanWriter_WriteSpan_Call) RunAndReturn(run func(spanSta... FILE: internal/storage/v1/elasticsearch/spanstore/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v1/elasticsearch/spanstore/reader.go constant spanIndexBaseName (line 31) | spanIndexBaseName = "jaeger-span-" constant serviceIndexBaseName (line 32) | serviceIndexBaseName = "jaeger-service-" constant traceIDAggregation (line 33) | traceIDAggregation = "traceIDs" constant indexPrefixSeparator (line 34) | indexPrefixSeparator = "-" constant traceIDField (line 36) | traceIDField = "traceID" constant durationField (line 37) | durationField = "duration" constant startTimeField (line 38) | startTimeField = "startTime" constant startTimeMillisField (line 39) | startTimeMillisField = "startTimeMillis" constant serviceNameField (line 40) | serviceNameField = "process.serviceName" constant operationNameField (line 41) | operationNameField = "operationName" constant objectTagsField (line 42) | objectTagsField = "tag" constant objectProcessTagsField (line 43) | objectProcessTagsField = "process.tag" constant nestedTagsField (line 44) | nestedTagsField = "tags" constant nestedProcessTagsField (line 45) | nestedProcessTagsField = "process.tags" constant nestedLogFieldsField (line 46) | nestedLogFieldsField = "logs.fields" constant tagKeyField (line 47) | tagKeyField = "key" constant tagValueField (line 48) | tagValueField = "value" constant defaultNumTraces (line 50) | defaultNumTraces = 100 constant dawnOfTimeSpanAge (line 52) | dawnOfTimeSpanAge = time.Hour * 24 * 365 * 50 function init (line 85) | func init() { type SpanReader (line 96) | type SpanReader struct method GetTraces (line 265) | func (s *SpanReader) GetTraces(ctx context.Context, query []dbmodel.Tr... method collectSpans (line 273) | func (s *SpanReader) collectSpans(esSpansRaw []*elastic.SearchHit) ([]... method unmarshalJSONSpan (line 287) | func (*SpanReader) unmarshalJSONSpan(esSpanRaw *elastic.SearchHit) (db... method GetServices (line 301) | func (s *SpanReader) GetServices(ctx context.Context) ([]string, error) { method GetOperations (line 316) | func (s *SpanReader) GetOperations( method FindTraces (line 359) | func (s *SpanReader) FindTraces(ctx context.Context, traceQuery dbmode... method FindTraceIDs (line 371) | func (s *SpanReader) FindTraceIDs(ctx context.Context, traceQuery dbmo... method multiRead (line 390) | func (s *SpanReader) multiRead(ctx context.Context, traceIDs []dbmodel... method findTraceIDsFromQuery (line 513) | func (s *SpanReader) findTraceIDsFromQuery(ctx context.Context, traceQ... method buildTraceIDAggregation (line 603) | func (s *SpanReader) buildTraceIDAggregation(numOfTraces int) elastic.... method buildTraceIDSubAggregation (line 611) | func (*SpanReader) buildTraceIDSubAggregation() elastic.Aggregation { method buildFindTraceIDsQuery (line 616) | func (s *SpanReader) buildFindTraceIDsQuery(traceQuery dbmodel.TraceQu... method buildDurationQuery (line 648) | func (*SpanReader) buildDurationQuery(durationMin time.Duration, durat... method buildStartTimeQuery (line 657) | func (*SpanReader) buildStartTimeQuery(startTimeMin time.Time, startTi... method buildServiceNameQuery (line 666) | func (*SpanReader) buildServiceNameQuery(serviceName string) elastic.Q... method buildOperationNameQuery (line 670) | func (*SpanReader) buildOperationNameQuery(operationName string) elast... method buildTagQuery (line 674) | func (s *SpanReader) buildTagQuery(k string, v string) elastic.Query { method buildNestedQuery (line 689) | func (*SpanReader) buildNestedQuery(field string, k string, v string) ... method buildObjectQuery (line 698) | func (*SpanReader) buildObjectQuery(field string, k string, v string) ... method mergeAllNestedAndElevatedTagsOfSpan (line 704) | func (s *SpanReader) mergeAllNestedAndElevatedTagsOfSpan(span *dbmodel... method mergeNestedAndElevatedTags (line 711) | func (s *SpanReader) mergeNestedAndElevatedTags(nestedTags []dbmodel.K... method convertTagField (line 722) | func (s *SpanReader) convertTagField(k string, v any) dbmodel.KeyValue { type SpanReaderParams (line 116) | type SpanReaderParams struct function NewSpanReader (line 134) | func NewSpanReader(p SpanReaderParams) *SpanReader { type TimeRangeIndexFn (line 179) | type TimeRangeIndexFn type sourceFn (line 181) | type sourceFn function LoggingTimeRangeIndexFn (line 183) | func LoggingTimeRangeIndexFn(logger *zap.Logger, fn TimeRangeIndexFn) Ti... function TimeRangeIndicesFn (line 194) | func TimeRangeIndicesFn(useReadWriteAliases bool, readAliasSuffix string... function getTimeRangeIndexFn (line 209) | func getTimeRangeIndexFn(useReadWriteAliases bool, readAlias string) Tim... function addRemoteReadClusters (line 220) | func addRemoteReadClusters(fn TimeRangeIndexFn, remoteReadClusters []str... function getSourceFn (line 238) | func getSourceFn(maxDocCount int) sourceFn { function timeRangeIndices (line 249) | func timeRangeIndices(indexName, indexDateLayout string, startTime time.... function bucketToStringArray (line 346) | func bucketToStringArray[T ~string](buckets []*elastic.AggregationBucket... function buildTraceByIDQuery (line 484) | func buildTraceByIDQuery(traceID dbmodel.TraceID) elastic.Query { function validateQuery (line 497) | func validateQuery(p dbmodel.TraceQueryParameters) error { function logErrorToSpan (line 769) | func logErrorToSpan(span trace.Span, err error) { FILE: internal/storage/v1/elasticsearch/spanstore/reader_test.go constant defaultMaxDocCount (line 37) | defaultMaxDocCount = 10_000 constant testingTraceId (line 38) | testingTraceId = "testing-id" type spanReaderTest (line 82) | type spanReaderTest struct function tracerProvider (line 90) | func tracerProvider(t *testing.T) (trace.TracerProvider, *tracetest.InMe... function withSpanReader (line 102) | func withSpanReader(t *testing.T, fn func(r *spanReaderTest)) { function withArchiveSpanReader (line 124) | func withArchiveSpanReader(t *testing.T, readAlias bool, readAliasSuffix... function TestNewSpanReader (line 147) | func TestNewSpanReader(t *testing.T) { function TestSpanReaderIndices (line 190) | func TestSpanReaderIndices(t *testing.T) { function TestSpanReader_GetTrace (line 331) | func TestSpanReader_GetTrace(t *testing.T) { function newSearchRequest (line 360) | func newSearchRequest(fn *elastic.SearchSource) *elastic.SearchRequest { function TestSpanReader_multiRead_followUp_query (line 366) | func TestSpanReader_multiRead_followUp_query(t *testing.T) { function TestSpanReader_SearchAfter (line 469) | func TestSpanReader_SearchAfter(t *testing.T) { function TestSpanReader_GetTraceQueryError (line 506) | func TestSpanReader_GetTraceQueryError(t *testing.T) { function TestSpanReader_GetTraceNilHits (line 522) | func TestSpanReader_GetTraceNilHits(t *testing.T) { function TestSpanReader_GetTraceInvalidSpanError (line 543) | func TestSpanReader_GetTraceInvalidSpanError(t *testing.T) { function TestSpanReader_esJSONtoJSONSpanModel (line 568) | func TestSpanReader_esJSONtoJSONSpanModel(t *testing.T) { function TestSpanReader_esJSONtoJSONSpanModelError (line 585) | func TestSpanReader_esJSONtoJSONSpanModelError(t *testing.T) { function TestSpanReaderFindIndices (line 599) | func TestSpanReaderFindIndices(t *testing.T) { function TestSpanReader_indexWithDate (line 643) | func TestSpanReader_indexWithDate(t *testing.T) { function testGet (line 650) | func testGet(typ string, t *testing.T) { function returnSearchFunc (line 716) | func returnSearchFunc(typ string, r *spanReaderTest) (any, error) { function TestSpanReader_bucketToStringArray (line 732) | func TestSpanReader_bucketToStringArray(t *testing.T) { function TestSpanReader_bucketToStringArrayError (line 746) | func TestSpanReader_bucketToStringArrayError(t *testing.T) { function TestSpanReader_FindTraces (line 758) | func TestSpanReader_FindTraces(t *testing.T) { function TestSpanReader_FindTracesInvalidQuery (line 806) | func TestSpanReader_FindTracesInvalidQuery(t *testing.T) { function TestSpanReader_FindTracesAggregationFailure (line 844) | func TestSpanReader_FindTracesAggregationFailure(t *testing.T) { function TestSpanReader_FindTracesNoTraceIDs (line 877) | func TestSpanReader_FindTracesNoTraceIDs(t *testing.T) { function TestSpanReader_FindTracesReadTraceFailure (line 912) | func TestSpanReader_FindTracesReadTraceFailure(t *testing.T) { function TestSpanReader_FindTracesSpanCollectionFailure (line 946) | func TestSpanReader_FindTracesSpanCollectionFailure(t *testing.T) { function TestFindTraceIDs (line 985) | func TestFindTraceIDs(t *testing.T) { function TestReturnSearchFunc_DefaultCase (line 1000) | func TestReturnSearchFunc_DefaultCase(t *testing.T) { function mockMultiSearchService (line 1010) | func mockMultiSearchService(r *spanReaderTest) *mock.Call { function mockArchiveMultiSearchService (line 1018) | func mockArchiveMultiSearchService(r *spanReaderTest, indexName []string... function matchTermsAggregation (line 1028) | func matchTermsAggregation(termsAgg *elastic.TermsAggregation) bool { function mockSearchService (line 1034) | func mockSearchService(r *spanReaderTest) *mock.Call { function TestTraceQueryParameterValidation (line 1048) | func TestTraceQueryParameterValidation(t *testing.T) { function TestSpanReader_buildTraceIDAggregation (line 1081) | func TestSpanReader_buildTraceIDAggregation(t *testing.T) { function TestSpanReader_buildFindTraceIDsQuery (line 1105) | func TestSpanReader_buildFindTraceIDsQuery(t *testing.T) { function TestSpanReader_buildDurationQuery (line 1136) | func TestSpanReader_buildDurationQuery(t *testing.T) { function TestSpanReader_buildStartTimeQuery (line 1160) | func TestSpanReader_buildStartTimeQuery(t *testing.T) { function TestSpanReader_buildServiceNameQuery (line 1184) | func TestSpanReader_buildServiceNameQuery(t *testing.T) { function TestSpanReader_buildOperationNameQuery (line 1198) | func TestSpanReader_buildOperationNameQuery(t *testing.T) { function TestSpanReader_buildTagQuery (line 1212) | func TestSpanReader_buildTagQuery(t *testing.T) { function TestSpanReader_buildTagRegexQuery (line 1227) | func TestSpanReader_buildTagRegexQuery(t *testing.T) { function TestSpanReader_buildTagRegexEscapedQuery (line 1242) | func TestSpanReader_buildTagRegexEscapedQuery(t *testing.T) { function TestSpanReader_GetEmptyIndex (line 1257) | func TestSpanReader_GetEmptyIndex(t *testing.T) { function TestSpanReader_ArchiveTraces (line 1283) | func TestSpanReader_ArchiveTraces(t *testing.T) { function TestBuildTraceByIDQuery (line 1314) | func TestBuildTraceByIDQuery(t *testing.T) { function TestTerminateAfterNotSet (line 1344) | func TestTerminateAfterNotSet(t *testing.T) { function TestTagsMap (line 1370) | func TestTagsMap(t *testing.T) { FILE: internal/storage/v1/elasticsearch/spanstore/readerv1.go type SpanReaderV1 (line 18) | type SpanReaderV1 struct method GetTrace (line 32) | func (s *SpanReaderV1) GetTrace(ctx context.Context, query spanstore.G... method collectSpans (line 47) | func (s *SpanReaderV1) collectSpans(dbSpans []dbmodel.Span) ([]*model.... method GetOperations (line 60) | func (s *SpanReaderV1) GetOperations( method GetServices (line 84) | func (s *SpanReaderV1) GetServices(ctx context.Context) ([]string, err... method FindTraces (line 89) | func (s *SpanReaderV1) FindTraces(ctx context.Context, traceQuery *spa... method FindTraceIDs (line 106) | func (s *SpanReaderV1) FindTraceIDs(ctx context.Context, traceQuery *s... function NewSpanReaderV1 (line 24) | func NewSpanReaderV1(p SpanReaderParams) *SpanReaderV1 { function toDbQueryParams (line 114) | func toDbQueryParams(p *spanstore.TraceQueryParameters) dbmodel.TraceQue... function toModelTraceIDs (line 127) | func toModelTraceIDs(traceIDs []dbmodel.TraceID) ([]model.TraceID, error) { FILE: internal/storage/v1/elasticsearch/spanstore/readerv1_test.go function withSpanReaderV1 (line 21) | func withSpanReaderV1(fn func(r *SpanReaderV1, m *mocks.CoreSpanReader)) { function getTestingTrace (line 29) | func getTestingTrace(traceID model.TraceID, spanId model.SpanID) dbmodel... function TestSpanReaderV1_GetTrace (line 36) | func TestSpanReaderV1_GetTrace(t *testing.T) { function TestSpanReaderV1_FindTraces (line 49) | func TestSpanReaderV1_FindTraces(t *testing.T) { function TestSpanReaderV1_FindTraceIDs (line 69) | func TestSpanReaderV1_FindTraceIDs(t *testing.T) { function TestSpanReaderV1_FindTraceIDs_Errors (line 84) | func TestSpanReaderV1_FindTraceIDs_Errors(t *testing.T) { function TestSpanReaderV1_GetServices (line 114) | func TestSpanReaderV1_GetServices(t *testing.T) { function TestSpanReaderV1_GetOperations (line 124) | func TestSpanReaderV1_GetOperations(t *testing.T) { function TestSpanReaderV1_GetOperations_Error (line 137) | func TestSpanReaderV1_GetOperations_Error(t *testing.T) { type traceError (line 147) | type traceError struct function getTraceErrTests (line 154) | func getTraceErrTests(includeTraceNotFound bool) []traceError { function TestSpanReaderV1_GetTraceError (line 177) | func TestSpanReaderV1_GetTraceError(t *testing.T) { function TestSpanReaderV1_FindTracesError (line 192) | func TestSpanReaderV1_FindTracesError(t *testing.T) { function getBadTrace (line 207) | func getBadTrace() dbmodel.Trace { function TestTraceIDsStringsToModelsConversion (line 217) | func TestTraceIDsStringsToModelsConversion(t *testing.T) { function TestConvertTraceIDsStringsToModels (line 228) | func TestConvertTraceIDsStringsToModels(t *testing.T) { FILE: internal/storage/v1/elasticsearch/spanstore/service_operation.go constant serviceName (line 24) | serviceName = "serviceName" constant operationsAggregation (line 26) | operationsAggregation = "distinct_operations" constant servicesAggregation (line 27) | servicesAggregation = "distinct_services" type ServiceOperationStorage (line 31) | type ServiceOperationStorage struct method Write (line 56) | func (s *ServiceOperationStorage) Write(indexName string, jsonSpan *db... method getServices (line 70) | func (s *ServiceOperationStorage) getServices(ctx context.Context, ind... method getOperations (line 99) | func (s *ServiceOperationStorage) getOperations(ctx context.Context, i... function NewServiceOperationStorage (line 38) | func NewServiceOperationStorage( function getServicesAggregation (line 93) | func getServicesAggregation(maxDocCount int) elastic.Query { function getOperationsAggregation (line 124) | func getOperationsAggregation(maxDocCount int) elastic.Query { function hashCode (line 130) | func hashCode(s dbmodel.Service) string { FILE: internal/storage/v1/elasticsearch/spanstore/service_operation_test.go function TestWriteService (line 20) | func TestWriteService(t *testing.T) { function TestWriteServiceError (line 55) | func TestWriteServiceError(*testing.T) { function TestSpanReader_GetServices (line 83) | func TestSpanReader_GetServices(t *testing.T) { function TestSpanReader_GetOperations (line 87) | func TestSpanReader_GetOperations(t *testing.T) { function TestSpanReader_GetServicesEmptyIndex (line 91) | func TestSpanReader_GetServicesEmptyIndex(t *testing.T) { function TestSpanReader_GetOperationsEmptyIndex (line 105) | func TestSpanReader_GetOperationsEmptyIndex(t *testing.T) { FILE: internal/storage/v1/elasticsearch/spanstore/to_domain.go function NewToDomain (line 18) | func NewToDomain() ToDomain { type ToDomain (line 23) | type ToDomain struct method SpanToDomain (line 26) | func (td ToDomain) SpanToDomain(dbSpan *dbmodel.Span) (*model.Span, er... method convertRefs (line 75) | func (ToDomain) convertRefs(refs []dbmodel.Reference) ([]model.SpanRef... method convertKeyValues (line 108) | func (td ToDomain) convertKeyValues(tags []dbmodel.KeyValue) ([]model.... method convertKeyValue (line 122) | func (td ToDomain) convertKeyValue(tag *dbmodel.KeyValue) (model.KeyVa... method fromDBNumber (line 177) | func (ToDomain) fromDBNumber(kv *dbmodel.KeyValue) (model.KeyValue, er... method convertLogs (line 217) | func (td ToDomain) convertLogs(logs []dbmodel.Log) ([]model.Log, error) { method convertProcess (line 232) | func (td ToDomain) convertProcess(process dbmodel.Process) (*model.Pro... function invalidValueErr (line 213) | func invalidValueErr(kv *dbmodel.KeyValue) error { FILE: internal/storage/v1/elasticsearch/spanstore/to_domain_test.go function TestToDomain (line 24) | func TestToDomain(t *testing.T) { function runToDomainTest (line 31) | func runToDomainTest(t *testing.T, testParentSpanID bool) { function loadESSpanFixture (line 52) | func loadESSpanFixture(i int) (dbmodel.Span, error) { function failingSpanTransform (line 63) | func failingSpanTransform(t *testing.T, embeddedSpan *dbmodel.Span, errM... function failingSpanTransformAnyMsg (line 69) | func failingSpanTransformAnyMsg(t *testing.T, embeddedSpan *dbmodel.Span) { function TestFailureBadTypeTags (line 75) | func TestFailureBadTypeTags(t *testing.T) { function TestFailureBadBoolTags (line 89) | func TestFailureBadBoolTags(t *testing.T) { function TestFailureBadIntTags (line 103) | func TestFailureBadIntTags(t *testing.T) { function TestFailureBadFloatTags (line 117) | func TestFailureBadFloatTags(t *testing.T) { function TestFailureBadBinaryTags (line 131) | func TestFailureBadBinaryTags(t *testing.T) { function TestFailureBadLogs (line 145) | func TestFailureBadLogs(t *testing.T) { function TestRevertKeyValueOfType (line 163) | func TestRevertKeyValueOfType(t *testing.T) { function TestFromDBTag_DefaultCase (line 299) | func TestFromDBTag_DefaultCase(t *testing.T) { function TestFailureBadRefs (line 314) | func TestFailureBadRefs(t *testing.T) { function TestFailureBadTraceIDRefs (line 326) | func TestFailureBadTraceIDRefs(t *testing.T) { function TestFailureBadSpanIDRefs (line 339) | func TestFailureBadSpanIDRefs(t *testing.T) { function TestFailureBadProcess (line 352) | func TestFailureBadProcess(t *testing.T) { function TestFailureBadTraceID (line 370) | func TestFailureBadTraceID(t *testing.T) { function TestFailureBadSpanID (line 377) | func TestFailureBadSpanID(t *testing.T) { function TestFailureBadParentSpanID (line 384) | func TestFailureBadParentSpanID(t *testing.T) { function CompareModelSpans (line 391) | func CompareModelSpans(t *testing.T, expected *model.Span, actual *model... FILE: internal/storage/v1/elasticsearch/spanstore/writer.go constant spanType (line 22) | spanType = "span" constant serviceType (line 23) | serviceType = "service" constant serviceCacheTTLDefault (line 24) | serviceCacheTTLDefault = 12 * time.Hour constant indexCacheTTLDefault (line 25) | indexCacheTTLDefault = 48 * time.Hour type serviceWriter (line 28) | type serviceWriter type SpanWriter (line 31) | type SpanWriter struct method WriteSpan (line 130) | func (s *SpanWriter) WriteSpan(spanStartTime time.Time, span *dbmodel.... method convertNestedTagsToFieldTags (line 141) | func (s *SpanWriter) convertNestedTagsToFieldTags(span *dbmodel.Span) { method Close (line 151) | func (s *SpanWriter) Close() error { method writeService (line 163) | func (s *SpanWriter) writeService(indexName string, jsonSpan *dbmodel.... method writeSpanToIndex (line 167) | func (s *SpanWriter) writeSpanToIndex(indexName string, jsonSpan *dbmo... method splitElevatedTags (line 171) | func (s *SpanWriter) splitElevatedTags(keyValues []dbmodel.KeyValue) (... type CoreSpanWriter (line 44) | type CoreSpanWriter interface type SpanWriterParams (line 52) | type SpanWriterParams struct function NewSpanWriter (line 70) | func NewSpanWriter(p SpanWriterParams) *SpanWriter { type spanAndServiceIndexFn (line 104) | type spanAndServiceIndexFn function getSpanAndServiceIndexFn (line 106) | func getSpanAndServiceIndexFn(p SpanWriterParams, writeAlias string) spa... function keyInCache (line 155) | func keyInCache(key string, c cache.Cache) bool { function writeCache (line 159) | func writeCache(key string, c cache.Cache) { FILE: internal/storage/v1/elasticsearch/spanstore/writer_test.go type spanWriterTest (line 28) | type spanWriterTest struct function withSpanWriter (line 35) | func withSpanWriter(fn func(w *spanWriterTest)) { function TestSpanWriterIndices (line 55) | func TestSpanWriterIndices(t *testing.T) { function TestClientClose (line 161) | func TestClientClose(t *testing.T) { function TestSpanWriter_WriteSpan (line 171) | func TestSpanWriter_WriteSpan(t *testing.T) { function TestSpanIndexName (line 246) | func TestSpanIndexName(t *testing.T) { function TestWriteSpanInternal (line 258) | func TestWriteSpanInternal(t *testing.T) { function TestWriteSpanInternalError (line 278) | func TestWriteSpanInternalError(t *testing.T) { function TestSpanWriterParamsTTL (line 300) | func TestSpanWriterParamsTTL(t *testing.T) { function TestTagMap (line 364) | func TestTagMap(t *testing.T) { function TestNewSpanTags (line 404) | func TestNewSpanTags(t *testing.T) { function stringMatcher (line 475) | func stringMatcher(q string) any { FILE: internal/storage/v1/elasticsearch/spanstore/writerv1.go type SpanWriterV1 (line 12) | type SpanWriterV1 struct method WriteSpan (line 24) | func (s *SpanWriterV1) WriteSpan(_ context.Context, span *model.Span) ... method Close (line 32) | func (s *SpanWriterV1) Close() error { function NewSpanWriterV1 (line 17) | func NewSpanWriterV1(p SpanWriterParams) *SpanWriterV1 { FILE: internal/storage/v1/elasticsearch/spanstore/writerv1_test.go function TestSpanWriterV1_WriteSpan (line 16) | func TestSpanWriterV1_WriteSpan(t *testing.T) { function TestSpanWriterV1_Close (line 29) | func TestSpanWriterV1_Close(t *testing.T) { FILE: internal/storage/v1/factory.go type Purger (line 18) | type Purger interface type SamplingStoreFactory (line 25) | type SamplingStoreFactory interface type MetricStoreFactory (line 33) | type MetricStoreFactory interface type V1MetricStoreFactory (line 43) | type V1MetricStoreFactory interface type ArchiveCapable (line 52) | type ArchiveCapable interface FILE: internal/storage/v1/mocks/mocks.go function NewConfigurable (line 27) | func NewConfigurable(t interface { type Configurable (line 40) | type Configurable struct method EXPECT (line 48) | func (_m *Configurable) EXPECT() *Configurable_Expecter { method AddFlags (line 53) | func (_mock *Configurable) AddFlags(flagSet *flag.FlagSet) { method InitFromViper (line 93) | func (_mock *Configurable) InitFromViper(v *viper.Viper, logger *zap.L... type Configurable_Expecter (line 44) | type Configurable_Expecter struct method AddFlags (line 65) | func (_e *Configurable_Expecter) AddFlags(flagSet interface{}) *Config... method InitFromViper (line 106) | func (_e *Configurable_Expecter) InitFromViper(v interface{}, logger i... type Configurable_AddFlags_Call (line 59) | type Configurable_AddFlags_Call struct method Run (line 69) | func (_c *Configurable_AddFlags_Call) Run(run func(flagSet *flag.FlagS... method Return (line 82) | func (_c *Configurable_AddFlags_Call) Return() *Configurable_AddFlags_... method RunAndReturn (line 87) | func (_c *Configurable_AddFlags_Call) RunAndReturn(run func(flagSet *f... type Configurable_InitFromViper_Call (line 99) | type Configurable_InitFromViper_Call struct method Run (line 110) | func (_c *Configurable_InitFromViper_Call) Run(run func(v *viper.Viper... method Return (line 128) | func (_c *Configurable_InitFromViper_Call) Return() *Configurable_Init... method RunAndReturn (line 133) | func (_c *Configurable_InitFromViper_Call) RunAndReturn(run func(v *vi... function NewPurger (line 140) | func NewPurger(t interface { type Purger (line 153) | type Purger struct method EXPECT (line 161) | func (_m *Purger) EXPECT() *Purger_Expecter { method Purge (line 166) | func (_mock *Purger) Purge(context1 context.Context) error { type Purger_Expecter (line 157) | type Purger_Expecter struct method Purge (line 189) | func (_e *Purger_Expecter) Purge(context1 interface{}) *Purger_Purge_C... type Purger_Purge_Call (line 183) | type Purger_Purge_Call struct method Run (line 193) | func (_c *Purger_Purge_Call) Run(run func(context1 context.Context)) *... method Return (line 206) | func (_c *Purger_Purge_Call) Return(err error) *Purger_Purge_Call { method RunAndReturn (line 211) | func (_c *Purger_Purge_Call) RunAndReturn(run func(context1 context.Co... function NewSamplingStoreFactory (line 218) | func NewSamplingStoreFactory(t interface { type SamplingStoreFactory (line 231) | type SamplingStoreFactory struct method EXPECT (line 239) | func (_m *SamplingStoreFactory) EXPECT() *SamplingStoreFactory_Expecter { method CreateLock (line 244) | func (_mock *SamplingStoreFactory) CreateLock() (distributedlock.Lock,... method CreateSamplingStore (line 299) | func (_mock *SamplingStoreFactory) CreateSamplingStore(maxBuckets int)... type SamplingStoreFactory_Expecter (line 235) | type SamplingStoreFactory_Expecter struct method CreateLock (line 277) | func (_e *SamplingStoreFactory_Expecter) CreateLock() *SamplingStoreFa... method CreateSamplingStore (line 333) | func (_e *SamplingStoreFactory_Expecter) CreateSamplingStore(maxBucket... type SamplingStoreFactory_CreateLock_Call (line 272) | type SamplingStoreFactory_CreateLock_Call struct method Run (line 281) | func (_c *SamplingStoreFactory_CreateLock_Call) Run(run func()) *Sampl... method Return (line 288) | func (_c *SamplingStoreFactory_CreateLock_Call) Return(lock distribute... method RunAndReturn (line 293) | func (_c *SamplingStoreFactory_CreateLock_Call) RunAndReturn(run func(... type SamplingStoreFactory_CreateSamplingStore_Call (line 327) | type SamplingStoreFactory_CreateSamplingStore_Call struct method Run (line 337) | func (_c *SamplingStoreFactory_CreateSamplingStore_Call) Run(run func(... method Return (line 350) | func (_c *SamplingStoreFactory_CreateSamplingStore_Call) Return(store ... method RunAndReturn (line 355) | func (_c *SamplingStoreFactory_CreateSamplingStore_Call) RunAndReturn(... function NewMetricStoreFactory (line 362) | func NewMetricStoreFactory(t interface { type MetricStoreFactory (line 375) | type MetricStoreFactory struct method EXPECT (line 383) | func (_m *MetricStoreFactory) EXPECT() *MetricStoreFactory_Expecter { method CreateMetricsReader (line 388) | func (_mock *MetricStoreFactory) CreateMetricsReader() (metricstore.Re... type MetricStoreFactory_Expecter (line 379) | type MetricStoreFactory_Expecter struct method CreateMetricsReader (line 421) | func (_e *MetricStoreFactory_Expecter) CreateMetricsReader() *MetricSt... type MetricStoreFactory_CreateMetricsReader_Call (line 416) | type MetricStoreFactory_CreateMetricsReader_Call struct method Run (line 425) | func (_c *MetricStoreFactory_CreateMetricsReader_Call) Run(run func())... method Return (line 432) | func (_c *MetricStoreFactory_CreateMetricsReader_Call) Return(reader m... method RunAndReturn (line 437) | func (_c *MetricStoreFactory_CreateMetricsReader_Call) RunAndReturn(ru... function NewV1MetricStoreFactory (line 444) | func NewV1MetricStoreFactory(t interface { type V1MetricStoreFactory (line 457) | type V1MetricStoreFactory struct method EXPECT (line 465) | func (_m *V1MetricStoreFactory) EXPECT() *V1MetricStoreFactory_Expecter { method CreateMetricsReader (line 470) | func (_mock *V1MetricStoreFactory) CreateMetricsReader() (metricstore.... method Initialize (line 525) | func (_mock *V1MetricStoreFactory) Initialize(telset telemetry.Setting... type V1MetricStoreFactory_Expecter (line 461) | type V1MetricStoreFactory_Expecter struct method CreateMetricsReader (line 503) | func (_e *V1MetricStoreFactory_Expecter) CreateMetricsReader() *V1Metr... method Initialize (line 548) | func (_e *V1MetricStoreFactory_Expecter) Initialize(telset interface{}... type V1MetricStoreFactory_CreateMetricsReader_Call (line 498) | type V1MetricStoreFactory_CreateMetricsReader_Call struct method Run (line 507) | func (_c *V1MetricStoreFactory_CreateMetricsReader_Call) Run(run func(... method Return (line 514) | func (_c *V1MetricStoreFactory_CreateMetricsReader_Call) Return(reader... method RunAndReturn (line 519) | func (_c *V1MetricStoreFactory_CreateMetricsReader_Call) RunAndReturn(... type V1MetricStoreFactory_Initialize_Call (line 542) | type V1MetricStoreFactory_Initialize_Call struct method Run (line 552) | func (_c *V1MetricStoreFactory_Initialize_Call) Run(run func(telset te... method Return (line 565) | func (_c *V1MetricStoreFactory_Initialize_Call) Return(err error) *V1M... method RunAndReturn (line 570) | func (_c *V1MetricStoreFactory_Initialize_Call) RunAndReturn(run func(... function NewArchiveCapable (line 577) | func NewArchiveCapable(t interface { type ArchiveCapable (line 590) | type ArchiveCapable struct method EXPECT (line 598) | func (_m *ArchiveCapable) EXPECT() *ArchiveCapable_Expecter { method IsArchiveCapable (line 603) | func (_mock *ArchiveCapable) IsArchiveCapable() bool { type ArchiveCapable_Expecter (line 594) | type ArchiveCapable_Expecter struct method IsArchiveCapable (line 625) | func (_e *ArchiveCapable_Expecter) IsArchiveCapable() *ArchiveCapable_... type ArchiveCapable_IsArchiveCapable_Call (line 620) | type ArchiveCapable_IsArchiveCapable_Call struct method Run (line 629) | func (_c *ArchiveCapable_IsArchiveCapable_Call) Run(run func()) *Archi... method Return (line 636) | func (_c *ArchiveCapable_IsArchiveCapable_Call) Return(b bool) *Archiv... method RunAndReturn (line 641) | func (_c *ArchiveCapable_IsArchiveCapable_Call) RunAndReturn(run func(... FILE: internal/storage/v1/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/api/depstore/factory.go type Factory (line 6) | type Factory interface FILE: internal/storage/v2/api/depstore/mocks/mocks.go function NewFactory (line 23) | func NewFactory(t interface { type Factory (line 36) | type Factory struct method EXPECT (line 44) | func (_m *Factory) EXPECT() *Factory_Expecter { method CreateDependencyReader (line 49) | func (_mock *Factory) CreateDependencyReader() (depstore.Reader, error) { type Factory_Expecter (line 40) | type Factory_Expecter struct method CreateDependencyReader (line 82) | func (_e *Factory_Expecter) CreateDependencyReader() *Factory_CreateDe... type Factory_CreateDependencyReader_Call (line 77) | type Factory_CreateDependencyReader_Call struct method Run (line 86) | func (_c *Factory_CreateDependencyReader_Call) Run(run func()) *Factor... method Return (line 93) | func (_c *Factory_CreateDependencyReader_Call) Return(reader depstore.... method RunAndReturn (line 98) | func (_c *Factory_CreateDependencyReader_Call) RunAndReturn(run func()... function NewReader (line 105) | func NewReader(t interface { type Reader (line 118) | type Reader struct method EXPECT (line 126) | func (_m *Reader) EXPECT() *Reader_Expecter { method GetDependencies (line 131) | func (_mock *Reader) GetDependencies(ctx context.Context, query depsto... type Reader_Expecter (line 122) | type Reader_Expecter struct method GetDependencies (line 166) | func (_e *Reader_Expecter) GetDependencies(ctx interface{}, query inte... type Reader_GetDependencies_Call (line 159) | type Reader_GetDependencies_Call struct method Run (line 170) | func (_c *Reader_GetDependencies_Call) Run(run func(ctx context.Contex... method Return (line 188) | func (_c *Reader_GetDependencies_Call) Return(dependencyLinks []model.... method RunAndReturn (line 193) | func (_c *Reader_GetDependencies_Call) RunAndReturn(run func(ctx conte... function NewWriter (line 200) | func NewWriter(t interface { type Writer (line 213) | type Writer struct method EXPECT (line 221) | func (_m *Writer) EXPECT() *Writer_Expecter { method WriteDependencies (line 226) | func (_mock *Writer) WriteDependencies(ts time.Time, dependencies []mo... type Writer_Expecter (line 217) | type Writer_Expecter struct method WriteDependencies (line 250) | func (_e *Writer_Expecter) WriteDependencies(ts interface{}, dependenc... type Writer_WriteDependencies_Call (line 243) | type Writer_WriteDependencies_Call struct method Run (line 254) | func (_c *Writer_WriteDependencies_Call) Run(run func(ts time.Time, de... method Return (line 272) | func (_c *Writer_WriteDependencies_Call) Return(err error) *Writer_Wri... method RunAndReturn (line 277) | func (_c *Writer_WriteDependencies_Call) RunAndReturn(run func(ts time... FILE: internal/storage/v2/api/depstore/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/api/depstore/reader.go type QueryParameters (line 14) | type QueryParameters struct type Reader (line 20) | type Reader interface FILE: internal/storage/v2/api/depstore/writer.go type Writer (line 13) | type Writer interface FILE: internal/storage/v2/api/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/api/tracestore/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/api/tracestore/factory.go type Factory (line 8) | type Factory interface FILE: internal/storage/v2/api/tracestore/mocks/mocks.go function NewFactory (line 23) | func NewFactory(t interface { type Factory (line 36) | type Factory struct method EXPECT (line 44) | func (_m *Factory) EXPECT() *Factory_Expecter { method CreateTraceReader (line 49) | func (_mock *Factory) CreateTraceReader() (tracestore.Reader, error) { method CreateTraceWriter (line 104) | func (_mock *Factory) CreateTraceWriter() (tracestore.Writer, error) { type Factory_Expecter (line 40) | type Factory_Expecter struct method CreateTraceReader (line 82) | func (_e *Factory_Expecter) CreateTraceReader() *Factory_CreateTraceRe... method CreateTraceWriter (line 137) | func (_e *Factory_Expecter) CreateTraceWriter() *Factory_CreateTraceWr... type Factory_CreateTraceReader_Call (line 77) | type Factory_CreateTraceReader_Call struct method Run (line 86) | func (_c *Factory_CreateTraceReader_Call) Run(run func()) *Factory_Cre... method Return (line 93) | func (_c *Factory_CreateTraceReader_Call) Return(reader tracestore.Rea... method RunAndReturn (line 98) | func (_c *Factory_CreateTraceReader_Call) RunAndReturn(run func() (tra... type Factory_CreateTraceWriter_Call (line 132) | type Factory_CreateTraceWriter_Call struct method Run (line 141) | func (_c *Factory_CreateTraceWriter_Call) Run(run func()) *Factory_Cre... method Return (line 148) | func (_c *Factory_CreateTraceWriter_Call) Return(writer tracestore.Wri... method RunAndReturn (line 153) | func (_c *Factory_CreateTraceWriter_Call) RunAndReturn(run func() (tra... function NewReader (line 160) | func NewReader(t interface { type Reader (line 173) | type Reader struct method EXPECT (line 181) | func (_m *Reader) EXPECT() *Reader_Expecter { method FindTraceIDs (line 186) | func (_mock *Reader) FindTraceIDs(ctx context.Context, query tracestor... method FindTraces (line 245) | func (_mock *Reader) FindTraces(ctx context.Context, query tracestore.... method GetOperations (line 304) | func (_mock *Reader) GetOperations(ctx context.Context, query tracesto... method GetServices (line 372) | func (_mock *Reader) GetServices(ctx context.Context) ([]string, error) { method GetTraces (line 434) | func (_mock *Reader) GetTraces(ctx context.Context, traceIDs ...traces... type Reader_Expecter (line 177) | type Reader_Expecter struct method FindTraceIDs (line 212) | func (_e *Reader_Expecter) FindTraceIDs(ctx interface{}, query interfa... method FindTraces (line 271) | func (_e *Reader_Expecter) FindTraces(ctx interface{}, query interface... method GetOperations (line 339) | func (_e *Reader_Expecter) GetOperations(ctx interface{}, query interf... method GetServices (line 406) | func (_e *Reader_Expecter) GetServices(ctx interface{}) *Reader_GetSer... method GetTraces (line 466) | func (_e *Reader_Expecter) GetTraces(ctx interface{}, traceIDs ...inte... type Reader_FindTraceIDs_Call (line 205) | type Reader_FindTraceIDs_Call struct method Run (line 216) | func (_c *Reader_FindTraceIDs_Call) Run(run func(ctx context.Context, ... method Return (line 234) | func (_c *Reader_FindTraceIDs_Call) Return(seq2 iter.Seq2[[]tracestore... method RunAndReturn (line 239) | func (_c *Reader_FindTraceIDs_Call) RunAndReturn(run func(ctx context.... type Reader_FindTraces_Call (line 264) | type Reader_FindTraces_Call struct method Run (line 275) | func (_c *Reader_FindTraces_Call) Run(run func(ctx context.Context, qu... method Return (line 293) | func (_c *Reader_FindTraces_Call) Return(seq2 iter.Seq2[[]ptrace.Trace... method RunAndReturn (line 298) | func (_c *Reader_FindTraces_Call) RunAndReturn(run func(ctx context.Co... type Reader_GetOperations_Call (line 332) | type Reader_GetOperations_Call struct method Run (line 343) | func (_c *Reader_GetOperations_Call) Run(run func(ctx context.Context,... method Return (line 361) | func (_c *Reader_GetOperations_Call) Return(operations []tracestore.Op... method RunAndReturn (line 366) | func (_c *Reader_GetOperations_Call) RunAndReturn(run func(ctx context... type Reader_GetServices_Call (line 400) | type Reader_GetServices_Call struct method Run (line 410) | func (_c *Reader_GetServices_Call) Run(run func(ctx context.Context)) ... method Return (line 423) | func (_c *Reader_GetServices_Call) Return(strings []string, err error)... method RunAndReturn (line 428) | func (_c *Reader_GetServices_Call) RunAndReturn(run func(ctx context.C... type Reader_GetTraces_Call (line 459) | type Reader_GetTraces_Call struct method Run (line 471) | func (_c *Reader_GetTraces_Call) Run(run func(ctx context.Context, tra... method Return (line 491) | func (_c *Reader_GetTraces_Call) Return(seq2 iter.Seq2[[]ptrace.Traces... method RunAndReturn (line 496) | func (_c *Reader_GetTraces_Call) RunAndReturn(run func(ctx context.Con... function NewWriter (line 503) | func NewWriter(t interface { type Writer (line 516) | type Writer struct method EXPECT (line 524) | func (_m *Writer) EXPECT() *Writer_Expecter { method WriteTraces (line 529) | func (_mock *Writer) WriteTraces(ctx context.Context, td ptrace.Traces... type Writer_Expecter (line 520) | type Writer_Expecter struct method WriteTraces (line 553) | func (_e *Writer_Expecter) WriteTraces(ctx interface{}, td interface{}... type Writer_WriteTraces_Call (line 546) | type Writer_WriteTraces_Call struct method Run (line 557) | func (_c *Writer_WriteTraces_Call) Run(run func(ctx context.Context, t... method Return (line 575) | func (_c *Writer_WriteTraces_Call) Return(err error) *Writer_WriteTrac... method RunAndReturn (line 580) | func (_c *Writer_WriteTraces_Call) RunAndReturn(run func(ctx context.C... FILE: internal/storage/v2/api/tracestore/reader.go type Reader (line 19) | type Reader interface type GetTraceParams (line 71) | type GetTraceParams struct type TraceQueryParams (line 83) | type TraceQueryParams struct method ToSpanStoreQueryParameters (line 108) | func (t *TraceQueryParams) ToSpanStoreQueryParameters() *spanstore.Tra... type FoundTraceID (line 102) | type FoundTraceID struct type OperationQueryParams (line 122) | type OperationQueryParams struct type Operation (line 128) | type Operation struct FILE: internal/storage/v2/api/tracestore/reader_test.go function TestToSpanStoreQueryParameters (line 16) | func TestToSpanStoreQueryParameters(t *testing.T) { FILE: internal/storage/v2/api/tracestore/tracestoremetrics/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/api/tracestore/tracestoremetrics/reader_metrics.go type ReadMetricsDecorator (line 20) | type ReadMetricsDecorator struct method FindTraces (line 68) | func (m *ReadMetricsDecorator) FindTraces(ctx context.Context, query t... method FindTraceIDs (line 88) | func (m *ReadMetricsDecorator) FindTraceIDs(ctx context.Context, query... method GetTraces (line 108) | func (m *ReadMetricsDecorator) GetTraces(ctx context.Context, traceIDs... method GetServices (line 128) | func (m *ReadMetricsDecorator) GetServices(ctx context.Context) ([]str... method GetOperations (line 136) | func (m *ReadMetricsDecorator) GetOperations( type queryMetrics (line 29) | type queryMetrics struct method emit (line 37) | func (q *queryMetrics) emit(err error, latency time.Duration, response... function NewReaderDecorator (line 49) | func NewReaderDecorator(traceReader tracestore.Reader, metricsFactory me... function buildQueryMetrics (line 60) | func buildQueryMetrics(operation string, metricsFactory metrics.Factory)... FILE: internal/storage/v2/api/tracestore/tracestoremetrics/reader_metrics_test.go function TestSuccessfulUnderlyingCalls (line 19) | func TestSuccessfulUnderlyingCalls(t *testing.T) { function checkExpectedExistingAndNonExistentCounters (line 87) | func checkExpectedExistingAndNonExistentCounters(t *testing.T, function TestFailingUnderlyingCalls (line 109) | func TestFailingUnderlyingCalls(t *testing.T) { function emptyIter (line 163) | func emptyIter[T any](td []T, err error) iter.Seq2[[]T, error] { FILE: internal/storage/v2/api/tracestore/writer.go type Writer (line 13) | type Writer interface FILE: internal/storage/v2/badger/factory.go type Factory (line 18) | type Factory struct method CreateTraceWriter (line 36) | func (f *Factory) CreateTraceWriter() (tracestore.Writer, error) { method CreateTraceReader (line 41) | func (f *Factory) CreateTraceReader() (tracestore.Reader, error) { method CreateDependencyReader (line 46) | func (f *Factory) CreateDependencyReader() (depstore.Reader, error) { method CreateSamplingStore (line 51) | func (f *Factory) CreateSamplingStore(maxBuckets int) (samplingstore.S... method CreateLock (line 55) | func (f *Factory) CreateLock() (distributedlock.Lock, error) { method Close (line 59) | func (f *Factory) Close() error { method Purge (line 63) | func (f *Factory) Purge(ctx context.Context) error { function NewFactory (line 22) | func NewFactory( FILE: internal/storage/v2/badger/factory_test.go function TestNewFac (line 19) | func TestNewFac(t *testing.T) { function TestBadgerStorageFactoryWithConfig (line 48) | func TestBadgerStorageFactoryWithConfig(t *testing.T) { FILE: internal/storage/v2/badger/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/cassandra/factory.go type Factory (line 25) | type Factory struct method CreateTraceReader (line 47) | func (f *Factory) CreateTraceReader() (tracestore.Reader, error) { method CreateTraceWriter (line 63) | func (f *Factory) CreateTraceWriter() (tracestore.Writer, error) { method CreateDependencyReader (line 71) | func (f *Factory) CreateDependencyReader() (depstore.Reader, error) { method CreateSamplingStore (line 79) | func (f *Factory) CreateSamplingStore(maxBuckets int) (samplingstore.S... method Close (line 83) | func (f *Factory) Close() error { method Purge (line 87) | func (f *Factory) Purge(ctx context.Context) error { method CreateLock (line 91) | func (f *Factory) CreateLock() (distributedlock.Lock, error) { function NewFactory (line 33) | func NewFactory(opts cassandra.Options, telset telemetry.Settings) (*Fac... function newFactoryWithConfig (line 96) | func newFactoryWithConfig( type withConfigBuilder (line 115) | type withConfigBuilder struct method build (line 124) | func (b *withConfigBuilder) build() (*cassandra.Factory, error) { FILE: internal/storage/v2/cassandra/factory_test.go function TestNewFactoryWithConfig (line 24) | func TestNewFactoryWithConfig(t *testing.T) { function TestNewFactory (line 63) | func TestNewFactory(t *testing.T) { function TestCreateTraceReaderError (line 94) | func TestCreateTraceReaderError(t *testing.T) { function TestCreateTraceWriterErr (line 113) | func TestCreateTraceWriterErr(t *testing.T) { function createFactory (line 135) | func createFactory(t *testing.T, v1Factory *cassandra.Factory) *Factory { FILE: internal/storage/v2/cassandra/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/cassandra/tracestore/from_dbmodel.go function FromDBModel (line 27) | func FromDBModel(spans []dbmodel.Span) ptrace.Traces { function dbSpansToSpans (line 38) | func dbSpansToSpans(dbSpans []dbmodel.Span, resourceSpans ptrace.Resourc... function dbProcessToResource (line 50) | func dbProcessToResource(process dbmodel.Process, resource pcommon.Resou... function dbSpanToSpan (line 66) | func dbSpanToSpan(dbspan *dbmodel.Span, span ptrace.Span) { function dbTagsToAttributes (line 104) | func dbTagsToAttributes(tags []dbmodel.KeyValue, attributes pcommon.Map) { function setSpanStatus (line 123) | func setSpanStatus(attrs pcommon.Map, span ptrace.Span) { function extractStatusDescFromAttr (line 188) | func extractStatusDescFromAttr(attrs pcommon.Map) (string, bool) { function codeFromAttr (line 200) | func codeFromAttr(attrVal pcommon.Value) (int64, error) { function getStatusCodeFromHTTPStatusAttr (line 217) | func getStatusCodeFromHTTPStatusAttr(attrVal pcommon.Value, kind ptrace.... function statusCodeFromHTTP (line 241) | func statusCodeFromHTTP(httpStatusCode int64) ptrace.StatusCode { function jSpanKindToInternal (line 248) | func jSpanKindToInternal(spanKind string) ptrace.SpanKind { function dbLogsToSpanEvents (line 264) | func dbLogsToSpanEvents(logs []dbmodel.Log, events ptrace.SpanEventSlice) { function dbReferencesToSpanLinks (line 295) | func dbReferencesToSpanLinks(refs []dbmodel.SpanRef, excludeParentID int... function getTraceStateFromAttrs (line 314) | func getTraceStateFromAttrs(attrs pcommon.Map) string { function dbSpanToScope (line 324) | func dbSpanToScope(span *dbmodel.Span, scopeSpan ptrace.ScopeSpans) { function getAndDeleteTag (line 333) | func getAndDeleteTag(span *dbmodel.Span, key string) (string, bool) { function dbRefTypeToAttribute (line 344) | func dbRefTypeToAttribute(ref string) string { function dbTimeStampToOTLPTimeStamp (line 353) | func dbTimeStampToOTLPTimeStamp(timestamp uint64) pcommon.Timestamp { FILE: internal/storage/v2/cassandra/tracestore/from_dbmodel_test.go function TestCodeFromAttr (line 29) | func TestCodeFromAttr(t *testing.T) { function TestZeroBatchLength (line 76) | func TestZeroBatchLength(t *testing.T) { function TestEmptyServiceNameAndTags (line 81) | func TestEmptyServiceNameAndTags(t *testing.T) { function TestEmptySpansAndProcess (line 117) | func TestEmptySpansAndProcess(t *testing.T) { function Test_dbSpansToSpans_EmptySpans (line 122) | func Test_dbSpansToSpans_EmptySpans(t *testing.T) { function TestGetStatusCodeFromHTTPStatusAttr (line 130) | func TestGetStatusCodeFromHTTPStatusAttr(t *testing.T) { function Test_dbLogsToSpanEvents (line 198) | func Test_dbLogsToSpanEvents(t *testing.T) { function Test_dbTagsToAttributes (line 220) | func Test_dbTagsToAttributes(t *testing.T) { function TestSetInternalSpanStatus (line 267) | func TestSetInternalSpanStatus(t *testing.T) { function TestJSpanKindToInternal (line 404) | func TestJSpanKindToInternal(t *testing.T) { function BenchmarkProtoBatchToInternalTraces (line 442) | func BenchmarkProtoBatchToInternalTraces(b *testing.B) { function TestFromDbModel_Fixtures (line 455) | func TestFromDbModel_Fixtures(t *testing.T) { FILE: internal/storage/v2/cassandra/tracestore/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/cassandra/tracestore/reader.go type TraceReader (line 17) | type TraceReader struct method GetServices (line 29) | func (r *TraceReader) GetServices(ctx context.Context) ([]string, erro... method GetOperations (line 33) | func (r *TraceReader) GetOperations(ctx context.Context, query tracest... method GetTraces (line 37) | func (r *TraceReader) GetTraces(ctx context.Context, traceIDs ...trace... method FindTraces (line 41) | func (r *TraceReader) FindTraces(ctx context.Context, query tracestore... method FindTraceIDs (line 45) | func (r *TraceReader) FindTraceIDs(ctx context.Context, query tracesto... function NewTraceReader (line 22) | func NewTraceReader(reader spanstore.CoreSpanReader) *TraceReader { FILE: internal/storage/v2/cassandra/tracestore/reader_test.go function TestNewTraceReader (line 19) | func TestNewTraceReader(t *testing.T) { function TestGetServices (line 30) | func TestGetServices(t *testing.T) { function TestGetOperationsErr (line 40) | func TestGetOperationsErr(t *testing.T) { function TestGetOperations (line 52) | func TestGetOperations(t *testing.T) { FILE: internal/storage/v2/cassandra/tracestore/to_dbmodel.go constant noServiceName (line 22) | noServiceName = "OTLPResourceNoServiceName" constant eventNameAttr (line 23) | eventNameAttr = "event" constant statusError (line 24) | statusError = "ERROR" constant statusOk (line 25) | statusOk = "OK" constant tagError (line 26) | tagError = "error" constant tagW3CTraceState (line 27) | tagW3CTraceState = "w3c.tracestate" constant tagHTTPStatusMsg (line 28) | tagHTTPStatusMsg = "http.status_message" function ToDBModel (line 33) | func ToDBModel(td ptrace.Traces) []dbmodel.Span { function resourceSpansToDbSpans (line 50) | func resourceSpansToDbSpans(resourceSpans ptrace.ResourceSpans) []dbmode... function resourceToDbProcess (line 74) | func resourceToDbProcess(resource pcommon.Resource) dbmodel.Process { function appendTagsFromAttributes (line 93) | func appendTagsFromAttributes(tags []dbmodel.KeyValue, attrs pcommon.Map... function attributeToDbTag (line 103) | func attributeToDbTag(key string, attr pcommon.Value) dbmodel.KeyValue { function spanToDbSpan (line 128) | func spanToDbSpan(span ptrace.Span, scope pcommon.InstrumentationScope, ... function getDbTags (line 151) | func getDbTags(span ptrace.Span, scope pcommon.InstrumentationScope) []d... function spanIDToDbSpanId (line 203) | func spanIDToDbSpanId(spanID pcommon.SpanID) int64 { function linksToDbSpanRefs (line 210) | func linksToDbSpanRefs(links ptrace.SpanLinkSlice, parentSpanID int64, t... function spanEventsToDbLogs (line 252) | func spanEventsToDbLogs(events ptrace.SpanEventSlice) []dbmodel.Log { function getTagFromSpanKind (line 280) | func getTagFromSpanKind(spanKind ptrace.SpanKind) (dbmodel.KeyValue, boo... function getTagFromStatusCode (line 304) | func getTagFromStatusCode(statusCode ptrace.StatusCode) (dbmodel.KeyValu... function getTagFromStatusMsg (line 324) | func getTagFromStatusMsg(statusMsg string) (dbmodel.KeyValue, bool) { function getTagsFromTraceState (line 335) | func getTagsFromTraceState(traceState string) ([]dbmodel.KeyValue, bool) { function getTagsFromInstrumentationLibrary (line 350) | func getTagsFromInstrumentationLibrary(scope pcommon.InstrumentationScop... function dbRefTypeFromLink (line 372) | func dbRefTypeFromLink(link ptrace.SpanLink) string { FILE: internal/storage/v2/cassandra/tracestore/to_dbmodel_test.go function TestGetTagFromStatusCode (line 26) | func TestGetTagFromStatusCode(t *testing.T) { function TestEmptyAttributes (line 62) | func TestEmptyAttributes(t *testing.T) { function TestEmptyLinkRefs (line 72) | func TestEmptyLinkRefs(t *testing.T) { function TestGetTagFromStatusMsg (line 85) | func TestGetTagFromStatusMsg(t *testing.T) { function Test_resourceToDbProcess_WhenOnlyServiceNameIsPresent (line 98) | func Test_resourceToDbProcess_WhenOnlyServiceNameIsPresent(t *testing.T) { function Test_resourceToDbProcess_DefaultServiceName (line 106) | func Test_resourceToDbProcess_DefaultServiceName(t *testing.T) { function TestGetTagFromSpanKind (line 114) | func TestGetTagFromSpanKind(t *testing.T) { function TestAttributesToDbTags (line 193) | func TestAttributesToDbTags(t *testing.T) { function TestAttributesToJaegerProtoTags_MapType (line 239) | func TestAttributesToJaegerProtoTags_MapType(t *testing.T) { function BenchmarkInternalTracesToDbModel (line 253) | func BenchmarkInternalTracesToDbModel(b *testing.B) { function TestToDbModel_Fixtures (line 267) | func TestToDbModel_Fixtures(t *testing.T) { function TestEdgeCases (line 279) | func TestEdgeCases(t *testing.T) { function writeActualData (line 338) | func writeActualData(t *testing.T, name string, data []byte) { function loadFixtures (line 349) | func loadFixtures(t *testing.T, i int) (tracesData []byte, spansData []b... function loadTraces (line 355) | func loadTraces(t *testing.T, i int) []byte { function loadSpans (line 362) | func loadSpans(t *testing.T, i int) []byte { function testTraces (line 369) | func testTraces(t *testing.T, expectedTraces []byte, actualTraces ptrace... function testSpans (line 381) | func testSpans(t *testing.T, expectedSpan []byte, actualSpan dbmodel.Spa... FILE: internal/storage/v2/clickhouse/clickhousetest/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/clickhouse/clickhousetest/server.go type FailureConfig (line 22) | type FailureConfig function NewServer (line 26) | func NewServer(failures FailureConfig) *httptest.Server { FILE: internal/storage/v2/clickhouse/config.go constant defaultProtocol (line 15) | defaultProtocol = "native" constant defaultDatabase (line 16) | defaultDatabase = "jaeger" constant defaultSearchDepth (line 17) | defaultSearchDepth = 1000 constant defaultMaxSearchDepth (line 18) | defaultMaxSearchDepth = 10000 type Configuration (line 21) | type Configuration struct method Validate (line 50) | func (cfg *Configuration) Validate() error { method applyDefaults (line 55) | func (cfg *Configuration) applyDefaults() { type Authentication (line 45) | type Authentication struct FILE: internal/storage/v2/clickhouse/config_test.go function TestValidate (line 12) | func TestValidate(t *testing.T) { function TestConfigurationApplyDefaults (line 86) | func TestConfigurationApplyDefaults(t *testing.T) { FILE: internal/storage/v2/clickhouse/depstore/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/clickhouse/depstore/reader.go type Reader (line 15) | type Reader struct method GetDependencies (line 21) | func (*Reader) GetDependencies(context.Context, depstore.QueryParamete... function NewDependencyReader (line 17) | func NewDependencyReader() *Reader { FILE: internal/storage/v2/clickhouse/depstore/reader_test.go function TestReader_GetDependencies (line 15) | func TestReader_GetDependencies(t *testing.T) { FILE: internal/storage/v2/clickhouse/factory.go type Factory (line 31) | type Factory struct method CreateTraceReader (line 95) | func (f *Factory) CreateTraceReader() (tracestore.Reader, error) { method CreateTraceWriter (line 102) | func (f *Factory) CreateTraceWriter() (tracestore.Writer, error) { method CreateDependencyReader (line 106) | func (*Factory) CreateDependencyReader() (depstore.Reader, error) { method Close (line 110) | func (f *Factory) Close() error { method Purge (line 114) | func (f *Factory) Purge(ctx context.Context) error { function NewFactory (line 37) | func NewFactory(ctx context.Context, cfg Configuration, telset telemetry... function getProtocol (line 134) | func getProtocol(protocol string) clickhouse.Protocol { FILE: internal/storage/v2/clickhouse/factory_test.go function TestFactory (line 22) | func TestFactory(t *testing.T) { function TestNewFactory_Errors (line 80) | func TestNewFactory_Errors(t *testing.T) { function TestPurge (line 193) | func TestPurge(t *testing.T) { function TestGetProtocol (line 262) | func TestGetProtocol(t *testing.T) { FILE: internal/storage/v2/clickhouse/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/clickhouse/sql/create_attribute_metadata_table.sql type attribute_metadata (line 1) | CREATE TABLE FILE: internal/storage/v2/clickhouse/sql/create_operations_table.sql type operations (line 1) | CREATE TABLE IF NOT EXISTS FILE: internal/storage/v2/clickhouse/sql/create_services_table.sql type services (line 1) | CREATE TABLE FILE: internal/storage/v2/clickhouse/sql/create_spans_table.sql type spans (line 1) | CREATE TABLE FILE: internal/storage/v2/clickhouse/sql/create_trace_id_timestamps_table.sql type trace_id_timestamps (line 1) | CREATE TABLE IF NOT EXISTS trace_id_timestamps FILE: internal/storage/v2/clickhouse/sql/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/clickhouse/sql/queries.go constant InsertSpan (line 8) | InsertSpan = ` constant SelectSpansQuery (line 133) | SelectSpansQuery = ` constant SelectSpansByTraceID (line 207) | SelectSpansByTraceID = SelectSpansQuery + " WHERE s.trace_id = ?" constant SearchTraceIDsBase (line 214) | SearchTraceIDsBase = `SELECT DISTINCT constant SearchTraceIDs (line 223) | SearchTraceIDs = ` constant SelectServices (line 234) | SelectServices = ` constant SelectOperationsAllKinds (line 242) | SelectOperationsAllKinds = ` constant SelectOperationsByKind (line 253) | SelectOperationsByKind = ` constant SelectAttributeMetadata (line 265) | SelectAttributeMetadata = ` constant TruncateSpans (line 273) | TruncateSpans = `TRUNCATE TABLE spans` constant TruncateServices (line 275) | TruncateServices = `TRUNCATE TABLE services` constant TruncateOperations (line 277) | TruncateOperations = `TRUNCATE TABLE operations` constant TruncateTraceIDTimestamps (line 279) | TruncateTraceIDTimestamps = `TRUNCATE TABLE trace_id_timestamps` constant TruncateAttributeMetadata (line 281) | TruncateAttributeMetadata = `TRUNCATE TABLE attribute_metadata` FILE: internal/storage/v2/clickhouse/tracestore/assert_test.go function requireTracesEqual (line 21) | func requireTracesEqual(t *testing.T, expected []*dbmodel.SpanRow, actua... function requireScopeEqual (line 41) | func requireScopeEqual(t *testing.T, expected *dbmodel.SpanRow, actual p... function requireSpanEqual (line 48) | func requireSpanEqual(t *testing.T, expected *dbmodel.SpanRow, actual pt... function requireBoolAttrs (line 88) | func requireBoolAttrs(t *testing.T, expectedKeys []string, expectedVals ... function requireDoubleAttrs (line 96) | func requireDoubleAttrs(t *testing.T, expectedKeys []string, expectedVal... function requireIntAttrs (line 104) | func requireIntAttrs(t *testing.T, expectedKeys []string, expectedVals [... function requireStrAttrs (line 112) | func requireStrAttrs(t *testing.T, expectedKeys []string, expectedVals [... function requireComplexAttrs (line 120) | func requireComplexAttrs(t *testing.T, expectedKeys []string, expectedVa... FILE: internal/storage/v2/clickhouse/tracestore/attribute_metadata.go type attrTypes (line 21) | type attrTypes struct type attributeMetadata (line 31) | type attributeMetadata method getAttributeMetadata (line 59) | func (r *Reader) getAttributeMetadata(ctx context.Context, attributes pc... FILE: internal/storage/v2/clickhouse/tracestore/attribute_metadata_test.go function TestGetAttributeMetadata_ErrorCases (line 17) | func TestGetAttributeMetadata_ErrorCases(t *testing.T) { function TestGetAttributeMetadata_NoStringAttributes (line 126) | func TestGetAttributeMetadata_NoStringAttributes(t *testing.T) { FILE: internal/storage/v2/clickhouse/tracestore/dbmodel/attribute_metadata.go type AttributeMetadata (line 13) | type AttributeMetadata struct FILE: internal/storage/v2/clickhouse/tracestore/dbmodel/dbmodel_test.go function TestRoundTrip (line 19) | func TestRoundTrip(t *testing.T) { function createTestTrace (line 48) | func createTestTrace(now time.Time, duration time.Duration) ptrace.Traces { function createTestResource (line 62) | func createTestResource() pcommon.Resource { function createTestScope (line 69) | func createTestScope() pcommon.InstrumentationScope { function createTestSpan (line 77) | func createTestSpan(now time.Time, duration time.Duration) ptrace.Span { function addSpanEvent (line 97) | func addSpanEvent(span ptrace.Span, now time.Time) { function addSpanLink (line 104) | func addSpanLink(span ptrace.Span) { function addTestAttributes (line 112) | func addTestAttributes(attrs pcommon.Map) { function createTestSpanRow (line 122) | func createTestSpanRow(t *testing.T, now time.Time, duration time.Durati... FILE: internal/storage/v2/clickhouse/tracestore/dbmodel/from.go function FromRow (line 22) | func FromRow(storedSpan *SpanRow) ptrace.Traces { function convertResource (line 45) | func convertResource(sr *SpanRow, spanForWarnings ptrace.Span) pcommon.R... function convertScope (line 56) | func convertScope(sr *SpanRow, spanForWarnings ptrace.Span) pcommon.Inst... function convertSpan (line 69) | func convertSpan(sr *SpanRow) (ptrace.Span, error) { function putAttributes2D (line 131) | func putAttributes2D( function putAttributes (line 155) | func putAttributes( FILE: internal/storage/v2/clickhouse/tracestore/dbmodel/from_test.go function TestFromRow (line 17) | func TestFromRow(t *testing.T) { function TestFromRow_DecodeID (line 29) | func TestFromRow_DecodeID(t *testing.T) { function TestPutAttributes_Warnings (line 91) | func TestPutAttributes_Warnings(t *testing.T) { FILE: internal/storage/v2/clickhouse/tracestore/dbmodel/operation.go type Operation (line 7) | type Operation struct FILE: internal/storage/v2/clickhouse/tracestore/dbmodel/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/clickhouse/tracestore/dbmodel/service.go type Service (line 7) | type Service struct FILE: internal/storage/v2/clickhouse/tracestore/dbmodel/spanrow.go type SpanRow (line 28) | type SpanRow struct type Attributes (line 59) | type Attributes struct type Attributes2D (line 72) | type Attributes2D struct function ScanRow (line 85) | func ScanRow(rows driver.Rows) (*SpanRow, error) { FILE: internal/storage/v2/clickhouse/tracestore/dbmodel/to.go function ToRow (line 20) | func ToRow( function appendAttributes (line 56) | func appendAttributes(dest *Attributes, attrs pcommon.Map) { function appendAttributes2D (line 70) | func appendAttributes2D(dest *Attributes2D, attrs pcommon.Map) { method appendEvent (line 84) | func (sr *SpanRow) appendEvent(event ptrace.SpanEvent) { method appendLink (line 90) | func (sr *SpanRow) appendLink(link ptrace.SpanLink) { function extractAttributes (line 97) | func extractAttributes(attrs pcommon.Map) *Attributes { FILE: internal/storage/v2/clickhouse/tracestore/dbmodel/to_test.go function TestToRow (line 13) | func TestToRow(t *testing.T) { FILE: internal/storage/v2/clickhouse/tracestore/driver_test.go constant snapshotLocation (line 21) | snapshotLocation = "./snapshots/" function verifyQuerySnapshot (line 38) | func verifyQuerySnapshot(t *testing.T, queries ...string) { type testBatch (line 59) | type testBatch struct method Append (line 68) | func (tb *testBatch) Append(v ...any) error { method Send (line 76) | func (tb *testBatch) Send() error { method Close (line 84) | func (*testBatch) Close() error { type testQueryResponse (line 88) | type testQueryResponse struct type testBatchResponse (line 93) | type testBatchResponse struct type testDriver (line 98) | type testDriver struct method Query (line 107) | func (t *testDriver) Query(_ context.Context, query string, _ ...any) ... method PrepareBatch (line 175) | func (t *testDriver) PrepareBatch( type testRows (line 122) | type testRows struct method Close (line 133) | func (tr *testRows[T]) Close() error { method Err (line 137) | func (tr *testRows[T]) Err() error { method Next (line 141) | func (tr *testRows[T]) Next() bool { method ScanStruct (line 145) | func (tr *testRows[T]) ScanStruct(dest any) error { method Scan (line 160) | func (tr *testRows[T]) Scan(dest ...any) error { FILE: internal/storage/v2/clickhouse/tracestore/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/clickhouse/tracestore/query_builder.go type typedAttributeValue (line 32) | type typedAttributeValue struct function appendNewlineAndIndent (line 38) | func appendNewlineAndIndent(q *strings.Builder, indent int) { function indentBlock (line 45) | func indentBlock(s string) string { function appendAnd (line 49) | func appendAnd(q *strings.Builder, cond string) { type arrayExistsFn (line 55) | type arrayExistsFn function appendArrayExists (line 57) | func appendArrayExists(q *strings.Builder, indent int, prefix string, va... function appendNestedArrayExists (line 73) | func appendNestedArrayExists(q *strings.Builder, indent int, nestedArray... function appendStringAttributeFallback (line 82) | func appendStringAttributeFallback(q *strings.Builder, args []any, key s... function buildGetTracesQuery (line 99) | func buildGetTracesQuery(params tracestore.GetTraceParams) (string, []an... function buildFindTracesQuery (line 116) | func buildFindTracesQuery(traceIDsQuery string) string { method buildFindTraceIDsQuery (line 122) | func (r *Reader) buildFindTraceIDsQuery( function buildAttributeConditions (line 184) | func buildAttributeConditions(q *strings.Builder, args []any, attributes... function buildSimpleAttributeCondition (line 221) | func buildSimpleAttributeCondition(q *strings.Builder, args []any, key s... function buildBytesAttributeCondition (line 235) | func buildBytesAttributeCondition(q *strings.Builder, args []any, key st... function buildSliceAttributeCondition (line 239) | func buildSliceAttributeCondition(q *strings.Builder, args []any, key st... function buildMapAttributeCondition (line 247) | func buildMapAttributeCondition(q *strings.Builder, args []any, key stri... function parseStringToTypedValue (line 255) | func parseStringToTypedValue(key string, attr pcommon.Value, t pcommon.V... function buildStringAttributeCondition (line 299) | func buildStringAttributeCondition( function buildSelectAttributeMetadataQuery (line 347) | func buildSelectAttributeMetadataQuery(attributes pcommon.Map) (string, ... FILE: internal/storage/v2/clickhouse/tracestore/query_builder_test.go function TestBuildFindTraceIDsQuery_MarshalErrors (line 19) | func TestBuildFindTraceIDsQuery_MarshalErrors(t *testing.T) { function TestBuildFindTraceIDsQuery_AttributeMetadataError (line 51) | func TestBuildFindTraceIDsQuery_AttributeMetadataError(t *testing.T) { function TestBuildStringAttributeCondition_Fallbacks (line 67) | func TestBuildStringAttributeCondition_Fallbacks(t *testing.T) { function TestBuildGetTracesQuery (line 122) | func TestBuildGetTracesQuery(t *testing.T) { function TestBuildStringAttributeCondition_MultipleTypes (line 176) | func TestBuildStringAttributeCondition_MultipleTypes(t *testing.T) { FILE: internal/storage/v2/clickhouse/tracestore/reader.go type ReaderConfig (line 24) | type ReaderConfig struct type Reader (line 33) | type Reader struct method GetTraces (line 47) | func (r *Reader) GetTraces( method GetServices (line 90) | func (r *Reader) GetServices(ctx context.Context) ([]string, error) { method GetOperations (line 108) | func (r *Reader) GetOperations( method FindTraces (line 139) | func (r *Reader) FindTraces( method FindTraceIDs (line 202) | func (r *Reader) FindTraceIDs( function NewReader (line 43) | func NewReader(conn driver.Conn, cfg ReaderConfig) *Reader { function readRowIntoTraceID (line 173) | func readRowIntoTraceID(rows driver.Rows) ([]tracestore.FoundTraceID, er... FILE: internal/storage/v2/clickhouse/tracestore/reader_test.go function buildTestAttributes (line 55) | func buildTestAttributes() pcommon.Map { function scanSpanRowFn (line 82) | func scanSpanRowFn() func(dest any, src *dbmodel.SpanRow) error { function scanAttributeMetadataFn (line 170) | func scanAttributeMetadataFn() func(dest any, src dbmodel.AttributeMetad... function scanTraceIDFn (line 181) | func scanTraceIDFn() func(dest any, src []any) error { function TestGetTraces_Success (line 214) | func TestGetTraces_Success(t *testing.T) { function TestGetTraces_ErrorCases (line 272) | func TestGetTraces_ErrorCases(t *testing.T) { function TestGetTraces_ScanErrorContinues (line 338) | func TestGetTraces_ScanErrorContinues(t *testing.T) { function TestGetTraces_YieldFalseOnSuccessStopsIteration (line 377) | func TestGetTraces_YieldFalseOnSuccessStopsIteration(t *testing.T) { function TestGetServices (line 407) | func TestGetServices(t *testing.T) { function TestGetOperations (line 494) | func TestGetOperations(t *testing.T) { function TestFindTraces_Success (line 639) | func TestFindTraces_Success(t *testing.T) { function TestFindTraces_WithFilters (line 683) | func TestFindTraces_WithFilters(t *testing.T) { function TestFindTraces_SearchDepthExceedsMax (line 723) | func TestFindTraces_SearchDepthExceedsMax(t *testing.T) { function TestFindTraces_YieldFalseOnSuccessStopsIteration (line 736) | func TestFindTraces_YieldFalseOnSuccessStopsIteration(t *testing.T) { function TestFindTraces_ScanErrorContinues (line 766) | func TestFindTraces_ScanErrorContinues(t *testing.T) { function TestFindTraces_ErrorCases (line 805) | func TestFindTraces_ErrorCases(t *testing.T) { function TestFindTraces_BuildQueryError (line 854) | func TestFindTraces_BuildQueryError(t *testing.T) { function TestFindTraceIDs (line 874) | func TestFindTraceIDs(t *testing.T) { function TestFindTraceIDs_SearchDepthExceedsMax (line 922) | func TestFindTraceIDs_SearchDepthExceedsMax(t *testing.T) { function TestFindTraceIDs_YieldFalseOnSuccessStopsIteration (line 954) | func TestFindTraceIDs_YieldFalseOnSuccessStopsIteration(t *testing.T) { function TestFindTraceIDs_ScanErrorContinues (line 990) | func TestFindTraceIDs_ScanErrorContinues(t *testing.T) { function TestFindTraceIDs_DecodeErrorContinues (line 1034) | func TestFindTraceIDs_DecodeErrorContinues(t *testing.T) { function TestFindTraceIDs_ErrorCases (line 1093) | func TestFindTraceIDs_ErrorCases(t *testing.T) { function TestFindTraceIDs_BuildQueryError (line 1164) | func TestFindTraceIDs_BuildQueryError(t *testing.T) { FILE: internal/storage/v2/clickhouse/tracestore/writer.go type Writer (line 17) | type Writer struct method WriteTraces (line 30) | func (w *Writer) WriteTraces(ctx context.Context, td ptrace.Traces) er... function NewWriter (line 26) | func NewWriter(conn driver.Conn) *Writer { function toTuple (line 112) | func toTuple[T any](keys [][]string, values [][]T) [][][]any { FILE: internal/storage/v2/clickhouse/tracestore/writer_test.go function tracesFromSpanRows (line 19) | func tracesFromSpanRows(rows []*dbmodel.SpanRow) ptrace.Traces { function TestWriter_Success (line 32) | func TestWriter_Success(t *testing.T) { function TestWriter_PrepareBatchError (line 148) | func TestWriter_PrepareBatchError(t *testing.T) { function TestWriter_AppendBatchError (line 164) | func TestWriter_AppendBatchError(t *testing.T) { function TestWriter_SendError (line 181) | func TestWriter_SendError(t *testing.T) { function TestToTuple (line 198) | func TestToTuple(t *testing.T) { FILE: internal/storage/v2/elasticsearch/depstore/dbmodel/converter.go function FromDomainDependencies (line 9) | func FromDomainDependencies(dLinks []model.DependencyLink) []DependencyL... function ToDomainDependencies (line 25) | func ToDomainDependencies(dLinks []DependencyLink) []model.DependencyLink { FILE: internal/storage/v2/elasticsearch/depstore/dbmodel/converter_test.go function TestConvertDependencies (line 16) | func TestConvertDependencies(t *testing.T) { function TestMain (line 43) | func TestMain(m *testing.M) { FILE: internal/storage/v2/elasticsearch/depstore/dbmodel/model.go type TimeDependencies (line 9) | type TimeDependencies struct type DependencyLink (line 15) | type DependencyLink struct FILE: internal/storage/v2/elasticsearch/depstore/mocks/mocks.go function NewCoreDependencyStore (line 22) | func NewCoreDependencyStore(t interface { type CoreDependencyStore (line 35) | type CoreDependencyStore struct method EXPECT (line 43) | func (_m *CoreDependencyStore) EXPECT() *CoreDependencyStore_Expecter { method CreateTemplates (line 48) | func (_mock *CoreDependencyStore) CreateTemplates(dependenciesTemplate... method GetDependencies (line 99) | func (_mock *CoreDependencyStore) GetDependencies(ctx context.Context,... method WriteDependencies (line 173) | func (_mock *CoreDependencyStore) WriteDependencies(ts time.Time, depe... type CoreDependencyStore_Expecter (line 39) | type CoreDependencyStore_Expecter struct method CreateTemplates (line 71) | func (_e *CoreDependencyStore_Expecter) CreateTemplates(dependenciesTe... method GetDependencies (line 135) | func (_e *CoreDependencyStore_Expecter) GetDependencies(ctx interface{... method WriteDependencies (line 197) | func (_e *CoreDependencyStore_Expecter) WriteDependencies(ts interface... type CoreDependencyStore_CreateTemplates_Call (line 65) | type CoreDependencyStore_CreateTemplates_Call struct method Run (line 75) | func (_c *CoreDependencyStore_CreateTemplates_Call) Run(run func(depen... method Return (line 88) | func (_c *CoreDependencyStore_CreateTemplates_Call) Return(err error) ... method RunAndReturn (line 93) | func (_c *CoreDependencyStore_CreateTemplates_Call) RunAndReturn(run f... type CoreDependencyStore_GetDependencies_Call (line 127) | type CoreDependencyStore_GetDependencies_Call struct method Run (line 139) | func (_c *CoreDependencyStore_GetDependencies_Call) Run(run func(ctx c... method Return (line 162) | func (_c *CoreDependencyStore_GetDependencies_Call) Return(dependencyL... method RunAndReturn (line 167) | func (_c *CoreDependencyStore_GetDependencies_Call) RunAndReturn(run f... type CoreDependencyStore_WriteDependencies_Call (line 190) | type CoreDependencyStore_WriteDependencies_Call struct method Run (line 201) | func (_c *CoreDependencyStore_WriteDependencies_Call) Run(run func(ts ... method Return (line 219) | func (_c *CoreDependencyStore_WriteDependencies_Call) Return(err error... method RunAndReturn (line 224) | func (_c *CoreDependencyStore_WriteDependencies_Call) RunAndReturn(run... FILE: internal/storage/v2/elasticsearch/depstore/storage.go constant dependencyType (line 24) | dependencyType = "dependencies" constant dependencyIndexBaseName (line 25) | dependencyIndexBaseName = "jaeger-dependencies-" type CoreDependencyStore (line 29) | type CoreDependencyStore interface type DependencyStore (line 39) | type DependencyStore struct method WriteDependencies (line 71) | func (s *DependencyStore) WriteDependencies(ts time.Time, dependencies... method CreateTemplates (line 78) | func (s *DependencyStore) CreateTemplates(dependenciesTemplate string)... method writeDependenciesToIndex (line 86) | func (s *DependencyStore) writeDependenciesToIndex(indexName string, t... method GetDependencies (line 95) | func (s *DependencyStore) GetDependencies(ctx context.Context, endTs t... method getReadIndices (line 123) | func (s *DependencyStore) getReadIndices(ts time.Time, lookback time.D... method getWriteIndex (line 142) | func (s *DependencyStore) getWriteIndex(ts time.Time) string { type Params (line 49) | type Params struct function NewDependencyStore (line 59) | func NewDependencyStore(p Params) *DependencyStore { function buildTSQuery (line 119) | func buildTSQuery(endTs time.Time, lookback time.Duration) elastic.Query { function indexWithDate (line 138) | func indexWithDate(indexNamePrefix, indexDateLayout string, date time.Ti... FILE: internal/storage/v2/elasticsearch/depstore/storage_test.go constant defaultMaxDocCount (line 27) | defaultMaxDocCount = 10_000 type depStorageTest (line 29) | type depStorageTest struct function withDepStorage (line 36) | func withDepStorage(indexPrefix config.IndexPrefix, indexDateLayout stri... function TestNewSpanReaderIndexPrefix (line 56) | func TestNewSpanReaderIndexPrefix(t *testing.T) { function TestWriteDependencies (line 79) | func TestWriteDependencies(t *testing.T) { function TestGetDependencies (line 113) | func TestGetDependencies(t *testing.T) { function createSearchResult (line 189) | func createSearchResult(dependencyLink string) *elastic.SearchResult { function TestGetReadIndices (line 199) | func TestGetReadIndices(t *testing.T) { function TestGetWriteIndex (line 250) | func TestGetWriteIndex(t *testing.T) { function stringMatcher (line 273) | func stringMatcher(q string) any { function TestMain (line 280) | func TestMain(m *testing.M) { FILE: internal/storage/v2/elasticsearch/depstore/storagev2.go type DependencyStoreV2 (line 15) | type DependencyStoreV2 struct method GetDependencies (line 26) | func (s *DependencyStoreV2) GetDependencies(ctx context.Context, query... method WriteDependencies (line 35) | func (s *DependencyStoreV2) WriteDependencies(ts time.Time, dependenci... function NewDependencyStoreV2 (line 20) | func NewDependencyStoreV2(p Params) *DependencyStoreV2 { FILE: internal/storage/v2/elasticsearch/depstore/storagev2_test.go function TestV2GetDependencies (line 23) | func TestV2GetDependencies(t *testing.T) { function TestV2WriteDependencies (line 76) | func TestV2WriteDependencies(t *testing.T) { function TestNewDependencyStoreV2 (line 108) | func TestNewDependencyStoreV2(t *testing.T) { FILE: internal/storage/v2/elasticsearch/factory.go constant tagError (line 26) | tagError = "error" type Factory (line 34) | type Factory struct method CreateTraceReader (line 56) | func (f *Factory) CreateTraceReader() (tracestore.Reader, error) { method CreateTraceWriter (line 61) | func (f *Factory) CreateTraceWriter() (tracestore.Writer, error) { method CreateDependencyReader (line 67) | func (f *Factory) CreateDependencyReader() (depstore.Reader, error) { method CreateSamplingStore (line 72) | func (f *Factory) CreateSamplingStore(maxBuckets int) (samplingstore.S... method Close (line 76) | func (f *Factory) Close() error { method Purge (line 80) | func (f *Factory) Purge(ctx context.Context) error { function NewFactory (line 40) | func NewFactory(ctx context.Context, cfg escfg.Configuration, telset tel... function ensureRequiredFields (line 86) | func ensureRequiredFields(cfg escfg.Configuration) escfg.Configuration { FILE: internal/storage/v2/elasticsearch/factory_test.go function TestESStorageFactoryWithConfig (line 45) | func TestESStorageFactoryWithConfig(t *testing.T) { function TestESStorageFactoryErr (line 59) | func TestESStorageFactoryErr(t *testing.T) { function TestAlwaysIncludesRequiredTags (line 72) | func TestAlwaysIncludesRequiredTags(t *testing.T) { function TestEnsureRequiredFields_AllAsFieldsTrue (line 123) | func TestEnsureRequiredFields_AllAsFieldsTrue(t *testing.T) { FILE: internal/storage/v2/elasticsearch/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/elasticsearch/tracestore/from_dbmodel.go function FromDBModel (line 28) | func FromDBModel(spans []dbmodel.Span) (ptrace.Traces, error) { function dbProcessToResource (line 41) | func dbProcessToResource(process dbmodel.Process, resource pcommon.Resou... function dbSpansToSpans (line 58) | func dbSpansToSpans(dbSpans []dbmodel.Span, resourceSpans ptrace.Resourc... function dbSpanToSpan (line 77) | func dbSpanToSpan(dbSpan *dbmodel.Span, span ptrace.Span) error { function dbTagsToAttributes (line 134) | func dbTagsToAttributes(tags []dbmodel.KeyValue, attributes pcommon.Map) { function fromDBNumber (line 191) | func fromDBNumber(kv dbmodel.KeyValue, dest pcommon.Map) { function recordTagInvalidTypeError (line 224) | func recordTagInvalidTypeError(kv dbmodel.KeyValue, dest pcommon.Map) { function recordTagConversionError (line 228) | func recordTagConversionError(kv dbmodel.KeyValue, err error, dest pcomm... function setSpanStatus (line 232) | func setSpanStatus(attrs pcommon.Map, span ptrace.Span) { function extractStatusDescFromAttr (line 300) | func extractStatusDescFromAttr(attrs pcommon.Map) (string, bool) { function codeFromAttr (line 312) | func codeFromAttr(attrVal pcommon.Value) (int64, error) { function getStatusCodeFromHTTPStatusAttr (line 329) | func getStatusCodeFromHTTPStatusAttr(attrVal pcommon.Value, kind ptrace.... function statusCodeFromHTTP (line 353) | func statusCodeFromHTTP(httpStatusCode int64) ptrace.StatusCode { function dbSpanKindToOTELSpanKind (line 360) | func dbSpanKindToOTELSpanKind(spanKind string) ptrace.SpanKind { function dbSpanLogsToSpanEvents (line 377) | func dbSpanLogsToSpanEvents(logs []dbmodel.Log, events ptrace.SpanEventS... function dbSpanRefsToSpanEvents (line 408) | func dbSpanRefsToSpanEvents(refs []dbmodel.Reference, excludeParentID db... function getTraceStateFromAttrs (line 435) | func getTraceStateFromAttrs(attrs pcommon.Map) string { function dbSpanToScope (line 445) | func dbSpanToScope(span *dbmodel.Span, scopeSpan ptrace.ScopeSpans) { function getAndDeleteTag (line 454) | func getAndDeleteTag(span *dbmodel.Span, key string) (string, bool) { function dbRefTypeToAttribute (line 466) | func dbRefTypeToAttribute(ref dbmodel.ReferenceType) string { FILE: internal/storage/v2/elasticsearch/tracestore/from_dbmodel_test.go function TestCodeFromAttr (line 28) | func TestCodeFromAttr(t *testing.T) { function TestZeroBatchLength (line 72) | func TestZeroBatchLength(t *testing.T) { function TestEmptySpansAndProcess (line 78) | func TestEmptySpansAndProcess(t *testing.T) { function TestGetStatusCodeFromHTTPStatusAttr (line 84) | func TestGetStatusCodeFromHTTPStatusAttr(t *testing.T) { function TestGetStatusCodeFromHTTPStatusAttr_DefaultSpanKind (line 150) | func TestGetStatusCodeFromHTTPStatusAttr_DefaultSpanKind(t *testing.T) { function Test_SetSpanEventsFromDbSpanLogs (line 166) | func Test_SetSpanEventsFromDbSpanLogs(t *testing.T) { function TestSetAttributesFromDbTags (line 190) | func TestSetAttributesFromDbTags(t *testing.T) { function TestFromDBModelErrors (line 430) | func TestFromDBModelErrors(t *testing.T) { function TestSetParentId (line 480) | func TestSetParentId(t *testing.T) { function TestParentIdWhenRefTraceIdIsDifferent (line 487) | func TestParentIdWhenRefTraceIdIsDifferent(t *testing.T) { function TestDbSpanToSpanWithSpanKind (line 495) | func TestDbSpanToSpanWithSpanKind(t *testing.T) { function TestDbProcessToResource (line 543) | func TestDbProcessToResource(t *testing.T) { function TestGetTraceStateFromAttrs (line 628) | func TestGetTraceStateFromAttrs(t *testing.T) { function TestSetInternalSpanStatus (line 668) | func TestSetInternalSpanStatus(t *testing.T) { function TestDBSpanKindToOTELSpanKind (line 784) | func TestDBSpanKindToOTELSpanKind(t *testing.T) { function TestDbSpanKindToOTELSpanKind_DefaultCase (line 822) | func TestDbSpanKindToOTELSpanKind_DefaultCase(t *testing.T) { function TestSetInternalSpanStatus_DefaultCase (line 833) | func TestSetInternalSpanStatus_DefaultCase(t *testing.T) { function TestFromDbModel_Fixtures (line 846) | func TestFromDbModel_Fixtures(t *testing.T) { function TestToDbModel_Fixtures_StringTags (line 859) | func TestToDbModel_Fixtures_StringTags(t *testing.T) { function getDbTraceIdFromByteArray (line 870) | func getDbTraceIdFromByteArray(arr [16]byte) dbmodel.TraceID { function getDbSpanIdFromByteArray (line 874) | func getDbSpanIdFromByteArray(arr [8]byte) dbmodel.SpanID { function BenchmarkProtoBatchToInternalTraces (line 878) | func BenchmarkProtoBatchToInternalTraces(b *testing.B) { FILE: internal/storage/v2/elasticsearch/tracestore/ids.go function convertTraceIDFromDB (line 14) | func convertTraceIDFromDB(dbTraceId dbmodel.TraceID) (pcommon.TraceID, e... function fromDbSpanId (line 24) | func fromDbSpanId(dbSpanId dbmodel.SpanID) (pcommon.SpanID, error) { function getParentSpanId (line 35) | func getParentSpanId(dbSpan *dbmodel.Span) dbmodel.SpanID { FILE: internal/storage/v2/elasticsearch/tracestore/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/elasticsearch/tracestore/reader.go type TraceReader (line 18) | type TraceReader struct method GetTraces (line 29) | func (t *TraceReader) GetTraces(ctx context.Context, params ...tracest... method GetServices (line 53) | func (t *TraceReader) GetServices(ctx context.Context) ([]string, erro... method GetOperations (line 57) | func (t *TraceReader) GetOperations(ctx context.Context, query tracest... method FindTraces (line 75) | func (t *TraceReader) FindTraces(ctx context.Context, query tracestore... method FindTraceIDs (line 95) | func (t *TraceReader) FindTraceIDs(ctx context.Context, query tracesto... function NewTraceReader (line 23) | func NewTraceReader(p spanstore.SpanReaderParams) *TraceReader { function toDBTraceQueryParams (line 117) | func toDBTraceQueryParams(query tracestore.TraceQueryParams) dbmodel.Tra... FILE: internal/storage/v2/elasticsearch/tracestore/reader_test.go function TestTraceReader_GetServices (line 27) | func TestTraceReader_GetServices(t *testing.T) { function TestTraceReader_GetOperations (line 37) | func TestTraceReader_GetOperations(t *testing.T) { function TestTraceReader_GetOperations_Error (line 66) | func TestTraceReader_GetOperations_Error(t *testing.T) { function TestTraceReader_GetTraces (line 75) | func TestTraceReader_GetTraces(t *testing.T) { function testTraceReaderGetTracesAndFindTracesErrors (line 94) | func testTraceReaderGetTracesAndFindTracesErrors(t *testing.T, fxnName s... function TestTraceReader_GetTraces_Errors (line 138) | func TestTraceReader_GetTraces_Errors(t *testing.T) { function TestTraceReader_FindTraces (line 144) | func TestTraceReader_FindTraces(t *testing.T) { function TestTraceReader_FindTraces_Errors (line 165) | func TestTraceReader_FindTraces_Errors(t *testing.T) { function TestTraceReader_FindTraceIDs (line 173) | func TestTraceReader_FindTraceIDs(t *testing.T) { function TestTraceReader_FindTraceIDs_Error (line 194) | func TestTraceReader_FindTraceIDs_Error(t *testing.T) { function Test_NewTraceReader (line 248) | func Test_NewTraceReader(t *testing.T) { function fromDBTraceId (line 255) | func fromDBTraceId(t *testing.T, traceID dbmodel.TraceID) tracestore.Fou... FILE: internal/storage/v2/elasticsearch/tracestore/to_dbmodel.go constant noServiceName (line 21) | noServiceName = "OTLPResourceNoServiceName" constant eventNameAttr (line 22) | eventNameAttr = "event" constant statusError (line 23) | statusError = "ERROR" constant statusOk (line 24) | statusOk = "OK" constant tagW3CTraceState (line 25) | tagW3CTraceState = "w3c.tracestate" constant tagHTTPStatusMsg (line 26) | tagHTTPStatusMsg = "http.status_message" constant tagError (line 27) | tagError = "error" function ToDBModel (line 32) | func ToDBModel(td ptrace.Traces) []dbmodel.Span { function resourceSpansToDbSpans (line 51) | func resourceSpansToDbSpans(resourceSpans ptrace.ResourceSpans) []dbmode... function resourceToDbProcess (line 75) | func resourceToDbProcess(resource pcommon.Resource) dbmodel.Process { function appendTagsFromAttributes (line 94) | func appendTagsFromAttributes(dest []dbmodel.KeyValue, attrs pcommon.Map... function attributeToDbTag (line 101) | func attributeToDbTag(key string, attr pcommon.Value) dbmodel.KeyValue { function spanToDbSpan (line 126) | func spanToDbSpan(span ptrace.Span, libraryTags pcommon.InstrumentationS... function getDbSpanTags (line 145) | func getDbSpanTags(span ptrace.Span, scope pcommon.InstrumentationScope)... function linksToDbSpanRefs (line 199) | func linksToDbSpanRefs(links ptrace.SpanLinkSlice, parentSpanID dbmodel.... function spanEventsToDbSpanLogs (line 241) | func spanEventsToDbSpanLogs(events ptrace.SpanEventSlice) []dbmodel.Log { function getTagFromSpanKind (line 268) | func getTagFromSpanKind(spanKind ptrace.SpanKind) (dbmodel.KeyValue, boo... function getTagFromStatusCode (line 292) | func getTagFromStatusCode(statusCode ptrace.StatusCode) (dbmodel.KeyValu... function getTagFromStatusMsg (line 313) | func getTagFromStatusMsg(statusMsg string) (dbmodel.KeyValue, bool) { function getTagsFromTraceState (line 324) | func getTagsFromTraceState(traceState string) ([]dbmodel.KeyValue, bool) { function getTagsFromInstrumentationLibrary (line 339) | func getTagsFromInstrumentationLibrary(il pcommon.InstrumentationScope) ... function refTypeFromLink (line 360) | func refTypeFromLink(link ptrace.SpanLink) dbmodel.ReferenceType { function strToDbSpanRefType (line 368) | func strToDbSpanRefType(attr string) dbmodel.ReferenceType { FILE: internal/storage/v2/elasticsearch/tracestore/to_dbmodel_test.go function TestGetTagFromStatusCode (line 26) | func TestGetTagFromStatusCode(t *testing.T) { function TestGetTagFromSpanKind (line 61) | func TestGetTagFromSpanKind(t *testing.T) { function TestLinksToDbSpanRefs (line 135) | func TestLinksToDbSpanRefs(t *testing.T) { function TestResourceToDbProcess (line 266) | func TestResourceToDbProcess(t *testing.T) { function TestAttributeConversion (line 347) | func TestAttributeConversion(t *testing.T) { function TestStatusMessageHandling (line 446) | func TestStatusMessageHandling(t *testing.T) { function TestRefTypeFromLink (line 482) | func TestRefTypeFromLink(t *testing.T) { function TestTraceStateHandling (line 523) | func TestTraceStateHandling(t *testing.T) { function TestReferenceTypeConversion (line 559) | func TestReferenceTypeConversion(t *testing.T) { function TestEdgeCases (line 595) | func TestEdgeCases(t *testing.T) { function TestDbSpanTagsWithStatusAndTraceState (line 657) | func TestDbSpanTagsWithStatusAndTraceState(t *testing.T) { function TestToDbModel_Fixtures (line 710) | func TestToDbModel_Fixtures(t *testing.T) { function BenchmarkInternalTracesToDbSpans (line 725) | func BenchmarkInternalTracesToDbSpans(b *testing.B) { function writeActualData (line 738) | func writeActualData(t *testing.T, name string, data []byte) { function loadFixtures (line 749) | func loadFixtures(t *testing.T, i int) (tracesData []byte, spansData []b... function loadTraces (line 755) | func loadTraces(t *testing.T, i int) []byte { function loadSpans (line 762) | func loadSpans(t *testing.T, i int) []byte { function testTraces (line 769) | func testTraces(t *testing.T, expectedTraces []byte, actualTraces ptrace... function testSpans (line 781) | func testSpans(t *testing.T, expectedSpan []byte, actualSpan dbmodel.Spa... function TestAttributeToDbTag_DefaultCase (line 791) | func TestAttributeToDbTag_DefaultCase(t *testing.T) { function TestGetTagFromStatusCode_DefaultCase (line 801) | func TestGetTagFromStatusCode_DefaultCase(t *testing.T) { FILE: internal/storage/v2/elasticsearch/tracestore/writer.go type TraceWriter (line 15) | type TraceWriter struct method WriteTraces (line 27) | func (t *TraceWriter) WriteTraces(_ context.Context, td ptrace.Traces)... method Close (line 36) | func (t *TraceWriter) Close() error { function NewTraceWriter (line 20) | func NewTraceWriter(p spanstore.SpanWriterParams) *TraceWriter { FILE: internal/storage/v2/elasticsearch/tracestore/writer_test.go function TestTraceWriter_WriteTraces (line 21) | func TestTraceWriter_WriteTraces(t *testing.T) { function TestTraceWriter_Close (line 35) | func TestTraceWriter_Close(t *testing.T) { function Test_NewTraceWriter (line 43) | func Test_NewTraceWriter(t *testing.T) { FILE: internal/storage/v2/grpc/config.go type Config (line 15) | type Config struct function DefaultConfig (line 25) | func DefaultConfig() Config { FILE: internal/storage/v2/grpc/config_test.go function TestDefaultConfig (line 12) | func TestDefaultConfig(t *testing.T) { FILE: internal/storage/v2/grpc/depreader.go type DependencyReader (line 19) | type DependencyReader struct method GetDependencies (line 32) | func (dr *DependencyReader) GetDependencies( function NewDependencyReader (line 26) | func NewDependencyReader(conn *grpc.ClientConn) *DependencyReader { FILE: internal/storage/v2/grpc/depreader_test.go type testDependenciesServer (line 22) | type testDependenciesServer struct method GetDependencies (line 29) | func (t *testDependenciesServer) GetDependencies( function startTestDependenciesServer (line 38) | func startTestDependenciesServer(t *testing.T, testServer *testDependenc... function TestDependencyReader_GetDependencies (line 48) | func TestDependencyReader_GetDependencies(t *testing.T) { FILE: internal/storage/v2/grpc/factory.go type Factory (line 32) | type Factory struct method CreateTraceReader (line 79) | func (f *Factory) CreateTraceReader() (tracestore.Reader, error) { method CreateTraceWriter (line 83) | func (f *Factory) CreateTraceWriter() (tracestore.Writer, error) { method CreateDependencyReader (line 87) | func (f *Factory) CreateDependencyReader() (depstore.Reader, error) { method Close (line 91) | func (f *Factory) Close() error { method initializeConnections (line 115) | func (f *Factory) initializeConnections( function NewFactory (line 45) | func NewFactory( function getTelset (line 102) | func getTelset( type newClientFn (line 113) | type newClientFn FILE: internal/storage/v2/grpc/factory_test.go function TestNewFactory_NonEmptyAuthenticator (line 25) | func TestNewFactory_NonEmptyAuthenticator(t *testing.T) { function TestNewFactory (line 35) | func TestNewFactory(t *testing.T) { function TestNewFactory_WriteEndpointOverride (line 59) | func TestNewFactory_WriteEndpointOverride(t *testing.T) { function TestFactory (line 90) | func TestFactory(t *testing.T) { function TestInitializeConnections_ClientError (line 120) | func TestInitializeConnections_ClientError(t *testing.T) { FILE: internal/storage/v2/grpc/handler.go type Handler (line 27) | type Handler struct method GetTraces (line 49) | func (h *Handler) GetTraces( method GetServices (line 79) | func (h *Handler) GetServices( method GetOperations (line 92) | func (h *Handler) GetOperations( method FindTraces (line 115) | func (h *Handler) FindTraces( method FindTraceIDs (line 134) | func (h *Handler) FindTraceIDs( method Export (line 156) | func (h *Handler) Export(ctx context.Context, request ptraceotlp.Expor... method GetDependencies (line 167) | func (h *Handler) GetDependencies( method Register (line 192) | func (h *Handler) Register(ss *grpc.Server, hs *health.Server) { function NewHandler (line 37) | func NewHandler( function toTraceQueryParams (line 202) | func toTraceQueryParams(t *storage.TraceQueryParameters) tracestore.Trac... function convertKeyValueListToMap (line 215) | func convertKeyValueListToMap(kvList []*storage.KeyValue) pcommon.Map { function setValueToMap (line 226) | func setValueToMap(m pcommon.Map, key string, av *storage.AnyValue) { function setValueToSlice (line 260) | func setValueToSlice(slice pcommon.Slice, av *storage.AnyValue) { FILE: internal/storage/v2/grpc/handler_test.go type testStream (line 29) | type testStream struct method Context (line 35) | func (*testStream) Context() context.Context { method Send (line 39) | func (f *testStream) Send(td *jptrace.TracesData) error { function TestHandler_GetTraces (line 47) | func TestHandler_GetTraces(t *testing.T) { function TestHandler_GetServices (line 139) | func TestHandler_GetServices(t *testing.T) { function TestHandler_GetOperations (line 184) | func TestHandler_GetOperations(t *testing.T) { function TestHandler_FindTraces (line 243) | func TestHandler_FindTraces(t *testing.T) { function TestHandler_FindTraceIDs (line 328) | func TestHandler_FindTraceIDs(t *testing.T) { function TestHandler_Export (line 408) | func TestHandler_Export(t *testing.T) { function TestHandler_GetDependencies (line 442) | func TestHandler_GetDependencies(t *testing.T) { function TestConvertKeyValueListToMap (line 520) | func TestConvertKeyValueListToMap(t *testing.T) { FILE: internal/storage/v2/grpc/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/grpc/tracereader.go type TraceReader (line 23) | type TraceReader struct method GetTraces (line 36) | func (tr *TraceReader) GetTraces( method GetServices (line 68) | func (tr *TraceReader) GetServices(ctx context.Context) ([]string, err... method GetOperations (line 76) | func (tr *TraceReader) GetOperations( method FindTraces (line 97) | func (tr *TraceReader) FindTraces( method FindTraceIDs (line 121) | func (tr *TraceReader) FindTraceIDs( function NewTraceReader (line 30) | func NewTraceReader(conn *grpc.ClientConn) *TraceReader { function toProtoQueryParameters (line 148) | func toProtoQueryParameters(t tracestore.TraceQueryParams) *storage.Trac... function convertMapToKeyValueList (line 161) | func convertMapToKeyValueList(m pcommon.Map) []*storage.KeyValue { function convertValueToAnyValue (line 173) | func convertValueToAnyValue(v pcommon.Value) *storage.AnyValue { FILE: internal/storage/v2/grpc/tracereader_test.go type testServer (line 27) | type testServer struct method GetTraces (line 37) | func (ts *testServer) GetTraces(_ *storage.GetTracesRequest, s storage... method GetServices (line 44) | func (ts *testServer) GetServices( method GetOperations (line 53) | func (ts *testServer) GetOperations( method FindTraces (line 62) | func (ts *testServer) FindTraces( method FindTraceIDs (line 72) | func (ts *testServer) FindTraceIDs( function startTestServer (line 81) | func startTestServer(t *testing.T, testServer *testServer) *grpc.ClientC... function startServer (line 91) | func startServer(t *testing.T, server *grpc.Server, listener net.Listene... function makeTestTrace (line 113) | func makeTestTrace() ptrace.Traces { function TestTraceReader_GetTraces (line 128) | func TestTraceReader_GetTraces(t *testing.T) { function TestTraceReader_GetTraces_YieldStopsIteration (line 194) | func TestTraceReader_GetTraces_YieldStopsIteration(t *testing.T) { function TestTraceReader_GetTraces_GRPCClientError (line 217) | func TestTraceReader_GetTraces_GRPCClientError(t *testing.T) { function TestTraceReader_GetServices (line 231) | func TestTraceReader_GetServices(t *testing.T) { function TestTraceReader_GetOperations (line 270) | func TestTraceReader_GetOperations(t *testing.T) { function TestTraceReader_FindTraces (line 318) | func TestTraceReader_FindTraces(t *testing.T) { function TestTraceReader_FindTraces_YieldStopsIteration (line 389) | func TestTraceReader_FindTraces_YieldStopsIteration(t *testing.T) { function TestTraceReader_FindTraces_GRPCClientError (line 417) | func TestTraceReader_FindTraces_GRPCClientError(t *testing.T) { function TestTraceReader_FindTraceIDs (line 436) | func TestTraceReader_FindTraceIDs(t *testing.T) { function TestConvertMapToKeyValueList (line 549) | func TestConvertMapToKeyValueList(t *testing.T) { FILE: internal/storage/v2/grpc/tracewriter.go type TraceWriter (line 19) | type TraceWriter struct method WriteTraces (line 33) | func (tw *TraceWriter) WriteTraces(ctx context.Context, td ptrace.Trac... function NewTraceWriter (line 27) | func NewTraceWriter(conn *grpc.ClientConn) *TraceWriter { FILE: internal/storage/v2/grpc/tracewriter_test.go type testWriterServer (line 19) | type testWriterServer struct method Export (line 25) | func (s *testWriterServer) Export( function startWriterServer (line 32) | func startWriterServer(t *testing.T, testServer *testWriterServer) *grpc... function TestTraceWriter_WriteTraces (line 60) | func TestTraceWriter_WriteTraces(t *testing.T) { FILE: internal/storage/v2/memory/config.go type Configuration (line 9) | type Configuration struct method Validate (line 16) | func (c *Configuration) Validate() error { FILE: internal/storage/v2/memory/config_test.go function TestValidate_DoesNotReturnErrorWhenValid (line 12) | func TestValidate_DoesNotReturnErrorWhenValid(t *testing.T) { FILE: internal/storage/v2/memory/factory.go type Factory (line 25) | type Factory struct method CreateTraceReader (line 41) | func (f *Factory) CreateTraceReader() (tracestore.Reader, error) { method CreateTraceWriter (line 45) | func (f *Factory) CreateTraceWriter() (tracestore.Writer, error) { method CreateDependencyReader (line 49) | func (f *Factory) CreateDependencyReader() (depstore.Reader, error) { method CreateSamplingStore (line 53) | func (*Factory) CreateSamplingStore(buckets int) (samplingstore.Store,... method CreateLock (line 57) | func (*Factory) CreateLock() (distributedlock.Lock, error) { method Purge (line 61) | func (f *Factory) Purge(_ context.Context) error { function NewFactory (line 30) | func NewFactory(cfg Configuration, telset telemetry.Settings) (*Factory,... FILE: internal/storage/v2/memory/factory_test.go function TestNewFactory (line 16) | func TestNewFactory(t *testing.T) { function TestNewFactoryErr (line 32) | func TestNewFactoryErr(t *testing.T) { FILE: internal/storage/v2/memory/lock.go type Lock (line 8) | type Lock struct method Acquire (line 11) | func (*Lock) Acquire(string /* resource */, time.Duration /* ttl */) (... method Forfeit (line 16) | func (*Lock) Forfeit(string /* resource */) (bool, error) { FILE: internal/storage/v2/memory/lock_test.go function TestAcquire (line 14) | func TestAcquire(t *testing.T) { function TestForfeit (line 21) | func TestForfeit(t *testing.T) { FILE: internal/storage/v2/memory/memory.go constant errorAttribute (line 22) | errorAttribute = "error" type Store (line 27) | type Store struct method getTenant (line 47) | func (st *Store) getTenant(tenantID string) *Tenant { method WriteTraces (line 65) | func (st *Store) WriteTraces(ctx context.Context, td ptrace.Traces) er... method GetOperations (line 73) | func (st *Store) GetOperations(ctx context.Context, query tracestore.O... method GetServices (line 89) | func (st *Store) GetServices(ctx context.Context) ([]string, error) { method FindTraces (line 100) | func (st *Store) FindTraces(ctx context.Context, query tracestore.Trac... method FindTraceIDs (line 116) | func (st *Store) FindTraceIDs(ctx context.Context, query tracestore.Tr... method GetTraces (line 132) | func (st *Store) GetTraces(ctx context.Context, traceIDs ...tracestore... method GetDependencies (line 144) | func (st *Store) GetDependencies(ctx context.Context, query depstore.Q... method Purge (line 149) | func (st *Store) Purge() error { function NewStore (line 36) | func NewStore(cfg Configuration) (*Store, error) { function reshuffleResourceSpans (line 161) | func reshuffleResourceSpans(resourceSpanSlice ptrace.ResourceSpansSlice)... function reshuffleScopeSpans (line 189) | func reshuffleScopeSpans(scopeSpanSlice ptrace.ScopeSpansSlice) map[pcom... function reshuffleSpans (line 208) | func reshuffleSpans(spanSlice ptrace.SpanSlice) map[pcommon.TraceID]ptra... function getServiceNameFromResource (line 221) | func getServiceNameFromResource(resource pcommon.Resource) string { FILE: internal/storage/v2/memory/memory_test.go function TestNewStore_DefaultConfig (line 29) | func TestNewStore_DefaultConfig(t *testing.T) { function getQueryAttributes (line 105) | func getQueryAttributes() pcommon.Map { function TestFindTraces_WrongQuery (line 115) | func TestFindTraces_WrongQuery(t *testing.T) { function TestFindTracesAttributesMatching (line 202) | func TestFindTracesAttributesMatching(t *testing.T) { function TestFindTraces_MaxTraces (line 267) | func TestFindTraces_MaxTraces(t *testing.T) { function TestFindTraces_AttributesFoundInEvents (line 307) | func TestFindTraces_AttributesFoundInEvents(t *testing.T) { function TestFindTraces_ErrorStatusNotMatched (line 336) | func TestFindTraces_ErrorStatusNotMatched(t *testing.T) { function TestFindTraces_NegativeSearchDepthErr (line 363) | func TestFindTraces_NegativeSearchDepthErr(t *testing.T) { function TestFindTraceIds_NegativeSearchDepth (line 376) | func TestFindTraceIds_NegativeSearchDepth(t *testing.T) { function testInvalidSearchDepth (line 389) | func testInvalidSearchDepth(t *testing.T, fxn func(store *Store, params ... function TestFindTraces_StatusCode (line 421) | func TestFindTraces_StatusCode(t *testing.T) { function TestGetOperationsWithKind (line 467) | func TestGetOperationsWithKind(t *testing.T) { function TestGetTraces_IterBreak (line 523) | func TestGetTraces_IterBreak(t *testing.T) { function TestWriteTraces_WriteTwoBatches (line 545) | func TestWriteTraces_WriteTwoBatches(t *testing.T) { function TestWriteTraces_WriteTraceWithTwoResourceSpans (line 565) | func TestWriteTraces_WriteTraceWithTwoResourceSpans(t *testing.T) { function TestNewStore_TracesLimit (line 588) | func TestNewStore_TracesLimit(t *testing.T) { function TestNewStore_ReverseChronologicalOrder (line 601) | func TestNewStore_ReverseChronologicalOrder(t *testing.T) { function TestInvalidMaxTracesErr (line 624) | func TestInvalidMaxTracesErr(t *testing.T) { function TestGetDependencies (line 630) | func TestGetDependencies(t *testing.T) { function TestGetDependencies_Err (line 702) | func TestGetDependencies_Err(t *testing.T) { function TestGetDependencies_EmptyParentSpanId (line 719) | func TestGetDependencies_EmptyParentSpanId(t *testing.T) { function TestGetDependencies_WrongSpanId (line 740) | func TestGetDependencies_WrongSpanId(t *testing.T) { function writeTenTraces (line 762) | func writeTenTraces(t *testing.T, store *Store) { function fromString (line 772) | func fromString(t *testing.T, dbTraceId string) pcommon.TraceID { function spanIdFromString (line 780) | func spanIdFromString(t *testing.T, dbTraceId string) pcommon.SpanID { function testTraces (line 788) | func testTraces(t *testing.T, expectedTraces ptrace.Traces, actualTraces... function writeActualData (line 797) | func writeActualData(t *testing.T, name string, data []byte) { function loadInputTraces (line 807) | func loadInputTraces(t *testing.T, i int) ptrace.Traces { function loadOutputTraces (line 811) | func loadOutputTraces(t *testing.T, i int) ptrace.Traces { function loadTraces (line 815) | func loadTraces(t *testing.T, name string) ptrace.Traces { function TestFindTraces_OTLPFields (line 824) | func TestFindTraces_OTLPFields(t *testing.T) { FILE: internal/storage/v2/memory/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/memory/sampling.go type SamplingStore (line 14) | type SamplingStore struct method InsertThroughput (line 39) | func (ss *SamplingStore) InsertThroughput(throughput []*model.Throughp... method GetThroughput (line 48) | func (ss *SamplingStore) GetThroughput(start, end time.Time) ([]*model... method InsertProbabilitiesAndQPS (line 61) | func (ss *SamplingStore) InsertProbabilitiesAndQPS( method GetLatestProbabilities (line 73) | func (ss *SamplingStore) GetLatestProbabilities() (model.ServiceOperat... method preprendThroughput (line 82) | func (ss *SamplingStore) preprendThroughput(throughput *storedThroughp... type storedThroughput (line 21) | type storedThroughput struct type storedServiceOperationProbabilitiesAndQPS (line 26) | type storedServiceOperationProbabilitiesAndQPS struct function NewSamplingStore (line 34) | func NewSamplingStore(maxBuckets int) *SamplingStore { FILE: internal/storage/v2/memory/sampling_test.go function withPopulatedSamplingStore (line 17) | func withPopulatedSamplingStore(f func(samplingStore *SamplingStore)) { function withMemorySamplingStore (line 33) | func withMemorySamplingStore(f func(samplingStore *SamplingStore)) { function TestInsertThroughtput (line 37) | func TestInsertThroughtput(t *testing.T) { function TestGetThroughput (line 58) | func TestGetThroughput(t *testing.T) { function TestInsertProbabilitiesAndQPS (line 71) | func TestInsertProbabilitiesAndQPS(t *testing.T) { function TestGetLatestProbability (line 81) | func TestGetLatestProbability(t *testing.T) { FILE: internal/storage/v2/memory/tenant.go type Tenant (line 23) | type Tenant struct method storeTraces (line 60) | func (t *Tenant) storeTraces(tracesById map[pcommon.TraceID]ptrace.Res... method findTraceAndIds (line 120) | func (t *Tenant) findTraceAndIds(query tracestore.TraceQueryParams) ([... method getTraces (line 146) | func (t *Tenant) getTraces(traceIds ...tracestore.GetTraceParams) []pt... method getDependencies (line 159) | func (t *Tenant) getDependencies(query depstore.QueryParameters) ([]mo... type traceAndId (line 35) | type traceAndId struct method traceIsBetweenStartAndEnd (line 42) | func (t traceAndId) traceIsBetweenStartAndEnd(startTime time.Time, end... function newTenant (line 49) | func newTenant(cfg *Configuration) *Tenant { function findServiceNameWithSpanId (line 206) | func findServiceNameWithSpanId(trace ptrace.Traces, spanId pcommon.SpanI... function validTrace (line 219) | func validTrace(td ptrace.Traces, query tracestore.TraceQueryParams) bool { function validResource (line 235) | func validResource(resource pcommon.Resource, query tracestore.TraceQuer... function validSpan (line 239) | func validSpan(resourceAttributes pcommon.Map, scope pcommon.Instrumenta... function matchAttributes (line 318) | func matchAttributes(key string, val pcommon.Value, attrs pcommon.Map) b... function findKeyValInTrace (line 325) | func findKeyValInTrace(key string, val pcommon.Value, resourceAttributes... function fromOTELSpanKind (line 343) | func fromOTELSpanKind(kind ptrace.SpanKind) string { function spanStatusFromString (line 350) | func spanStatusFromString(statusStr string) ptrace.StatusCode { function spanKindFromString (line 361) | func spanKindFromString(kindStr string) ptrace.SpanKind { FILE: internal/storage/v2/v1adapter/depreader.go type DependencyReader (line 15) | type DependencyReader struct method GetDependencies (line 34) | func (dr *DependencyReader) GetDependencies( function GetV1DependencyReader (line 19) | func GetV1DependencyReader(reader depstore.Reader) dependencystore.Reader { function NewDependencyReader (line 28) | func NewDependencyReader(reader dependencystore.Reader) *DependencyReader { type DowngradedDependencyReader (line 41) | type DowngradedDependencyReader struct method GetDependencies (line 45) | func (dr *DowngradedDependencyReader) GetDependencies( FILE: internal/storage/v2/v1adapter/depreader_test.go function TestGetV1DependencyReader (line 20) | func TestGetV1DependencyReader(t *testing.T) { function TestDependencyReader_GetDependencies (line 38) | func TestDependencyReader_GetDependencies(t *testing.T) { function TestDowngradedDependencyReader_GetDependencies (line 54) | func TestDowngradedDependencyReader_GetDependencies(t *testing.T) { FILE: internal/storage/v2/v1adapter/otelids.go function FromV1TraceID (line 18) | func FromV1TraceID(t model.TraceID) pcommon.TraceID { function ToV1TraceID (line 25) | func ToV1TraceID(traceID pcommon.TraceID) model.TraceID { function FromV1SpanID (line 38) | func FromV1SpanID(s model.SpanID) pcommon.SpanID { function ToV1SpanID (line 47) | func ToV1SpanID(spanID pcommon.SpanID) model.SpanID { FILE: internal/storage/v2/v1adapter/otelids_test.go function TestToOTELTraceID (line 17) | func TestToOTELTraceID(t *testing.T) { function TestTraceIDFromOTEL (line 27) | func TestTraceIDFromOTEL(t *testing.T) { function TestToOTELSpanID (line 36) | func TestToOTELSpanID(t *testing.T) { function TestSpanIDFromOTEL (line 62) | func TestSpanIDFromOTEL(t *testing.T) { FILE: internal/storage/v2/v1adapter/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/storage/v2/v1adapter/spanreader.go type SpanReader (line 21) | type SpanReader struct method GetTrace (line 36) | func (sr *SpanReader) GetTrace(ctx context.Context, query spanstore.Ge... method GetServices (line 54) | func (sr *SpanReader) GetServices(ctx context.Context) ([]string, erro... method GetOperations (line 58) | func (sr *SpanReader) GetOperations( method FindTraces (line 79) | func (sr *SpanReader) FindTraces( method FindTraceIDs (line 96) | func (sr *SpanReader) FindTraceIDs( function GetV1Reader (line 27) | func GetV1Reader(reader tracestore.Reader) spanstore.Reader { FILE: internal/storage/v2/v1adapter/spanreader_test.go function TestSpanReader_GetTrace (line 24) | func TestSpanReader_GetTrace(t *testing.T) { function TestSpanReader_GetServices (line 134) | func TestSpanReader_GetServices(t *testing.T) { function TestSpanReader_GetOperations (line 173) | func TestSpanReader_GetOperations(t *testing.T) { function TestSpanReader_FindTraces (line 238) | func TestSpanReader_FindTraces(t *testing.T) { function TestSpanReader_FindTraceIDs (line 351) | func TestSpanReader_FindTraceIDs(t *testing.T) { FILE: internal/storage/v2/v1adapter/spanwriter.go type SpanWriter (line 18) | type SpanWriter struct method WriteSpan (line 22) | func (sw *SpanWriter) WriteSpan(ctx context.Context, span *model.Span)... FILE: internal/storage/v2/v1adapter/spanwriter_test.go function TestGetV1Reader (line 22) | func TestGetV1Reader(t *testing.T) { function TestSpanWriter_WriteSpan (line 40) | func TestSpanWriter_WriteSpan(t *testing.T) { FILE: internal/storage/v2/v1adapter/tracereader.go type TraceReader (line 21) | type TraceReader struct method GetTraces (line 31) | func (tr *TraceReader) GetTraces( method GetServices (line 59) | func (tr *TraceReader) GetServices(ctx context.Context) ([]string, err... method GetOperations (line 63) | func (tr *TraceReader) GetOperations( method FindTraces (line 84) | func (tr *TraceReader) FindTraces( method FindTraceIDs (line 104) | func (tr *TraceReader) FindTraceIDs( function NewTraceReader (line 25) | func NewTraceReader(spanReader spanstore.Reader) *TraceReader { FILE: internal/storage/v2/v1adapter/tracereader_test.go function TestTraceReader_GetTracesDelegatesSuccessResponse (line 25) | func TestTraceReader_GetTracesDelegatesSuccessResponse(t *testing.T) { function TestTraceReader_GetTracesErrorResponse (line 64) | func TestTraceReader_GetTracesErrorResponse(t *testing.T) { function TestTraceReader_GetTracesEarlyStop (line 112) | func TestTraceReader_GetTracesEarlyStop(t *testing.T) { function TestTraceReader_GetServicesDelegatesToSpanReader (line 149) | func TestTraceReader_GetServicesDelegatesToSpanReader(t *testing.T) { function TestTraceReader_GetOperationsDelegatesResponse (line 161) | func TestTraceReader_GetOperationsDelegatesResponse(t *testing.T) { function TestTraceReader_FindTracesDelegatesSuccessResponse (line 233) | func TestTraceReader_FindTracesDelegatesSuccessResponse(t *testing.T) { function TestTraceReader_FindTracesEdgeCases (line 308) | func TestTraceReader_FindTracesEdgeCases(t *testing.T) { function TestTraceReader_FindTracesEarlyStop (line 355) | func TestTraceReader_FindTracesEarlyStop(t *testing.T) { function TestTraceReader_FindTraceIDsDelegatesResponse (line 391) | func TestTraceReader_FindTraceIDsDelegatesResponse(t *testing.T) { FILE: internal/storage/v2/v1adapter/tracewriter.go type TraceWriter (line 19) | type TraceWriter struct method WriteTraces (line 39) | func (t *TraceWriter) WriteTraces(ctx context.Context, td ptrace.Trace... function GetV1Writer (line 23) | func GetV1Writer(writer tracestore.Writer) spanstore.Writer { function NewTraceWriter (line 32) | func NewTraceWriter(spanWriter spanstore.Writer) *TraceWriter { type DependencyWriter (line 56) | type DependencyWriter struct method WriteDependencies (line 66) | func (dw *DependencyWriter) WriteDependencies(ts time.Time, dependenci... function NewDependencyWriter (line 60) | func NewDependencyWriter(writer dependencystore.Writer) *DependencyWriter { FILE: internal/storage/v2/v1adapter/tracewriter_test.go function TestWriteTraces (line 26) | func TestWriteTraces(t *testing.T) { function TestWriteTracesError (line 56) | func TestWriteTracesError(t *testing.T) { function TestGetV1Writer (line 72) | func TestGetV1Writer(t *testing.T) { function makeTraces (line 90) | func makeTraces() ptrace.Traces { FILE: internal/storage/v2/v1adapter/translator.go function V1BatchesFromTraces (line 20) | func V1BatchesFromTraces(traces ptrace.Traces) []*model.Batch { function V1BatchesToTraces (line 29) | func V1BatchesToTraces(batches []*model.Batch) ptrace.Traces { function V1TracesFromSeq2 (line 39) | func V1TracesFromSeq2(otelSeq iter.Seq2[[]ptrace.Traces, error]) ([]*mod... function V1TraceIDsFromSeq2 (line 58) | func V1TraceIDsFromSeq2(traceIDsIter iter.Seq2[[]tracestore.FoundTraceID... function V1TraceToOtelTrace (line 80) | func V1TraceToOtelTrace(jTrace *model.Trace) ptrace.Traces { function createBatchesFromModelTrace (line 85) | func createBatchesFromModelTrace(jTrace *model.Trace) []*model.Batch { function modelTraceFromOtelTrace (line 98) | func modelTraceFromOtelTrace(otelTrace ptrace.Traces) *model.Trace { function createSpanMapFromBatches (line 124) | func createSpanMapFromBatches(batches []*model.Batch) map[model.SpanID]*... function transferWarningsToModelSpans (line 134) | func transferWarningsToModelSpans(traces ptrace.Traces, spanMap map[mode... function transferWarningsToOTLPSpans (line 156) | func transferWarningsToOTLPSpans(batches []*model.Batch, spanMap map[pco... function filterTags (line 169) | func filterTags(tags []model.KeyValue, keyToRemove string) []model.KeyVa... FILE: internal/storage/v2/v1adapter/translator_test.go function TestV1BatchesFromTraces_AddsWarnings (line 22) | func TestV1BatchesFromTraces_AddsWarnings(t *testing.T) { function TestProtoToTraces_AddsWarnings (line 63) | func TestProtoToTraces_AddsWarnings(t *testing.T) { function TestV1TracesFromSeq2 (line 114) | func TestV1TracesFromSeq2(t *testing.T) { function TestV1TraceToOtelTrace_ReturnsExptectedOtelTrace (line 258) | func TestV1TraceToOtelTrace_ReturnsExptectedOtelTrace(t *testing.T) { function TestV1TraceToOtelTrace_ReturnEmptyOtelTrace (line 280) | func TestV1TraceToOtelTrace_ReturnEmptyOtelTrace(t *testing.T) { function TestV1TraceIDsFromSeq2 (line 288) | func TestV1TraceIDsFromSeq2(t *testing.T) { FILE: internal/telemetry/otelsemconv/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/telemetry/otelsemconv/semconv.go constant SchemaURL (line 15) | SchemaURL = semconv.SchemaURL constant TelemetrySDKLanguageKey (line 18) | TelemetrySDKLanguageKey = string(semconv.TelemetrySDKLanguageKey) constant TelemetrySDKNameKey (line 19) | TelemetrySDKNameKey = string(semconv.TelemetrySDKNameKey) constant TelemetrySDKVersionKey (line 20) | TelemetrySDKVersionKey = string(semconv.TelemetrySDKVersionKey) constant TelemetryDistroNameKey (line 21) | TelemetryDistroNameKey = string(semconv.TelemetryDistroNameKey) constant TelemetryDistroVersionKey (line 22) | TelemetryDistroVersionKey = string(semconv.TelemetryDistroVersionKey) constant ServiceNameKey (line 25) | ServiceNameKey = string(semconv.ServiceNameKey) constant DBQueryTextKey (line 28) | DBQueryTextKey = string(semconv.DBQueryTextKey) constant DBSystemKey (line 29) | DBSystemKey = "db.system" constant PeerServiceKey (line 32) | PeerServiceKey = string(semconv.ServicePeerNameKey) constant HTTPResponseStatusCodeKey (line 35) | HTTPResponseStatusCodeKey = string(semconv.HTTPResponseStatusCodeKey) constant HostIDKey (line 38) | HostIDKey = string(semconv.HostIDKey) constant HostIPKey (line 39) | HostIPKey = string(semconv.HostIPKey) constant HostNameKey (line 40) | HostNameKey = string(semconv.HostNameKey) constant OtelStatusCode (line 43) | OtelStatusCode = "otel.status_code" constant OtelStatusDescription (line 44) | OtelStatusDescription = "otel.status_description" constant AttributeOpentracingRefType (line 47) | AttributeOpentracingRefType = "opentracing.ref_type" constant AttributeOpentracingRefTypeChildOf (line 48) | AttributeOpentracingRefTypeChildOf = "child_of" constant AttributeOpentracingRefTypeFollowsFrom (line 49) | AttributeOpentracingRefTypeFollowsFrom = "follows_from" constant AttributeOtelScopeName (line 52) | AttributeOtelScopeName = "otel.scope.name" constant AttributeOtelScopeVersion (line 53) | AttributeOtelScopeVersion = "otel.scope.version" function ServiceNameAttribute (line 58) | func ServiceNameAttribute(value string) attribute.KeyValue { function PeerServiceAttribute (line 63) | func PeerServiceAttribute(value string) attribute.KeyValue { function DBSystemAttribute (line 68) | func DBSystemAttribute(value string) attribute.KeyValue { function HTTPStatusCodeAttribute (line 73) | func HTTPStatusCodeAttribute(value int) attribute.KeyValue { FILE: internal/telemetry/otelsemconv/semconv_test.go function TestServiceNameAttribute (line 13) | func TestServiceNameAttribute(t *testing.T) { function TestPeerServiceAttribute (line 49) | func TestPeerServiceAttribute(t *testing.T) { function TestDBSystemAttribute (line 85) | func TestDBSystemAttribute(t *testing.T) { function TestHTTPStatusCodeAttribute (line 121) | func TestHTTPStatusCodeAttribute(t *testing.T) { function TestAttributeTypes (line 167) | func TestAttributeTypes(t *testing.T) { FILE: internal/telemetry/settings.go type Settings (line 20) | type Settings struct method ReportStatus (line 31) | func (s Settings) ReportStatus(event *componentstatus.Event) { method ToOtelComponent (line 59) | func (s Settings) ToOtelComponent() component.TelemetrySettings { function NoopSettings (line 39) | func NoopSettings() Settings { function FromOtelComponent (line 49) | func FromOtelComponent(telset component.TelemetrySettings, host componen... FILE: internal/telemetry/settings_test.go function TestNoopSettings (line 22) | func TestNoopSettings(t *testing.T) { function TestFromOtelComponent (line 33) | func TestFromOtelComponent(t *testing.T) { function TestReportStatus_NilHost (line 49) | func TestReportStatus_NilHost(_ *testing.T) { function TestMain (line 57) | func TestMain(m *testing.M) { FILE: internal/tenancy/context.go type tenantKeyType (line 9) | type tenantKeyType constant tenantKey (line 13) | tenantKey = tenantKeyType("tenant") function WithTenant (line 17) | func WithTenant(ctx context.Context, tenant string) context.Context { function GetTenant (line 22) | func GetTenant(ctx context.Context) string { FILE: internal/tenancy/context_test.go type testContextKey (line 13) | type testContextKey function TestContextTenantHandling (line 15) | func TestContextTenantHandling(t *testing.T) { function TestContextPreserved (line 20) | func TestContextPreserved(t *testing.T) { function TestNoTenant (line 29) | func TestNoTenant(t *testing.T) { function TestImpossibleTenantType (line 34) | func TestImpossibleTenantType(t *testing.T) { FILE: internal/tenancy/flags.go constant flagPrefix (line 15) | flagPrefix = "multi-tenancy" constant flagTenancyEnabled (line 16) | flagTenancyEnabled = flagPrefix + ".enabled" constant flagTenancyHeader (line 17) | flagTenancyHeader = flagPrefix + ".header" constant flagValidTenants (line 18) | flagValidTenants = flagPrefix + ".tenants" function AddFlags (line 22) | func AddFlags(flags *flag.FlagSet) { function InitFromViper (line 31) | func InitFromViper(v *viper.Viper) Options { FILE: internal/tenancy/flags_test.go function TestTenancyFlags (line 16) | func TestTenancyFlags(t *testing.T) { FILE: internal/tenancy/grpc.go type tenantedServerStream (line 17) | type tenantedServerStream struct method Context (line 22) | func (tss *tenantedServerStream) Context() context.Context { function GetValidTenant (line 26) | func GetValidTenant(ctx context.Context, tm *Manager) (string, error) { function extractTenantFromSources (line 40) | func extractTenantFromSources(ctx context.Context, header string) (strin... function tenantFromMetadata (line 60) | func tenantFromMetadata(md metadata.MD, header string) (string, error) { function extractSingleTenant (line 66) | func extractSingleTenant(tenants []string) (string, error) { function directlyAttachedTenant (line 77) | func directlyAttachedTenant(ctx context.Context) bool { function NewGuardingStreamInterceptor (line 83) | func NewGuardingStreamInterceptor(tc *Manager) grpc.StreamServerIntercep... function NewGuardingUnaryInterceptor (line 104) | func NewGuardingUnaryInterceptor(tc *Manager) grpc.UnaryServerInterceptor { function NewClientUnaryInterceptor (line 120) | func NewClientUnaryInterceptor(tc *Manager) grpc.UnaryClientInterceptor { function NewClientStreamInterceptor (line 137) | func NewClientStreamInterceptor(tc *Manager) grpc.StreamClientInterceptor { FILE: internal/tenancy/grpc_test.go function TestTenancyInterceptors (line 18) | func TestTenancyInterceptors(t *testing.T) { function TestClientUnaryInterceptor (line 138) | func TestClientUnaryInterceptor(t *testing.T) { function TestClientStreamInterceptor (line 157) | func TestClientStreamInterceptor(t *testing.T) { FILE: internal/tenancy/http.go function ExtractTenantHTTPHandler (line 16) | func ExtractTenantHTTPHandler(tc *Manager, h http.Handler) http.Handler { method MetadataAnnotator (line 42) | func (tc *Manager) MetadataAnnotator() func(context.Context, *http.Reque... FILE: internal/tenancy/http_test.go type testHttpHandler (line 17) | type testHttpHandler struct method ServeHTTP (line 21) | func (thh *testHttpHandler) ServeHTTP(http.ResponseWriter, *http.Reque... function TestProgationHandler (line 25) | func TestProgationHandler(t *testing.T) { function TestMetadataAnnotator (line 76) | func TestMetadataAnnotator(t *testing.T) { FILE: internal/tenancy/manage_test.go function TestTenancyValidity (line 12) | func TestTenancyValidity(t *testing.T) { FILE: internal/tenancy/manager.go type Options (line 7) | type Options struct type Manager (line 14) | type Manager struct method Valid (line 39) | func (tc *Manager) Valid(tenant string) bool { type guard (line 21) | type guard interface function NewManager (line 26) | func NewManager(options *Options) *Manager { type tenantDontCare (line 43) | type tenantDontCare method Valid (line 45) | func (tenantDontCare) Valid(string /* candidate */) bool { type tenantList (line 49) | type tenantList struct method Valid (line 53) | func (tl *tenantList) Valid(candidate string) bool { function newTenantList (line 58) | func newTenantList(tenants []string) *tenantList { function tenancyGuardFactory (line 69) | func tenancyGuardFactory(options *Options) guard { FILE: internal/tenancy/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/testutils/leakcheck.go function IgnoreGlogFlushDaemonLeak (line 16) | func IgnoreGlogFlushDaemonLeak() goleak.Option { function IgnoreOpenCensusWorkerLeak (line 22) | func IgnoreOpenCensusWorkerLeak() goleak.Option { function IgnoreGoMetricsMeterLeak (line 33) | func IgnoreGoMetricsMeterLeak() goleak.Option { function ignoreHttpTransportWriteLoopLeak (line 40) | func ignoreHttpTransportWriteLoopLeak() goleak.Option { function ignoreHttpTransportPollRuntimeLeak (line 47) | func ignoreHttpTransportPollRuntimeLeak() goleak.Option { function ignoreHttpTransportReadLoopLeak (line 54) | func ignoreHttpTransportReadLoopLeak() goleak.Option { function VerifyGoLeaks (line 60) | func VerifyGoLeaks(m *testing.M) { function VerifyGoLeaksOnce (line 70) | func VerifyGoLeaksOnce(t *testing.T) { function VerifyGoLeaksOnceForES (line 76) | func VerifyGoLeaksOnceForES(t *testing.T) { function VerifyGoLeaksForES (line 82) | func VerifyGoLeaksForES(m *testing.M) { FILE: internal/testutils/leakcheck_test.go function TestVerifyGoLeaksOnce (line 12) | func TestVerifyGoLeaksOnce(t *testing.T) { function TestMain (line 16) | func TestMain(m *testing.M) { FILE: internal/testutils/logger.go function NewLogger (line 20) | func NewLogger() (*zap.Logger, *Buffer) { function newRecordingCore (line 26) | func newRecordingCore() (zapcore.Core, *Buffer) { function NewEchoLogger (line 39) | func NewEchoLogger(t *testing.T) (*zap.Logger, *Buffer) { type Buffer (line 47) | type Buffer struct method JSONLine (line 53) | func (b *Buffer) JSONLine(n int) map[string]string { method Lines (line 69) | func (b *Buffer) Lines() []string { method Stripped (line 76) | func (b *Buffer) Stripped() string { method String (line 83) | func (b *Buffer) String() string { method Write (line 90) | func (b *Buffer) Write(p []byte) (int, error) { FILE: internal/testutils/logger_test.go function TestNewLogger (line 16) | func TestNewLogger(t *testing.T) { function TestNewEchoLogger (line 28) | func TestNewEchoLogger(t *testing.T) { function TestJSONLineError (line 33) | func TestJSONLineError(t *testing.T) { function TestRaceCondition (line 41) | func TestRaceCondition(*testing.T) { function TestLogMatcher (line 66) | func TestLogMatcher(t *testing.T) { FILE: internal/tracegen/config.go type Config (line 18) | type Config struct method Flags (line 36) | func (c *Config) Flags(fs *flag.FlagSet) { function Run (line 53) | func Run(c *Config, tracers []trace.Tracer, logger *zap.Logger) error { FILE: internal/tracegen/config_test.go function Test_Run (line 17) | func Test_Run(t *testing.T) { function Test_Flags (line 62) | func Test_Flags(t *testing.T) { FILE: internal/tracegen/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/tracegen/worker.go type worker (line 18) | type worker struct method simulateTraces (line 36) | func (w *worker) simulateTraces() { method simulateOneTrace (line 51) | func (w *worker) simulateOneTrace(tracer trace.Tracer) { method simulateChildSpans (line 83) | func (w *worker) simulateChildSpans(ctx context.Context, start time.Ti... constant fakeSpanDuration (line 33) | fakeSpanDuration = 123 * time.Microsecond FILE: internal/tracegen/worker_test.go function Test_SimulateTraces (line 18) | func Test_SimulateTraces(t *testing.T) { FILE: internal/uimodel/converter/v1/json/from_domain.go constant jsMaxSafeInteger (line 16) | jsMaxSafeInteger = int64(1)<<53 - 1 constant jsMinSafeInteger (line 17) | jsMinSafeInteger = -jsMaxSafeInteger function FromDomain (line 23) | func FromDomain(trace *model.Trace) *uimodel.Trace { function FromDomainEmbedProcess (line 31) | func FromDomainEmbedProcess(span *model.Span) *uimodel.Span { type fromDomain (line 37) | type fromDomain struct method fromDomain (line 41) | func (fd fromDomain) fromDomain(trace *model.Trace) *uimodel.Trace { method convertSpanInternal (line 61) | func (fd fromDomain) convertSpanInternal(span *model.Span) uimodel.Span { method convertSpan (line 74) | func (fd fromDomain) convertSpan(span *model.Span, processID uimodel.P... method convertSpanEmbedProcess (line 82) | func (fd fromDomain) convertSpanEmbedProcess(span *model.Span) *uimode... method convertReferences (line 90) | func (fd fromDomain) convertReferences(span *model.Span) []uimodel.Ref... method convertRefType (line 102) | func (fromDomain) convertRefType(refType model.SpanRefType) uimodel.Re... method convertKeyValues (line 109) | func (fromDomain) convertKeyValues(keyValues model.KeyValues) []uimode... method convertKeyValuesString (line 140) | func (fromDomain) convertKeyValuesString(keyValues model.KeyValues) []... method convertLogs (line 152) | func (fd fromDomain) convertLogs(logs []model.Log) []uimodel.Log { method convertProcesses (line 163) | func (fd fromDomain) convertProcesses(processes map[string]*model.Proc... method convertProcess (line 171) | func (fd fromDomain) convertProcess(process *model.Process) uimodel.Pr... function DependenciesFromDomain (line 179) | func DependenciesFromDomain(dependencyLinks []model.DependencyLink) []ui... FILE: internal/uimodel/converter/v1/json/from_domain_test.go constant NumberOfFixtures (line 23) | NumberOfFixtures = 1 function TestMarshalJSON (line 25) | func TestMarshalJSON(t *testing.T) { function TestFromDomain (line 59) | func TestFromDomain(t *testing.T) { function TestFromDomainEmbedProcess (line 71) | func TestFromDomainEmbedProcess(t *testing.T) { function loadFixturesUI (line 88) | func loadFixturesUI(t *testing.T, i int) (inStr []byte, outStr []byte) { function loadFixturesES (line 92) | func loadFixturesES(t *testing.T, i int) (inStr []byte, outStr []byte) { function loadFixtures (line 97) | func loadFixtures(t *testing.T, i int, processEmbedded bool) (inStr []by... function testJSONEncoding (line 118) | func testJSONEncoding(t *testing.T, i int, expectedStr []byte, object an... function TestDependenciesFromDomain (line 137) | func TestDependenciesFromDomain(t *testing.T) { function TestConvertKeyValues_DefaultValueType (line 172) | func TestConvertKeyValues_DefaultValueType(t *testing.T) { FILE: internal/uimodel/converter/v1/json/json_span_compare_test.go function CompareJSONSpans (line 19) | func CompareJSONSpans(t *testing.T, expected *esjson.Span, actual *esjso... function sortJSONSpan (line 33) | func sortJSONSpan(span *esjson.Span) { type JSONTagByKey (line 39) | type JSONTagByKey method Len (line 41) | func (t JSONTagByKey) Len() int { return len(t) } method Swap (line 42) | func (t JSONTagByKey) Swap(i, j int) { t[i], t[j] = t[j], t[i] } method Less (line 43) | func (t JSONTagByKey) Less(i, j int) bool { return t[i].Key < t[j].Key } function sortJSONTags (line 45) | func sortJSONTags(tags []esjson.KeyValue) { type JSONLogByTimestamp (line 49) | type JSONLogByTimestamp method Len (line 51) | func (t JSONLogByTimestamp) Len() int { return len(t) } method Swap (line 52) | func (t JSONLogByTimestamp) Swap(i, j int) { t[i], t[j] = t[j], t... method Less (line 53) | func (t JSONLogByTimestamp) Less(i, j int) bool { return t[i].Timestam... function sortJSONLogs (line 55) | func sortJSONLogs(logs []esjson.Log) { function sortJSONProcess (line 62) | func sortJSONProcess(process *esjson.Process) { FILE: internal/uimodel/converter/v1/json/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/uimodel/converter/v1/json/process_hashtable.go type processHashtable (line 13) | type processHashtable struct method getKey (line 26) | func (ph *processHashtable) getKey(process *model.Process) string { method getMapping (line 48) | func (ph *processHashtable) getMapping() map[string]*model.Process { method nextKey (line 58) | func (ph *processHashtable) nextKey() string { method hash (line 64) | func (ph processHashtable) hash(process *model.Process) uint64 { type processKey (line 19) | type processKey struct FILE: internal/uimodel/converter/v1/json/process_hashtable_test.go function TestProcessHashtable (line 15) | func TestProcessHashtable(t *testing.T) { function TestProcessHashtableCollision (line 43) | func TestProcessHashtableCollision(t *testing.T) { FILE: internal/uimodel/converter/v1/json/sampling.go function SamplingStrategyResponseToJSON (line 17) | func SamplingStrategyResponseToJSON(protoObj *api_v2.SamplingStrategyRes... function SamplingStrategyResponseFromJSON (line 41) | func SamplingStrategyResponseFromJSON(json []byte) (*api_v2.SamplingStra... FILE: internal/uimodel/converter/v1/json/sampling_test.go function TestSamplingStrategyResponseToJSON_Error (line 18) | func TestSamplingStrategyResponseToJSON_Error(t *testing.T) { function TestSamplingStrategyResponseToJSON (line 25) | func TestSamplingStrategyResponseToJSON(t *testing.T) { function compareProtoAndThriftJSON (line 71) | func compareProtoAndThriftJSON(t *testing.T, thriftObj *apiv1.SamplingSt... function TestSamplingStrategyResponseFromJSON (line 84) | func TestSamplingStrategyResponseFromJSON(t *testing.T) { FILE: internal/uimodel/empty_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/uimodel/model.go type ReferenceType (line 8) | type ReferenceType type TraceID (line 11) | type TraceID type SpanID (line 14) | type SpanID type ProcessID (line 17) | type ProcessID type ValueType (line 20) | type ValueType constant ChildOf (line 24) | ChildOf ReferenceType = "CHILD_OF" constant FollowsFrom (line 26) | FollowsFrom ReferenceType = "FOLLOWS_FROM" constant StringType (line 29) | StringType ValueType = "string" constant BoolType (line 31) | BoolType ValueType = "bool" constant Int64Type (line 33) | Int64Type ValueType = "int64" constant Float64Type (line 35) | Float64Type ValueType = "float64" constant BinaryType (line 37) | BinaryType ValueType = "binary" type Trace (line 41) | type Trace struct type Span (line 53) | type Span struct type Reference (line 70) | type Reference struct type Process (line 77) | type Process struct type Log (line 83) | type Log struct type KeyValue (line 89) | type KeyValue struct type DependencyLink (line 96) | type DependencyLink struct type Operation (line 103) | type Operation struct FILE: internal/version/build.go type Info (line 24) | type Info struct method String (line 59) | func (i Info) String() string { type InfoMetrics (line 31) | type InfoMetrics struct function Get (line 36) | func Get() Info { function NewInfoMetrics (line 45) | func NewInfoMetrics(metricsFactory metrics.Factory) *InfoMetrics { FILE: internal/version/build_test.go function TestGet (line 12) | func TestGet(t *testing.T) { function TestString (line 24) | func TestString(t *testing.T) { FILE: internal/version/command.go function Command (line 15) | func Command() *cobra.Command { FILE: internal/version/command_test.go function TestNewCommand (line 15) | func TestNewCommand(t *testing.T) { FILE: internal/version/handler.go function RegisterHandler (line 14) | func RegisterHandler(mu *http.ServeMux, logger *zap.Logger) { FILE: internal/version/handler_test.go function TestRegisterHandler (line 17) | func TestRegisterHandler(t *testing.T) { FILE: internal/version/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: ports/ports.go constant CollectorV2SamplingHTTP (line 12) | CollectorV2SamplingHTTP = 5778 constant CollectorV2SamplingGRPC (line 14) | CollectorV2SamplingGRPC = 5779 constant CollectorV2HealthChecks (line 16) | CollectorV2HealthChecks = 13133 constant QueryGRPC (line 19) | QueryGRPC = 16685 constant QueryHTTP (line 21) | QueryHTTP = 16686 constant MCPHTTP (line 23) | MCPHTTP = 16687 constant RemoteStorageGRPC (line 26) | RemoteStorageGRPC = 17271 constant RemoteStorageAdminHTTP (line 28) | RemoteStorageAdminHTTP = 17270 function PortToHostPort (line 32) | func PortToHostPort(port int) string { FILE: ports/ports_test.go function TestPortToHostPort (line 14) | func TestPortToHostPort(t *testing.T) { function TestMain (line 18) | func TestMain(m *testing.M) { FILE: scripts/e2e/compare_metrics.py function should_exclude_metric (line 41) | def should_exclude_metric(metric_name, labels): function suppress_transient_labels (line 63) | def suppress_transient_labels(metric_name, labels): function read_metric_file (line 86) | def read_metric_file(file_path): function parse_metrics (line 90) | def parse_metrics(content): function generate_diff (line 114) | def generate_diff(file1_content, file2_content): function write_diff_file (line 132) | def write_diff_file(diff_lines, output_path): function main (line 139) | def main(): FILE: scripts/e2e/filter_coverage.py function load_exclusions (line 16) | def load_exclusions(codecov_path: str) -> list[str]: function read_module_path (line 35) | def read_module_path(codecov_path: str) -> str: function should_exclude (line 48) | def should_exclude(path: str, patterns: list[str]) -> bool: function main (line 64) | def main() -> None: FILE: scripts/e2e/metrics_summary.py function parse_diff_file (line 8) | def parse_diff_file(diff_path): function extract_metric_name (line 70) | def extract_metric_name(line): function get_raw_diff_sample (line 76) | def get_raw_diff_sample(raw_lines, max_lines=7): function generate_diff_summary (line 90) | def generate_diff_summary(changes, raw_diff_sections, exclusion_count): function generate_structured_json (line 159) | def generate_structured_json(changes): function main (line 195) | def main(): FILE: scripts/lint/dco_check.py class EnvDefaultOption (line 53) | class EnvDefaultOption(argparse.Action): method __init__ (line 60) | def __init__( method __call__ (line 79) | def __call__( # noqa: D102 class EnvDefaultStoreTrue (line 89) | class EnvDefaultStoreTrue(argparse.Action): method __init__ (line 96) | def __init__( method __call__ (line 119) | def __call__( # noqa: D102 function get_parser (line 129) | def get_parser() -> argparse.ArgumentParser: function parse_args (line 212) | def parse_args(argv: Optional[List[str]] = None) -> argparse.Namespace: class Options (line 222) | class Options: method __init__ (line 225) | def __init__(self, parser: argparse.ArgumentParser) -> None: method set_options (line 236) | def set_options(self, args: argparse.Namespace) -> None: method get_options (line 265) | def get_options(self) -> Dict[str, Any]: class Logger (line 273) | class Logger: method __init__ (line 276) | def __init__(self, parser: argparse.ArgumentParser) -> None: method set_options (line 281) | def set_options(self, options: Options) -> None: method print (line 286) | def print(self, msg: str = '', *args: Any, **kwargs: Any) -> None: # ... method verbose_print (line 291) | def verbose_print(self, msg: str = '', *args: Any, **kwargs: Any) -> N... function run (line 300) | def run( function is_valid_email (line 333) | def is_valid_email( function get_head_commit_hash (line 348) | def get_head_commit_hash() -> Optional[str]: function get_common_ancestor_commit_hash (line 363) | def get_common_ancestor_commit_hash( function fetch_branch (line 383) | def fetch_branch( function get_default_branch_from_remote (line 406) | def get_default_branch_from_remote( function get_commits_data (line 432) | def get_commits_data( function split_commits_data (line 464) | def split_commits_data( function extract_name_and_email (line 486) | def extract_name_and_email( function format_name_and_email (line 501) | def format_name_and_email( function get_env_var (line 515) | def get_env_var( class CommitInfo (line 542) | class CommitInfo: method __init__ (line 545) | def __init__( class CommitDataRetriever (line 563) | class CommitDataRetriever: method name (line 572) | def name(self) -> str: method applies (line 576) | def applies(self) -> bool: method get_commit_range (line 580) | def get_commit_range(self) -> Optional[Tuple[str, str]]: method get_commits (line 590) | def get_commits(self, base: str, head: str, **kwargs: Any) -> Optional... class GitRetriever (line 595) | class GitRetriever(CommitDataRetriever): method name (line 598) | def name(self) -> str: # noqa: D102 method applies (line 601) | def applies(self) -> bool: # noqa: D102 method get_commit_range (line 605) | def get_commit_range(self) -> Optional[Tuple[str, str]]: # noqa: D102 method get_commits (line 616) | def get_commits( # noqa: D102 class GitLabRetriever (line 654) | class GitLabRetriever(GitRetriever): method name (line 657) | def name(self) -> str: # noqa: D102 method applies (line 660) | def applies(self) -> bool: # noqa: D102 method get_commit_range (line 663) | def get_commit_range(self) -> Optional[Tuple[str, str]]: # noqa: D102 class CircleCiRetriever (line 736) | class CircleCiRetriever(GitRetriever): method name (line 739) | def name(self) -> str: # noqa: D102 method applies (line 742) | def applies(self) -> bool: # noqa: D102 method get_commit_range (line 745) | def get_commit_range(self) -> Optional[Tuple[str, str]]: # noqa: D102 class AzurePipelinesRetriever (line 789) | class AzurePipelinesRetriever(GitRetriever): method name (line 792) | def name(self) -> str: # noqa: D102 method applies (line 795) | def applies(self) -> bool: # noqa: D102 method get_commit_range (line 798) | def get_commit_range(self) -> Optional[Tuple[str, str]]: # noqa: D102 class AppVeyorRetriever (line 845) | class AppVeyorRetriever(GitRetriever): method name (line 848) | def name(self) -> str: # noqa: D102 method applies (line 851) | def applies(self) -> bool: # noqa: D102 method get_commit_range (line 854) | def get_commit_range(self) -> Optional[Tuple[str, str]]: # noqa: D102 class GitHubRetriever (line 898) | class GitHubRetriever(CommitDataRetriever): method name (line 901) | def name(self) -> str: # noqa: D102 method applies (line 904) | def applies(self) -> bool: # noqa: D102 method get_commit_range (line 907) | def get_commit_range(self) -> Optional[Tuple[str, str]]: # noqa: D102 method get_commits (line 958) | def get_commits( # noqa: D102 function process_commits (line 1003) | def process_commits( function check_infractions (line 1089) | def check_infractions( function main (line 1110) | def main(argv: Optional[List[str]] = None) -> int: FILE: scripts/lint/import-order-cleanup.py function cleanup_imports_and_return (line 8) | def cleanup_imports_and_return(imports): function parse_go_file (line 42) | def parse_go_file(f): function main (line 69) | def main(): FILE: scripts/lint/replace_license_headers.py function replace_license_header (line 10) | def replace_license_header(file_path, dry_run=False): function main (line 42) | def main(): FILE: scripts/lint/updateLicense.py function get_license_blob_lines (line 19) | def get_license_blob_lines(comment_prefix): function update_license (line 28) | def update_license(name, license_lines): function get_license_type (line 89) | def get_license_type(file): function main (line 111) | def main(): FILE: scripts/release/draft.py function main (line 15) | def main(title, repo, dry_run=False): function get_changelog (line 54) | def get_changelog(repo): FILE: scripts/release/formatter.py function extract_section_from_file (line 8) | def extract_section_from_file(file_path, start_marker, end_marker): function replace_star (line 20) | def replace_star(text): function replace_dash (line 25) | def replace_dash(text): function replace_num (line 30) | def replace_num(text): function replace_version (line 35) | def replace_version(ui_text, backend_text, doc_text, pattern, ver): function fetch_content (line 41) | def fetch_content(file_name): function main (line 47) | def main(): FILE: scripts/release/notes.py function eprint (line 29) | def eprint(*args, **kwargs): function print_token_error (line 33) | def print_token_error(): function github_api_request (line 46) | def github_api_request(url, token, additional_headers=None): function num_commits_since_prev_tag (line 70) | def num_commits_since_prev_tag(token, base_url, branch, verbose): function updateProgress (line 97) | def updateProgress(iteration, total_iterations): function main (line 106) | def main(token, repo, branch, num_commits, exclude_dependabot, verbose): function get_pull_request_labels (line 224) | def get_pull_request_labels(token, repo, pull_number): FILE: scripts/release/rotate-managers.py function get_next_first_wednesday (line 15) | def get_next_first_wednesday(last_date_str: str) -> str: function rotate_release_managers (line 32) | def rotate_release_managers() -> None: function main (line 109) | def main(): FILE: scripts/release/update-changelog.py function extract_version_content (line 17) | def extract_version_content(changelog_path: str, version: str) -> str: function update_changelog (line 46) | def update_changelog(version: str, release_date: str, changelog_content:... function main (line 86) | def main(): FILE: scripts/utils/compare_metrics.py function extract_metrics_with_labels (line 30) | def extract_metrics_with_labels(metrics, strip_prefix=None): function remove_overlapping_metrics (line 44) | def remove_overlapping_metrics(all_in_one_data, other_json_data): function main (line 57) | def main(): FILE: scripts/utils/ids-to-base64.py function trace_id_base64 (line 12) | def trace_id_base64(match): function span_id_base64 (line 19) | def span_id_base64(match): FILE: scripts/utils/metrics-md.py function generate_spans_markdown_table (line 7) | def generate_spans_markdown_table(v1_spans, v2_spans): function generate_combined_markdown_table (line 35) | def generate_combined_markdown_table(common_metrics, v1_metrics, v2_metr... class ConvertJson (line 67) | class ConvertJson: method __init__ (line 69) | def __init__(self, json_fp, h1): method get_json (line 75) | def get_json(self): method format_json_to_md (line 80) | def format_json_to_md(self): method convert_dict_to_md (line 108) | def convert_dict_to_md(self, output_fn):