SYMBOL INDEX (12415 symbols across 1567 files) FILE: client/client.go type ctxKey (line 88) | type ctxKey struct type Info (line 91) | type Info struct type AuthData (line 111) | type AuthData interface constant MetadataHostName (line 122) | MetadataHostName = "Host" function NewContext (line 126) | func NewContext(ctx context.Context, c Info) context.Context { function FromContext (line 132) | func FromContext(ctx context.Context) Info { type Metadata (line 141) | type Metadata struct method Keys (line 157) | func (m Metadata) Keys() iter.Seq[string] { method Get (line 163) | func (m Metadata) Get(key string) []string { function NewMetadata (line 146) | func NewMetadata(md map[string][]string) Metadata { FILE: client/client_test.go function TestNewContext (line 17) | func TestNewContext(t *testing.T) { function TestFromContext (line 43) | func TestFromContext(t *testing.T) { function TestMetadata (line 80) | func TestMetadata(t *testing.T) { function TestUninstantiatedMetadata (line 96) | func TestUninstantiatedMetadata(t *testing.T) { FILE: client/doc_test.go function Example_receiver (line 16) | func Example_receiver() { function Example_processor (line 50) | func Example_processor() { function Example_authenticator (line 60) | func Example_authenticator() { type exampleAuthData (line 78) | type exampleAuthData struct method GetAttribute (line 82) | func (e *exampleAuthData) GetAttribute(key string) any { method GetAttributeNames (line 89) | func (e *exampleAuthData) GetAttributeNames() []string { FILE: client/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: cmd/builder/internal/builder/config.go constant DefaultBetaOtelColVersion (line 21) | DefaultBetaOtelColVersion = "v0.148.0" constant DefaultStableOtelColVersion (line 22) | DefaultStableOtelColVersion = "v1.54.0" type Config (line 29) | type Config struct method Validate (line 139) | func (c *Config) Validate() error { method SetGoPath (line 153) | func (c *Config) SetGoPath() error { method ParseModules (line 169) | func (c *Config) ParseModules() error { method allComponents (line 215) | func (c *Config) allComponents() []Module { type ConfResolver (line 60) | type ConfResolver struct type Distribution (line 68) | type Distribution struct type Module (line 81) | type Module struct type retry (line 88) | type retry struct function NewDefaultConfig (line 94) | func NewDefaultConfig() (*Config, error) { function validateModules (line 219) | func validateModules(name string, mods []Module) error { function validateTelemetry (line 230) | func validateTelemetry(c *Config) error { function parseModules (line 247) | func parseModules(mods []Module, usedNames map[string]int) ([]Module, er... FILE: cmd/builder/internal/builder/config_test.go function TestAliases (line 21) | func TestAliases(t *testing.T) { function TestParseModules (line 140) | func TestParseModules(t *testing.T) { function TestInvalidConverter (line 158) | func TestInvalidConverter(t *testing.T) { function TestRelativePath (line 173) | func TestRelativePath(t *testing.T) { function TestModuleFromCore (line 192) | func TestModuleFromCore(t *testing.T) { function TestMissingModule (line 215) | func TestMissingModule(t *testing.T) { function TestNewDefaultConfig (line 301) | func TestNewDefaultConfig(t *testing.T) { function TestNewBuiltinConfig (line 317) | func TestNewBuiltinConfig(t *testing.T) { function TestSkipGoValidation (line 338) | func TestSkipGoValidation(t *testing.T) { function TestSkipGoInitialization (line 350) | func TestSkipGoInitialization(t *testing.T) { function TestBuildTagConfig (line 360) | func TestBuildTagConfig(t *testing.T) { function TestDebugOptionSetConfig (line 372) | func TestDebugOptionSetConfig(t *testing.T) { function TestAddsDefaultProviders (line 384) | func TestAddsDefaultProviders(t *testing.T) { function TestSkipsNilFieldValidation (line 391) | func TestSkipsNilFieldValidation(t *testing.T) { FILE: cmd/builder/internal/builder/main.go constant otelcolPath (line 33) | otelcolPath = "go.opentelemetry.io/collector/otelcol" function runGoCommand (line 35) | func runGoCommand(cfg *Config, args ...string) ([]byte, error) { function GenerateAndCompile (line 66) | func GenerateAndCompile(cfg *Config) error { function Generate (line 80) | func Generate(cfg *Config) error { function Compile (line 112) | func Compile(cfg *Config) error { function outputBinaryName (line 155) | func outputBinaryName(name string) string { function GetModules (line 171) | func GetModules(cfg *Config) error { function downloadModules (line 225) | func downloadModules(cfg *Config) error { function processAndWrite (line 240) | func processAndWrite(cfg *Config, tmpl *template.Template, outFile strin... function readGoModFile (line 250) | func readGoModFile(cfg *Config) (string, map[string]string, error) { FILE: cmd/builder/internal/builder/main_test.go constant goModTestFile (line 23) | goModTestFile = `// Copyright The OpenTelemetry Authors constant modulePrefix (line 37) | modulePrefix = "go.opentelemetry.io/collector" function newTestConfig (line 122) | func newTestConfig(tb testing.TB) *Config { function newInitializedConfig (line 130) | func newInitializedConfig(t *testing.T) *Config { function TestGenerateDefault (line 140) | func TestGenerateDefault(t *testing.T) { function TestGenerateInvalidOutputPath (line 144) | func TestGenerateInvalidOutputPath(t *testing.T) { function TestOutputBinaryName (line 151) | func TestOutputBinaryName(t *testing.T) { function TestVersioning (line 176) | func TestVersioning(t *testing.T) { function TestSkipGenerate (line 259) | func TestSkipGenerate(t *testing.T) { function TestGenerateAndCompile (line 274) | func TestGenerateAndCompile(t *testing.T) { function TestReplaceStatementsAreComplete (line 398) | func TestReplaceStatementsAreComplete(t *testing.T) { function verifyGoMod (line 473) | func verifyGoMod(t *testing.T, dir string, replaceMods map[string]bool) { function makeModule (line 493) | func makeModule(dir string, fileContents []byte) error { function generateReplaces (line 510) | func generateReplaces() []string { function getWorkspaceDir (line 522) | func getWorkspaceDir() string { FILE: cmd/builder/internal/builder/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: cmd/builder/internal/builder/templates.go function parseTemplate (line 33) | func parseTemplate(name string, bytes []byte) *template.Template { FILE: cmd/builder/internal/command.go constant configFlag (line 23) | configFlag = "config" constant skipGenerateFlag (line 24) | skipGenerateFlag = "skip-generate" constant skipCompilationFlag (line 25) | skipCompilationFlag = "skip-compilation" constant skipGetModulesFlag (line 26) | skipGetModulesFlag = "skip-get-modules" constant skipStrictVersioningFlag (line 27) | skipStrictVersioningFlag = "skip-strict-versioning" constant ldflagsFlag (line 28) | ldflagsFlag = "ldflags" constant gcflagsFlag (line 29) | gcflagsFlag = "gcflags" constant distributionOutputPathFlag (line 30) | distributionOutputPathFlag = "output-path" constant verboseFlag (line 31) | verboseFlag = "verbose" function Command (line 35) | func Command() (*cobra.Command, error) { function initFlags (line 77) | func initFlags(flags *flag.FlagSet) error { function initConfig (line 91) | func initConfig(flags *flag.FlagSet) (*builder.Config, error) { function applyFlags (line 132) | func applyFlags(flags *flag.FlagSet, cfg *builder.Config) error { FILE: cmd/builder/internal/command_init.go constant defaultDescription (line 22) | defaultDescription = "Custom OpenTelemetry Collector" type metadata (line 27) | type metadata struct function initCommand (line 34) | func initCommand() *cobra.Command { function run (line 52) | func run(path string) error { function writeTemplate (line 115) | func writeTemplate(path, fn string, m metadata) error { function executeTemplate (line 125) | func executeTemplate(tmplFile string, m metadata) ([]byte, error) { function runTidy (line 136) | func runTidy(path string) error { FILE: cmd/builder/internal/command_init_test.go function TestInitCommand (line 20) | func TestInitCommand(t *testing.T) { function TestRunInit (line 28) | func TestRunInit(t *testing.T) { function validateCollector (line 66) | func validateCollector(t *testing.T, path string) { FILE: cmd/builder/internal/command_test.go function TestCommand (line 19) | func TestCommand(t *testing.T) { function TestCommandErrorOutputOnce (line 58) | func TestCommandErrorOutputOnce(t *testing.T) { function TestApplyFlags (line 75) | func TestApplyFlags(t *testing.T) { function TestInitConfig (line 119) | func TestInitConfig(t *testing.T) { FILE: cmd/builder/internal/config/default.go function DefaultProvider (line 19) | func DefaultProvider() koanf.Provider { FILE: cmd/builder/internal/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: cmd/builder/internal/version.go function init (line 15) | func init() { function versionCommand (line 26) | func versionCommand() *cobra.Command { FILE: cmd/builder/main.go function main (line 14) | func main() { FILE: cmd/mdatagen/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: cmd/mdatagen/internal/cfggen/generation.go function NewCfgFns (line 16) | func NewCfgFns(rootPackage, componentPackage string) map[string]any { function WithCfgFns (line 56) | func WithCfgFns(fns map[string]any, rootPackage, componentPackage string... function MapGoType (line 69) | func MapGoType(md *ConfigMetadata, propName, rootPackage, componentPacka... function resolveGoType (line 86) | func resolveGoType(md *ConfigMetadata, propName, rootPackage, componentP... function ExtractImports (line 154) | func ExtractImports(md *ConfigMetadata, rootPackage, componentPackage st... function collectImports (line 167) | func collectImports(md *ConfigMetadata, imports map[string]bool, rootPac... function FormatTypeName (line 232) | func FormatTypeName(ref, rootPackage, componentPackage string) (string, ... function ExtractDefs (line 242) | func ExtractDefs(md *ConfigMetadata) map[string]*ConfigMetadata { function collectDefs (line 248) | func collectDefs(md *ConfigMetadata, defs map[string]*ConfigMetadata) { FILE: cmd/mdatagen/internal/cfggen/generation_test.go function TestMapGoType_BasicTypes (line 12) | func TestMapGoType_BasicTypes(t *testing.T) { function TestMapGoType_FormattedStrings (line 60) | func TestMapGoType_FormattedStrings(t *testing.T) { function TestMapGoType_Arrays (line 96) | func TestMapGoType_Arrays(t *testing.T) { function TestMapGoType_Objects (line 160) | func TestMapGoType_Objects(t *testing.T) { function TestMapGoType_CustomTypes (line 243) | func TestMapGoType_CustomTypes(t *testing.T) { function TestMapGoType_References (line 284) | func TestMapGoType_References(t *testing.T) { function TestMapGoType_Modifiers (line 314) | func TestMapGoType_Modifiers(t *testing.T) { function TestMapGoType_NilInput (line 367) | func TestMapGoType_NilInput(t *testing.T) { function TestMapGoType_UnsupportedType (line 373) | func TestMapGoType_UnsupportedType(t *testing.T) { function TestExtractImports_BasicTypes (line 382) | func TestExtractImports_BasicTypes(t *testing.T) { function TestExtractImports_CustomTypes (line 420) | func TestExtractImports_CustomTypes(t *testing.T) { function TestExtractImports_LocalRef (line 459) | func TestExtractImports_LocalRef(t *testing.T) { function TestExtractImports_Optional (line 493) | func TestExtractImports_Optional(t *testing.T) { function TestExtractImports_Nested (line 503) | func TestExtractImports_Nested(t *testing.T) { function TestExtractImports_AllOf (line 527) | func TestExtractImports_AllOf(t *testing.T) { function TestExtractImports_ArrayItems (line 542) | func TestExtractImports_ArrayItems(t *testing.T) { function TestExtractImports_AdditionalProperties (line 555) | func TestExtractImports_AdditionalProperties(t *testing.T) { function TestExtractImports_Defs (line 568) | func TestExtractImports_Defs(t *testing.T) { function TestExtractImports_NilInput (line 583) | func TestExtractImports_NilInput(t *testing.T) { function TestFormatTypeName_InternalReferences (line 589) | func TestFormatTypeName_InternalReferences(t *testing.T) { function TestFormatTypeName_ExternalReferences (line 621) | func TestFormatTypeName_ExternalReferences(t *testing.T) { function TestFormatTypeName_LocalReferences (line 653) | func TestFormatTypeName_LocalReferences(t *testing.T) { function TestFormatTypeName_InvalidInput (line 683) | func TestFormatTypeName_InvalidInput(t *testing.T) { function TestExtractDefs_Basic (line 702) | func TestExtractDefs_Basic(t *testing.T) { function TestExtractDefs_NestedDefs (line 721) | func TestExtractDefs_NestedDefs(t *testing.T) { function TestExtractDefs_EmbeddedObjects (line 742) | func TestExtractDefs_EmbeddedObjects(t *testing.T) { function TestExtractDefs_ArrayItems (line 761) | func TestExtractDefs_ArrayItems(t *testing.T) { function TestExtractDefs_NilInput (line 783) | func TestExtractDefs_NilInput(t *testing.T) { function TestExtractDefs_EmptyInput (line 788) | func TestExtractDefs_EmptyInput(t *testing.T) { function TestExtractDefs_AdditionalPropertiesObject (line 796) | func TestExtractDefs_AdditionalPropertiesObject(t *testing.T) { function TestNewCfgFns_ExtractImports (line 814) | func TestNewCfgFns_ExtractImports(t *testing.T) { function TestNewCfgFns_ExtractDefs (line 833) | func TestNewCfgFns_ExtractDefs(t *testing.T) { function TestNewCfgFns_MapGoType (line 850) | func TestNewCfgFns_MapGoType(t *testing.T) { function TestNewCfgFns_PublicType (line 862) | func TestNewCfgFns_PublicType(t *testing.T) { function TestWithCfgFns (line 871) | func TestWithCfgFns(t *testing.T) { function TestResolveGoType_CustomTypeFormatError (line 882) | func TestResolveGoType_CustomTypeFormatError(t *testing.T) { function TestResolveGoType_RefFormatError (line 890) | func TestResolveGoType_RefFormatError(t *testing.T) { function TestResolveGoType_ArrayItemError (line 898) | func TestResolveGoType_ArrayItemError(t *testing.T) { function TestResolveGoType_AdditionalPropertiesError (line 909) | func TestResolveGoType_AdditionalPropertiesError(t *testing.T) { function TestResolveGoType_EmbeddedObjectNameError (line 920) | func TestResolveGoType_EmbeddedObjectNameError(t *testing.T) { function TestExtractImports_PropError (line 933) | func TestExtractImports_PropError(t *testing.T) { function TestExtractImports_ItemsPath (line 947) | func TestExtractImports_ItemsPath(t *testing.T) { function TestExtractImports_DefsPath (line 960) | func TestExtractImports_DefsPath(t *testing.T) { function TestExtractImports_ContentSchema (line 974) | func TestExtractImports_ContentSchema(t *testing.T) { FILE: cmd/mdatagen/internal/cfggen/loader.go constant schemaFileName (line 23) | schemaFileName = "config.schema.yaml" type Loader (line 30) | type Loader interface type schemaLoader (line 34) | type schemaLoader struct method Load (line 50) | func (sl *schemaLoader) Load(ref Ref) (*ConfigMetadata, error) { method load (line 64) | func (sl *schemaLoader) load(ref Ref) (*ConfigMetadata, error) { method loadFromFile (line 83) | func (sl *schemaLoader) loadFromFile(filePath string) (*ConfigMetadata... method loadFromHTTP (line 100) | func (sl *schemaLoader) loadFromHTTP(ref Ref, fileCacheDir string) (*C... method tryLoad (line 124) | func (sl *schemaLoader) tryLoad(ref Ref, version string) (*ConfigMetad... method persistToFile (line 156) | func (sl *schemaLoader) persistToFile(filePath string, md *ConfigMetad... method refVersion (line 173) | func (sl *schemaLoader) refVersion(ref *Ref) (string, error) { method resolveModuleVersion (line 195) | func (sl *schemaLoader) resolveModuleVersion(importPath string) string { method repoRoot (line 213) | func (sl *schemaLoader) repoRoot(componentDir string) (string, error) { function NewLoader (line 42) | func NewLoader(cwd string) Loader { FILE: cmd/mdatagen/internal/cfggen/loader_test.go function TestLoader_LoadFromFile_Success (line 19) | func TestLoader_LoadFromFile_Success(t *testing.T) { function TestLoader_LoadFromFile_NotFound (line 42) | func TestLoader_LoadFromFile_NotFound(t *testing.T) { function TestLoader_LoadFromFile_ParseError (line 52) | func TestLoader_LoadFromFile_ParseError(t *testing.T) { function TestLoader_LoadFromHTTP_Success (line 72) | func TestLoader_LoadFromHTTP_Success(t *testing.T) { function TestLoader_LoadFromHTTP_NotFound (line 98) | func TestLoader_LoadFromHTTP_NotFound(t *testing.T) { function TestLoader_LoadFromHTTP_ServerError (line 117) | func TestLoader_LoadFromHTTP_ServerError(t *testing.T) { function TestLoader_TryLoad_WithVersion (line 137) | func TestLoader_TryLoad_WithVersion(t *testing.T) { function TestLoader_PersistToFile_Success (line 163) | func TestLoader_PersistToFile_Success(t *testing.T) { function TestLoader_Load_CacheInteraction (line 185) | func TestLoader_Load_CacheInteraction(t *testing.T) { function TestLoader_Integration_MemoryCachePeristence (line 200) | func TestLoader_Integration_MemoryCachePeristence(t *testing.T) { function TestLoader_Load_CachesOnFirstLoad (line 225) | func TestLoader_Load_CachesOnFirstLoad(t *testing.T) { function TestLoader_Load_RepoRootError (line 247) | func TestLoader_Load_RepoRootError(t *testing.T) { function TestLoader_Load_LocalAbsolutePath (line 257) | func TestLoader_Load_LocalAbsolutePath(t *testing.T) { function TestLoader_Load_LocalRelativePath (line 275) | func TestLoader_Load_LocalRelativePath(t *testing.T) { function TestLoader_LoadFromFile_ReadError (line 291) | func TestLoader_LoadFromFile_ReadError(t *testing.T) { function TestLoader_LoadFromHTTP_FileCacheHit (line 305) | func TestLoader_LoadFromHTTP_FileCacheHit(t *testing.T) { function TestLoader_LoadFromHTTP_PersistWarning (line 336) | func TestLoader_LoadFromHTTP_PersistWarning(t *testing.T) { function TestLoader_LoadFromHTTP_NonNotFoundFileError (line 368) | func TestLoader_LoadFromHTTP_NonNotFoundFileError(t *testing.T) { function TestLoader_TryLoad_URLError (line 408) | func TestLoader_TryLoad_URLError(t *testing.T) { function TestLoader_TryLoad_HTTPError (line 421) | func TestLoader_TryLoad_HTTPError(t *testing.T) { function TestLoader_TryLoad_ParseError (line 438) | func TestLoader_TryLoad_ParseError(t *testing.T) { function TestLoader_RefVersion_UnknownModulePath (line 456) | func TestLoader_RefVersion_UnknownModulePath(t *testing.T) { function TestLoader_ResolveModuleVersion_NilModule (line 466) | func TestLoader_ResolveModuleVersion_NilModule(t *testing.T) { function TestLoader_ResolveModuleVersion_LoadError (line 473) | func TestLoader_ResolveModuleVersion_LoadError(t *testing.T) { function TestLoader_RepoRoot_CachedValue (line 480) | func TestLoader_RepoRoot_CachedValue(t *testing.T) { function TestLoader_RepoRoot_GitError (line 489) | func TestLoader_RepoRoot_GitError(t *testing.T) { function TestLoader_PersistToFile_MkdirAllError (line 498) | func TestLoader_PersistToFile_MkdirAllError(t *testing.T) { function TestLoader_PersistToFile_WriteFileError (line 515) | func TestLoader_PersistToFile_WriteFileError(t *testing.T) { function TestLoader_TryLoad_ReadBodyError (line 527) | func TestLoader_TryLoad_ReadBodyError(t *testing.T) { function mdatagenDir (line 551) | func mdatagenDir(t *testing.T) string { FILE: cmd/mdatagen/internal/cfggen/model.go type ConfigMetadata (line 13) | type ConfigMetadata struct method ToJSON (line 55) | func (md *ConfigMetadata) ToJSON() ([]byte, error) { method Validate (line 59) | func (md *ConfigMetadata) Validate() error { FILE: cmd/mdatagen/internal/cfggen/model_test.go function TestConfigMetadata_ToJSON (line 13) | func TestConfigMetadata_ToJSON(t *testing.T) { function TestConfigMetadata_Validate_Valid (line 29) | func TestConfigMetadata_Validate_Valid(t *testing.T) { function TestConfigMetadata_Validate_InvalidType (line 85) | func TestConfigMetadata_Validate_InvalidType(t *testing.T) { function TestConfigMetadata_Validate_EmptyConfig (line 122) | func TestConfigMetadata_Validate_EmptyConfig(t *testing.T) { function TestConfigMetadata_Validate_MultipleErrors (line 162) | func TestConfigMetadata_Validate_MultipleErrors(t *testing.T) { function TestConfigMetadata_Validate_NilMetadata (line 208) | func TestConfigMetadata_Validate_NilMetadata(t *testing.T) { function TestConfigMetadata_Validate_TypeAsInterface (line 217) | func TestConfigMetadata_Validate_TypeAsInterface(t *testing.T) { function TestConfigMetadata_Validate_EdgeCases (line 262) | func TestConfigMetadata_Validate_EdgeCases(t *testing.T) { FILE: cmd/mdatagen/internal/cfggen/namespace.go type RefKind (line 23) | type RefKind constant External (line 26) | External RefKind = iota constant Internal (line 27) | Internal constant Local (line 28) | Local type Ref (line 31) | type Ref struct method Namespace (line 112) | func (r *Ref) Namespace() (string, bool) { method Module (line 117) | func (r *Ref) Module() string { method SchemaID (line 124) | func (r *Ref) SchemaID() string { method DefName (line 128) | func (r *Ref) DefName() string { method URL (line 132) | func (r *Ref) URL(version string) (string, error) { method isInternal (line 146) | func (r *Ref) isInternal() bool { method isLocal (line 150) | func (r *Ref) isLocal() bool { method isExternal (line 154) | func (r *Ref) isExternal() bool { method Validate (line 158) | func (r *Ref) Validate() error { method String (line 173) | func (r *Ref) String() string { method CacheKey (line 194) | func (r *Ref) CacheKey() string { function NewRef (line 40) | func NewRef(refPath string) *Ref { function WithOrigin (line 69) | func WithOrigin(refPath string, origin *Ref) *Ref { function namespaceOf (line 93) | func namespaceOf(path string) string { function matchSupportedNamespace (line 103) | func matchSupportedNamespace(path string) (string, bool) { function LocalizeRef (line 198) | func LocalizeRef(refPath, importRootPath string) string { FILE: cmd/mdatagen/internal/cfggen/namespace_test.go function TestNewRef (line 12) | func TestNewRef(t *testing.T) { function TestWithOrigin (line 157) | func TestWithOrigin(t *testing.T) { function TestRef_Validate (line 228) | func TestRef_Validate(t *testing.T) { function TestRef_URL (line 284) | func TestRef_URL(t *testing.T) { function TestRef_String (line 321) | func TestRef_String(t *testing.T) { function TestRef_Module_EmptyNamespace (line 326) | func TestRef_Module_EmptyNamespace(t *testing.T) { function TestRef_URL_UnsupportedNamespace (line 331) | func TestRef_URL_UnsupportedNamespace(t *testing.T) { function TestRef_Validate_LocalRefMissingSchemaID (line 338) | func TestRef_Validate_LocalRefMissingSchemaID(t *testing.T) { function TestNamespaceOf_FallbackLastSlash (line 345) | func TestNamespaceOf_FallbackLastSlash(t *testing.T) { function TestNamespaceOf_NoSlash (line 350) | func TestNamespaceOf_NoSlash(t *testing.T) { function TestLocalizeRef (line 355) | func TestLocalizeRef(t *testing.T) { FILE: cmd/mdatagen/internal/cfggen/resolver.go constant schemaVersion (line 13) | schemaVersion = "https://json-schema.org/draft/2020-12/schema" constant goDurationPattern (line 15) | goDurationPattern = `^([0-9]+(\.[0-9]+)?(ns|us|µs|ms|s|m|h))+$` type Resolver (line 18) | type Resolver struct method ResolveSchema (line 41) | func (r *Resolver) ResolveSchema(src *ConfigMetadata) (*ConfigMetadata... method resolveSchema (line 69) | func (r *Resolver) resolveSchema(root, current, target *ConfigMetadata... method resolveRef (line 180) | func (r *Resolver) resolveRef(root, current *ConfigMetadata, origin *R... method loadExternalRef (line 211) | func (r *Resolver) loadExternalRef(ref *Ref) (*ConfigMetadata, error) { function NewResolver (line 25) | func NewResolver(pkgID, class, name, dir string) *Resolver { function transformDurationFormat (line 59) | func transformDurationFormat(md *ConfigMetadata) { FILE: cmd/mdatagen/internal/cfggen/resolver_test.go function TestResolver_ResolveSchema_BasicMetadata (line 13) | func TestResolver_ResolveSchema_BasicMetadata(t *testing.T) { function TestResolver_ResolveSchema_InternalReference (line 35) | func TestResolver_ResolveSchema_InternalReference(t *testing.T) { function TestResolver_ResolveSchema_UnknownInternalReference (line 66) | func TestResolver_ResolveSchema_UnknownInternalReference(t *testing.T) { function TestResolver_ResolveSchema_NestedStructures (line 89) | func TestResolver_ResolveSchema_NestedStructures(t *testing.T) { function TestResolver_ResolveSchema_AllOf (line 125) | func TestResolver_ResolveSchema_AllOf(t *testing.T) { function TestResolver_ResolveSchema_ArrayItems (line 158) | func TestResolver_ResolveSchema_ArrayItems(t *testing.T) { function TestResolver_LoadExternalRef_Success (line 184) | func TestResolver_LoadExternalRef_Success(t *testing.T) { function TestResolver_LoadExternalRef_InvalidPath (line 218) | func TestResolver_LoadExternalRef_InvalidPath(t *testing.T) { function TestResolver_LoadExternalRef_TypeNotFound (line 232) | func TestResolver_LoadExternalRef_TypeNotFound(t *testing.T) { function TestResolver_IsExternalRef (line 260) | func TestResolver_IsExternalRef(t *testing.T) { function TestResolver_ResolveSchema_ExternalReference_Integration (line 302) | func TestResolver_ResolveSchema_ExternalReference_Integration(t *testing... function TestResolver_ResolveSchema_DurationFormat (line 356) | func TestResolver_ResolveSchema_DurationFormat(t *testing.T) { type mockLoader (line 398) | type mockLoader struct method Load (line 402) | func (m *mockLoader) Load(ref Ref) (*ConfigMetadata, error) { function TestResolver_ResolveSchema_OriginConvertsLocalRefToExternal (line 410) | func TestResolver_ResolveSchema_OriginConvertsLocalRefToExternal(t *test... function TestResolver_ResolveSchema_LocalRefWithOriginConversion (line 481) | func TestResolver_ResolveSchema_LocalRefWithOriginConversion(t *testing.... function TestResolver_ResolveSchema_NestedOriginPropagation (line 543) | func TestResolver_ResolveSchema_NestedOriginPropagation(t *testing.T) { function TestResolver_ResolveSchema_RelativeRefWithOrigin (line 624) | func TestResolver_ResolveSchema_RelativeRefWithOrigin(t *testing.T) { function TestResolver_ResolveSchema_ParentRelativeRefWithOrigin (line 681) | func TestResolver_ResolveSchema_ParentRelativeRefWithOrigin(t *testing.T) { function TestNewResolver (line 738) | func TestNewResolver(t *testing.T) { function TestResolver_ResolveSchema_UnknownNamespaceFallback (line 748) | func TestResolver_ResolveSchema_UnknownNamespaceFallback(t *testing.T) { function TestResolver_ResolveSchema_LoaderError (line 773) | func TestResolver_ResolveSchema_LoaderError(t *testing.T) { function TestResolver_ResolveRef_InvalidRefFormat (line 797) | func TestResolver_ResolveRef_InvalidRefFormat(t *testing.T) { function TestResolver_LoadExternalRef_NilResult (line 818) | func TestResolver_LoadExternalRef_NilResult(t *testing.T) { type nilResultLoader (line 835) | type nilResultLoader struct method Load (line 837) | func (n *nilResultLoader) Load(_ Ref) (*ConfigMetadata, error) { retur... function TestResolver_LoadExternalRef_InternalResolutionError (line 839) | func TestResolver_LoadExternalRef_InternalResolutionError(t *testing.T) { function TestResolver_ResolveSchema_LocalRef (line 874) | func TestResolver_ResolveSchema_LocalRef(t *testing.T) { function TestResolver_ResolveSchema_MapValueError (line 914) | func TestResolver_ResolveSchema_MapValueError(t *testing.T) { function TestResolver_ResolveSchema_AllOfError (line 936) | func TestResolver_ResolveSchema_AllOfError(t *testing.T) { function TestResolver_ResolveSchema_PtrFieldError (line 957) | func TestResolver_ResolveSchema_PtrFieldError(t *testing.T) { function TestResolver_ResolveSchema_PointerFields (line 981) | func TestResolver_ResolveSchema_PointerFields(t *testing.T) { function TestResolver_ResolveSchema_ContentSchema (line 1011) | func TestResolver_ResolveSchema_ContentSchema(t *testing.T) { function TestResolver_ResolveSchema_PreservesCustomExtensions (line 1042) | func TestResolver_ResolveSchema_PreservesCustomExtensions(t *testing.T) { function TestResolver_ResolveSchema_RefWithoutCustomExtensions (line 1108) | func TestResolver_ResolveSchema_RefWithoutCustomExtensions(t *testing.T) { FILE: cmd/mdatagen/internal/cfggen/type_ref.go type GoTypeRef (line 17) | type GoTypeRef struct method Qualifier (line 27) | func (r GoTypeRef) Qualifier() string { method String (line 35) | func (r GoTypeRef) String() string { function ResolveGoTypeRef (line 48) | func ResolveGoTypeRef(ref, rootPackage, componentPackage string) (GoType... function resolveInternal (line 67) | func resolveInternal(ref string) (GoTypeRef, error) { function resolveExternal (line 75) | func resolveExternal(ref string) (GoTypeRef, error) { function resolveLocalAbsolute (line 90) | func resolveLocalAbsolute(ref, rootPackage string) (GoTypeRef, error) { function resolveLocalRelative (line 107) | func resolveLocalRelative(ref, componentPackage string) (GoTypeRef, erro... FILE: cmd/mdatagen/internal/cfggen/type_ref_test.go function TestGoTypeRef_String (line 12) | func TestGoTypeRef_String(t *testing.T) { function TestGoTypeRef_Qualifier (line 42) | func TestGoTypeRef_Qualifier(t *testing.T) { function TestResolveGoTypeRef_Internal (line 72) | func TestResolveGoTypeRef_Internal(t *testing.T) { function TestResolveGoTypeRef_External (line 104) | func TestResolveGoTypeRef_External(t *testing.T) { function TestResolveGoTypeRef_LocalAbsolute (line 153) | func TestResolveGoTypeRef_LocalAbsolute(t *testing.T) { function TestResolveGoTypeRef_LocalAbsolute_DifferentRoot (line 188) | func TestResolveGoTypeRef_LocalAbsolute_DifferentRoot(t *testing.T) { function TestResolveGoTypeRef_LocalRelative (line 200) | func TestResolveGoTypeRef_LocalRelative(t *testing.T) { function TestResolveGoTypeRef_Errors (line 235) | func TestResolveGoTypeRef_Errors(t *testing.T) { function TestResolveGoTypeRef_VersionStripped (line 266) | func TestResolveGoTypeRef_VersionStripped(t *testing.T) { FILE: cmd/mdatagen/internal/cfggen/writer.go constant fileName (line 11) | fileName = "config.schema.json" function WriteJSONSchema (line 15) | func WriteJSONSchema(dir string, md *ConfigMetadata) error { FILE: cmd/mdatagen/internal/cfggen/writer_test.go function TestWriteJSONSchema (line 14) | func TestWriteJSONSchema(t *testing.T) { function TestWriteJSONSchema_InvalidDir (line 33) | func TestWriteJSONSchema_InvalidDir(t *testing.T) { FILE: cmd/mdatagen/internal/command.go constant statusStart (line 31) | statusStart = "" constant statusEnd (line 32) | statusEnd = "" function getVersion (line 42) | func getVersion() (string, error) { function NewCommand (line 56) | func NewCommand() (*cobra.Command, error) { function run (line 73) | func run(ymlPath string) error { function getTemplateFuncMap (line 244) | func getTemplateFuncMap(md Metadata, importRootPath string) template.Fun... function templatize (line 407) | func templatize(tmplFile string, funcMap template.FuncMap) *template.Tem... function executeTemplate (line 416) | func executeTemplate(tmplFile string, md Metadata, goPackage, importRoot... function generateFile (line 426) | func generateFile(tmplFile, outputFile string, md Metadata, goPackage, i... function inlineReplace (line 430) | func inlineReplace(tmplFile, outputFile string, md Metadata, start, end,... function generateFileWithFns (line 459) | func generateFileWithFns(tmplFile, outputFile string, md Metadata, goPac... function validateMappingKeysSorted (line 484) | func validateMappingKeysSorted(root *yaml.Node, path ...string) error { function validateYAMLKeyOrder (line 524) | func validateYAMLKeyOrder(raw []byte) error { function generateConfigFiles (line 544) | func generateConfigFiles(md Metadata, mdDir, _ string) error { function generateConfigGoStruct (line 564) | func generateConfigGoStruct(md Metadata, outputDir string) error { function joinCamelCase (line 578) | func joinCamelCase(parts []string, exported bool) string { FILE: cmd/mdatagen/internal/command_test.go function TestNewCommand (line 24) | func TestNewCommand(t *testing.T) { function TestCommandNoArgs (line 34) | func TestCommandNoArgs(t *testing.T) { function TestCommandErrorOutputOnce (line 44) | func TestCommandErrorOutputOnce(t *testing.T) { function TestRunContents (line 61) | func TestRunContents(t *testing.T) { function TestGenerateConfigFiles (line 470) | func TestGenerateConfigFiles(t *testing.T) { function TestGenerateConfigGoStruct_RootPackageError (line 541) | func TestGenerateConfigGoStruct_RootPackageError(t *testing.T) { function TestGenerateConfigFiles_GoStructError (line 554) | func TestGenerateConfigFiles_GoStructError(t *testing.T) { function TestGenerateConfigFiles_WriteError (line 567) | func TestGenerateConfigFiles_WriteError(t *testing.T) { function TestRun (line 583) | func TestRun(t *testing.T) { function TestInlineReplace (line 615) | func TestInlineReplace(t *testing.T) { function TestGenerateStatusMetadata (line 870) | func TestGenerateStatusMetadata(t *testing.T) { function TestGenerateTelemetryMetadata (line 984) | func TestGenerateTelemetryMetadata(t *testing.T) { function TestGenerateConfigSchema_LocalizesSameRootRefs (line 1070) | func TestGenerateConfigSchema_LocalizesSameRootRefs(t *testing.T) { FILE: cmd/mdatagen/internal/embedded_templates_test.go function TestEnsureTemplatesLoaded (line 15) | func TestEnsureTemplatesLoaded(t *testing.T) { FILE: cmd/mdatagen/internal/event.go type EventName (line 14) | type EventName method Render (line 17) | func (ln EventName) Render() (string, error) { method RenderUnexported (line 21) | func (ln EventName) RenderUnexported() (string, error) { type Event (line 25) | type Event struct method validate (line 29) | func (l *Event) validate() error { method Unmarshal (line 37) | func (l *Event) Unmarshal(parser *confmap.Conf) error { FILE: cmd/mdatagen/internal/event_test.go function TestEventNameRender (line 13) | func TestEventNameRender(t *testing.T) { FILE: cmd/mdatagen/internal/helpers/lint.go function FormatIdentifier (line 15) | func FormatIdentifier(s string, exported bool) (string, error) { FILE: cmd/mdatagen/internal/helpers/lint_test.go function TestFormatIdentifier (line 12) | func TestFormatIdentifier(t *testing.T) { FILE: cmd/mdatagen/internal/helpers/packages.go function RootPackage (line 17) | func RootPackage(componentDir string) (string, error) { function rootModuleDir (line 32) | func rootModuleDir(componentDir string) (string, error) { FILE: cmd/mdatagen/internal/helpers/packages_test.go function TestRootModuleDir (line 15) | func TestRootModuleDir(t *testing.T) { function TestRootPackage (line 67) | func TestRootPackage(t *testing.T) { FILE: cmd/mdatagen/internal/loader.go function setAttributeDefaultFields (line 18) | func setAttributeDefaultFields(attrs map[AttributeName]Attribute) { type TemplateContext (line 28) | type TemplateContext struct function LoadMetadata (line 36) | func LoadMetadata(filePath string) (Metadata, error) { function shortFolderName (line 84) | func shortFolderName(filePath string) string { function packageName (line 94) | func packageName(filePath string) (string, error) { FILE: cmd/mdatagen/internal/loader_test.go function boolPtr (line 19) | func boolPtr(b bool) *bool { function TestTwoPackagesInDirectory (line 23) | func TestTwoPackagesInDirectory(t *testing.T) { function TestLoadMetadata (line 39) | func TestLoadMetadata(t *testing.T) { function strPtr (line 763) | func strPtr(s string) *string { FILE: cmd/mdatagen/internal/metadata.go type Metadata (line 21) | type Metadata struct method GetCodeCovComponentID (line 86) | func (md Metadata) GetCodeCovComponentID() string { method HasEntities (line 94) | func (md Metadata) HasEntities() bool { method Validate (line 98) | func (md *Metadata) Validate() error { method validateType (line 143) | func (md *Metadata) validateType() error { method validateResourceAttributes (line 159) | func (md *Metadata) validateResourceAttributes() error { method validateEntities (line 176) | func (md *Metadata) validateEntities() error { method validateMetricsAndEvents (line 252) | func (md *Metadata) validateMetricsAndEvents() error { method validateAttributes (line 264) | func (md *Metadata) validateAttributes(usedAttrs map[AttributeName]boo... method validateEntityAssociations (line 289) | func (md *Metadata) validateEntityAssociations() error { method supportsSignal (line 318) | func (md *Metadata) supportsSignal(signal string) bool { method validateFeatureGates (line 376) | func (md *Metadata) validateFeatureGates() error { method validateConfig (line 446) | func (md *Metadata) validateConfig() error { type Deprecated (line 68) | type Deprecated struct method validate (line 73) | func (d *Deprecated) validate() error { function validateMetrics (line 332) | func validateMetrics(metrics map[MetricName]Metric, attributes map[Attri... function validateEvents (line 354) | func validateEvents(events map[EventName]Event, attributes map[Attribute... type AttributeName (line 453) | type AttributeName method Render (line 484) | func (mn AttributeName) Render() (string, error) { method RenderUnexported (line 488) | func (mn AttributeName) RenderUnexported() (string, error) { type AttributeRequirementLevel (line 456) | type AttributeRequirementLevel method String (line 470) | func (rl AttributeRequirementLevel) String() string { method UnmarshalText (line 603) | func (rl *AttributeRequirementLevel) UnmarshalText(text []byte) error { constant AttributeRequirementLevelRequired (line 460) | AttributeRequirementLevelRequired AttributeRequirementLevel = "required" constant AttributeRequirementLevelConditionallyRequired (line 462) | AttributeRequirementLevelConditionallyRequired AttributeRequirementLevel... constant AttributeRequirementLevelRecommended (line 464) | AttributeRequirementLevelRecommended AttributeRequirementLevel = "recomm... constant AttributeRequirementLevelOptIn (line 466) | AttributeRequirementLevelOptIn AttributeRequirementLevel = "opt_in" type ValueType (line 493) | type ValueType struct method UnmarshalText (line 499) | func (mvt *ValueType) UnmarshalText(text []byte) error { method String (line 522) | func (mvt ValueType) String() string { method Primitive (line 527) | func (mvt ValueType) Primitive() string { type SemanticConvention (line 550) | type SemanticConvention struct type Warnings (line 554) | type Warnings struct type Attribute (line 563) | type Attribute struct method IsConditional (line 587) | func (a Attribute) IsConditional() bool { method IsRequired (line 592) | func (a Attribute) IsRequired() bool { method IsNotOptIn (line 598) | func (a Attribute) IsNotOptIn() bool { method Enabled (line 626) | func (a Attribute) Enabled() bool { method Name (line 634) | func (a Attribute) Name() AttributeName { method TestValue (line 641) | func (a Attribute) TestValue() string { method TestValueTwo (line 666) | func (a Attribute) TestValueTwo() string { type Signal (line 691) | type Signal struct method HasConditionalAttributes (line 718) | func (s Signal) HasConditionalAttributes(attrs map[AttributeName]Attri... type Entity (line 727) | type Entity struct type EntityAttributeRef (line 748) | type EntityAttributeRef struct type EntityRelationship (line 753) | type EntityRelationship struct type FeatureGateID (line 761) | type FeatureGateID type FeatureGateStage (line 764) | type FeatureGateStage constant FeatureGateStageAlpha (line 767) | FeatureGateStageAlpha FeatureGateStage = "alpha" constant FeatureGateStageBeta (line 768) | FeatureGateStageBeta FeatureGateStage = "beta" constant FeatureGateStageStable (line 769) | FeatureGateStageStable FeatureGateStage = "stable" constant FeatureGateStageDeprecated (line 770) | FeatureGateStageDeprecated FeatureGateStage = "deprecated" type FeatureGate (line 774) | type FeatureGate struct FILE: cmd/mdatagen/internal/metadata_test.go function TestValidate (line 15) | func TestValidate(t *testing.T) { function TestSupportsSignal (line 196) | func TestSupportsSignal(t *testing.T) { function TestCodeCovID (line 201) | func TestCodeCovID(t *testing.T) { function TestAttributeRequirementLevel (line 253) | func TestAttributeRequirementLevel(t *testing.T) { function TestAttributeRequirementLevelUnmarshalText (line 289) | func TestAttributeRequirementLevelUnmarshalText(t *testing.T) { function TestValidateFeatureGates (line 342) | func TestValidateFeatureGates(t *testing.T) { function TestValidateFeatureGatesEmptyID (line 477) | func TestValidateFeatureGatesEmptyID(t *testing.T) { function TestValidateFeatureGatesDuplicateID (line 491) | func TestValidateFeatureGatesDuplicateID(t *testing.T) { function TestValidateFeatureGatesNotSorted (line 511) | func TestValidateFeatureGatesNotSorted(t *testing.T) { function TestValidateConfig (line 533) | func TestValidateConfig(t *testing.T) { FILE: cmd/mdatagen/internal/metric.go type MetricName (line 23) | type MetricName method Render (line 25) | func (mn MetricName) Render() (string, error) { method RenderUnexported (line 29) | func (mn MetricName) RenderUnexported() (string, error) { type Metric (line 33) | type Metric struct method validate (line 57) | func (m *Metric) validate(metricName MetricName, semConvVersion string... method Unmarshal (line 136) | func (m *Metric) Unmarshal(parser *confmap.Conf) error { method Data (line 146) | func (m Metric) Data() MetricData { function metricAnchor (line 101) | func metricAnchor(metricName string) string { function validateSemConvMetricURL (line 109) | func validateSemConvMetricURL(rawURL, semConvVersion, metricName string)... type MetricData (line 160) | type MetricData interface type AggregationTemporality (line 170) | type AggregationTemporality struct method UnmarshalText (line 177) | func (agg *AggregationTemporality) UnmarshalText(text []byte) error { method String (line 190) | func (agg *AggregationTemporality) String() string { type Mono (line 195) | type Mono struct type MetricInputType (line 201) | type MetricInputType struct method HasMetricInputType (line 206) | func (mit MetricInputType) HasMetricInputType() bool { method String (line 211) | func (mit MetricInputType) String() string { method Validate (line 215) | func (mit MetricInputType) Validate() error { type MetricValueType (line 223) | type MetricValueType struct method Unmarshal (line 228) | func (mvt *MetricValueType) Unmarshal(parser *confmap.Conf) error { method UnmarshalText (line 236) | func (mvt *MetricValueType) UnmarshalText(text []byte) error { method String (line 249) | func (mvt MetricValueType) String() string { method BasicType (line 254) | func (mvt MetricValueType) BasicType() string { type Gauge (line 269) | type Gauge struct method Unmarshal (line 276) | func (d *Gauge) Unmarshal(parser *confmap.Conf) error { method Type (line 283) | func (d *Gauge) Type() string { method HasMonotonic (line 287) | func (d *Gauge) HasMonotonic() bool { method HasAggregated (line 291) | func (d *Gauge) HasAggregated() bool { method Instrument (line 295) | func (d *Gauge) Instrument() string { method IsAsync (line 306) | func (d *Gauge) IsAsync() bool { type Sum (line 312) | type Sum struct method Unmarshal (line 321) | func (d *Sum) Unmarshal(parser *confmap.Conf) error { method Type (line 339) | func (d *Sum) Type() string { method HasMonotonic (line 343) | func (d *Sum) HasMonotonic() bool { method HasAggregated (line 347) | func (d *Sum) HasAggregated() bool { method Instrument (line 351) | func (d *Sum) Instrument() string { method IsAsync (line 364) | func (d *Sum) IsAsync() bool { type Histogram (line 370) | type Histogram struct method Type (line 379) | func (d *Histogram) Type() string { method HasMonotonic (line 383) | func (d *Histogram) HasMonotonic() bool { method HasAggregated (line 387) | func (d *Histogram) HasAggregated() bool { method Instrument (line 391) | func (d *Histogram) Instrument() string { method Unmarshal (line 397) | func (d *Histogram) Unmarshal(parser *confmap.Conf) error { method IsAsync (line 404) | func (d *Histogram) IsAsync() bool { FILE: cmd/mdatagen/internal/metric_test.go function TestMetricData (line 14) | func TestMetricData(t *testing.T) { FILE: cmd/mdatagen/internal/sampleconnector/factory.go function NewFactory (line 20) | func NewFactory() connector.Factory { function createMetricsToMetricsConnector (line 29) | func createMetricsToMetricsConnector(context.Context, connector.Settings... function createProfilesToProfilesConnector (line 33) | func createProfilesToProfilesConnector(context.Context, connector.Settin... type nopConnector (line 39) | type nopConnector struct method Capabilities (line 44) | func (n nopConnector) Capabilities() consumer.Capabilities { method ConsumeMetrics (line 48) | func (n nopConnector) ConsumeMetrics(context.Context, pmetric.Metrics)... method ConsumeProfiles (line 52) | func (n nopConnector) ConsumeProfiles(context.Context, pprofile.Profil... FILE: cmd/mdatagen/internal/sampleconnector/generated_component_test.go function TestComponentFactoryType (line 27) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 31) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 35) | func TestComponentLifecycle(t *testing.T) { type mdatagenNopHost (line 91) | type mdatagenNopHost struct method GetExtensions (line 97) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 101) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 93) | func newMdatagenNopHost() component.Host { FILE: cmd/mdatagen/internal/sampleconnector/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: cmd/mdatagen/internal/sampleconnector/internal/metadata/generated_config.go type DefaultMetricMetricAttributeKey (line 13) | type DefaultMetricMetricAttributeKey constant DefaultMetricMetricAttributeKeyStringAttr (line 16) | DefaultMetricMetricAttributeKeyStringAttr DefaultMetricMetricAttr... constant DefaultMetricMetricAttributeKeyOverriddenIntAttr (line 17) | DefaultMetricMetricAttributeKeyOverriddenIntAttr DefaultMetricMetricAttr... constant DefaultMetricMetricAttributeKeyEnumAttr (line 18) | DefaultMetricMetricAttributeKeyEnumAttr DefaultMetricMetricAttr... constant DefaultMetricMetricAttributeKeySliceAttr (line 19) | DefaultMetricMetricAttributeKeySliceAttr DefaultMetricMetricAttr... constant DefaultMetricMetricAttributeKeyMapAttr (line 20) | DefaultMetricMetricAttributeKeyMapAttr DefaultMetricMetricAttr... type DefaultMetricMetricConfig (line 24) | type DefaultMetricMetricConfig struct method Unmarshal (line 32) | func (ms *DefaultMetricMetricConfig) Unmarshal(parser *confmap.Conf) e... method Validate (line 46) | func (ms *DefaultMetricMetricConfig) Validate() error { type DefaultMetricToBeRemovedMetricConfig (line 65) | type DefaultMetricToBeRemovedMetricConfig struct method Unmarshal (line 70) | func (ms *DefaultMetricToBeRemovedMetricConfig) Unmarshal(parser *conf... type MetricInputTypeMetricAttributeKey (line 85) | type MetricInputTypeMetricAttributeKey constant MetricInputTypeMetricAttributeKeyStringAttr (line 88) | MetricInputTypeMetricAttributeKeyStringAttr MetricInputTypeMetric... constant MetricInputTypeMetricAttributeKeyOverriddenIntAttr (line 89) | MetricInputTypeMetricAttributeKeyOverriddenIntAttr MetricInputTypeMetric... constant MetricInputTypeMetricAttributeKeyEnumAttr (line 90) | MetricInputTypeMetricAttributeKeyEnumAttr MetricInputTypeMetric... constant MetricInputTypeMetricAttributeKeySliceAttr (line 91) | MetricInputTypeMetricAttributeKeySliceAttr MetricInputTypeMetric... constant MetricInputTypeMetricAttributeKeyMapAttr (line 92) | MetricInputTypeMetricAttributeKeyMapAttr MetricInputTypeMetric... type MetricInputTypeMetricConfig (line 96) | type MetricInputTypeMetricConfig struct method Unmarshal (line 104) | func (ms *MetricInputTypeMetricConfig) Unmarshal(parser *confmap.Conf)... method Validate (line 118) | func (ms *MetricInputTypeMetricConfig) Validate() error { type OptionalMetricMetricAttributeKey (line 137) | type OptionalMetricMetricAttributeKey constant OptionalMetricMetricAttributeKeyStringAttr (line 140) | OptionalMetricMetricAttributeKeyStringAttr OptionalMetricMetricAttribu... constant OptionalMetricMetricAttributeKeyBooleanAttr (line 141) | OptionalMetricMetricAttributeKeyBooleanAttr OptionalMetricMetricAttribu... constant OptionalMetricMetricAttributeKeyBooleanAttr2 (line 142) | OptionalMetricMetricAttributeKeyBooleanAttr2 OptionalMetricMetricAttribu... type OptionalMetricMetricConfig (line 146) | type OptionalMetricMetricConfig struct method Unmarshal (line 154) | func (ms *OptionalMetricMetricConfig) Unmarshal(parser *confmap.Conf) ... method Validate (line 168) | func (ms *OptionalMetricMetricConfig) Validate() error { type OptionalMetricEmptyUnitMetricAttributeKey (line 187) | type OptionalMetricEmptyUnitMetricAttributeKey constant OptionalMetricEmptyUnitMetricAttributeKeyStringAttr (line 190) | OptionalMetricEmptyUnitMetricAttributeKeyStringAttr OptionalMetricEmpty... constant OptionalMetricEmptyUnitMetricAttributeKeyBooleanAttr (line 191) | OptionalMetricEmptyUnitMetricAttributeKeyBooleanAttr OptionalMetricEmpty... type OptionalMetricEmptyUnitMetricConfig (line 195) | type OptionalMetricEmptyUnitMetricConfig struct method Unmarshal (line 203) | func (ms *OptionalMetricEmptyUnitMetricConfig) Unmarshal(parser *confm... method Validate (line 217) | func (ms *OptionalMetricEmptyUnitMetricConfig) Validate() error { type ReaggregateMetricMetricAttributeKey (line 236) | type ReaggregateMetricMetricAttributeKey constant ReaggregateMetricMetricAttributeKeyStringAttr (line 239) | ReaggregateMetricMetricAttributeKeyStringAttr ReaggregateMetricMetricAt... constant ReaggregateMetricMetricAttributeKeyBooleanAttr (line 240) | ReaggregateMetricMetricAttributeKeyBooleanAttr ReaggregateMetricMetricAt... type ReaggregateMetricMetricConfig (line 244) | type ReaggregateMetricMetricConfig struct method Unmarshal (line 252) | func (ms *ReaggregateMetricMetricConfig) Unmarshal(parser *confmap.Con... method Validate (line 266) | func (ms *ReaggregateMetricMetricConfig) Validate() error { type MetricsConfig (line 285) | type MetricsConfig struct function DefaultMetricsConfig (line 294) | func DefaultMetricsConfig() MetricsConfig { type ResourceAttributeConfig (line 328) | type ResourceAttributeConfig struct method Unmarshal (line 341) | func (rac *ResourceAttributeConfig) Unmarshal(parser *confmap.Conf) er... type ResourceAttributesConfig (line 354) | type ResourceAttributesConfig struct function DefaultResourceAttributesConfig (line 365) | func DefaultResourceAttributesConfig() ResourceAttributesConfig { type MetricsBuilderConfig (line 395) | type MetricsBuilderConfig struct function DefaultMetricsBuilderConfig (line 400) | func DefaultMetricsBuilderConfig() MetricsBuilderConfig { FILE: cmd/mdatagen/internal/sampleconnector/internal/metadata/generated_config_test.go function TestMetricsBuilderConfig (line 17) | func TestMetricsBuilderConfig(t *testing.T) { function loadMetricsBuilderConfig (line 126) | func loadMetricsBuilderConfig(t *testing.T, name string) MetricsBuilderC... function TestResourceAttributesConfig (line 136) | func TestResourceAttributesConfig(t *testing.T) { function loadResourceAttributesConfig (line 181) | func loadResourceAttributesConfig(t *testing.T, name string) ResourceAtt... FILE: cmd/mdatagen/internal/sampleconnector/internal/metadata/generated_entity_metrics.go type TestEntityEntity (line 15) | type TestEntityEntity struct method SetMapResourceAttr (line 31) | func (e *TestEntityEntity) SetMapResourceAttr(val map[string]any) { method copyToResource (line 38) | func (e *TestEntityEntity) copyToResource(cfg ResourceAttributesConfig... function NewTestEntityEntity (line 22) | func NewTestEntityEntity(stringResourceAttr string) *TestEntityEntity { type TestEntityMetricsBuilder (line 57) | type TestEntityMetricsBuilder struct method RecordDefaultMetricDataPoint (line 63) | func (eb *TestEntityMetricsBuilder) RecordDefaultMetricDataPoint(ts pc... method RecordDefaultMetricToBeRemovedDataPoint (line 68) | func (eb *TestEntityMetricsBuilder) RecordDefaultMetricToBeRemovedData... method RecordMetricInputTypeDataPoint (line 73) | func (eb *TestEntityMetricsBuilder) RecordMetricInputTypeDataPoint(ts ... method RecordOptionalMetricDataPoint (line 83) | func (eb *TestEntityMetricsBuilder) RecordOptionalMetricDataPoint(ts p... method RecordOptionalMetricEmptyUnitDataPoint (line 88) | func (eb *TestEntityMetricsBuilder) RecordOptionalMetricEmptyUnitDataP... method RecordReaggregateMetricDataPoint (line 93) | func (eb *TestEntityMetricsBuilder) RecordReaggregateMetricDataPoint(t... method Emit (line 100) | func (eb *TestEntityMetricsBuilder) Emit() { FILE: cmd/mdatagen/internal/sampleconnector/internal/metadata/generated_entity_metrics_test.go function TestEntityBuilders (line 16) | func TestEntityBuilders(t *testing.T) { FILE: cmd/mdatagen/internal/sampleconnector/internal/metadata/generated_metrics.go constant AggregationStrategySum (line 21) | AggregationStrategySum = "sum" constant AggregationStrategyAvg (line 22) | AggregationStrategyAvg = "avg" constant AggregationStrategyMin (line 23) | AggregationStrategyMin = "min" constant AggregationStrategyMax (line 24) | AggregationStrategyMax = "max" type AttributeEnumAttr (line 28) | type AttributeEnumAttr method String (line 38) | func (av AttributeEnumAttr) String() string { constant _ (line 31) | _ AttributeEnumAttr = iota constant AttributeEnumAttrRed (line 32) | AttributeEnumAttrRed constant AttributeEnumAttrGreen (line 33) | AttributeEnumAttrGreen constant AttributeEnumAttrBlue (line 34) | AttributeEnumAttrBlue type metricsInfo (line 78) | type metricsInfo struct type metricInfo (line 87) | type metricInfo struct type metricDefaultMetric (line 91) | type metricDefaultMetric struct method init (line 99) | func (m *metricDefaultMetric) init() { method recordDataPoint (line 110) | func (m *metricDefaultMetric) recordDataPoint(start pcommon.Timestamp,... method updateCapacity (line 164) | func (m *metricDefaultMetric) updateCapacity() { method emit (line 171) | func (m *metricDefaultMetric) emit(metrics pmetric.MetricSlice) { function newMetricDefaultMetric (line 184) | func newMetricDefaultMetric(cfg DefaultMetricMetricConfig) metricDefault... type metricDefaultMetricToBeRemoved (line 194) | type metricDefaultMetricToBeRemoved struct method init (line 201) | func (m *metricDefaultMetricToBeRemoved) init() { method recordDataPoint (line 210) | func (m *metricDefaultMetricToBeRemoved) recordDataPoint(start pcommon... method updateCapacity (line 221) | func (m *metricDefaultMetricToBeRemoved) updateCapacity() { method emit (line 228) | func (m *metricDefaultMetricToBeRemoved) emit(metrics pmetric.MetricSl... function newMetricDefaultMetricToBeRemoved (line 236) | func newMetricDefaultMetricToBeRemoved(cfg DefaultMetricToBeRemovedMetri... type metricMetricInputType (line 246) | type metricMetricInputType struct method init (line 254) | func (m *metricMetricInputType) init() { method recordDataPoint (line 265) | func (m *metricMetricInputType) recordDataPoint(start pcommon.Timestam... method updateCapacity (line 319) | func (m *metricMetricInputType) updateCapacity() { method emit (line 326) | func (m *metricMetricInputType) emit(metrics pmetric.MetricSlice) { function newMetricMetricInputType (line 339) | func newMetricMetricInputType(cfg MetricInputTypeMetricConfig) metricMet... type metricOptionalMetric (line 349) | type metricOptionalMetric struct method init (line 357) | func (m *metricOptionalMetric) init() { method recordDataPoint (line 366) | func (m *metricOptionalMetric) recordDataPoint(start pcommon.Timestamp... method updateCapacity (line 414) | func (m *metricOptionalMetric) updateCapacity() { method emit (line 421) | func (m *metricOptionalMetric) emit(metrics pmetric.MetricSlice) { function newMetricOptionalMetric (line 434) | func newMetricOptionalMetric(cfg OptionalMetricMetricConfig) metricOptio... type metricOptionalMetricEmptyUnit (line 444) | type metricOptionalMetricEmptyUnit struct method init (line 452) | func (m *metricOptionalMetricEmptyUnit) init() { method recordDataPoint (line 461) | func (m *metricOptionalMetricEmptyUnit) recordDataPoint(start pcommon.... method updateCapacity (line 506) | func (m *metricOptionalMetricEmptyUnit) updateCapacity() { method emit (line 513) | func (m *metricOptionalMetricEmptyUnit) emit(metrics pmetric.MetricSli... function newMetricOptionalMetricEmptyUnit (line 526) | func newMetricOptionalMetricEmptyUnit(cfg OptionalMetricEmptyUnitMetricC... type metricReaggregateMetric (line 536) | type metricReaggregateMetric struct method init (line 544) | func (m *metricReaggregateMetric) init() { method recordDataPoint (line 553) | func (m *metricReaggregateMetric) recordDataPoint(start pcommon.Timest... method updateCapacity (line 598) | func (m *metricReaggregateMetric) updateCapacity() { method emit (line 605) | func (m *metricReaggregateMetric) emit(metrics pmetric.MetricSlice) { function newMetricReaggregateMetric (line 618) | func newMetricReaggregateMetric(cfg ReaggregateMetricMetricConfig) metri... type MetricsBuilder (line 630) | type MetricsBuilder struct method NewResourceBuilder (line 755) | func (mb *MetricsBuilder) NewResourceBuilder() *ResourceBuilder { method updateCapacity (line 760) | func (mb *MetricsBuilder) updateCapacity(rm pmetric.ResourceMetrics) { method ForTestEntity (line 813) | func (mb *MetricsBuilder) ForTestEntity(e *TestEntityEntity) *TestEnti... method EmitForResource (line 824) | func (mb *MetricsBuilder) EmitForResource(options ...ResourceMetricsOp... method Emit (line 861) | func (mb *MetricsBuilder) Emit(options ...ResourceMetricsOption) pmetr... method RecordDefaultMetricDataPoint (line 871) | func (mb *MetricsBuilder) RecordDefaultMetricDataPoint(ts pcommon.Time... method RecordDefaultMetricToBeRemovedDataPoint (line 878) | func (mb *MetricsBuilder) RecordDefaultMetricToBeRemovedDataPoint(ts p... method RecordMetricInputTypeDataPoint (line 885) | func (mb *MetricsBuilder) RecordMetricInputTypeDataPoint(ts pcommon.Ti... method RecordOptionalMetricDataPoint (line 897) | func (mb *MetricsBuilder) RecordOptionalMetricDataPoint(ts pcommon.Tim... method RecordOptionalMetricEmptyUnitDataPoint (line 904) | func (mb *MetricsBuilder) RecordOptionalMetricEmptyUnitDataPoint(ts pc... method RecordReaggregateMetricDataPoint (line 911) | func (mb *MetricsBuilder) RecordReaggregateMetricDataPoint(ts pcommon.... method Reset (line 917) | func (mb *MetricsBuilder) Reset(options ...MetricBuilderOption) { type MetricBuilderOption (line 647) | type MetricBuilderOption interface type metricBuilderOptionFunc (line 651) | type metricBuilderOptionFunc method apply (line 653) | func (mbof metricBuilderOptionFunc) apply(mb *MetricsBuilder) { function WithStartTime (line 658) | func WithStartTime(startTime pcommon.Timestamp) MetricBuilderOption { function NewMetricsBuilder (line 663) | func NewMetricsBuilder(mbc MetricsBuilderConfig, settings connector.Sett... type ResourceMetricsOption (line 767) | type ResourceMetricsOption interface type resourceMetricsOptionFunc (line 771) | type resourceMetricsOptionFunc method apply (line 773) | func (rmof resourceMetricsOptionFunc) apply(rm pmetric.ResourceMetrics) { function WithResource (line 779) | func WithResource(res pcommon.Resource) ResourceMetricsOption { function withResourceMoved (line 785) | func withResourceMoved(res pcommon.Resource) ResourceMetricsOption { function WithStartTimeOverride (line 793) | func WithStartTimeOverride(start pcommon.Timestamp) ResourceMetricsOption { FILE: cmd/mdatagen/internal/sampleconnector/internal/metadata/generated_metrics_test.go type testDataSet (line 17) | type testDataSet constant testDataSetDefault (line 20) | testDataSetDefault testDataSet = iota constant testDataSetAll (line 21) | testDataSetAll constant testDataSetNone (line 22) | testDataSetNone constant testDataSetReag (line 23) | testDataSetReag function TestMetricsBuilder (line 26) | func TestMetricsBuilder(t *testing.T) { FILE: cmd/mdatagen/internal/sampleconnector/internal/metadata/generated_resource.go type ResourceBuilder (line 11) | type ResourceBuilder struct method SetMapResourceAttr (line 25) | func (rb *ResourceBuilder) SetMapResourceAttr(val map[string]any) { method SetOptionalResourceAttr (line 32) | func (rb *ResourceBuilder) SetOptionalResourceAttr(val string) { method SetSliceResourceAttr (line 39) | func (rb *ResourceBuilder) SetSliceResourceAttr(val []any) { method SetStringEnumResourceAttrOne (line 46) | func (rb *ResourceBuilder) SetStringEnumResourceAttrOne() { method SetStringEnumResourceAttrTwo (line 53) | func (rb *ResourceBuilder) SetStringEnumResourceAttrTwo() { method SetStringResourceAttr (line 60) | func (rb *ResourceBuilder) SetStringResourceAttr(val string) { method SetStringResourceAttrDisableWarning (line 67) | func (rb *ResourceBuilder) SetStringResourceAttrDisableWarning(val str... method SetStringResourceAttrRemoveWarning (line 74) | func (rb *ResourceBuilder) SetStringResourceAttrRemoveWarning(val stri... method SetStringResourceAttrToBeRemoved (line 81) | func (rb *ResourceBuilder) SetStringResourceAttrToBeRemoved(val string) { method Emit (line 88) | func (rb *ResourceBuilder) Emit() pcommon.Resource { function NewResourceBuilder (line 17) | func NewResourceBuilder(rac ResourceAttributesConfig) *ResourceBuilder { FILE: cmd/mdatagen/internal/sampleconnector/internal/metadata/generated_resource_test.go function TestResourceBuilder (line 11) | func TestResourceBuilder(t *testing.T) { FILE: cmd/mdatagen/internal/sampleconnector/internal/metadata/generated_status.go constant MetricsToMetricsStability (line 15) | MetricsToMetricsStability = component.StabilityLevelDevelopment constant ProfilesToProfilesStability (line 16) | ProfilesToProfilesStability = component.StabilityLevelDevelopment FILE: cmd/mdatagen/internal/sampleconnector/metrics_test.go function TestGeneratedMetrics (line 19) | func TestGeneratedMetrics(t *testing.T) { function TestNopConnector (line 25) | func TestNopConnector(t *testing.T) { FILE: cmd/mdatagen/internal/sampleentityreceiver/factory.go function NewFactory (line 17) | func NewFactory() xreceiver.Factory { function createMetrics (line 25) | func createMetrics(context.Context, receiver.Settings, component.Config,... type nopReceiver (line 31) | type nopReceiver struct method Shutdown (line 35) | func (nopReceiver) Shutdown(context.Context) error { FILE: cmd/mdatagen/internal/sampleentityreceiver/generated_component_test.go function TestComponentFactoryType (line 21) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 25) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 29) | func TestComponentLifecycle(t *testing.T) { type mdatagenNopHost (line 76) | type mdatagenNopHost struct method GetExtensions (line 82) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 86) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 78) | func newMdatagenNopHost() component.Host { FILE: cmd/mdatagen/internal/sampleentityreceiver/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: cmd/mdatagen/internal/sampleentityreceiver/internal/metadata/generated_config.go type MetricConfig (line 11) | type MetricConfig struct method Unmarshal (line 16) | func (ms *MetricConfig) Unmarshal(parser *confmap.Conf) error { type MetricsConfig (line 31) | type MetricsConfig struct function DefaultMetricsConfig (line 37) | func DefaultMetricsConfig() MetricsConfig { type ResourceAttributeConfig (line 52) | type ResourceAttributeConfig struct method Unmarshal (line 65) | func (rac *ResourceAttributeConfig) Unmarshal(parser *confmap.Conf) er... type ResourceAttributesConfig (line 78) | type ResourceAttributesConfig struct function DefaultResourceAttributesConfig (line 86) | func DefaultResourceAttributesConfig() ResourceAttributesConfig { type MetricsBuilderConfig (line 107) | type MetricsBuilderConfig struct function DefaultMetricsBuilderConfig (line 112) | func DefaultMetricsBuilderConfig() MetricsBuilderConfig { FILE: cmd/mdatagen/internal/sampleentityreceiver/internal/metadata/generated_config_test.go function TestMetricsBuilderConfig (line 17) | func TestMetricsBuilderConfig(t *testing.T) { function loadMetricsBuilderConfig (line 82) | func loadMetricsBuilderConfig(t *testing.T, name string) MetricsBuilderC... function TestResourceAttributesConfig (line 92) | func TestResourceAttributesConfig(t *testing.T) { function loadResourceAttributesConfig (line 131) | func loadResourceAttributesConfig(t *testing.T, name string) ResourceAtt... FILE: cmd/mdatagen/internal/sampleentityreceiver/internal/metadata/generated_entity_metrics.go type K8sReplicasetEntity (line 12) | type K8sReplicasetEntity struct method SetK8sReplicasetName (line 28) | func (e *K8sReplicasetEntity) SetK8sReplicasetName(val string) { method copyToResource (line 35) | func (e *K8sReplicasetEntity) copyToResource(cfg ResourceAttributesCon... function NewK8sReplicasetEntity (line 19) | func NewK8sReplicasetEntity(k8sReplicasetUID string) *K8sReplicasetEntity { type K8sPodEntity (line 54) | type K8sPodEntity struct method SetK8sPodName (line 72) | func (e *K8sPodEntity) SetK8sPodName(val string) { method SetK8sNamespaceName (line 80) | func (e *K8sPodEntity) SetK8sNamespaceName(val string) { method SetControlledByK8sReplicaset (line 88) | func (e *K8sPodEntity) SetControlledByK8sReplicaset(target *K8sReplica... method copyToResource (line 95) | func (e *K8sPodEntity) copyToResource(cfg ResourceAttributesConfig, re... function NewK8sPodEntity (line 63) | func NewK8sPodEntity(k8sPodUID string) *K8sPodEntity { type K8sReplicasetMetricsBuilder (line 120) | type K8sReplicasetMetricsBuilder struct method RecordK8sReplicasetDesiredDataPoint (line 126) | func (eb *K8sReplicasetMetricsBuilder) RecordK8sReplicasetDesiredDataP... method Emit (line 133) | func (eb *K8sReplicasetMetricsBuilder) Emit() { type K8sPodMetricsBuilder (line 142) | type K8sPodMetricsBuilder struct method RecordK8sPodCPUTimeDataPoint (line 148) | func (eb *K8sPodMetricsBuilder) RecordK8sPodCPUTimeDataPoint(ts pcommo... method RecordK8sPodPhaseDataPoint (line 153) | func (eb *K8sPodMetricsBuilder) RecordK8sPodPhaseDataPoint(ts pcommon.... method Emit (line 160) | func (eb *K8sPodMetricsBuilder) Emit() { FILE: cmd/mdatagen/internal/sampleentityreceiver/internal/metadata/generated_entity_metrics_test.go function TestEntityBuilders (line 16) | func TestEntityBuilders(t *testing.T) { FILE: cmd/mdatagen/internal/sampleentityreceiver/internal/metadata/generated_metrics.go type AttributePhase (line 18) | type AttributePhase method String (line 30) | func (av AttributePhase) String() string { constant _ (line 21) | _ AttributePhase = iota constant AttributePhasePending (line 22) | AttributePhasePending constant AttributePhaseRunning (line 23) | AttributePhaseRunning constant AttributePhaseSucceeded (line 24) | AttributePhaseSucceeded constant AttributePhaseFailed (line 25) | AttributePhaseFailed constant AttributePhaseUnknown (line 26) | AttributePhaseUnknown type metricsInfo (line 67) | type metricsInfo struct type metricInfo (line 73) | type metricInfo struct type metricK8sPodCPUTime (line 77) | type metricK8sPodCPUTime struct method init (line 84) | func (m *metricK8sPodCPUTime) init() { method recordDataPoint (line 93) | func (m *metricK8sPodCPUTime) recordDataPoint(start pcommon.Timestamp,... method updateCapacity (line 104) | func (m *metricK8sPodCPUTime) updateCapacity() { method emit (line 111) | func (m *metricK8sPodCPUTime) emit(metrics pmetric.MetricSlice) { function newMetricK8sPodCPUTime (line 119) | func newMetricK8sPodCPUTime(cfg MetricConfig) metricK8sPodCPUTime { type metricK8sPodPhase (line 129) | type metricK8sPodPhase struct method init (line 136) | func (m *metricK8sPodPhase) init() { method recordDataPoint (line 144) | func (m *metricK8sPodPhase) recordDataPoint(start pcommon.Timestamp, t... method updateCapacity (line 156) | func (m *metricK8sPodPhase) updateCapacity() { method emit (line 163) | func (m *metricK8sPodPhase) emit(metrics pmetric.MetricSlice) { function newMetricK8sPodPhase (line 171) | func newMetricK8sPodPhase(cfg MetricConfig) metricK8sPodPhase { type metricK8sReplicasetDesired (line 181) | type metricK8sReplicasetDesired struct method init (line 188) | func (m *metricK8sReplicasetDesired) init() { method recordDataPoint (line 195) | func (m *metricK8sReplicasetDesired) recordDataPoint(start pcommon.Tim... method updateCapacity (line 206) | func (m *metricK8sReplicasetDesired) updateCapacity() { method emit (line 213) | func (m *metricK8sReplicasetDesired) emit(metrics pmetric.MetricSlice) { function newMetricK8sReplicasetDesired (line 221) | func newMetricK8sReplicasetDesired(cfg MetricConfig) metricK8sReplicaset... type MetricsBuilder (line 233) | type MetricsBuilder struct method NewResourceBuilder (line 313) | func (mb *MetricsBuilder) NewResourceBuilder() *ResourceBuilder { method updateCapacity (line 318) | func (mb *MetricsBuilder) updateCapacity(rm pmetric.ResourceMetrics) { method ForK8sReplicaset (line 371) | func (mb *MetricsBuilder) ForK8sReplicaset(e *K8sReplicasetEntity) *K8... method ForK8sPod (line 377) | func (mb *MetricsBuilder) ForK8sPod(e *K8sPodEntity) *K8sPodMetricsBui... method EmitForResource (line 388) | func (mb *MetricsBuilder) EmitForResource(options ...ResourceMetricsOp... method Emit (line 422) | func (mb *MetricsBuilder) Emit(options ...ResourceMetricsOption) pmetr... method RecordK8sPodCPUTimeDataPoint (line 432) | func (mb *MetricsBuilder) RecordK8sPodCPUTimeDataPoint(ts pcommon.Time... method RecordK8sPodPhaseDataPoint (line 439) | func (mb *MetricsBuilder) RecordK8sPodPhaseDataPoint(ts pcommon.Timest... method RecordK8sReplicasetDesiredDataPoint (line 446) | func (mb *MetricsBuilder) RecordK8sReplicasetDesiredDataPoint(ts pcomm... method Reset (line 452) | func (mb *MetricsBuilder) Reset(options ...MetricBuilderOption) { type MetricBuilderOption (line 247) | type MetricBuilderOption interface type metricBuilderOptionFunc (line 251) | type metricBuilderOptionFunc method apply (line 253) | func (mbof metricBuilderOptionFunc) apply(mb *MetricsBuilder) { function WithStartTime (line 258) | func WithStartTime(startTime pcommon.Timestamp) MetricBuilderOption { function NewMetricsBuilder (line 263) | func NewMetricsBuilder(mbc MetricsBuilderConfig, settings receiver.Setti... type ResourceMetricsOption (line 325) | type ResourceMetricsOption interface type resourceMetricsOptionFunc (line 329) | type resourceMetricsOptionFunc method apply (line 331) | func (rmof resourceMetricsOptionFunc) apply(rm pmetric.ResourceMetrics) { function WithResource (line 337) | func WithResource(res pcommon.Resource) ResourceMetricsOption { function withResourceMoved (line 343) | func withResourceMoved(res pcommon.Resource) ResourceMetricsOption { function WithStartTimeOverride (line 351) | func WithStartTimeOverride(start pcommon.Timestamp) ResourceMetricsOption { FILE: cmd/mdatagen/internal/sampleentityreceiver/internal/metadata/generated_metrics_test.go type testDataSet (line 17) | type testDataSet constant testDataSetDefault (line 20) | testDataSetDefault testDataSet = iota constant testDataSetAll (line 21) | testDataSetAll constant testDataSetNone (line 22) | testDataSetNone function TestMetricsBuilder (line 25) | func TestMetricsBuilder(t *testing.T) { FILE: cmd/mdatagen/internal/sampleentityreceiver/internal/metadata/generated_resource.go type ResourceBuilder (line 11) | type ResourceBuilder struct method SetK8sNamespaceName (line 25) | func (rb *ResourceBuilder) SetK8sNamespaceName(val string) { method SetK8sPodName (line 32) | func (rb *ResourceBuilder) SetK8sPodName(val string) { method SetK8sPodUID (line 39) | func (rb *ResourceBuilder) SetK8sPodUID(val string) { method SetK8sReplicasetName (line 46) | func (rb *ResourceBuilder) SetK8sReplicasetName(val string) { method SetK8sReplicasetUID (line 53) | func (rb *ResourceBuilder) SetK8sReplicasetUID(val string) { method Emit (line 60) | func (rb *ResourceBuilder) Emit() pcommon.Resource { function NewResourceBuilder (line 17) | func NewResourceBuilder(rac ResourceAttributesConfig) *ResourceBuilder { FILE: cmd/mdatagen/internal/sampleentityreceiver/internal/metadata/generated_resource_test.go function TestResourceBuilder (line 11) | func TestResourceBuilder(t *testing.T) { FILE: cmd/mdatagen/internal/sampleentityreceiver/internal/metadata/generated_status.go constant MetricsStability (line 15) | MetricsStability = component.StabilityLevelDevelopment FILE: cmd/mdatagen/internal/samplefactoryreceiver/factory.go function NewFactory (line 22) | func NewFactory() xreceiver.Factory { function createTraces (line 33) | func createTraces(context.Context, receiver.Settings, component.Config, ... function createMetrics (line 37) | func createMetrics(ctx context.Context, set receiver.Settings, _ compone... function createLogs (line 54) | func createLogs(context.Context, receiver.Settings, component.Config, co... function createProfiles (line 58) | func createProfiles(context.Context, receiver.Settings, component.Config... type nopReceiver (line 64) | type nopReceiver struct method Start (line 69) | func (r nopReceiver) Start(_ context.Context, host component.Host) err... method Shutdown (line 78) | func (r nopReceiver) Shutdown(context.Context) error { FILE: cmd/mdatagen/internal/samplefactoryreceiver/generated_component_test.go function TestComponentFactoryType (line 23) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 27) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 31) | func TestComponentLifecycle(t *testing.T) { type mdatagenNopHost (line 99) | type mdatagenNopHost struct method GetExtensions (line 105) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 109) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 101) | func newMdatagenNopHost() component.Host { FILE: cmd/mdatagen/internal/samplefactoryreceiver/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: cmd/mdatagen/internal/samplefactoryreceiver/internal/metadata/generated_config.go type MetricConfig (line 11) | type MetricConfig struct method Unmarshal (line 17) | func (ms *MetricConfig) Unmarshal(parser *confmap.Conf) error { type MetricsConfig (line 30) | type MetricsConfig struct function DefaultMetricsConfig (line 38) | func DefaultMetricsConfig() MetricsConfig { type EventConfig (line 59) | type EventConfig struct method Unmarshal (line 65) | func (ec *EventConfig) Unmarshal(parser *confmap.Conf) error { type EventsConfig (line 78) | type EventsConfig struct function DefaultEventsConfig (line 84) | func DefaultEventsConfig() EventsConfig { type ResourceAttributeConfig (line 99) | type ResourceAttributeConfig struct method Unmarshal (line 119) | func (rac *ResourceAttributeConfig) Unmarshal(parser *confmap.Conf) er... type ResourceAttributesConfig (line 132) | type ResourceAttributesConfig struct function DefaultResourceAttributesConfig (line 143) | func DefaultResourceAttributesConfig() ResourceAttributesConfig { type MetricsBuilderConfig (line 173) | type MetricsBuilderConfig struct function DefaultMetricsBuilderConfig (line 178) | func DefaultMetricsBuilderConfig() MetricsBuilderConfig { type LogsBuilderConfig (line 186) | type LogsBuilderConfig struct function DefaultLogsBuilderConfig (line 191) | func DefaultLogsBuilderConfig() LogsBuilderConfig { FILE: cmd/mdatagen/internal/samplefactoryreceiver/internal/metadata/generated_config_test.go function TestMetricsBuilderConfig (line 17) | func TestMetricsBuilderConfig(t *testing.T) { function loadMetricsBuilderConfig (line 80) | func loadMetricsBuilderConfig(t *testing.T, name string) MetricsBuilderC... function loadLogsBuilderConfig (line 90) | func loadLogsBuilderConfig(t *testing.T, name string) LogsBuilderConfig { function TestResourceAttributesConfig (line 100) | func TestResourceAttributesConfig(t *testing.T) { function loadResourceAttributesConfig (line 145) | func loadResourceAttributesConfig(t *testing.T, name string) ResourceAtt... FILE: cmd/mdatagen/internal/samplefactoryreceiver/internal/metadata/generated_logs.go type LogsBuilder (line 16) | type LogsBuilder struct method AppendLogRecord (line 57) | func (lb *LogsBuilder) AppendLogRecord(lr plog.LogRecord) { method EmitForResource (line 66) | func (lb *LogsBuilder) EmitForResource(options ...ResourceLogsOption) { method Emit (line 90) | func (lb *LogsBuilder) Emit(options ...ResourceLogsOption) plog.Logs { type LogBuilderOption (line 23) | type LogBuilderOption interface function NewLogsBuilder (line 27) | func NewLogsBuilder(settings receiver.Settings) *LogsBuilder { type ResourceLogsOption (line 38) | type ResourceLogsOption interface type resourceLogsOptionFunc (line 42) | type resourceLogsOptionFunc method apply (line 44) | func (rlof resourceLogsOptionFunc) apply(rl plog.ResourceLogs) { function WithLogsResource (line 50) | func WithLogsResource(res pcommon.Resource) ResourceLogsOption { FILE: cmd/mdatagen/internal/samplefactoryreceiver/internal/metadata/generated_logs_test.go function TestLogsBuilderAppendLogRecord (line 18) | func TestLogsBuilderAppendLogRecord(t *testing.T) { FILE: cmd/mdatagen/internal/samplefactoryreceiver/internal/metadata/generated_metrics.go type AttributeEnumAttr (line 20) | type AttributeEnumAttr method String (line 30) | func (av AttributeEnumAttr) String() string { constant _ (line 23) | _ AttributeEnumAttr = iota constant AttributeEnumAttrRed (line 24) | AttributeEnumAttrRed constant AttributeEnumAttrGreen (line 25) | AttributeEnumAttrGreen constant AttributeEnumAttrBlue (line 26) | AttributeEnumAttrBlue type metricsInfo (line 67) | type metricsInfo struct type metricInfo (line 75) | type metricInfo struct type MetricAttributeOption (line 79) | type MetricAttributeOption interface type metricAttributeOptionFunc (line 83) | type metricAttributeOptionFunc method apply (line 85) | func (maof metricAttributeOptionFunc) apply(dp pmetric.NumberDataPoint) { function WithOptionalIntAttrMetricAttribute (line 89) | func WithOptionalIntAttrMetricAttribute(optionalIntAttrAttributeValue in... function WithOptionalStringAttrMetricAttribute (line 95) | func WithOptionalStringAttrMetricAttribute(optionalStringAttrAttributeVa... type metricDefaultMetric (line 101) | type metricDefaultMetric struct method init (line 108) | func (m *metricDefaultMetric) init() { method recordDataPoint (line 118) | func (m *metricDefaultMetric) recordDataPoint(start pcommon.Timestamp,... method updateCapacity (line 137) | func (m *metricDefaultMetric) updateCapacity() { method emit (line 144) | func (m *metricDefaultMetric) emit(metrics pmetric.MetricSlice) { function newMetricDefaultMetric (line 152) | func newMetricDefaultMetric(cfg MetricConfig) metricDefaultMetric { type metricDefaultMetricToBeRemoved (line 161) | type metricDefaultMetricToBeRemoved struct method init (line 168) | func (m *metricDefaultMetricToBeRemoved) init() { method recordDataPoint (line 177) | func (m *metricDefaultMetricToBeRemoved) recordDataPoint(start pcommon... method updateCapacity (line 188) | func (m *metricDefaultMetricToBeRemoved) updateCapacity() { method emit (line 195) | func (m *metricDefaultMetricToBeRemoved) emit(metrics pmetric.MetricSl... function newMetricDefaultMetricToBeRemoved (line 203) | func newMetricDefaultMetricToBeRemoved(cfg MetricConfig) metricDefaultMe... type metricMetricInputType (line 212) | type metricMetricInputType struct method init (line 219) | func (m *metricMetricInputType) init() { method recordDataPoint (line 229) | func (m *metricMetricInputType) recordDataPoint(start pcommon.Timestam... method updateCapacity (line 245) | func (m *metricMetricInputType) updateCapacity() { method emit (line 252) | func (m *metricMetricInputType) emit(metrics pmetric.MetricSlice) { function newMetricMetricInputType (line 260) | func newMetricMetricInputType(cfg MetricConfig) metricMetricInputType { type metricOptionalMetric (line 269) | type metricOptionalMetric struct method init (line 276) | func (m *metricOptionalMetric) init() { method recordDataPoint (line 284) | func (m *metricOptionalMetric) recordDataPoint(start pcommon.Timestamp... method updateCapacity (line 301) | func (m *metricOptionalMetric) updateCapacity() { method emit (line 308) | func (m *metricOptionalMetric) emit(metrics pmetric.MetricSlice) { function newMetricOptionalMetric (line 316) | func newMetricOptionalMetric(cfg MetricConfig) metricOptionalMetric { type metricOptionalMetricEmptyUnit (line 325) | type metricOptionalMetricEmptyUnit struct method init (line 332) | func (m *metricOptionalMetricEmptyUnit) init() { method recordDataPoint (line 340) | func (m *metricOptionalMetricEmptyUnit) recordDataPoint(start pcommon.... method updateCapacity (line 353) | func (m *metricOptionalMetricEmptyUnit) updateCapacity() { method emit (line 360) | func (m *metricOptionalMetricEmptyUnit) emit(metrics pmetric.MetricSli... function newMetricOptionalMetricEmptyUnit (line 368) | func newMetricOptionalMetricEmptyUnit(cfg MetricConfig) metricOptionalMe... type MetricsBuilder (line 379) | type MetricsBuilder struct method NewResourceBuilder (line 502) | func (mb *MetricsBuilder) NewResourceBuilder() *ResourceBuilder { method updateCapacity (line 507) | func (mb *MetricsBuilder) updateCapacity(rm pmetric.ResourceMetrics) { method EmitForResource (line 557) | func (mb *MetricsBuilder) EmitForResource(options ...ResourceMetricsOp... method Emit (line 593) | func (mb *MetricsBuilder) Emit(options ...ResourceMetricsOption) pmetr... method RecordDefaultMetricDataPoint (line 601) | func (mb *MetricsBuilder) RecordDefaultMetricDataPoint(ts pcommon.Time... method RecordDefaultMetricToBeRemovedDataPoint (line 606) | func (mb *MetricsBuilder) RecordDefaultMetricToBeRemovedDataPoint(ts p... method RecordMetricInputTypeDataPoint (line 611) | func (mb *MetricsBuilder) RecordMetricInputTypeDataPoint(ts pcommon.Ti... method RecordOptionalMetricDataPoint (line 621) | func (mb *MetricsBuilder) RecordOptionalMetricDataPoint(ts pcommon.Tim... method RecordOptionalMetricEmptyUnitDataPoint (line 626) | func (mb *MetricsBuilder) RecordOptionalMetricEmptyUnitDataPoint(ts pc... method Reset (line 632) | func (mb *MetricsBuilder) Reset(options ...MetricBuilderOption) { type MetricBuilderOption (line 395) | type MetricBuilderOption interface type metricBuilderOptionFunc (line 399) | type metricBuilderOptionFunc method apply (line 401) | func (mbof metricBuilderOptionFunc) apply(mb *MetricsBuilder) { function WithStartTime (line 406) | func WithStartTime(startTime pcommon.Timestamp) MetricBuilderOption { function NewMetricsBuilder (line 411) | func NewMetricsBuilder(mbc MetricsBuilderConfig, settings receiver.Setti... type ResourceMetricsOption (line 514) | type ResourceMetricsOption interface type resourceMetricsOptionFunc (line 518) | type resourceMetricsOptionFunc method apply (line 520) | func (rmof resourceMetricsOptionFunc) apply(rm pmetric.ResourceMetrics) { function WithResource (line 526) | func WithResource(res pcommon.Resource) ResourceMetricsOption { function WithStartTimeOverride (line 534) | func WithStartTimeOverride(start pcommon.Timestamp) ResourceMetricsOption { FILE: cmd/mdatagen/internal/samplefactoryreceiver/internal/metadata/generated_metrics_test.go type testDataSet (line 17) | type testDataSet constant testDataSetDefault (line 20) | testDataSetDefault testDataSet = iota constant testDataSetAll (line 21) | testDataSetAll constant testDataSetNone (line 22) | testDataSetNone function TestMetricsBuilder (line 25) | func TestMetricsBuilder(t *testing.T) { FILE: cmd/mdatagen/internal/samplefactoryreceiver/internal/metadata/generated_resource.go type ResourceBuilder (line 11) | type ResourceBuilder struct method SetMapResourceAttr (line 25) | func (rb *ResourceBuilder) SetMapResourceAttr(val map[string]any) { method SetOptionalResourceAttr (line 32) | func (rb *ResourceBuilder) SetOptionalResourceAttr(val string) { method SetSliceResourceAttr (line 39) | func (rb *ResourceBuilder) SetSliceResourceAttr(val []any) { method SetStringEnumResourceAttrOne (line 46) | func (rb *ResourceBuilder) SetStringEnumResourceAttrOne() { method SetStringEnumResourceAttrTwo (line 53) | func (rb *ResourceBuilder) SetStringEnumResourceAttrTwo() { method SetStringResourceAttr (line 60) | func (rb *ResourceBuilder) SetStringResourceAttr(val string) { method SetStringResourceAttrDisableWarning (line 67) | func (rb *ResourceBuilder) SetStringResourceAttrDisableWarning(val str... method SetStringResourceAttrRemoveWarning (line 74) | func (rb *ResourceBuilder) SetStringResourceAttrRemoveWarning(val stri... method SetStringResourceAttrToBeRemoved (line 81) | func (rb *ResourceBuilder) SetStringResourceAttrToBeRemoved(val string) { method Emit (line 88) | func (rb *ResourceBuilder) Emit() pcommon.Resource { function NewResourceBuilder (line 17) | func NewResourceBuilder(rac ResourceAttributesConfig) *ResourceBuilder { FILE: cmd/mdatagen/internal/samplefactoryreceiver/internal/metadata/generated_resource_test.go function TestResourceBuilder (line 11) | func TestResourceBuilder(t *testing.T) { FILE: cmd/mdatagen/internal/samplefactoryreceiver/internal/metadata/generated_status.go constant ProfilesStability (line 15) | ProfilesStability = component.StabilityLevelDeprecated constant LogsStability (line 16) | LogsStability = component.StabilityLevelDevelopment constant TracesStability (line 17) | TracesStability = component.StabilityLevelBeta constant MetricsStability (line 18) | MetricsStability = component.StabilityLevelStable FILE: cmd/mdatagen/internal/samplefactoryreceiver/internal/metadata/generated_telemetry.go function Meter (line 17) | func Meter(settings component.TelemetrySettings) metric.Meter { function Tracer (line 21) | func Tracer(settings component.TelemetrySettings) trace.Tracer { type TelemetryBuilder (line 27) | type TelemetryBuilder struct method RegisterProcessRuntimeTotalAllocBytesCallback (line 50) | func (builder *TelemetryBuilder) RegisterProcessRuntimeTotalAllocBytes... method RegisterQueueLengthCallback (line 65) | func (builder *TelemetryBuilder) RegisterQueueLengthCallback(cb metric... method Shutdown (line 90) | func (builder *TelemetryBuilder) Shutdown() { type TelemetryBuilderOption (line 39) | type TelemetryBuilderOption interface type telemetryBuilderOptionFunc (line 43) | type telemetryBuilderOptionFunc method apply (line 45) | func (tbof telemetryBuilderOptionFunc) apply(mb *TelemetryBuilder) { type observerInt64 (line 79) | type observerInt64 struct method Observe (line 85) | func (oi *observerInt64) Observe(value int64, opts ...metric.ObserveOp... function NewTelemetryBuilder (line 100) | func NewTelemetryBuilder(settings component.TelemetrySettings, options .... FILE: cmd/mdatagen/internal/samplefactoryreceiver/internal/metadata/generated_telemetry_test.go type mockMeter (line 20) | type mockMeter struct type mockMeterProvider (line 24) | type mockMeterProvider struct method Meter (line 28) | func (m mockMeterProvider) Meter(name string, opts ...metric.MeterOpti... type mockTracer (line 32) | type mockTracer struct type mockTracerProvider (line 37) | type mockTracerProvider struct method Tracer (line 41) | func (m mockTracerProvider) Tracer(name string, opts ...trace.TracerOp... function TestProviders (line 45) | func TestProviders(t *testing.T) { function TestNewTelemetryBuilder (line 66) | func TestNewTelemetryBuilder(t *testing.T) { FILE: cmd/mdatagen/internal/sampleprocessor/factory.go function NewFactory (line 22) | func NewFactory() processor.Factory { function createTracesProcessor (line 33) | func createTracesProcessor(context.Context, processor.Settings, componen... function createMetricsProcessor (line 37) | func createMetricsProcessor(context.Context, processor.Settings, compone... function createLogsProcessor (line 41) | func createLogsProcessor(context.Context, processor.Settings, component.... function createProfilesProcessor (line 45) | func createProfilesProcessor(context.Context, processor.Settings, compon... type nopProcessor (line 51) | type nopProcessor struct method ConsumeTraces (line 56) | func (n nopProcessor) ConsumeTraces(context.Context, ptrace.Traces) er... method ConsumeLogs (line 60) | func (n nopProcessor) ConsumeLogs(context.Context, plog.Logs) error { method Capabilities (line 64) | func (n nopProcessor) Capabilities() consumer.Capabilities { method ConsumeMetrics (line 68) | func (n nopProcessor) ConsumeMetrics(context.Context, pmetric.Metrics)... method ConsumeProfiles (line 72) | func (n nopProcessor) ConsumeProfiles(context.Context, pprofile.Profil... FILE: cmd/mdatagen/internal/sampleprocessor/generated_component_test.go function TestComponentFactoryType (line 28) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 32) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 36) | func TestComponentLifecycle(t *testing.T) { function generateLifecycleTestLogs (line 128) | func generateLifecycleTestLogs() plog.Logs { function generateLifecycleTestMetrics (line 138) | func generateLifecycleTestMetrics() pmetric.Metrics { function generateLifecycleTestTraces (line 151) | func generateLifecycleTestTraces() ptrace.Traces { type mdatagenNopHost (line 165) | type mdatagenNopHost struct method GetExtensions (line 171) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 175) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 167) | func newMdatagenNopHost() component.Host { FILE: cmd/mdatagen/internal/sampleprocessor/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: cmd/mdatagen/internal/sampleprocessor/internal/metadata/generated_config.go type ResourceAttributeConfig (line 10) | type ResourceAttributeConfig struct method Unmarshal (line 16) | func (rac *ResourceAttributeConfig) Unmarshal(parser *confmap.Conf) er... type ResourceAttributesConfig (line 29) | type ResourceAttributesConfig struct function DefaultResourceAttributesConfig (line 40) | func DefaultResourceAttributesConfig() ResourceAttributesConfig { FILE: cmd/mdatagen/internal/sampleprocessor/internal/metadata/generated_config_test.go function TestResourceAttributesConfig (line 16) | func TestResourceAttributesConfig(t *testing.T) { function loadResourceAttributesConfig (line 61) | func loadResourceAttributesConfig(t *testing.T, name string) ResourceAtt... FILE: cmd/mdatagen/internal/sampleprocessor/internal/metadata/generated_resource.go type ResourceBuilder (line 11) | type ResourceBuilder struct method SetMapResourceAttr (line 25) | func (rb *ResourceBuilder) SetMapResourceAttr(val map[string]any) { method SetOptionalResourceAttr (line 32) | func (rb *ResourceBuilder) SetOptionalResourceAttr(val string) { method SetSliceResourceAttr (line 39) | func (rb *ResourceBuilder) SetSliceResourceAttr(val []any) { method SetStringEnumResourceAttrOne (line 46) | func (rb *ResourceBuilder) SetStringEnumResourceAttrOne() { method SetStringEnumResourceAttrTwo (line 53) | func (rb *ResourceBuilder) SetStringEnumResourceAttrTwo() { method SetStringResourceAttr (line 60) | func (rb *ResourceBuilder) SetStringResourceAttr(val string) { method SetStringResourceAttrDisableWarning (line 67) | func (rb *ResourceBuilder) SetStringResourceAttrDisableWarning(val str... method SetStringResourceAttrRemoveWarning (line 74) | func (rb *ResourceBuilder) SetStringResourceAttrRemoveWarning(val stri... method SetStringResourceAttrToBeRemoved (line 81) | func (rb *ResourceBuilder) SetStringResourceAttrToBeRemoved(val string) { method Emit (line 88) | func (rb *ResourceBuilder) Emit() pcommon.Resource { function NewResourceBuilder (line 17) | func NewResourceBuilder(rac ResourceAttributesConfig) *ResourceBuilder { FILE: cmd/mdatagen/internal/sampleprocessor/internal/metadata/generated_resource_test.go function TestResourceBuilder (line 11) | func TestResourceBuilder(t *testing.T) { FILE: cmd/mdatagen/internal/sampleprocessor/internal/metadata/generated_status.go constant LogsStability (line 15) | LogsStability = component.StabilityLevelDevelopment constant ProfilesStability (line 16) | ProfilesStability = component.StabilityLevelDevelopment constant TracesStability (line 17) | TracesStability = component.StabilityLevelBeta constant MetricsStability (line 18) | MetricsStability = component.StabilityLevelStable FILE: cmd/mdatagen/internal/samplereceiver/factory.go function NewFactory (line 20) | func NewFactory() xreceiver.Factory { function createTraces (line 31) | func createTraces(context.Context, receiver.Settings, component.Config, ... function createMetrics (line 35) | func createMetrics(ctx context.Context, set receiver.Settings, _ compone... function createLogs (line 52) | func createLogs(context.Context, receiver.Settings, component.Config, co... function createProfiles (line 56) | func createProfiles(context.Context, receiver.Settings, component.Config... type nopReceiver (line 62) | type nopReceiver struct method initOptionalMetric (line 67) | func (r nopReceiver) initOptionalMetric() { method Shutdown (line 75) | func (r nopReceiver) Shutdown(context.Context) error { FILE: cmd/mdatagen/internal/samplereceiver/generated_component_test.go function TestComponentFactoryType (line 23) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 27) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 31) | func TestComponentLifecycle(t *testing.T) { type mdatagenNopHost (line 99) | type mdatagenNopHost struct method GetExtensions (line 105) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 109) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 101) | func newMdatagenNopHost() component.Host { FILE: cmd/mdatagen/internal/samplereceiver/generated_config.go type Config (line 12) | type Config struct FILE: cmd/mdatagen/internal/samplereceiver/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: cmd/mdatagen/internal/samplereceiver/internal/metadata/generated_config.go type DefaultMetricMetricAttributeKey (line 14) | type DefaultMetricMetricAttributeKey constant DefaultMetricMetricAttributeKeyStringAttr (line 17) | DefaultMetricMetricAttributeKeyStringAttr DefaultMetricMetric... constant DefaultMetricMetricAttributeKeyOverriddenIntAttr (line 18) | DefaultMetricMetricAttributeKeyOverriddenIntAttr DefaultMetricMetric... constant DefaultMetricMetricAttributeKeyEnumAttr (line 19) | DefaultMetricMetricAttributeKeyEnumAttr DefaultMetricMetric... constant DefaultMetricMetricAttributeKeySliceAttr (line 20) | DefaultMetricMetricAttributeKeySliceAttr DefaultMetricMetric... constant DefaultMetricMetricAttributeKeyMapAttr (line 21) | DefaultMetricMetricAttributeKeyMapAttr DefaultMetricMetric... constant DefaultMetricMetricAttributeKeyConditionalIntAttr (line 22) | DefaultMetricMetricAttributeKeyConditionalIntAttr DefaultMetricMetric... constant DefaultMetricMetricAttributeKeyConditionalStringAttr (line 23) | DefaultMetricMetricAttributeKeyConditionalStringAttr DefaultMetricMetric... constant DefaultMetricMetricAttributeKeyOptInBoolAttr (line 24) | DefaultMetricMetricAttributeKeyOptInBoolAttr DefaultMetricMetric... type DefaultMetricMetricConfig (line 28) | type DefaultMetricMetricConfig struct method Unmarshal (line 36) | func (ms *DefaultMetricMetricConfig) Unmarshal(parser *confmap.Conf) e... method Validate (line 50) | func (ms *DefaultMetricMetricConfig) Validate() error { type DefaultMetricToBeRemovedMetricConfig (line 69) | type DefaultMetricToBeRemovedMetricConfig struct method Unmarshal (line 74) | func (ms *DefaultMetricToBeRemovedMetricConfig) Unmarshal(parser *conf... type MetricInputTypeMetricAttributeKey (line 89) | type MetricInputTypeMetricAttributeKey constant MetricInputTypeMetricAttributeKeyStringAttr (line 92) | MetricInputTypeMetricAttributeKeyStringAttr MetricInputTypeMetric... constant MetricInputTypeMetricAttributeKeyOverriddenIntAttr (line 93) | MetricInputTypeMetricAttributeKeyOverriddenIntAttr MetricInputTypeMetric... constant MetricInputTypeMetricAttributeKeyEnumAttr (line 94) | MetricInputTypeMetricAttributeKeyEnumAttr MetricInputTypeMetric... constant MetricInputTypeMetricAttributeKeySliceAttr (line 95) | MetricInputTypeMetricAttributeKeySliceAttr MetricInputTypeMetric... constant MetricInputTypeMetricAttributeKeyMapAttr (line 96) | MetricInputTypeMetricAttributeKeyMapAttr MetricInputTypeMetric... type MetricInputTypeMetricConfig (line 100) | type MetricInputTypeMetricConfig struct method Unmarshal (line 108) | func (ms *MetricInputTypeMetricConfig) Unmarshal(parser *confmap.Conf)... method Validate (line 122) | func (ms *MetricInputTypeMetricConfig) Validate() error { type OptionalMetricMetricAttributeKey (line 141) | type OptionalMetricMetricAttributeKey constant OptionalMetricMetricAttributeKeyStringAttr (line 144) | OptionalMetricMetricAttributeKeyStringAttr OptionalMetricMetr... constant OptionalMetricMetricAttributeKeyBooleanAttr (line 145) | OptionalMetricMetricAttributeKeyBooleanAttr OptionalMetricMetr... constant OptionalMetricMetricAttributeKeyBooleanAttr2 (line 146) | OptionalMetricMetricAttributeKeyBooleanAttr2 OptionalMetricMetr... constant OptionalMetricMetricAttributeKeyConditionalStringAttr (line 147) | OptionalMetricMetricAttributeKeyConditionalStringAttr OptionalMetricMetr... type OptionalMetricMetricConfig (line 151) | type OptionalMetricMetricConfig struct method Unmarshal (line 159) | func (ms *OptionalMetricMetricConfig) Unmarshal(parser *confmap.Conf) ... method Validate (line 173) | func (ms *OptionalMetricMetricConfig) Validate() error { type OptionalMetricEmptyUnitMetricAttributeKey (line 192) | type OptionalMetricEmptyUnitMetricAttributeKey constant OptionalMetricEmptyUnitMetricAttributeKeyStringAttr (line 195) | OptionalMetricEmptyUnitMetricAttributeKeyStringAttr OptionalMetricEmpty... constant OptionalMetricEmptyUnitMetricAttributeKeyBooleanAttr (line 196) | OptionalMetricEmptyUnitMetricAttributeKeyBooleanAttr OptionalMetricEmpty... type OptionalMetricEmptyUnitMetricConfig (line 200) | type OptionalMetricEmptyUnitMetricConfig struct method Unmarshal (line 208) | func (ms *OptionalMetricEmptyUnitMetricConfig) Unmarshal(parser *confm... method Validate (line 222) | func (ms *OptionalMetricEmptyUnitMetricConfig) Validate() error { type ReaggregateMetricMetricAttributeKey (line 241) | type ReaggregateMetricMetricAttributeKey constant ReaggregateMetricMetricAttributeKeyStringAttr (line 244) | ReaggregateMetricMetricAttributeKeyStringAttr ReaggregateMetricMetricAt... constant ReaggregateMetricMetricAttributeKeyBooleanAttr (line 245) | ReaggregateMetricMetricAttributeKeyBooleanAttr ReaggregateMetricMetricAt... type ReaggregateMetricMetricConfig (line 249) | type ReaggregateMetricMetricConfig struct method Unmarshal (line 257) | func (ms *ReaggregateMetricMetricConfig) Unmarshal(parser *confmap.Con... method Validate (line 271) | func (ms *ReaggregateMetricMetricConfig) Validate() error { type ReaggregateMetricWithRequiredMetricAttributeKey (line 290) | type ReaggregateMetricWithRequiredMetricAttributeKey constant ReaggregateMetricWithRequiredMetricAttributeKeyRequiredStringAttr (line 293) | ReaggregateMetricWithRequiredMetricAttributeKeyRequiredStringAttr Reaggr... constant ReaggregateMetricWithRequiredMetricAttributeKeyStringAttr (line 294) | ReaggregateMetricWithRequiredMetricAttributeKeyStringAttr Reaggr... constant ReaggregateMetricWithRequiredMetricAttributeKeyBooleanAttr (line 295) | ReaggregateMetricWithRequiredMetricAttributeKeyBooleanAttr Reaggr... type ReaggregateMetricWithRequiredMetricConfig (line 299) | type ReaggregateMetricWithRequiredMetricConfig struct method Unmarshal (line 307) | func (ms *ReaggregateMetricWithRequiredMetricConfig) Unmarshal(parser ... method Validate (line 321) | func (ms *ReaggregateMetricWithRequiredMetricConfig) Validate() error { type SystemCPUTimeMetricConfig (line 343) | type SystemCPUTimeMetricConfig struct method Unmarshal (line 348) | func (ms *SystemCPUTimeMetricConfig) Unmarshal(parser *confmap.Conf) e... type MetricsConfig (line 363) | type MetricsConfig struct function DefaultMetricsConfig (line 374) | func DefaultMetricsConfig() MetricsConfig { type EventConfig (line 416) | type EventConfig struct method Unmarshal (line 422) | func (ec *EventConfig) Unmarshal(parser *confmap.Conf) error { type EventsConfig (line 435) | type EventsConfig struct function DefaultEventsConfig (line 441) | func DefaultEventsConfig() EventsConfig { type ResourceAttributeConfig (line 456) | type ResourceAttributeConfig struct method Unmarshal (line 476) | func (rac *ResourceAttributeConfig) Unmarshal(parser *confmap.Conf) er... type ResourceAttributesConfig (line 489) | type ResourceAttributesConfig struct function DefaultResourceAttributesConfig (line 500) | func DefaultResourceAttributesConfig() ResourceAttributesConfig { type MetricsBuilderConfig (line 530) | type MetricsBuilderConfig struct function DefaultMetricsBuilderConfig (line 535) | func DefaultMetricsBuilderConfig() MetricsBuilderConfig { type LogsBuilderConfig (line 543) | type LogsBuilderConfig struct function DefaultLogsBuilderConfig (line 548) | func DefaultLogsBuilderConfig() LogsBuilderConfig { FILE: cmd/mdatagen/internal/samplereceiver/internal/metadata/generated_config_test.go function TestMetricsBuilderConfig (line 17) | func TestMetricsBuilderConfig(t *testing.T) { function loadMetricsBuilderConfig (line 142) | func loadMetricsBuilderConfig(t *testing.T, name string) MetricsBuilderC... function loadLogsBuilderConfig (line 152) | func loadLogsBuilderConfig(t *testing.T, name string) LogsBuilderConfig { function TestResourceAttributesConfig (line 162) | func TestResourceAttributesConfig(t *testing.T) { function loadResourceAttributesConfig (line 207) | func loadResourceAttributesConfig(t *testing.T, name string) ResourceAtt... FILE: cmd/mdatagen/internal/samplereceiver/internal/metadata/generated_logs.go type EventAttributeOption (line 18) | type EventAttributeOption interface type eventAttributeOptionFunc (line 22) | type eventAttributeOptionFunc method apply (line 24) | func (eaof eventAttributeOptionFunc) apply(lr plog.LogRecord) { function WithConditionalIntAttrEventAttribute (line 28) | func WithConditionalIntAttrEventAttribute(conditionalIntAttrAttributeVal... function WithConditionalStringAttrEventAttribute (line 34) | func WithConditionalStringAttrEventAttribute(conditionalStringAttrAttrib... type eventDefaultEvent (line 40) | type eventDefaultEvent struct method recordEvent (line 45) | func (e *eventDefaultEvent) recordEvent(ctx context.Context, timestamp... method emit (line 70) | func (e *eventDefaultEvent) emit(lrs plog.LogRecordSlice) { function newEventDefaultEvent (line 76) | func newEventDefaultEvent(cfg EventConfig) eventDefaultEvent { type eventDefaultEventToBeRemoved (line 84) | type eventDefaultEventToBeRemoved struct method recordEvent (line 89) | func (e *eventDefaultEventToBeRemoved) recordEvent(ctx context.Context... method emit (line 110) | func (e *eventDefaultEventToBeRemoved) emit(lrs plog.LogRecordSlice) { function newEventDefaultEventToBeRemoved (line 116) | func newEventDefaultEventToBeRemoved(cfg EventConfig) eventDefaultEventT... type eventDefaultEventToBeRenamed (line 124) | type eventDefaultEventToBeRenamed struct method recordEvent (line 129) | func (e *eventDefaultEventToBeRenamed) recordEvent(ctx context.Context... method emit (line 151) | func (e *eventDefaultEventToBeRenamed) emit(lrs plog.LogRecordSlice) { function newEventDefaultEventToBeRenamed (line 157) | func newEventDefaultEventToBeRenamed(cfg EventConfig) eventDefaultEventT... type LogsBuilder (line 167) | type LogsBuilder struct method NewResourceBuilder (line 267) | func (lb *LogsBuilder) NewResourceBuilder() *ResourceBuilder { method AppendLogRecord (line 291) | func (lb *LogsBuilder) AppendLogRecord(lr plog.LogRecord) { method EmitForResource (line 300) | func (lb *LogsBuilder) EmitForResource(options ...ResourceLogsOption) { method Emit (line 338) | func (lb *LogsBuilder) Emit(options ...ResourceLogsOption) plog.Logs { method RecordDefaultEventEvent (line 346) | func (lb *LogsBuilder) RecordDefaultEventEvent(ctx context.Context, ti... method RecordDefaultEventToBeRemovedEvent (line 351) | func (lb *LogsBuilder) RecordDefaultEventToBeRemovedEvent(ctx context.... method RecordDefaultEventToBeRenamedEvent (line 356) | func (lb *LogsBuilder) RecordDefaultEventToBeRenamedEvent(ctx context.... type LogBuilderOption (line 180) | type LogBuilderOption interface function NewLogsBuilder (line 184) | func NewLogsBuilder(lbc LogsBuilderConfig, settings receiver.Settings) *... type ResourceLogsOption (line 272) | type ResourceLogsOption interface type resourceLogsOptionFunc (line 276) | type resourceLogsOptionFunc method apply (line 278) | func (rlof resourceLogsOptionFunc) apply(rl plog.ResourceLogs) { function WithLogsResource (line 284) | func WithLogsResource(res pcommon.Resource) ResourceLogsOption { FILE: cmd/mdatagen/internal/samplereceiver/internal/metadata/generated_logs_test.go type eventsTestDataSet (line 20) | type eventsTestDataSet constant eventTestDataSetDefault (line 23) | eventTestDataSetDefault eventsTestDataSet = iota constant eventTestDataSetAll (line 24) | eventTestDataSetAll constant eventTestDataSetNone (line 25) | eventTestDataSetNone function TestLogsBuilderAppendLogRecord (line 28) | func TestLogsBuilderAppendLogRecord(t *testing.T) { function TestLogsBuilder (line 86) | func TestLogsBuilder(t *testing.T) { FILE: cmd/mdatagen/internal/samplereceiver/internal/metadata/generated_metrics.go constant AggregationStrategySum (line 21) | AggregationStrategySum = "sum" constant AggregationStrategyAvg (line 22) | AggregationStrategyAvg = "avg" constant AggregationStrategyMin (line 23) | AggregationStrategyMin = "min" constant AggregationStrategyMax (line 24) | AggregationStrategyMax = "max" type AttributeEnumAttr (line 28) | type AttributeEnumAttr method String (line 38) | func (av AttributeEnumAttr) String() string { constant _ (line 31) | _ AttributeEnumAttr = iota constant AttributeEnumAttrRed (line 32) | AttributeEnumAttrRed constant AttributeEnumAttrGreen (line 33) | AttributeEnumAttrGreen constant AttributeEnumAttrBlue (line 34) | AttributeEnumAttrBlue type metricsInfo (line 84) | type metricsInfo struct type metricInfo (line 95) | type metricInfo struct type MetricAttributeOption (line 99) | type MetricAttributeOption interface type metricAttributeOptionFunc (line 103) | type metricAttributeOptionFunc method apply (line 105) | func (maof metricAttributeOptionFunc) apply(dp pmetric.NumberDataPoint) { function WithConditionalIntAttrMetricAttribute (line 109) | func WithConditionalIntAttrMetricAttribute(conditionalIntAttrAttributeVa... function WithConditionalStringAttrMetricAttribute (line 115) | func WithConditionalStringAttrMetricAttribute(conditionalStringAttrAttri... type metricDefaultMetric (line 121) | type metricDefaultMetric struct method init (line 129) | func (m *metricDefaultMetric) init() { method recordDataPoint (line 140) | func (m *metricDefaultMetric) recordDataPoint(start pcommon.Timestamp,... method updateCapacity (line 200) | func (m *metricDefaultMetric) updateCapacity() { method emit (line 207) | func (m *metricDefaultMetric) emit(metrics pmetric.MetricSlice) { function newMetricDefaultMetric (line 220) | func newMetricDefaultMetric(cfg DefaultMetricMetricConfig) metricDefault... type metricDefaultMetricToBeRemoved (line 230) | type metricDefaultMetricToBeRemoved struct method init (line 237) | func (m *metricDefaultMetricToBeRemoved) init() { method recordDataPoint (line 246) | func (m *metricDefaultMetricToBeRemoved) recordDataPoint(start pcommon... method updateCapacity (line 257) | func (m *metricDefaultMetricToBeRemoved) updateCapacity() { method emit (line 264) | func (m *metricDefaultMetricToBeRemoved) emit(metrics pmetric.MetricSl... function newMetricDefaultMetricToBeRemoved (line 272) | func newMetricDefaultMetricToBeRemoved(cfg DefaultMetricToBeRemovedMetri... type metricMetricInputType (line 282) | type metricMetricInputType struct method init (line 290) | func (m *metricMetricInputType) init() { method recordDataPoint (line 301) | func (m *metricMetricInputType) recordDataPoint(start pcommon.Timestam... method updateCapacity (line 355) | func (m *metricMetricInputType) updateCapacity() { method emit (line 362) | func (m *metricMetricInputType) emit(metrics pmetric.MetricSlice) { function newMetricMetricInputType (line 375) | func newMetricMetricInputType(cfg MetricInputTypeMetricConfig) metricMet... type metricOptionalMetric (line 385) | type metricOptionalMetric struct method init (line 393) | func (m *metricOptionalMetric) init() { method recordDataPoint (line 402) | func (m *metricOptionalMetric) recordDataPoint(start pcommon.Timestamp... method updateCapacity (line 453) | func (m *metricOptionalMetric) updateCapacity() { method emit (line 460) | func (m *metricOptionalMetric) emit(metrics pmetric.MetricSlice) { function newMetricOptionalMetric (line 473) | func newMetricOptionalMetric(cfg OptionalMetricMetricConfig) metricOptio... type metricOptionalMetricEmptyUnit (line 483) | type metricOptionalMetricEmptyUnit struct method init (line 491) | func (m *metricOptionalMetricEmptyUnit) init() { method recordDataPoint (line 500) | func (m *metricOptionalMetricEmptyUnit) recordDataPoint(start pcommon.... method updateCapacity (line 545) | func (m *metricOptionalMetricEmptyUnit) updateCapacity() { method emit (line 552) | func (m *metricOptionalMetricEmptyUnit) emit(metrics pmetric.MetricSli... function newMetricOptionalMetricEmptyUnit (line 565) | func newMetricOptionalMetricEmptyUnit(cfg OptionalMetricEmptyUnitMetricC... type metricReaggregateMetric (line 575) | type metricReaggregateMetric struct method init (line 583) | func (m *metricReaggregateMetric) init() { method recordDataPoint (line 592) | func (m *metricReaggregateMetric) recordDataPoint(start pcommon.Timest... method updateCapacity (line 637) | func (m *metricReaggregateMetric) updateCapacity() { method emit (line 644) | func (m *metricReaggregateMetric) emit(metrics pmetric.MetricSlice) { function newMetricReaggregateMetric (line 657) | func newMetricReaggregateMetric(cfg ReaggregateMetricMetricConfig) metri... type metricReaggregateMetricWithRequired (line 667) | type metricReaggregateMetricWithRequired struct method init (line 675) | func (m *metricReaggregateMetricWithRequired) init() { method recordDataPoint (line 684) | func (m *metricReaggregateMetricWithRequired) recordDataPoint(start pc... method updateCapacity (line 732) | func (m *metricReaggregateMetricWithRequired) updateCapacity() { method emit (line 739) | func (m *metricReaggregateMetricWithRequired) emit(metrics pmetric.Met... function newMetricReaggregateMetricWithRequired (line 752) | func newMetricReaggregateMetricWithRequired(cfg ReaggregateMetricWithReq... type metricSystemCPUTime (line 762) | type metricSystemCPUTime struct method init (line 769) | func (m *metricSystemCPUTime) init() { method recordDataPoint (line 778) | func (m *metricSystemCPUTime) recordDataPoint(start pcommon.Timestamp,... method updateCapacity (line 789) | func (m *metricSystemCPUTime) updateCapacity() { method emit (line 796) | func (m *metricSystemCPUTime) emit(metrics pmetric.MetricSlice) { function newMetricSystemCPUTime (line 804) | func newMetricSystemCPUTime(cfg SystemCPUTimeMetricConfig) metricSystemC... type MetricsBuilder (line 816) | type MetricsBuilder struct method NewResourceBuilder (line 945) | func (mb *MetricsBuilder) NewResourceBuilder() *ResourceBuilder { method updateCapacity (line 950) | func (mb *MetricsBuilder) updateCapacity(rm pmetric.ResourceMetrics) { method EmitForResource (line 1000) | func (mb *MetricsBuilder) EmitForResource(options ...ResourceMetricsOp... method Emit (line 1039) | func (mb *MetricsBuilder) Emit(options ...ResourceMetricsOption) pmetr... method RecordDefaultMetricDataPoint (line 1047) | func (mb *MetricsBuilder) RecordDefaultMetricDataPoint(ts pcommon.Time... method RecordDefaultMetricToBeRemovedDataPoint (line 1052) | func (mb *MetricsBuilder) RecordDefaultMetricToBeRemovedDataPoint(ts p... method RecordMetricInputTypeDataPoint (line 1057) | func (mb *MetricsBuilder) RecordMetricInputTypeDataPoint(ts pcommon.Ti... method RecordOptionalMetricDataPoint (line 1067) | func (mb *MetricsBuilder) RecordOptionalMetricDataPoint(ts pcommon.Tim... method RecordOptionalMetricEmptyUnitDataPoint (line 1072) | func (mb *MetricsBuilder) RecordOptionalMetricEmptyUnitDataPoint(ts pc... method RecordReaggregateMetricDataPoint (line 1077) | func (mb *MetricsBuilder) RecordReaggregateMetricDataPoint(ts pcommon.... method RecordReaggregateMetricWithRequiredDataPoint (line 1082) | func (mb *MetricsBuilder) RecordReaggregateMetricWithRequiredDataPoint... method RecordSystemCPUTimeDataPoint (line 1087) | func (mb *MetricsBuilder) RecordSystemCPUTimeDataPoint(ts pcommon.Time... method Reset (line 1093) | func (mb *MetricsBuilder) Reset(options ...MetricBuilderOption) { type MetricBuilderOption (line 835) | type MetricBuilderOption interface type metricBuilderOptionFunc (line 839) | type metricBuilderOptionFunc method apply (line 841) | func (mbof metricBuilderOptionFunc) apply(mb *MetricsBuilder) { function WithStartTime (line 846) | func WithStartTime(startTime pcommon.Timestamp) MetricBuilderOption { function NewMetricsBuilder (line 851) | func NewMetricsBuilder(mbc MetricsBuilderConfig, settings receiver.Setti... type ResourceMetricsOption (line 957) | type ResourceMetricsOption interface type resourceMetricsOptionFunc (line 961) | type resourceMetricsOptionFunc method apply (line 963) | func (rmof resourceMetricsOptionFunc) apply(rm pmetric.ResourceMetrics) { function WithResource (line 969) | func WithResource(res pcommon.Resource) ResourceMetricsOption { function WithStartTimeOverride (line 977) | func WithStartTimeOverride(start pcommon.Timestamp) ResourceMetricsOption { FILE: cmd/mdatagen/internal/samplereceiver/internal/metadata/generated_metrics_test.go type testDataSet (line 17) | type testDataSet constant testDataSetDefault (line 20) | testDataSetDefault testDataSet = iota constant testDataSetAll (line 21) | testDataSetAll constant testDataSetNone (line 22) | testDataSetNone constant testDataSetReag (line 23) | testDataSetReag function TestMetricsBuilder (line 26) | func TestMetricsBuilder(t *testing.T) { FILE: cmd/mdatagen/internal/samplereceiver/internal/metadata/generated_resource.go type ResourceBuilder (line 11) | type ResourceBuilder struct method SetMapResourceAttr (line 25) | func (rb *ResourceBuilder) SetMapResourceAttr(val map[string]any) { method SetOptionalResourceAttr (line 32) | func (rb *ResourceBuilder) SetOptionalResourceAttr(val string) { method SetSliceResourceAttr (line 39) | func (rb *ResourceBuilder) SetSliceResourceAttr(val []any) { method SetStringEnumResourceAttrOne (line 46) | func (rb *ResourceBuilder) SetStringEnumResourceAttrOne() { method SetStringEnumResourceAttrTwo (line 53) | func (rb *ResourceBuilder) SetStringEnumResourceAttrTwo() { method SetStringResourceAttr (line 60) | func (rb *ResourceBuilder) SetStringResourceAttr(val string) { method SetStringResourceAttrDisableWarning (line 67) | func (rb *ResourceBuilder) SetStringResourceAttrDisableWarning(val str... method SetStringResourceAttrRemoveWarning (line 74) | func (rb *ResourceBuilder) SetStringResourceAttrRemoveWarning(val stri... method SetStringResourceAttrToBeRemoved (line 81) | func (rb *ResourceBuilder) SetStringResourceAttrToBeRemoved(val string) { method Emit (line 88) | func (rb *ResourceBuilder) Emit() pcommon.Resource { function NewResourceBuilder (line 17) | func NewResourceBuilder(rac ResourceAttributesConfig) *ResourceBuilder { FILE: cmd/mdatagen/internal/samplereceiver/internal/metadata/generated_resource_test.go function TestResourceBuilder (line 11) | func TestResourceBuilder(t *testing.T) { FILE: cmd/mdatagen/internal/samplereceiver/internal/metadata/generated_status.go constant ProfilesStability (line 15) | ProfilesStability = component.StabilityLevelDeprecated constant LogsStability (line 16) | LogsStability = component.StabilityLevelDevelopment constant TracesStability (line 17) | TracesStability = component.StabilityLevelBeta constant MetricsStability (line 18) | MetricsStability = component.StabilityLevelStable FILE: cmd/mdatagen/internal/samplereceiver/internal/metadata/generated_telemetry.go function Meter (line 17) | func Meter(settings component.TelemetrySettings) metric.Meter { function Tracer (line 21) | func Tracer(settings component.TelemetrySettings) trace.Tracer { type TelemetryBuilder (line 27) | type TelemetryBuilder struct method RegisterProcessRuntimeTotalAllocBytesCallback (line 50) | func (builder *TelemetryBuilder) RegisterProcessRuntimeTotalAllocBytes... method RegisterQueueLengthCallback (line 65) | func (builder *TelemetryBuilder) RegisterQueueLengthCallback(cb metric... method Shutdown (line 90) | func (builder *TelemetryBuilder) Shutdown() { type TelemetryBuilderOption (line 39) | type TelemetryBuilderOption interface type telemetryBuilderOptionFunc (line 43) | type telemetryBuilderOptionFunc method apply (line 45) | func (tbof telemetryBuilderOptionFunc) apply(mb *TelemetryBuilder) { type observerInt64 (line 79) | type observerInt64 struct method Observe (line 85) | func (oi *observerInt64) Observe(value int64, opts ...metric.ObserveOp... function NewTelemetryBuilder (line 100) | func NewTelemetryBuilder(settings component.TelemetrySettings, options .... FILE: cmd/mdatagen/internal/samplereceiver/internal/metadata/generated_telemetry_test.go type mockMeter (line 20) | type mockMeter struct type mockMeterProvider (line 24) | type mockMeterProvider struct method Meter (line 28) | func (m mockMeterProvider) Meter(name string, opts ...metric.MeterOpti... type mockTracer (line 32) | type mockTracer struct type mockTracerProvider (line 37) | type mockTracerProvider struct method Tracer (line 41) | func (m mockTracerProvider) Tracer(name string, opts ...trace.TracerOp... function TestProviders (line 45) | func TestProviders(t *testing.T) { function TestNewTelemetryBuilder (line 66) | func TestNewTelemetryBuilder(t *testing.T) { FILE: cmd/mdatagen/internal/samplereceiver/internal/metadatatest/generated_telemetrytest.go function NewSettings (line 18) | func NewSettings(tt *componenttest.Telemetry) receiver.Settings { function AssertEqualBatchSizeTriggerSend (line 25) | func AssertEqualBatchSizeTriggerSend(t *testing.T, tt *componenttest.Tel... function AssertEqualProcessRuntimeTotalAllocBytes (line 41) | func AssertEqualProcessRuntimeTotalAllocBytes(t *testing.T, tt *componen... function AssertEqualQueueCapacity (line 57) | func AssertEqualQueueCapacity(t *testing.T, tt *componenttest.Telemetry,... function AssertEqualQueueLength (line 71) | func AssertEqualQueueLength(t *testing.T, tt *componenttest.Telemetry, d... function AssertEqualRequestDuration (line 85) | func AssertEqualRequestDuration(t *testing.T, tt *componenttest.Telemetr... FILE: cmd/mdatagen/internal/samplereceiver/internal/metadatatest/generated_telemetrytest_test.go function TestSetupTelemetry (line 18) | func TestSetupTelemetry(t *testing.T) { FILE: cmd/mdatagen/internal/samplereceiver/metrics_test.go function TestGeneratedMetrics (line 22) | func TestGeneratedMetrics(t *testing.T) { function TestComponentTelemetry (line 28) | func TestComponentTelemetry(t *testing.T) { FILE: cmd/mdatagen/internal/samplescraper/factory.go function NewFactory (line 19) | func NewFactory() scraper.Factory { function createMetrics (line 29) | func createMetrics(context.Context, scraper.Settings, component.Config) ... function createLogs (line 35) | func createLogs(context.Context, scraper.Settings, component.Config) (sc... function createProfiles (line 39) | func createProfiles(context.Context, scraper.Settings, component.Config)... FILE: cmd/mdatagen/internal/samplescraper/generated_component_test.go function TestComponentFactoryType (line 22) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 26) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 30) | func TestComponentLifecycle(t *testing.T) { type mdatagenNopHost (line 91) | type mdatagenNopHost struct method GetExtensions (line 97) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 101) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 93) | func newMdatagenNopHost() component.Host { FILE: cmd/mdatagen/internal/samplescraper/generated_config.go type TargetsItem (line 13) | type TargetsItem struct type Config (line 19) | type Config struct FILE: cmd/mdatagen/internal/samplescraper/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: cmd/mdatagen/internal/samplescraper/internal/metadata/generated_config.go type DefaultMetricMetricAttributeKey (line 13) | type DefaultMetricMetricAttributeKey constant DefaultMetricMetricAttributeKeyStringAttr (line 16) | DefaultMetricMetricAttributeKeyStringAttr DefaultMetricMetricAttr... constant DefaultMetricMetricAttributeKeyOverriddenIntAttr (line 17) | DefaultMetricMetricAttributeKeyOverriddenIntAttr DefaultMetricMetricAttr... constant DefaultMetricMetricAttributeKeyEnumAttr (line 18) | DefaultMetricMetricAttributeKeyEnumAttr DefaultMetricMetricAttr... constant DefaultMetricMetricAttributeKeySliceAttr (line 19) | DefaultMetricMetricAttributeKeySliceAttr DefaultMetricMetricAttr... constant DefaultMetricMetricAttributeKeyMapAttr (line 20) | DefaultMetricMetricAttributeKeyMapAttr DefaultMetricMetricAttr... type DefaultMetricMetricConfig (line 24) | type DefaultMetricMetricConfig struct method Unmarshal (line 32) | func (ms *DefaultMetricMetricConfig) Unmarshal(parser *confmap.Conf) e... method Validate (line 46) | func (ms *DefaultMetricMetricConfig) Validate() error { type DefaultMetricToBeRemovedMetricConfig (line 65) | type DefaultMetricToBeRemovedMetricConfig struct method Unmarshal (line 70) | func (ms *DefaultMetricToBeRemovedMetricConfig) Unmarshal(parser *conf... type MetricInputTypeMetricAttributeKey (line 85) | type MetricInputTypeMetricAttributeKey constant MetricInputTypeMetricAttributeKeyStringAttr (line 88) | MetricInputTypeMetricAttributeKeyStringAttr MetricInputTypeMetric... constant MetricInputTypeMetricAttributeKeyOverriddenIntAttr (line 89) | MetricInputTypeMetricAttributeKeyOverriddenIntAttr MetricInputTypeMetric... constant MetricInputTypeMetricAttributeKeyEnumAttr (line 90) | MetricInputTypeMetricAttributeKeyEnumAttr MetricInputTypeMetric... constant MetricInputTypeMetricAttributeKeySliceAttr (line 91) | MetricInputTypeMetricAttributeKeySliceAttr MetricInputTypeMetric... constant MetricInputTypeMetricAttributeKeyMapAttr (line 92) | MetricInputTypeMetricAttributeKeyMapAttr MetricInputTypeMetric... type MetricInputTypeMetricConfig (line 96) | type MetricInputTypeMetricConfig struct method Unmarshal (line 104) | func (ms *MetricInputTypeMetricConfig) Unmarshal(parser *confmap.Conf)... method Validate (line 118) | func (ms *MetricInputTypeMetricConfig) Validate() error { type OptionalMetricMetricAttributeKey (line 137) | type OptionalMetricMetricAttributeKey constant OptionalMetricMetricAttributeKeyStringAttr (line 140) | OptionalMetricMetricAttributeKeyStringAttr OptionalMetricMetricAttribu... constant OptionalMetricMetricAttributeKeyBooleanAttr (line 141) | OptionalMetricMetricAttributeKeyBooleanAttr OptionalMetricMetricAttribu... constant OptionalMetricMetricAttributeKeyBooleanAttr2 (line 142) | OptionalMetricMetricAttributeKeyBooleanAttr2 OptionalMetricMetricAttribu... type OptionalMetricMetricConfig (line 146) | type OptionalMetricMetricConfig struct method Unmarshal (line 154) | func (ms *OptionalMetricMetricConfig) Unmarshal(parser *confmap.Conf) ... method Validate (line 168) | func (ms *OptionalMetricMetricConfig) Validate() error { type OptionalMetricEmptyUnitMetricAttributeKey (line 187) | type OptionalMetricEmptyUnitMetricAttributeKey constant OptionalMetricEmptyUnitMetricAttributeKeyStringAttr (line 190) | OptionalMetricEmptyUnitMetricAttributeKeyStringAttr OptionalMetricEmpty... constant OptionalMetricEmptyUnitMetricAttributeKeyBooleanAttr (line 191) | OptionalMetricEmptyUnitMetricAttributeKeyBooleanAttr OptionalMetricEmpty... type OptionalMetricEmptyUnitMetricConfig (line 195) | type OptionalMetricEmptyUnitMetricConfig struct method Unmarshal (line 203) | func (ms *OptionalMetricEmptyUnitMetricConfig) Unmarshal(parser *confm... method Validate (line 217) | func (ms *OptionalMetricEmptyUnitMetricConfig) Validate() error { type ReaggregateMetricMetricAttributeKey (line 236) | type ReaggregateMetricMetricAttributeKey constant ReaggregateMetricMetricAttributeKeyStringAttr (line 239) | ReaggregateMetricMetricAttributeKeyStringAttr ReaggregateMetricMetricAt... constant ReaggregateMetricMetricAttributeKeyBooleanAttr (line 240) | ReaggregateMetricMetricAttributeKeyBooleanAttr ReaggregateMetricMetricAt... type ReaggregateMetricMetricConfig (line 244) | type ReaggregateMetricMetricConfig struct method Unmarshal (line 252) | func (ms *ReaggregateMetricMetricConfig) Unmarshal(parser *confmap.Con... method Validate (line 266) | func (ms *ReaggregateMetricMetricConfig) Validate() error { type SystemCPUTimeMetricConfig (line 285) | type SystemCPUTimeMetricConfig struct method Unmarshal (line 290) | func (ms *SystemCPUTimeMetricConfig) Unmarshal(parser *confmap.Conf) e... type MetricsConfig (line 305) | type MetricsConfig struct function DefaultMetricsConfig (line 315) | func DefaultMetricsConfig() MetricsConfig { type ResourceAttributeConfig (line 352) | type ResourceAttributeConfig struct method Unmarshal (line 365) | func (rac *ResourceAttributeConfig) Unmarshal(parser *confmap.Conf) er... type ResourceAttributesConfig (line 378) | type ResourceAttributesConfig struct function DefaultResourceAttributesConfig (line 389) | func DefaultResourceAttributesConfig() ResourceAttributesConfig { type MetricsBuilderConfig (line 419) | type MetricsBuilderConfig struct function DefaultMetricsBuilderConfig (line 424) | func DefaultMetricsBuilderConfig() MetricsBuilderConfig { FILE: cmd/mdatagen/internal/samplescraper/internal/metadata/generated_config_test.go function TestMetricsBuilderConfig (line 17) | func TestMetricsBuilderConfig(t *testing.T) { function loadMetricsBuilderConfig (line 132) | func loadMetricsBuilderConfig(t *testing.T, name string) MetricsBuilderC... function TestResourceAttributesConfig (line 142) | func TestResourceAttributesConfig(t *testing.T) { function loadResourceAttributesConfig (line 187) | func loadResourceAttributesConfig(t *testing.T, name string) ResourceAtt... FILE: cmd/mdatagen/internal/samplescraper/internal/metadata/generated_logs.go type LogsBuilder (line 16) | type LogsBuilder struct method NewResourceBuilder (line 38) | func (lb *LogsBuilder) NewResourceBuilder() *ResourceBuilder { method AppendLogRecord (line 62) | func (lb *LogsBuilder) AppendLogRecord(lr plog.LogRecord) { method EmitForResource (line 71) | func (lb *LogsBuilder) EmitForResource(options ...ResourceLogsOption) { method Emit (line 95) | func (lb *LogsBuilder) Emit(options ...ResourceLogsOption) plog.Logs { type LogBuilderOption (line 23) | type LogBuilderOption interface function NewLogsBuilder (line 27) | func NewLogsBuilder(settings scraper.Settings) *LogsBuilder { type ResourceLogsOption (line 43) | type ResourceLogsOption interface type resourceLogsOptionFunc (line 47) | type resourceLogsOptionFunc method apply (line 49) | func (rlof resourceLogsOptionFunc) apply(rl plog.ResourceLogs) { function WithLogsResource (line 55) | func WithLogsResource(res pcommon.Resource) ResourceLogsOption { FILE: cmd/mdatagen/internal/samplescraper/internal/metadata/generated_logs_test.go function TestLogsBuilderAppendLogRecord (line 18) | func TestLogsBuilderAppendLogRecord(t *testing.T) { FILE: cmd/mdatagen/internal/samplescraper/internal/metadata/generated_metrics.go constant AggregationStrategySum (line 21) | AggregationStrategySum = "sum" constant AggregationStrategyAvg (line 22) | AggregationStrategyAvg = "avg" constant AggregationStrategyMin (line 23) | AggregationStrategyMin = "min" constant AggregationStrategyMax (line 24) | AggregationStrategyMax = "max" type AttributeEnumAttr (line 28) | type AttributeEnumAttr method String (line 38) | func (av AttributeEnumAttr) String() string { constant _ (line 31) | _ AttributeEnumAttr = iota constant AttributeEnumAttrRed (line 32) | AttributeEnumAttrRed constant AttributeEnumAttrGreen (line 33) | AttributeEnumAttrGreen constant AttributeEnumAttrBlue (line 34) | AttributeEnumAttrBlue type metricsInfo (line 81) | type metricsInfo struct type metricInfo (line 91) | type metricInfo struct type metricDefaultMetric (line 95) | type metricDefaultMetric struct method init (line 103) | func (m *metricDefaultMetric) init() { method recordDataPoint (line 114) | func (m *metricDefaultMetric) recordDataPoint(start pcommon.Timestamp,... method updateCapacity (line 168) | func (m *metricDefaultMetric) updateCapacity() { method emit (line 175) | func (m *metricDefaultMetric) emit(metrics pmetric.MetricSlice) { function newMetricDefaultMetric (line 188) | func newMetricDefaultMetric(cfg DefaultMetricMetricConfig) metricDefault... type metricDefaultMetricToBeRemoved (line 198) | type metricDefaultMetricToBeRemoved struct method init (line 205) | func (m *metricDefaultMetricToBeRemoved) init() { method recordDataPoint (line 214) | func (m *metricDefaultMetricToBeRemoved) recordDataPoint(start pcommon... method updateCapacity (line 225) | func (m *metricDefaultMetricToBeRemoved) updateCapacity() { method emit (line 232) | func (m *metricDefaultMetricToBeRemoved) emit(metrics pmetric.MetricSl... function newMetricDefaultMetricToBeRemoved (line 240) | func newMetricDefaultMetricToBeRemoved(cfg DefaultMetricToBeRemovedMetri... type metricMetricInputType (line 250) | type metricMetricInputType struct method init (line 258) | func (m *metricMetricInputType) init() { method recordDataPoint (line 269) | func (m *metricMetricInputType) recordDataPoint(start pcommon.Timestam... method updateCapacity (line 323) | func (m *metricMetricInputType) updateCapacity() { method emit (line 330) | func (m *metricMetricInputType) emit(metrics pmetric.MetricSlice) { function newMetricMetricInputType (line 343) | func newMetricMetricInputType(cfg MetricInputTypeMetricConfig) metricMet... type metricOptionalMetric (line 353) | type metricOptionalMetric struct method init (line 361) | func (m *metricOptionalMetric) init() { method recordDataPoint (line 370) | func (m *metricOptionalMetric) recordDataPoint(start pcommon.Timestamp... method updateCapacity (line 418) | func (m *metricOptionalMetric) updateCapacity() { method emit (line 425) | func (m *metricOptionalMetric) emit(metrics pmetric.MetricSlice) { function newMetricOptionalMetric (line 438) | func newMetricOptionalMetric(cfg OptionalMetricMetricConfig) metricOptio... type metricOptionalMetricEmptyUnit (line 448) | type metricOptionalMetricEmptyUnit struct method init (line 456) | func (m *metricOptionalMetricEmptyUnit) init() { method recordDataPoint (line 465) | func (m *metricOptionalMetricEmptyUnit) recordDataPoint(start pcommon.... method updateCapacity (line 510) | func (m *metricOptionalMetricEmptyUnit) updateCapacity() { method emit (line 517) | func (m *metricOptionalMetricEmptyUnit) emit(metrics pmetric.MetricSli... function newMetricOptionalMetricEmptyUnit (line 530) | func newMetricOptionalMetricEmptyUnit(cfg OptionalMetricEmptyUnitMetricC... type metricReaggregateMetric (line 540) | type metricReaggregateMetric struct method init (line 548) | func (m *metricReaggregateMetric) init() { method recordDataPoint (line 557) | func (m *metricReaggregateMetric) recordDataPoint(start pcommon.Timest... method updateCapacity (line 602) | func (m *metricReaggregateMetric) updateCapacity() { method emit (line 609) | func (m *metricReaggregateMetric) emit(metrics pmetric.MetricSlice) { function newMetricReaggregateMetric (line 622) | func newMetricReaggregateMetric(cfg ReaggregateMetricMetricConfig) metri... type metricSystemCPUTime (line 632) | type metricSystemCPUTime struct method init (line 639) | func (m *metricSystemCPUTime) init() { method recordDataPoint (line 648) | func (m *metricSystemCPUTime) recordDataPoint(start pcommon.Timestamp,... method updateCapacity (line 659) | func (m *metricSystemCPUTime) updateCapacity() { method emit (line 666) | func (m *metricSystemCPUTime) emit(metrics pmetric.MetricSlice) { function newMetricSystemCPUTime (line 674) | func newMetricSystemCPUTime(cfg SystemCPUTimeMetricConfig) metricSystemC... type MetricsBuilder (line 686) | type MetricsBuilder struct method NewResourceBuilder (line 813) | func (mb *MetricsBuilder) NewResourceBuilder() *ResourceBuilder { method updateCapacity (line 818) | func (mb *MetricsBuilder) updateCapacity(rm pmetric.ResourceMetrics) { method EmitForResource (line 868) | func (mb *MetricsBuilder) EmitForResource(options ...ResourceMetricsOp... method Emit (line 906) | func (mb *MetricsBuilder) Emit(options ...ResourceMetricsOption) pmetr... method RecordDefaultMetricDataPoint (line 914) | func (mb *MetricsBuilder) RecordDefaultMetricDataPoint(ts pcommon.Time... method RecordDefaultMetricToBeRemovedDataPoint (line 919) | func (mb *MetricsBuilder) RecordDefaultMetricToBeRemovedDataPoint(ts p... method RecordMetricInputTypeDataPoint (line 924) | func (mb *MetricsBuilder) RecordMetricInputTypeDataPoint(ts pcommon.Ti... method RecordOptionalMetricDataPoint (line 934) | func (mb *MetricsBuilder) RecordOptionalMetricDataPoint(ts pcommon.Tim... method RecordOptionalMetricEmptyUnitDataPoint (line 939) | func (mb *MetricsBuilder) RecordOptionalMetricEmptyUnitDataPoint(ts pc... method RecordReaggregateMetricDataPoint (line 944) | func (mb *MetricsBuilder) RecordReaggregateMetricDataPoint(ts pcommon.... method RecordSystemCPUTimeDataPoint (line 949) | func (mb *MetricsBuilder) RecordSystemCPUTimeDataPoint(ts pcommon.Time... method Reset (line 955) | func (mb *MetricsBuilder) Reset(options ...MetricBuilderOption) { type MetricBuilderOption (line 704) | type MetricBuilderOption interface type metricBuilderOptionFunc (line 708) | type metricBuilderOptionFunc method apply (line 710) | func (mbof metricBuilderOptionFunc) apply(mb *MetricsBuilder) { function WithStartTime (line 715) | func WithStartTime(startTime pcommon.Timestamp) MetricBuilderOption { function NewMetricsBuilder (line 720) | func NewMetricsBuilder(mbc MetricsBuilderConfig, settings scraper.Settin... type ResourceMetricsOption (line 825) | type ResourceMetricsOption interface type resourceMetricsOptionFunc (line 829) | type resourceMetricsOptionFunc method apply (line 831) | func (rmof resourceMetricsOptionFunc) apply(rm pmetric.ResourceMetrics) { function WithResource (line 837) | func WithResource(res pcommon.Resource) ResourceMetricsOption { function WithStartTimeOverride (line 845) | func WithStartTimeOverride(start pcommon.Timestamp) ResourceMetricsOption { FILE: cmd/mdatagen/internal/samplescraper/internal/metadata/generated_metrics_test.go type testDataSet (line 17) | type testDataSet constant testDataSetDefault (line 20) | testDataSetDefault testDataSet = iota constant testDataSetAll (line 21) | testDataSetAll constant testDataSetNone (line 22) | testDataSetNone constant testDataSetReag (line 23) | testDataSetReag function TestMetricsBuilder (line 26) | func TestMetricsBuilder(t *testing.T) { FILE: cmd/mdatagen/internal/samplescraper/internal/metadata/generated_resource.go type ResourceBuilder (line 11) | type ResourceBuilder struct method SetMapResourceAttr (line 25) | func (rb *ResourceBuilder) SetMapResourceAttr(val map[string]any) { method SetOptionalResourceAttr (line 32) | func (rb *ResourceBuilder) SetOptionalResourceAttr(val string) { method SetSliceResourceAttr (line 39) | func (rb *ResourceBuilder) SetSliceResourceAttr(val []any) { method SetStringEnumResourceAttrOne (line 46) | func (rb *ResourceBuilder) SetStringEnumResourceAttrOne() { method SetStringEnumResourceAttrTwo (line 53) | func (rb *ResourceBuilder) SetStringEnumResourceAttrTwo() { method SetStringResourceAttr (line 60) | func (rb *ResourceBuilder) SetStringResourceAttr(val string) { method SetStringResourceAttrDisableWarning (line 67) | func (rb *ResourceBuilder) SetStringResourceAttrDisableWarning(val str... method SetStringResourceAttrRemoveWarning (line 74) | func (rb *ResourceBuilder) SetStringResourceAttrRemoveWarning(val stri... method SetStringResourceAttrToBeRemoved (line 81) | func (rb *ResourceBuilder) SetStringResourceAttrToBeRemoved(val string) { method Emit (line 88) | func (rb *ResourceBuilder) Emit() pcommon.Resource { function NewResourceBuilder (line 17) | func NewResourceBuilder(rac ResourceAttributesConfig) *ResourceBuilder { FILE: cmd/mdatagen/internal/samplescraper/internal/metadata/generated_resource_test.go function TestResourceBuilder (line 11) | func TestResourceBuilder(t *testing.T) { FILE: cmd/mdatagen/internal/samplescraper/internal/metadata/generated_status.go constant LogsStability (line 15) | LogsStability = component.StabilityLevelDevelopment constant ProfilesStability (line 16) | ProfilesStability = component.StabilityLevelDevelopment constant MetricsStability (line 17) | MetricsStability = component.StabilityLevelStable FILE: cmd/mdatagen/internal/status.go function distroURL (line 20) | func distroURL(name string) string { type Codeowners (line 35) | type Codeowners struct type Status (line 44) | type Status struct method SortedDistributions (line 102) | func (s *Status) SortedDistributions() []string { method Validate (line 122) | func (s *Status) Validate() error { method validateClass (line 140) | func (s *Status) validateClass() error { type DeprecationMap (line 56) | type DeprecationMap method Validate (line 170) | func (dm DeprecationMap) Validate(ms StabilityMap) error { type DeprecationInfo (line 58) | type DeprecationInfo struct type StabilityMap (line 150) | type StabilityMap method Validate (line 152) | func (ms StabilityMap) Validate() error { FILE: cmd/mdatagen/internal/status_test.go function TestDistroURL (line 12) | func TestDistroURL(t *testing.T) { function TestSortedDistributions (line 45) | func TestSortedDistributions(t *testing.T) { FILE: cmd/mdatagen/internal/telemetry.go type Telemetry (line 6) | type Telemetry struct FILE: cmd/mdatagen/internal/testdata/generated_component_test.go function TestComponentFactoryType (line 21) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 25) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 29) | func TestComponentLifecycle(t *testing.T) { type mdatagenNopHost (line 76) | type mdatagenNopHost struct method GetExtensions (line 82) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 86) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 78) | func newMdatagenNopHost() component.Host { FILE: cmd/mdatagen/internal/testdata/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: cmd/mdatagen/internal/testdata/internal/metadata/generated_status.go constant MetricsStability (line 15) | MetricsStability = component.StabilityLevelBeta FILE: cmd/mdatagen/internal/tests.go type Ignore (line 6) | type Ignore struct type GoLeak (line 11) | type GoLeak struct type Tests (line 18) | type Tests struct FILE: cmd/mdatagen/main.go function main (line 16) | func main() { FILE: cmd/otelcorecol/components.go type aliasProvider (line 27) | type aliasProvider interface function makeModulesMap (line 29) | func makeModulesMap[T component.Factory](factories map[component.Type]T,... function components (line 41) | func components() (otelcol.Factories, error) { FILE: cmd/otelcorecol/main.go function main (line 19) | func main() { function runInteractive (line 57) | func runInteractive(params otelcol.CollectorSettings) error { FILE: cmd/otelcorecol/main_others.go function run (line 9) | func run(params otelcol.CollectorSettings) error { FILE: cmd/otelcorecol/main_windows.go function run (line 17) | func run(params otelcol.CollectorSettings) error { FILE: component/build_info.go type BuildInfo (line 8) | type BuildInfo struct function NewDefaultBuildInfo (line 23) | func NewDefaultBuildInfo() BuildInfo { FILE: component/component.go type Component (line 25) | type Component interface type StartFunc (line 65) | type StartFunc method Start (line 68) | func (f StartFunc) Start(ctx context.Context, host Host) error { type ShutdownFunc (line 76) | type ShutdownFunc method Shutdown (line 79) | func (f ShutdownFunc) Shutdown(ctx context.Context) error { type Kind (line 87) | type Kind struct method String (line 99) | func (k Kind) String() string { type StabilityLevel (line 107) | type StabilityLevel method UnmarshalText (line 119) | func (sl *StabilityLevel) UnmarshalText(in []byte) error { method String (line 142) | func (sl StabilityLevel) String() string { method LogMessage (line 162) | func (sl StabilityLevel) LogMessage() string { constant StabilityLevelUndefined (line 110) | StabilityLevelUndefined StabilityLevel = iota constant StabilityLevelUnmaintained (line 111) | StabilityLevelUnmaintained constant StabilityLevelDeprecated (line 112) | StabilityLevelDeprecated constant StabilityLevelDevelopment (line 113) | StabilityLevelDevelopment constant StabilityLevelAlpha (line 114) | StabilityLevelAlpha constant StabilityLevelBeta (line 115) | StabilityLevelBeta constant StabilityLevelStable (line 116) | StabilityLevelStable type Factory (line 182) | type Factory interface type CreateDefaultConfigFunc (line 197) | type CreateDefaultConfigFunc method CreateDefaultConfig (line 200) | func (f CreateDefaultConfigFunc) CreateDefaultConfig() Config { FILE: component/component_test.go function TestKindString (line 12) | func TestKindString(t *testing.T) { function TestStabilityLevelUnmarshal (line 21) | func TestStabilityLevelUnmarshal(t *testing.T) { function TestStabilityLevelString (line 73) | func TestStabilityLevelString(t *testing.T) { function TestStabilityLevelLogMessage (line 84) | func TestStabilityLevelLogMessage(t *testing.T) { FILE: component/componentstatus/instance.go constant pipelineDelim (line 17) | pipelineDelim = byte(0x20) type InstanceID (line 23) | type InstanceID struct method ComponentID (line 40) | func (id *InstanceID) ComponentID() component.ID { method Kind (line 45) | func (id *InstanceID) Kind() component.Kind { method AllPipelineIDs (line 51) | func (id *InstanceID) AllPipelineIDs(f func(pipeline.ID) bool) { method WithPipelines (line 72) | func (id *InstanceID) WithPipelines(pipelineIDs ...pipeline.ID) *Insta... method addPipelines (line 82) | func (id *InstanceID) addPipelines(pipelineIDs []pipeline.ID) { function NewInstanceID (line 30) | func NewInstanceID(componentID component.ID, kind component.Kind, pipeli... FILE: component/componentstatus/instance_test.go function TestInstanceID (line 15) | func TestInstanceID(t *testing.T) { function TestAllPipelineIDs (line 73) | func TestAllPipelineIDs(t *testing.T) { FILE: component/componentstatus/status.go type Reporter (line 21) | type Reporter interface type Watcher (line 35) | type Watcher interface type Status (line 43) | type Status method String (line 66) | func (s Status) String() string { constant StatusNone (line 48) | StatusNone Status = iota constant StatusStarting (line 50) | StatusStarting constant StatusOK (line 52) | StatusOK constant StatusRecoverableError (line 54) | StatusRecoverableError constant StatusPermanentError (line 56) | StatusPermanentError constant StatusFatalError (line 58) | StatusFatalError constant StatusStopping (line 60) | StatusStopping constant StatusStopped (line 62) | StatusStopped type Event (line 87) | type Event struct method Status (line 99) | func (ev *Event) Status() Status { method Err (line 104) | func (ev *Event) Err() error { method Attributes (line 109) | func (ev *Event) Attributes() pcommon.Map { method Timestamp (line 114) | func (ev *Event) Timestamp() time.Time { type EventBuilderOption (line 119) | type EventBuilderOption interface type eventOptionFunc (line 123) | type eventOptionFunc method applyOption (line 125) | func (f eventOptionFunc) applyOption(event *Event) { function NewEvent (line 132) | func NewEvent(st Status, opts ...EventBuilderOption) *Event { function WithAttributes (line 147) | func WithAttributes(attributes pcommon.Map) EventBuilderOption { function WithError (line 154) | func WithError(err error) EventBuilderOption { function NewRecoverableErrorEvent (line 163) | func NewRecoverableErrorEvent(err error) *Event { function NewPermanentErrorEvent (line 170) | func NewPermanentErrorEvent(err error) *Event { function NewFatalErrorEvent (line 176) | func NewFatalErrorEvent(err error) *Event { function StatusIsError (line 182) | func StatusIsError(status Status) bool { function ReportStatus (line 190) | func ReportStatus(host component.Host, e *Event) { FILE: component/componentstatus/status_test.go function TestNewStatusEvent (line 16) | func TestNewStatusEvent(t *testing.T) { function TestStatusEventsWithError (line 47) | func TestStatusEventsWithError(t *testing.T) { function TestStatusIsError (line 64) | func TestStatusIsError(t *testing.T) { function Test_ReportStatus (line 105) | func Test_ReportStatus(t *testing.T) { type reporter (line 124) | type reporter struct method GetExtensions (line 128) | func (r *reporter) GetExtensions() map[component.ID]component.Component { method Report (line 132) | func (r *reporter) Report(_ *Event) { type host (line 138) | type host struct method GetExtensions (line 142) | func (h *host) GetExtensions() map[component.ID]component.Component { FILE: component/componenttest/configtest.go function CheckConfigStruct (line 23) | func CheckConfigStruct(config any) error { function validateConfigDataType (line 39) | func validateConfigDataType(t reflect.Type) error { function checkStructFieldTags (line 67) | func checkStructFieldTags(f reflect.StructField) error { FILE: component/componenttest/configtest_test.go function TestCheckConfigStructPointerAndValue (line 14) | func TestCheckConfigStructPointerAndValue(t *testing.T) { function TestCheckConfigStruct (line 22) | func TestCheckConfigStruct(t *testing.T) { FILE: component/componenttest/nop_host.go type nopHost (line 13) | type nopHost struct method GetExtensions (line 23) | func (nh *nopHost) GetExtensions() map[component.ID]component.Component { function NewNopHost (line 18) | func NewNopHost() component.Host { FILE: component/componenttest/nop_host_test.go function TestNewNopHost (line 13) | func TestNewNopHost(t *testing.T) { FILE: component/componenttest/nop_telemetry.go function NewNopTelemetrySettings (line 16) | func NewNopTelemetrySettings() component.TelemetrySettings { FILE: component/componenttest/nop_telemetry_test.go function TestNewNopTelemetrySettings (line 12) | func TestNewNopTelemetrySettings(t *testing.T) { FILE: component/componenttest/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: component/componenttest/telemetry.go type TelemetryOption (line 19) | type TelemetryOption interface type telemetryOption (line 23) | type telemetryOption struct type telemetryOptionFunc (line 28) | type telemetryOptionFunc method apply (line 30) | func (f telemetryOptionFunc) apply(o *telemetryOption) { f(o) } function WithMetricOptions (line 32) | func WithMetricOptions(opts ...sdkmetric.Option) TelemetryOption { function WithTraceOptions (line 38) | func WithTraceOptions(opts ...sdktrace.TracerProviderOption) TelemetryOp... type Telemetry (line 44) | type Telemetry struct method NewTelemetrySettings (line 69) | func (tt *Telemetry) NewTelemetrySettings() component.TelemetrySettings { method GetMetric (line 76) | func (tt *Telemetry) GetMetric(name string) (metricdata.Metrics, error) { method Shutdown (line 92) | func (tt *Telemetry) Shutdown(ctx context.Context) error { function NewTelemetry (line 51) | func NewTelemetry(opts ...TelemetryOption) *Telemetry { FILE: component/componenttest/telemetry_test.go function TestNewTelemetry (line 16) | func TestNewTelemetry(t *testing.T) { FILE: component/config.go type Config (line 13) | type Config FILE: component/host.go type Host (line 12) | type Host interface FILE: component/identifiable.go constant typeAndNameSeparator (line 15) | typeAndNameSeparator = "/" type Type (line 33) | type Type struct method String (line 38) | func (t Type) String() string { method MarshalText (line 43) | func (t Type) MarshalText() ([]byte, error) { function NewType (line 52) | func NewType(ty string) (Type, error) { function MustNewType (line 67) | func MustNewType(strType string) Type { type ID (line 85) | type ID struct method Type (line 115) | func (id ID) Type() Type { method Name (line 120) | func (id ID) Name() string { method MarshalText (line 126) | func (id ID) MarshalText() ([]byte, error) { method UnmarshalText (line 131) | func (id *ID) UnmarshalText(text []byte) error { method String (line 164) | func (id ID) String() string { function NewID (line 91) | func NewID(typeVal Type) ID { function MustNewID (line 98) | func MustNewID(typeVal string) ID { function NewIDWithName (line 103) | func NewIDWithName(typeVal Type, nameVal string) ID { function MustNewIDWithName (line 110) | func MustNewIDWithName(typeVal, nameVal string) ID { function validateName (line 172) | func validateName(nameStr string) error { FILE: component/identifiable_example_test.go function ExampleNewType (line 12) | func ExampleNewType() { function ExampleMustNewType (line 24) | func ExampleMustNewType() { function ExampleNewID (line 32) | func ExampleNewID() { function ExampleMustNewID (line 41) | func ExampleMustNewID() { function ExampleNewIDWithName (line 49) | func ExampleNewIDWithName() { function ExampleMustNewIDWithName (line 58) | func ExampleMustNewIDWithName() { FILE: component/identifiable_test.go function TestMarshalText (line 14) | func TestMarshalText(t *testing.T) { function TestUnmarshalText (line 21) | func TestUnmarshalText(t *testing.T) { function TestNewType (line 105) | func TestNewType(t *testing.T) { FILE: component/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: component/telemetry.go type TelemetrySettings (line 15) | type TelemetrySettings struct FILE: config/configauth/configauth.go type Config (line 26) | type Config struct method GetServerAuthenticator (line 35) | func (a Config) GetServerAuthenticator(_ context.Context, extensions m... method GetHTTPClientAuthenticator (line 49) | func (a Config) GetHTTPClientAuthenticator(_ context.Context, extensio... method GetGRPCClientAuthenticator (line 62) | func (a Config) GetGRPCClientAuthenticator(_ context.Context, extensio... FILE: config/configauth/configauth_test.go function TestGetServer (line 20) | func TestGetServer(t *testing.T) { function TestGetServerFails (line 61) | func TestGetServerFails(t *testing.T) { function TestGetHTTPClient (line 71) | func TestGetHTTPClient(t *testing.T) { function TestGetGRPCClientFails (line 112) | func TestGetGRPCClientFails(t *testing.T) { FILE: config/configauth/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: config/configcompression/compressiontype.go type Type (line 12) | type Type method IsCompressed (line 37) | func (ct *Type) IsCompressed() bool { method UnmarshalText (line 41) | func (ct *Type) UnmarshalText(in []byte) error { method ValidateParams (line 58) | func (ct *Type) ValidateParams(p CompressionParams) error { type Level (line 14) | type Level type CompressionParams (line 16) | type CompressionParams struct constant TypeGzip (line 23) | TypeGzip Type = "gzip" constant TypeZlib (line 24) | TypeZlib Type = "zlib" constant TypeDeflate (line 25) | TypeDeflate Type = "deflate" constant TypeSnappy (line 26) | TypeSnappy Type = "snappy" constant TypeSnappyFramed (line 27) | TypeSnappyFramed Type = "x-snappy-framed" constant TypeZstd (line 28) | TypeZstd Type = "zstd" constant TypeLz4 (line 29) | TypeLz4 Type = "lz4" constant typeNone (line 30) | typeNone Type = "none" constant typeEmpty (line 31) | typeEmpty Type = "" constant DefaultCompressionLevel (line 32) | DefaultCompressionLevel = zlib.DefaultCompression FILE: config/configcompression/compressiontype_test.go function TestUnmarshalText (line 14) | func TestUnmarshalText(t *testing.T) { function TestValidateParams (line 95) | func TestValidateParams(t *testing.T) { FILE: config/configcompression/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: config/configgrpc/client_middleware_test.go type testClientMiddleware (line 29) | type testClientMiddleware struct function newTestMiddlewareConfig (line 34) | func newTestMiddlewareConfig(name string) configmiddleware.Config { function newTestClientMiddleware (line 40) | func newTestClientMiddleware(name string) extension.Extension { function TestClientMiddlewareOrdering (line 92) | func TestClientMiddlewareOrdering(t *testing.T) { function TestClientMiddlewareToClientErrors (line 145) | func TestClientMiddlewareToClientErrors(t *testing.T) { FILE: config/configgrpc/configgrpc.go type KeepaliveClientConfig (line 50) | type KeepaliveClientConfig struct function NewDefaultKeepaliveClientConfig (line 59) | func NewDefaultKeepaliveClientConfig() KeepaliveClientConfig { function BalancerName (line 67) | func BalancerName() string { type ClientConfig (line 72) | type ClientConfig struct method Validate (line 229) | func (cc *ClientConfig) Validate() error { method sanitizedEndpoint (line 258) | func (cc *ClientConfig) sanitizedEndpoint() string { method isSchemeHTTP (line 272) | func (cc *ClientConfig) isSchemeHTTP() bool { method isSchemeHTTPS (line 276) | func (cc *ClientConfig) isSchemeHTTPS() bool { method ToClientConn (line 303) | func (cc *ClientConfig) ToClientConn( method addHeadersIfAbsent (line 325) | func (cc *ClientConfig) addHeadersIfAbsent(ctx context.Context) contex... method getGrpcDialOptions (line 336) | func (cc *ClientConfig) getGrpcDialOptions( function NewDefaultClientConfig (line 119) | func NewDefaultClientConfig() ClientConfig { type KeepaliveServerConfig (line 128) | type KeepaliveServerConfig struct function NewDefaultKeepaliveServerConfig (line 136) | func NewDefaultKeepaliveServerConfig() KeepaliveServerConfig { type KeepaliveServerParameters (line 146) | type KeepaliveServerParameters struct function NewDefaultKeepaliveServerParameters (line 157) | func NewDefaultKeepaliveServerParameters() KeepaliveServerParameters { type KeepaliveEnforcementPolicy (line 164) | type KeepaliveEnforcementPolicy struct function NewDefaultKeepaliveEnforcementPolicy (line 172) | func NewDefaultKeepaliveEnforcementPolicy() KeepaliveEnforcementPolicy { type ServerConfig (line 177) | type ServerConfig struct method Validate (line 447) | func (sc *ServerConfig) Validate() error { method ToServer (line 483) | func (sc *ServerConfig) ToServer( method getGrpcServerOptions (line 496) | func (sc *ServerConfig) getGrpcServerOptions( function NewDefaultServerConfig (line 217) | func NewDefaultServerConfig() ServerConfig { type ToClientConnOption (line 281) | type ToClientConnOption interface type grpcDialOptionWrapper (line 285) | type grpcDialOptionWrapper struct method isToClientConnOption (line 293) | func (grpcDialOptionWrapper) isToClientConnOption() {} function WithGrpcDialOption (line 290) | func WithGrpcDialOption(opt grpc.DialOption) ToClientConnOption { type ToServerOption (line 464) | type ToServerOption interface type grpcServerOptionWrapper (line 468) | type grpcServerOptionWrapper struct method isToServerOption (line 476) | func (grpcServerOptionWrapper) isToServerOption() {} function WithGrpcServerOption (line 473) | func WithGrpcServerOption(opt grpc.ServerOption) ToServerOption { function getGRPCCompressionName (line 602) | func getGRPCCompressionName(compressionType configcompression.Type) (str... function enhanceWithClientInformation (line 617) | func enhanceWithClientInformation(includeMetadata bool) grpc.UnaryServer... function enhanceStreamWithClientInformation (line 623) | func enhanceStreamWithClientInformation(includeMetadata bool) grpc.Strea... function contextWithClient (line 631) | func contextWithClient(ctx context.Context, includeMetadata bool) contex... function authUnaryServerInterceptor (line 648) | func authUnaryServerInterceptor(server extensionauth.Server) grpc.UnaryS... function authStreamServerInterceptor (line 668) | func authStreamServerInterceptor(server extensionauth.Server) grpc.Strea... FILE: config/configgrpc/configgrpc_benchmark_test.go function BenchmarkCompressors (line 26) | func BenchmarkCompressors(b *testing.B) { function compress (line 58) | func compress(compressor encoding.Compressor, in []byte) ([]byte, error) { type testPayload (line 79) | type testPayload struct type marshaler (line 85) | type marshaler interface type logMarshaler (line 89) | type logMarshaler struct method marshal (line 93) | func (m *logMarshaler) marshal(e any) ([]byte, error) { type traceMarshaler (line 97) | type traceMarshaler struct method marshal (line 101) | func (m *traceMarshaler) marshal(e any) ([]byte, error) { type metricsMarshaler (line 105) | type metricsMarshaler struct method marshal (line 109) | func (m *metricsMarshaler) marshal(e any) ([]byte, error) { function setupTestPayloads (line 113) | func setupTestPayloads() []testPayload { FILE: config/configgrpc/configgrpc_test.go type mockAuthServer (line 44) | type mockAuthServer struct function newMockAuthServer (line 50) | func newMockAuthServer(auth func(ctx context.Context, sources map[string... function TestNewDefaultKeepaliveClientConfig (line 54) | func TestNewDefaultKeepaliveClientConfig(t *testing.T) { function TestNewDefaultClientConfig (line 63) | func TestNewDefaultClientConfig(t *testing.T) { function TestNewDefaultKeepaliveServerParameters (line 76) | func TestNewDefaultKeepaliveServerParameters(t *testing.T) { function TestNewDefaultKeepaliveEnforcementPolicy (line 83) | func TestNewDefaultKeepaliveEnforcementPolicy(t *testing.T) { function TestNewDefaultKeepaliveServerConfig (line 91) | func TestNewDefaultKeepaliveServerConfig(t *testing.T) { function TestNewDefaultServerConfig (line 100) | func TestNewDefaultServerConfig(t *testing.T) { function TestDefaultGrpcClientSettings (line 119) | func TestDefaultGrpcClientSettings(t *testing.T) { function TestGrpcClientExtraOption (line 134) | func TestGrpcClientExtraOption(t *testing.T) { function TestAllGrpcClientSettings (line 157) | func TestAllGrpcClientSettings(t *testing.T) { function TestSanitizeEndpoint (line 266) | func TestSanitizeEndpoint(t *testing.T) { function TestValidateEndpoint (line 276) | func TestValidateEndpoint(t *testing.T) { function TestHeaders (line 284) | func TestHeaders(t *testing.T) { function TestDefaultGrpcServerSettings (line 313) | func TestDefaultGrpcServerSettings(t *testing.T) { function TestGrpcServerExtraOption (line 324) | func TestGrpcServerExtraOption(t *testing.T) { function TestGrpcServerValidate (line 342) | func TestGrpcServerValidate(t *testing.T) { function TestAllGrpcServerSettingsExceptAuth (line 394) | func TestAllGrpcServerSettingsExceptAuth(t *testing.T) { function TestGrpcServerAuthSettings (line 427) | func TestGrpcServerAuthSettings(t *testing.T) { function TestGrpcClientConfigInvalidBalancer (line 445) | func TestGrpcClientConfigInvalidBalancer(t *testing.T) { function TestGRPCClientSettingsError (line 468) | func TestGRPCClientSettingsError(t *testing.T) { function TestUseSecure (line 560) | func TestUseSecure(t *testing.T) { function TestGRPCServerSettingsError (line 572) | func TestGRPCServerSettingsError(t *testing.T) { function TestGRPCServerSettings_ToListener_Error (line 626) | func TestGRPCServerSettings_ToListener_Error(t *testing.T) { function TestHTTPReception (line 637) | func TestHTTPReception(t *testing.T) { function TestReceiveOnUnixDomainSocket (line 767) | func TestReceiveOnUnixDomainSocket(t *testing.T) { function TestContextWithClient (line 791) | func TestContextWithClient(t *testing.T) { function TestStreamInterceptorEnhancesClient (line 895) | func TestStreamInterceptorEnhancesClient(t *testing.T) { type mockedStream (line 921) | type mockedStream struct method Context (line 926) | func (ms *mockedStream) Context() context.Context { function TestClientInfoInterceptors (line 930) | func TestClientInfoInterceptors(t *testing.T) { function TestClientInfoInterceptorBeforeAuth (line 984) | func TestClientInfoInterceptorBeforeAuth(t *testing.T) { function TestDefaultUnaryInterceptorAuthSucceeded (line 1036) | func TestDefaultUnaryInterceptorAuthSucceeded(t *testing.T) { function TestDefaultUnaryInterceptorAuthFailure (line 1067) | func TestDefaultUnaryInterceptorAuthFailure(t *testing.T) { function TestDefaultUnaryInterceptorAuthFailureWithStatusErr (line 1092) | func TestDefaultUnaryInterceptorAuthFailureWithStatusErr(t *testing.T) { function TestDefaultUnaryInterceptorMissingMetadata (line 1117) | func TestDefaultUnaryInterceptorMissingMetadata(t *testing.T) { function TestDefaultStreamInterceptorAuthSucceeded (line 1137) | func TestDefaultStreamInterceptorAuthSucceeded(t *testing.T) { function TestDefaultStreamInterceptorAuthFailureWithStatusErr (line 1170) | func TestDefaultStreamInterceptorAuthFailureWithStatusErr(t *testing.T) { function TestDefaultStreamInterceptorAuthFailure (line 1196) | func TestDefaultStreamInterceptorAuthFailure(t *testing.T) { function TestDefaultStreamInterceptorMissingMetadata (line 1222) | func TestDefaultStreamInterceptorMissingMetadata(t *testing.T) { type mockServerStream (line 1244) | type mockServerStream struct method Context (line 1249) | func (m *mockServerStream) Context() context.Context { type grpcTraceServer (line 1253) | type grpcTraceServer struct method Export (line 1258) | func (gts *grpcTraceServer) Export(ctx context.Context, _ ptraceotlp.E... method startTestServer (line 1263) | func (gts *grpcTraceServer) startTestServer(t *testing.T, gss configop... method startTestServerWithExtensions (line 1267) | func (gts *grpcTraceServer) startTestServerWithExtensions(t *testing.T... method startTestServerWithExtensionsError (line 1279) | func (gts *grpcTraceServer) startTestServerWithExtensionsError(_ *test... function sendTestRequest (line 1296) | func sendTestRequest(t *testing.T, cc ClientConfig) (ptraceotlp.ExportRe... function sendTestRequestWithExtensions (line 1301) | func sendTestRequestWithExtensions(t *testing.T, cc ClientConfig, extens... function tempSocketName (line 1313) | func tempSocketName(t *testing.T) string { FILE: config/configgrpc/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: config/configgrpc/server_middleware_test.go type contextKey (line 26) | type contextKey constant middlewareCallsKey (line 29) | middlewareCallsKey contextKey = 0 function getMiddlewareCalls (line 32) | func getMiddlewareCalls(ctx context.Context) []string { type testServerMiddleware (line 41) | type testServerMiddleware struct function newTestServerMiddleware (line 46) | func newTestServerMiddleware(name string) extension.Extension { function TestGrpcServerUnaryInterceptor (line 63) | func TestGrpcServerUnaryInterceptor(t *testing.T) { function TestServerMiddlewareToServerErrors (line 106) | func TestServerMiddlewareToServerErrors(t *testing.T) { FILE: config/configgrpc/wrappedstream.go type wrappedServerStream (line 16) | type wrappedServerStream struct method Context (line 23) | func (w *wrappedServerStream) Context() context.Context { function wrapServerStream (line 28) | func wrapServerStream(wrappedCtx context.Context, stream grpc.ServerStre... FILE: config/configgrpc/wrappedstream_test.go type ctxKey (line 15) | type ctxKey struct function TestWrapServerStream (line 22) | func TestWrapServerStream(t *testing.T) { function TestDoubleWrapping (line 31) | func TestDoubleWrapping(t *testing.T) { type fakeServerStream (line 38) | type fakeServerStream struct method Context (line 43) | func (f *fakeServerStream) Context() context.Context { FILE: config/confighttp/client.go constant headerContentEncoding (line 30) | headerContentEncoding = "Content-Encoding" type ClientConfig (line 34) | type ClientConfig struct method Validate (line 137) | func (cc *ClientConfig) Validate() error { method ToClient (line 158) | func (cc *ClientConfig) ToClient(ctx context.Context, extensions map[c... type CookiesConfig (line 118) | type CookiesConfig struct function NewDefaultClientConfig (line 126) | func NewDefaultClientConfig() ClientConfig { type ToClientOption (line 149) | type ToClientOption interface type headerRoundTripper (line 286) | type headerRoundTripper struct method RoundTrip (line 292) | func (interceptor *headerRoundTripper) RoundTrip(req *http.Request) (*... FILE: config/confighttp/client_middleware_test.go type testClientMiddleware (line 27) | type testClientMiddleware struct function newTestClientMiddleware (line 32) | func newTestClientMiddleware(name string) component.Component { function newTestClientConfig (line 65) | func newTestClientConfig(name string) configmiddleware.Config { function TestClientMiddlewares (line 71) | func TestClientMiddlewares(t *testing.T) { function TestClientMiddlewareErrors (line 142) | func TestClientMiddlewareErrors(t *testing.T) { function TestGRPCClientMiddlewareErrors (line 199) | func TestGRPCClientMiddlewareErrors(t *testing.T) { FILE: config/confighttp/client_test.go function TestAllHTTPClientSettings (line 46) | func TestAllHTTPClientSettings(t *testing.T) { function TestPartialHTTPClientSettings (line 192) | func TestPartialHTTPClientSettings(t *testing.T) { function TestDefaultHTTPClientSettings (line 234) | func TestDefaultHTTPClientSettings(t *testing.T) { function TestProxyURL (line 240) | func TestProxyURL(t *testing.T) { function TestHTTPClientSettingsError (line 295) | func TestHTTPClientSettingsError(t *testing.T) { type customRoundTripper (line 345) | type customRoundTripper struct method RoundTrip (line 347) | func (c *customRoundTripper) RoundTrip(*http.Request) (*http.Response,... type mockClient (line 356) | type mockClient struct method RoundTripper (line 362) | func (m *mockClient) RoundTripper(http.RoundTripper) (http.RoundTrippe... function TestHTTPClientSettingWithAuthConfig (line 366) | func TestHTTPClientSettingWithAuthConfig(t *testing.T) { function TestHTTPClientHeaders (line 488) | func TestHTTPClientHeaders(t *testing.T) { function TestHTTPClientHostHeader (line 527) | func TestHTTPClientHostHeader(t *testing.T) { function TestHTTPTransportOptions (line 562) | func TestHTTPTransportOptions(t *testing.T) { function TestContextWithClient (line 597) | func TestContextWithClient(t *testing.T) { function TestClientUnmarshalYAMLWithMiddlewares (line 660) | func TestClientUnmarshalYAMLWithMiddlewares(t *testing.T) { function TestClientUnmarshalYAMLComprehensiveConfig (line 681) | func TestClientUnmarshalYAMLComprehensiveConfig(t *testing.T) { function TestClientMiddlewaresFieldCompatibility (line 724) | func TestClientMiddlewaresFieldCompatibility(t *testing.T) { FILE: config/confighttp/clientinfohandler.go type clientInfoHandler (line 15) | type clientInfoHandler struct method ServeHTTP (line 24) | func (h *clientInfoHandler) ServeHTTP(w http.ResponseWriter, req *http... function contextWithClient (line 31) | func contextWithClient(req *http.Request, includeMetadata bool) context.... function parseIP (line 54) | func parseIP(source string) *net.IPAddr { FILE: config/confighttp/clientinfohandler_test.go function TestParseIP (line 16) | func TestParseIP(t *testing.T) { FILE: config/confighttp/compress_readcloser.go type compressReadCloser (line 11) | type compressReadCloser struct method Close (line 21) | func (crc *compressReadCloser) Close() error { FILE: config/confighttp/compress_readcloser_test.go type errorReadCloser (line 16) | type errorReadCloser struct method Close (line 21) | func (erc errorReadCloser) Close() error { function TestCompressReadCloser (line 25) | func TestCompressReadCloser(t *testing.T) { FILE: config/confighttp/compression.go function defaultCompressionAlgorithms (line 28) | func defaultCompressionAlgorithms() []string { type compressRoundTripper (line 35) | type compressRoundTripper struct method RoundTrip (line 184) | func (r *compressRoundTripper) RoundTrip(req *http.Request) (*http.Res... type pooledZstdReadCloser (line 44) | type pooledZstdReadCloser struct method Read (line 48) | func (pzrc *pooledZstdReadCloser) Read(dst []byte) (int, error) { method Close (line 55) | func (pzrc *pooledZstdReadCloser) Close() error { function snappyHandler (line 138) | func snappyHandler(body io.ReadCloser) (io.ReadCloser, error) { function newCompressionParams (line 165) | func newCompressionParams(level configcompression.Level) configcompressi... function newCompressRoundTripper (line 171) | func newCompressRoundTripper(rt http.RoundTripper, compressionType confi... type decompressor (line 213) | type decompressor struct method ServeHTTP (line 253) | func (d *decompressor) ServeHTTP(w http.ResponseWriter, r *http.Reques... method newBodyReader (line 272) | func (d *decompressor) newBodyReader(r *http.Request) (io.ReadCloser, ... function httpContentDecompressor (line 223) | func httpContentDecompressor(h http.Handler, maxRequestBodySize int64, e... function defaultErrorHandler (line 286) | func defaultErrorHandler(w http.ResponseWriter, _ *http.Request, errMsg ... FILE: config/confighttp/compression_test.go function TestHTTPClientCompression (line 33) | func TestHTTPClientCompression(t *testing.T) { function TestHTTPCustomDecompression (line 200) | func TestHTTPCustomDecompression(t *testing.T) { function TestHTTPContentDecompressionHandler (line 235) | func TestHTTPContentDecompressionHandler(t *testing.T) { function TestEmptyCompressionAlgorithmsAllowsUncompressed (line 393) | func TestEmptyCompressionAlgorithmsAllowsUncompressed(t *testing.T) { function TestHTTPContentCompressionRequestWithNilBody (line 539) | func TestHTTPContentCompressionRequestWithNilBody(t *testing.T) { function TestHTTPContentCompressionCopyError (line 564) | func TestHTTPContentCompressionCopyError(t *testing.T) { type closeFailBody (line 581) | type closeFailBody struct method Close (line 585) | func (*closeFailBody) Close() error { function TestHTTPContentCompressionRequestBodyCloseError (line 589) | func TestHTTPContentCompressionRequestBodyCloseError(t *testing.T) { function TestOverrideCompressionList (line 606) | func TestOverrideCompressionList(t *testing.T) { function TestDecompressorAvoidDecompressionBomb (line 631) | func TestDecompressorAvoidDecompressionBomb(t *testing.T) { function TestPooledZstdReadCloserReadAfterClose (line 712) | func TestPooledZstdReadCloserReadAfterClose(t *testing.T) { function compressGzip (line 744) | func compressGzip(tb testing.TB, body []byte) *bytes.Buffer { function compressZlib (line 753) | func compressZlib(tb testing.TB, body []byte) *bytes.Buffer { function compressSnappyFramed (line 762) | func compressSnappyFramed(tb testing.TB, body []byte) *bytes.Buffer { function compressSnappy (line 771) | func compressSnappy(tb testing.TB, body []byte) *bytes.Buffer { function compressZstd (line 779) | func compressZstd(tb testing.TB, body []byte) *bytes.Buffer { function compressLz4 (line 790) | func compressLz4(tb testing.TB, body []byte) *bytes.Buffer { FILE: config/confighttp/compressor.go type writeCloserReset (line 22) | type writeCloserReset interface type compressor (line 27) | type compressor struct method compress (line 111) | func (p *compressor) compress(buf *bytes.Buffer, body io.ReadCloser) e... type compressorMap (line 31) | type compressorMap type compressionMapKey (line 33) | type compressionMapKey struct function newCompressor (line 45) | func newCompressor(compressionType configcompression.Type, compressionPa... function newWriteCloserResetFunc (line 63) | func newWriteCloserResetFunc(compressionType configcompression.Type, com... type rawSnappyWriter (line 135) | type rawSnappyWriter struct method Write (line 142) | func (w *rawSnappyWriter) Write(p []byte) (int, error) { method Close (line 148) | func (w *rawSnappyWriter) Close() error { method Reset (line 160) | func (w *rawSnappyWriter) Reset(newWriter io.Writer) { FILE: config/confighttp/compressor_test.go function BenchmarkCompression (line 22) | func BenchmarkCompression(b *testing.B) { function benchmarkCompression (line 58) | func benchmarkCompression(b *testing.B, _ configcompression.Type, buf *b... function benchmarkCompressionNoConcurrency (line 74) | func benchmarkCompressionNoConcurrency(b *testing.B, _ configcompression... FILE: config/confighttp/confighttp_example_test.go function ExampleServerConfig (line 13) | func ExampleServerConfig() { FILE: config/confighttp/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: config/confighttp/internal/options.go type ToServerOptions (line 15) | type ToServerOptions struct method Apply (line 21) | func (tso *ToServerOptions) Apply(opts ...ToServerOption) { type ToServerOption (line 29) | type ToServerOption interface type ToServerOptionFunc (line 34) | type ToServerOptionFunc method apply (line 36) | func (of ToServerOptionFunc) apply(e *ToServerOptions) { FILE: config/confighttp/server.go constant defaultMaxRequestBodySize (line 34) | defaultMaxRequestBodySize = 20 * 1024 * 1024 type ServerConfig (line 37) | type ServerConfig struct method ToListener (line 135) | func (sc *ServerConfig) ToListener(ctx context.Context) (net.Listener,... method ToServer (line 186) | func (sc *ServerConfig) ToServer(ctx context.Context, extensions map[c... function NewDefaultServerConfig (line 109) | func NewDefaultServerConfig() ServerConfig { type AuthConfig (line 123) | type AuthConfig struct function WithErrorHandler (line 164) | func WithErrorHandler(e func(w http.ResponseWriter, r *http.Request, err... function WithDecoder (line 172) | func WithDecoder(key string, dec func(body io.ReadCloser) (io.ReadCloser... function responseHeadersHandler (line 316) | func responseHeadersHandler(handler http.Handler, headers configopaque.M... type CORSConfig (line 330) | type CORSConfig struct function NewDefaultCORSConfig (line 353) | func NewDefaultCORSConfig() CORSConfig { function authInterceptor (line 357) | func authInterceptor(next http.Handler, server extensionauth.Server, req... function maxRequestBodySizeInterceptor (line 381) | func maxRequestBodySizeInterceptor(next http.Handler, maxRecvSize int64)... function standardizeHTTPMethod (line 390) | func standardizeHTTPMethod(method, unknown string) string { FILE: config/confighttp/server_middleware_test.go type testServerMiddleware (line 27) | type testServerMiddleware struct function newTestServerMiddleware (line 32) | func newTestServerMiddleware(name string) component.Component { function newTestServerConfig (line 52) | func newTestServerConfig(name string) configmiddleware.Config { function TestServerMiddleware (line 58) | func TestServerMiddleware(t *testing.T) { function TestServerMiddlewareErrors (line 140) | func TestServerMiddlewareErrors(t *testing.T) { FILE: config/confighttp/server_test.go type mockAuthServer (line 43) | type mockAuthServer struct function newMockAuthServer (line 49) | func newMockAuthServer(auth func(ctx context.Context, sources map[string... function TestHTTPServerSettingsError (line 53) | func TestHTTPServerSettingsError(t *testing.T) { function TestHTTPServerTLS (line 107) | func TestHTTPServerTLS(t *testing.T) { function TestHTTPServerTransport (line 282) | func TestHTTPServerTransport(t *testing.T) { function TestHTTPCors (line 312) | func TestHTTPCors(t *testing.T) { function TestHTTPCorsInvalidSettings (line 402) | func TestHTTPCorsInvalidSettings(t *testing.T) { function TestHTTPCorsWithSettings (line 422) | func TestHTTPCorsWithSettings(t *testing.T) { function TestHTTPServerHeaders (line 458) | func TestHTTPServerHeaders(t *testing.T) { function verifyCorsResp (line 501) | func verifyCorsResp(t *testing.T, url, origin string, set configoptional... function verifyHeadersResp (line 536) | func verifyHeadersResp(t *testing.T, url string, expected configopaque.M... function TestServerAuth (line 552) | func TestServerAuth(t *testing.T) { function TestInvalidServerAuth (line 590) | func TestInvalidServerAuth(t *testing.T) { function TestFailedServerAuth (line 604) | func TestFailedServerAuth(t *testing.T) { function TestFailedServerAuthWithErrorHandler (line 635) | func TestFailedServerAuthWithErrorHandler(t *testing.T) { function TestServerWithErrorHandler (line 674) | func TestServerWithErrorHandler(t *testing.T) { function TestServerWithDecoder (line 708) | func TestServerWithDecoder(t *testing.T) { function TestServerWithDecompression (line 736) | func TestServerWithDecompression(t *testing.T) { function TestDefaultMaxRequestBodySize (line 782) | func TestDefaultMaxRequestBodySize(t *testing.T) { function TestAuthWithQueryParams (line 823) | func TestAuthWithQueryParams(t *testing.T) { function BenchmarkHTTPRequest (line 864) | func BenchmarkHTTPRequest(b *testing.B) { function TestDefaultHTTPServerSettings (line 959) | func TestDefaultHTTPServerSettings(t *testing.T) { function TestHTTPServerKeepAlives (line 970) | func TestHTTPServerKeepAlives(t *testing.T) { function TestHTTPServerTelemetry_Tracing (line 1020) | func TestHTTPServerTelemetry_Tracing(t *testing.T) { function TestServerUnmarshalYAMLWithMiddlewares (line 1094) | func TestServerUnmarshalYAMLWithMiddlewares(t *testing.T) { function TestServerUnmarshalYAMLComprehensiveConfig (line 1115) | func TestServerUnmarshalYAMLComprehensiveConfig(t *testing.T) { function startServer (line 1169) | func startServer(tb testing.TB, sc *ServerConfig, ln net.Listener, h htt... FILE: config/confighttp/xconfighttp/options.go function WithOtelHTTPOptions (line 20) | func WithOtelHTTPOptions(httpopts ...otelhttp.Option) confighttp.ToServe... FILE: config/confighttp/xconfighttp/options_test.go function TestServerWithOtelHTTPOptions (line 24) | func TestServerWithOtelHTTPOptions(t *testing.T) { function tracerProvider (line 66) | func tracerProvider(t *testing.T) (trace.TracerProvider, *tracetest.InMe... FILE: config/configmiddleware/configmiddleware.go type Config (line 28) | type Config struct method GetHTTPClientRoundTripper (line 40) | func (m Config) GetHTTPClientRoundTripper(ctx context.Context, extensi... method GetHTTPServerHandler (line 55) | func (m Config) GetHTTPServerHandler(ctx context.Context, extensions m... method GetGRPCClientOptions (line 70) | func (m Config) GetGRPCClientOptions(ctx context.Context, extensions m... method GetGRPCServerOptions (line 84) | func (m Config) GetGRPCServerOptions(ctx context.Context, extensions m... FILE: config/configmiddleware/configmiddleware_test.go type mockWrongType (line 21) | type mockWrongType struct function TestConfig_GetHTTPServerHandler (line 26) | func TestConfig_GetHTTPServerHandler(t *testing.T) { function TestConfig_GetHTTPClientRoundTripper (line 79) | func TestConfig_GetHTTPClientRoundTripper(t *testing.T) { function TestConfig_GetGRPCServerOptions (line 132) | func TestConfig_GetGRPCServerOptions(t *testing.T) { function TestConfig_GetGRPCClientOptions (line 195) | func TestConfig_GetGRPCClientOptions(t *testing.T) { FILE: config/confignet/confignet.go type TransportType (line 14) | type TransportType method UnmarshalText (line 35) | func (tt *TransportType) UnmarshalText(in []byte) error { constant TransportTypeTCP (line 17) | TransportTypeTCP TransportType = "tcp" constant TransportTypeTCP4 (line 18) | TransportTypeTCP4 TransportType = "tcp4" constant TransportTypeTCP6 (line 19) | TransportTypeTCP6 TransportType = "tcp6" constant TransportTypeUDP (line 20) | TransportTypeUDP TransportType = "udp" constant TransportTypeUDP4 (line 21) | TransportTypeUDP4 TransportType = "udp4" constant TransportTypeUDP6 (line 22) | TransportTypeUDP6 TransportType = "udp6" constant TransportTypeIP (line 23) | TransportTypeIP TransportType = "ip" constant TransportTypeIP4 (line 24) | TransportTypeIP4 TransportType = "ip4" constant TransportTypeIP6 (line 25) | TransportTypeIP6 TransportType = "ip6" constant TransportTypeUnix (line 26) | TransportTypeUnix TransportType = "unix" constant TransportTypeUnixgram (line 27) | TransportTypeUnixgram TransportType = "unixgram" constant TransportTypeUnixPacket (line 28) | TransportTypeUnixPacket TransportType = "unixpacket" constant transportTypeEmpty (line 29) | transportTypeEmpty TransportType = "" type DialerConfig (line 59) | type DialerConfig struct function NewDefaultDialerConfig (line 68) | func NewDefaultDialerConfig() DialerConfig { type AddrConfig (line 73) | type AddrConfig struct method Dial (line 99) | func (na *AddrConfig) Dial(ctx context.Context) (net.Conn, error) { method Listen (line 105) | func (na *AddrConfig) Listen(ctx context.Context) (net.Listener, error) { method Validate (line 110) | func (na *AddrConfig) Validate() error { function NewDefaultAddrConfig (line 92) | func NewDefaultAddrConfig() AddrConfig { type TCPAddrConfig (line 131) | type TCPAddrConfig struct method Dial (line 153) | func (na *TCPAddrConfig) Dial(ctx context.Context) (net.Conn, error) { method Listen (line 159) | func (na *TCPAddrConfig) Listen(ctx context.Context) (net.Listener, er... function NewDefaultTCPAddrConfig (line 146) | func NewDefaultTCPAddrConfig() TCPAddrConfig { FILE: config/confignet/confignet_test.go function TestNewDefaultDialerConfig (line 17) | func TestNewDefaultDialerConfig(t *testing.T) { function TestNewDefaultAddrConfig (line 23) | func TestNewDefaultAddrConfig(t *testing.T) { function TestNewDefaultTCPAddrConfig (line 29) | func TestNewDefaultTCPAddrConfig(t *testing.T) { function TestAddrConfigTimeout (line 35) | func TestAddrConfigTimeout(t *testing.T) { function TestTCPAddrConfigTimeout (line 53) | func TestTCPAddrConfigTimeout(t *testing.T) { function TestAddrConfig (line 70) | func TestAddrConfig(t *testing.T) { function Test_NetAddr_Validate (line 105) | func Test_NetAddr_Validate(t *testing.T) { function TestTCPAddrConfig (line 122) | func TestTCPAddrConfig(t *testing.T) { function Test_TransportType_UnmarshalText (line 155) | func Test_TransportType_UnmarshalText(t *testing.T) { FILE: config/confignet/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: config/configopaque/doc_test.go function Example_opaqueString (line 15) | func Example_opaqueString() { type ExampleConfigString (line 39) | type ExampleConfigString struct function Example_opaqueSlice (line 44) | func Example_opaqueSlice() { type ExampleConfigSlice (line 72) | type ExampleConfigSlice struct function Example_opaqueMap (line 77) | func Example_opaqueMap() { type ExampleConfigMap (line 102) | type ExampleConfigMap struct FILE: config/configopaque/maplist.go type Pair (line 17) | type Pair struct type MapList (line 29) | type MapList method Unmarshal (line 36) | func (ml *MapList) Unmarshal(conf *confmap.Conf) error { method Validate (line 56) | func (ml MapList) Validate() error { method Iter (line 79) | func (ml MapList) Iter(yield func(name string, value String) bool) { method Get (line 90) | func (ml MapList) Get(name string) (val String, ok bool) { method Set (line 103) | func (ml *MapList) Set(name string, val String) { FILE: config/configopaque/maplist_test.go constant headersList (line 17) | headersList = ` constant headersMap (line 25) | headersMap = ` constant headersBad1 (line 31) | headersBad1 = ` constant headersBad2 (line 36) | headersBad2 = ` constant headersDupe (line 40) | headersDupe = ` type testConfig (line 48) | type testConfig struct function TestMapListDuality (line 52) | func TestMapListDuality(t *testing.T) { function TestMapListUnmarshalError (line 72) | func TestMapListUnmarshalError(t *testing.T) { function TestMapListValidate (line 94) | func TestMapListValidate(t *testing.T) { function TestMapListMethods (line 104) | func TestMapListMethods(t *testing.T) { function TestMapListNil (line 156) | func TestMapListNil(t *testing.T) { FILE: config/configopaque/opaque.go type String (line 12) | type String method MarshalText (line 17) | func (s String) MarshalText() ([]byte, error) { method String (line 23) | func (s String) String() string { method GoString (line 29) | func (s String) GoString() string { method MarshalBinary (line 34) | func (s String) MarshalBinary() (text []byte, err error) { constant maskedString (line 14) | maskedString = "[REDACTED]" FILE: config/configopaque/opaque_test.go function TestStringMarshalText (line 25) | func TestStringMarshalText(t *testing.T) { type TestStruct (line 34) | type TestStruct struct function TestStringJSON (line 44) | func TestStringJSON(t *testing.T) { function TestStringFmt (line 50) | func TestStringFmt(t *testing.T) { function TestStringMarshalBinary (line 87) | func TestStringMarshalBinary(t *testing.T) { FILE: config/configopaque/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: config/configoptional/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: config/configoptional/optional.go type flavor (line 19) | type flavor constant noneFlavor (line 22) | noneFlavor flavor = 0 constant defaultFlavor (line 23) | defaultFlavor flavor = 1 constant someFlavor (line 24) | someFlavor flavor = 2 type Optional (line 34) | type Optional struct function deref (line 44) | func deref(t reflect.Type) reflect.Type { function assertStructKind (line 55) | func assertStructKind[T any]() error { function assertNoEnabledField (line 73) | func assertNoEnabledField[T any]() error { function Some (line 95) | func Some[T any](value T) Optional[T] { function Default (line 107) | func Default[T any](value T) Optional[T] { function None (line 121) | func None[T any]() Optional[T] { method HasValue (line 129) | func (o Optional[T]) HasValue() bool { method Get (line 135) | func (o *Optional[T]) Get() *T { method GetOrInsertDefault (line 151) | func (o *Optional[T]) GetOrInsertDefault() *T { method Unmarshal (line 187) | func (o *Optional[T]) Unmarshal(conf *confmap.Conf) error { method Marshal (line 232) | func (o Optional[T]) Marshal(conf *confmap.Conf) error { method Validate (line 256) | func (o *Optional[T]) Validate() error { FILE: config/configoptional/optional_test.go type Config (line 21) | type Config struct type Sub (line 25) | type Sub struct type WithEnabled (line 29) | type WithEnabled struct type WithEnabledOmitEmpty (line 33) | type WithEnabledOmitEmpty struct type OmitEmpty (line 37) | type OmitEmpty struct type NoMapstructure (line 41) | type NoMapstructure struct function ptr (line 49) | func ptr[T any](v T) *T { function TestDefaultPanics (line 53) | func TestDefaultPanics(t *testing.T) { function TestEqualityDefault (line 105) | func TestEqualityDefault(t *testing.T) { function TestNoneZeroVal (line 111) | func TestNoneZeroVal(t *testing.T) { function TestNone (line 122) | func TestNone(t *testing.T) { function ExampleNone (line 133) | func ExampleNone() { function TestSome (line 158) | func TestSome(t *testing.T) { function ExampleSome (line 171) | func ExampleSome() { function TestDefault (line 199) | func TestDefault(t *testing.T) { function ExampleDefault (line 209) | func ExampleDefault() { function TestUnmarshalOptional (line 237) | func TestUnmarshalOptional(t *testing.T) { function TestAddFieldEnabledFeatureGate (line 382) | func TestAddFieldEnabledFeatureGate(t *testing.T) { function TestEnabledFalseResetsValue (line 534) | func TestEnabledFalseResetsValue(t *testing.T) { function TestUnmarshalErrorEnabledInvalidType (line 551) | func TestUnmarshalErrorEnabledInvalidType(t *testing.T) { function TestUnmarshalErrorEnabledField (line 571) | func TestUnmarshalErrorEnabledField(t *testing.T) { function TestUnmarshalConfigPointer (line 580) | func TestUnmarshalConfigPointer(t *testing.T) { function TestUnmarshalErr (line 594) | func TestUnmarshalErr(t *testing.T) { type MyIntConfig (line 611) | type MyIntConfig struct type MyConfig (line 614) | type MyConfig struct function TestSquashedOptional (line 622) | func TestSquashedOptional(t *testing.T) { function confFromYAML (line 638) | func confFromYAML(t *testing.T, yaml string) *confmap.Conf { function TestComparePointerUnmarshal (line 647) | func TestComparePointerUnmarshal(t *testing.T) { function TestOptionalMarshal (line 675) | func TestOptionalMarshal(t *testing.T) { function TestComparePointerMarshal (line 718) | func TestComparePointerMarshal(t *testing.T) { type invalid (line 768) | type invalid struct method Validate (line 770) | func (invalid) Validate() error { type hasNested (line 776) | type hasNested struct function TestOptionalValidate (line 780) | func TestOptionalValidate(t *testing.T) { type validatedConfig (line 792) | type validatedConfig struct type optionalConfig (line 799) | type optionalConfig struct method Validate (line 803) | func (n optionalConfig) Validate() error { type someConfig (line 811) | type someConfig struct function newDefaultValidatedConfig (line 815) | func newDefaultValidatedConfig() validatedConfig { function newInvalidDefaultConfig (line 821) | func newInvalidDefaultConfig() validatedConfig { function TestOptionalFileValidate (line 827) | func TestOptionalFileValidate(t *testing.T) { FILE: config/configretry/backoff.go function NewDefaultBackOffConfig (line 14) | func NewDefaultBackOffConfig() BackOffConfig { type BackOffConfig (line 27) | type BackOffConfig struct method Validate (line 47) | func (bs *BackOffConfig) Validate() error { FILE: config/configretry/backoff_test.go function TestNewDefaultBackOffSettings (line 14) | func TestNewDefaultBackOffSettings(t *testing.T) { function TestInvalidInitialInterval (line 28) | func TestInvalidInitialInterval(t *testing.T) { function TestInvalidRandomizationFactor (line 35) | func TestInvalidRandomizationFactor(t *testing.T) { function TestInvalidMultiplier (line 44) | func TestInvalidMultiplier(t *testing.T) { function TestZeroMultiplierIsValid (line 51) | func TestZeroMultiplierIsValid(t *testing.T) { function TestInvalidMaxInterval (line 58) | func TestInvalidMaxInterval(t *testing.T) { function TestInvalidMaxElapsedTime (line 65) | func TestInvalidMaxElapsedTime(t *testing.T) { function TestDisabledWithInvalidValues (line 84) | func TestDisabledWithInvalidValues(t *testing.T) { FILE: config/configretry/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: config/configtelemetry/configtelemetry.go constant LevelNone (line 14) | LevelNone Level = iota - 1 constant LevelBasic (line 16) | LevelBasic constant LevelNormal (line 18) | LevelNormal constant LevelDetailed (line 20) | LevelDetailed constant levelNoneStr (line 22) | levelNoneStr = "None" constant levelBasicStr (line 23) | levelBasicStr = "Basic" constant levelNormalStr (line 24) | levelNormalStr = "Normal" constant levelDetailedStr (line 25) | levelDetailedStr = "Detailed" type Level (line 30) | type Level method String (line 32) | func (l Level) String() string { method MarshalText (line 47) | func (l Level) MarshalText() (text []byte, err error) { method UnmarshalText (line 52) | func (l *Level) UnmarshalText(text []byte) error { FILE: config/configtelemetry/configtelemetry_test.go function TestUnmarshalText (line 19) | func TestUnmarshalText(t *testing.T) { function TestUnmarshalTextNilLevel (line 64) | func TestUnmarshalTextNilLevel(t *testing.T) { function TestLevelStringMarshal (line 69) | func TestLevelStringMarshal(t *testing.T) { FILE: config/configtelemetry/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: config/configtls/clientcasfilereloader.go type clientCAsFileReloader (line 16) | type clientCAsFileReloader struct method getClientConfig (line 47) | func (r *clientCAsFileReloader) getClientConfig(original *tls.Config) ... method reload (line 62) | func (r *clientCAsFileReloader) reload() { method getLastError (line 74) | func (r *clientCAsFileReloader) getLastError() error { method startWatching (line 80) | func (r *clientCAsFileReloader) startWatching() error { method handleWatcherEvents (line 102) | func (r *clientCAsFileReloader) handleWatcherEvents() { method shutdown (line 134) | func (r *clientCAsFileReloader) shutdown() error { type clientCAsFileLoader (line 26) | type clientCAsFileLoader interface function newClientCAsReloader (line 30) | func newClientCAsReloader(clientCAsFile string, loader clientCAsFileLoad... FILE: config/configtls/clientcasfilereloader_test.go function TestCannotShutdownIfNotWatching (line 19) | func TestCannotShutdownIfNotWatching(t *testing.T) { function TestCannotStartIfAlreadyWatching (line 25) | func TestCannotStartIfAlreadyWatching(t *testing.T) { function TestClosingWatcherDoesntBreakReloader (line 38) | func TestClosingWatcherDoesntBreakReloader(t *testing.T) { function TestErrorRecordedIfFileDeleted (line 53) | func TestErrorRecordedIfFileDeleted(t *testing.T) { function createReloader (line 77) | func createReloader(t *testing.T) (*clientCAsFileReloader, *testLoader, ... function createTempFile (line 84) | func createTempFile(t *testing.T) string { type testLoader (line 93) | type testLoader struct method loadClientCAFile (line 98) | func (r *testLoader) loadClientCAFile() (*x509.CertPool, error) { method returnErrorOnSubsequentCalls (line 109) | func (r *testLoader) returnErrorOnSubsequentCalls(msg string) { method reloadNumber (line 113) | func (r *testLoader) reloadNumber() int { FILE: config/configtls/configtls.go constant defaultMinTLSVersion (line 24) | defaultMinTLSVersion = tls.VersionTLS12 constant defaultMaxTLSVersion (line 27) | defaultMaxTLSVersion = 0 type Config (line 34) | type Config struct method newCertReloader (line 159) | func (c Config) newCertReloader() (*certReloader, error) { method Validate (line 194) | func (c Config) Validate() error { method loadTLSConfig (line 243) | func (c Config) loadTLSConfig() (*tls.Config, error) { method loadCACertPool (line 321) | func (c Config) loadCACertPool() (*x509.CertPool, error) { method loadCertFile (line 347) | func (c Config) loadCertFile(certPath string) (*x509.CertPool, error) { method loadCertPem (line 356) | func (c Config) loadCertPem(certPem []byte) (*x509.CertPool, error) { method loadCertificate (line 373) | func (c Config) loadCertificate() (tls.Certificate, error) { method loadCert (line 420) | func (c Config) loadCert(caPath string) (*x509.CertPool, error) { method hasCA (line 484) | func (c Config) hasCA() bool { return c.hasCAFile() || c.hasCAPem() } method hasCert (line 485) | func (c Config) hasCert() bool { return c.hasCertFile() || c.hasCertPe... method hasKey (line 486) | func (c Config) hasKey() bool { return c.hasKeyFile() || c.hasKeyPem() } method hasCAFile (line 488) | func (c Config) hasCAFile() bool { return c.CAFile != "" } method hasCAPem (line 489) | func (c Config) hasCAPem() bool { return len(c.CAPem) != 0 } method hasCertFile (line 491) | func (c Config) hasCertFile() bool { return c.CertFile != "" } method hasCertPem (line 492) | func (c Config) hasCertPem() bool { return len(c.CertPem) != 0 } method hasKeyFile (line 494) | func (c Config) hasKeyFile() bool { return c.KeyFile != "" } method hasKeyPem (line 495) | func (c Config) hasKeyPem() bool { return len(c.KeyPem) != 0 } function NewDefaultConfig (line 86) | func NewDefaultConfig() Config { type ClientConfig (line 93) | type ClientConfig struct method LoadTLSConfig (line 442) | func (c ClientConfig) LoadTLSConfig(_ context.Context) (*tls.Config, e... function NewDefaultClientConfig (line 115) | func NewDefaultClientConfig() ClientConfig { type ServerConfig (line 124) | type ServerConfig struct method Validate (line 231) | func (c ServerConfig) Validate() error { method LoadTLSConfig (line 457) | func (c ServerConfig) LoadTLSConfig(_ context.Context) (*tls.Config, e... method loadClientCAFile (line 480) | func (c ServerConfig) loadClientCAFile() (*x509.CertPool, error) { function NewDefaultServerConfig (line 143) | func NewDefaultServerConfig() ServerConfig { type certReloader (line 152) | type certReloader struct method GetCertificate (line 171) | func (r *certReloader) GetCertificate() (*tls.Certificate, error) { function convertCipherSuites (line 302) | func convertCipherSuites(cipherSuites []string) ([]uint16, error) { function convertVersion (line 497) | func convertVersion(v string, defaultVersion uint16) (uint16, error) { FILE: config/configtls/configtls_test.go function TestNewDefaultConfig (line 26) | func TestNewDefaultConfig(t *testing.T) { function TestNewDefaultClientConfig (line 32) | func TestNewDefaultClientConfig(t *testing.T) { function TestNewDefaultServerConfig (line 40) | func TestNewDefaultServerConfig(t *testing.T) { function TestOptionsToConfig (line 48) | func TestOptionsToConfig(t *testing.T) { function readFilePanics (line 265) | func readFilePanics(filePath string) configopaque.String { function TestLoadTLSClientConfigError (line 274) | func TestLoadTLSClientConfigError(t *testing.T) { function TestLoadTLSClientConfig (line 285) | func TestLoadTLSClientConfig(t *testing.T) { function TestLoadTLSServerConfigError (line 307) | func TestLoadTLSServerConfigError(t *testing.T) { function TestLoadTLSServerConfig (line 324) | func TestLoadTLSServerConfig(t *testing.T) { function TestLoadTLSServerConfigReload (line 331) | func TestLoadTLSServerConfigReload(t *testing.T) { function TestLoadTLSServerConfigFailingReload (line 357) | func TestLoadTLSServerConfigFailingReload(t *testing.T) { function TestLoadTLSServerConfigFailingInitialLoad (line 387) | func TestLoadTLSServerConfigFailingInitialLoad(t *testing.T) { function TestLoadTLSServerConfigWrongPath (line 402) | func TestLoadTLSServerConfigWrongPath(t *testing.T) { function TestLoadTLSServerConfigFailing (line 415) | func TestLoadTLSServerConfigFailing(t *testing.T) { function overwriteClientCA (line 441) | func overwriteClientCA(t *testing.T, targetFilePath, testdataFileName st... function createTempClientCaFile (line 456) | func createTempClientCaFile(t *testing.T) string { function TestEagerlyLoadCertificate (line 465) | func TestEagerlyLoadCertificate(t *testing.T) { function TestCertificateReload (line 482) | func TestCertificateReload(t *testing.T) { function TestMinMaxTLSVersions (line 612) | func TestMinMaxTLSVersions(t *testing.T) { function TestConfigValidate (line 653) | func TestConfigValidate(t *testing.T) { function TestCipherSuites (line 694) | func TestCipherSuites(t *testing.T) { function TestSystemCertPool (line 743) | func TestSystemCertPool(t *testing.T) { function TestSystemCertPool_loadCert (line 823) | func TestSystemCertPool_loadCert(t *testing.T) { function TestCurvePreferences (line 885) | func TestCurvePreferences(t *testing.T) { function TestServerConfigValidate (line 952) | func TestServerConfigValidate(t *testing.T) { function TestClientConfigValidate (line 1063) | func TestClientConfigValidate(t *testing.T) { FILE: config/configtls/tpm.go type TPMConfig (line 17) | type TPMConfig struct method tpmCertificate (line 28) | func (c TPMConfig) tpmCertificate(keyPem, certPem []byte, openTPM func... FILE: config/configtls/tpm_open_linux.go function openTPM (line 19) | func openTPM(path string) func() (transport.TPMCloser, error) { FILE: config/configtls/tpm_open_others.go function openTPM (line 17) | func openTPM(path string) func() (transport.TPMCloser, error) { FILE: config/configtls/tpm_open_windows.go function openTPM (line 15) | func openTPM(_ string) func() (transport.TPMCloser, error) { FILE: config/configtls/tpm_test.go function TestTPM_loadCertificate (line 35) | func TestTPM_loadCertificate(t *testing.T) { function TestTPM_loadCertificate_error (line 89) | func TestTPM_loadCertificate_error(t *testing.T) { function TestTPM_tpmCertificate_errors (line 103) | func TestTPM_tpmCertificate_errors(t *testing.T) { function TestTPM_open (line 157) | func TestTPM_open(t *testing.T) { function createTPMKeyCert (line 194) | func createTPMKeyCert(t *testing.T, tpm transport.TPMCloser) ([]byte, []... FILE: confmap/confmap.go function New (line 20) | func New() *Conf { function NewFromStringMap (line 25) | func NewFromStringMap(data map[string]any) *Conf { function WithIgnoreUnused (line 38) | func WithIgnoreUnused() UnmarshalOption { FILE: confmap/confmaptest/configtest.go function LoadConf (line 18) | func LoadConf(fileName string) (*confmap.Conf, error) { function ValidateProviderScheme (line 38) | func ValidateProviderScheme(p confmap.Provider) error { FILE: confmap/confmaptest/configtest_test.go function TestLoadConfFileNotFound (line 17) | func TestLoadConfFileNotFound(t *testing.T) { function TestLoadConfInvalidYAML (line 22) | func TestLoadConfInvalidYAML(t *testing.T) { function TestLoadConf (line 27) | func TestLoadConf(t *testing.T) { function TestToStringMapSanitizeEmptySlice (line 33) | func TestToStringMapSanitizeEmptySlice(t *testing.T) { function TestValidateProviderScheme (line 39) | func TestValidateProviderScheme(t *testing.T) { type schemeProvider (line 51) | type schemeProvider struct method Retrieve (line 55) | func (s schemeProvider) Retrieve(context.Context, string, confmap.Watc... method Scheme (line 59) | func (s schemeProvider) Scheme() string { method Shutdown (line 63) | func (s schemeProvider) Shutdown(context.Context) error { FILE: confmap/confmaptest/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: confmap/confmaptest/provider_settings.go function NewNopProviderSettings (line 12) | func NewNopProviderSettings() confmap.ProviderSettings { FILE: confmap/converter.go type ConverterSettings (line 13) | type ConverterSettings struct function NewConverterFactory (line 32) | func NewConverterFactory(f CreateConverterFunc) ConverterFactory { type Converter (line 38) | type Converter interface FILE: confmap/doc_test.go type DiskScrape (line 14) | type DiskScrape struct function Example_simpleUnmarshaling (line 20) | func Example_simpleUnmarshaling() { type CPUScrape (line 35) | type CPUScrape struct type ComputerScrape (line 39) | type ComputerScrape struct function Example_embeddedUnmarshaling (line 45) | func Example_embeddedUnmarshaling() { type NetworkScrape (line 62) | type NetworkScrape struct method Unmarshal (line 68) | func (n *NetworkScrape) Unmarshal(c *confmap.Conf) error { type ManualScrapeInfo (line 78) | type ManualScrapeInfo struct method Unmarshal (line 83) | func (m *ManualScrapeInfo) Unmarshal(c *confmap.Conf) error { type RouterScrape (line 93) | type RouterScrape struct function Example_embeddedManualUnmarshaling (line 98) | func Example_embeddedManualUnmarshaling() { function Example_manualUnmarshaling (line 114) | func Example_manualUnmarshaling() { FILE: confmap/example_provider_and_converter_test.go type mockFileProvider (line 18) | type mockFileProvider struct method Retrieve (line 20) | func (d mockFileProvider) Retrieve(_ context.Context, uri string, _ co... method Scheme (line 30) | func (d mockFileProvider) Scheme() string { method Shutdown (line 34) | func (d mockFileProvider) Shutdown(_ context.Context) error { type mockExpandProvider (line 41) | type mockExpandProvider struct method Retrieve (line 43) | func (m mockExpandProvider) Retrieve(_ context.Context, uri string, _ ... method Scheme (line 51) | func (m mockExpandProvider) Scheme() string { method Shutdown (line 55) | func (m mockExpandProvider) Shutdown(_ context.Context) error { type mockUpperCaseConverter (line 60) | type mockUpperCaseConverter struct method Convert (line 62) | func (m mockUpperCaseConverter) Convert(_ context.Context, conf *confm... function Example (line 77) | func Example() { FILE: confmap/expand.go constant schemePattern (line 19) | schemePattern = `[A-Za-z][A-Za-z0-9+.-]+` method expandValueRecursively (line 28) | func (mr *Resolver) expandValueRecursively(ctx context.Context, value an... method expandValue (line 42) | func (mr *Resolver) expandValue(ctx context.Context, value any) (any, bo... method findURI (line 111) | func (mr *Resolver) findURI(input string) string { method findAndExpandURI (line 149) | func (mr *Resolver) findAndExpandURI(ctx context.Context, input string) ... method expandURI (line 189) | func (mr *Resolver) expandURI(ctx context.Context, input string) (*Retri... type location (line 213) | type location struct method asString (line 218) | func (c location) asString() string { function newLocation (line 222) | func newLocation(uri string) (location, error) { FILE: confmap/expand_test.go function TestResolverExpandEnvVars (line 16) | func TestResolverExpandEnvVars(t *testing.T) { function TestResolverDoneNotExpandOldEnvVars (line 56) | func TestResolverDoneNotExpandOldEnvVars(t *testing.T) { function TestResolverExpandMapAndSliceValues (line 74) | func TestResolverExpandMapAndSliceValues(t *testing.T) { function TestResolverExpandStringValues (line 99) | func TestResolverExpandStringValues(t *testing.T) { function newEnvProvider (line 412) | func newEnvProvider() ProviderFactory { function TestResolverExpandReturnError (line 449) | func TestResolverExpandReturnError(t *testing.T) { function TestResolverInfiniteExpand (line 492) | func TestResolverInfiniteExpand(t *testing.T) { function TestResolverExpandInvalidScheme (line 509) | func TestResolverExpandInvalidScheme(t *testing.T) { function TestResolverExpandInvalidOpaqueValue (line 522) | func TestResolverExpandInvalidOpaqueValue(t *testing.T) { function TestResolverExpandUnsupportedScheme (line 538) | func TestResolverExpandUnsupportedScheme(t *testing.T) { function TestResolverDefaultProviderExpand (line 554) | func TestResolverDefaultProviderExpand(t *testing.T) { FILE: confmap/factory.go type moduleFactory (line 6) | type moduleFactory interface type createConfmapFunc (line 10) | type createConfmapFunc type confmapModuleFactory (line 12) | type confmapModuleFactory struct method Create (line 16) | func (c confmapModuleFactory[T, S]) Create(s S) T { function newConfmapModuleFactory (line 20) | func newConfmapModuleFactory[T, S any](f createConfmapFunc[T, S]) module... FILE: confmap/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: confmap/internal/conf.go constant KeyDelimiter (line 21) | KeyDelimiter = "::" type Conf (line 26) | type Conf struct method Unmarshal (line 57) | func (l *Conf) Unmarshal(result any, opts ...UnmarshalOption) error { method Marshal (line 66) | func (l *Conf) Marshal(rawVal any, opts ...MarshalOption) error { method AllKeys (line 85) | func (l *Conf) AllKeys() []string { method Get (line 90) | func (l *Conf) Get(key string) any { method IsSet (line 96) | func (l *Conf) IsSet(key string) bool { method Merge (line 102) | func (l *Conf) Merge(in *Conf) error { method Delete (line 113) | func (l *Conf) Delete(key string) bool { method mergeAppend (line 124) | func (l *Conf) mergeAppend(in *Conf) error { method Sub (line 135) | func (l *Conf) Sub(key string) (*Conf, error) { method toStringMapWithExpand (line 163) | func (l *Conf) toStringMapWithExpand() map[string]any { method ToStringMap (line 181) | func (l *Conf) ToStringMap() map[string]any { method unsanitizedGet (line 189) | func (l *Conf) unsanitizedGet(key string) any { function New (line 39) | func New() *Conf { function NewFromStringMap (line 44) | func NewFromStringMap(data map[string]any) *Conf { function ToStringMapRaw (line 185) | func ToStringMapRaw(conf *Conf) map[string]any { function sanitize (line 195) | func sanitize(a any) any { function sanitizeToStr (line 201) | func sanitizeToStr(a any) any { function sanitizeExpanded (line 205) | func sanitizeExpanded(a any, useOriginal bool) any { type UnsanitizedGetter (line 233) | type UnsanitizedGetter struct method UnsanitizedGet (line 237) | func (ug *UnsanitizedGetter) UnsanitizedGet(key string) any { FILE: confmap/internal/confmap.go type Unmarshaler (line 8) | type Unmarshaler interface type Marshaler (line 18) | type Marshaler interface FILE: confmap/internal/confmap_test.go function TestToStringMapFlatten (line 24) | func TestToStringMapFlatten(t *testing.T) { function TestToStringMap (line 29) | func TestToStringMap(t *testing.T) { type testConfigAny (line 105) | type testConfigAny struct function TestNilToAnyField (line 109) | func TestNilToAnyField(t *testing.T) { function TestExpandNilStructPointersHookFunc (line 119) | func TestExpandNilStructPointersHookFunc(t *testing.T) { function TestExpandNilStructPointersHookFuncDefaultNotNilConfigNil (line 138) | func TestExpandNilStructPointersHookFuncDefaultNotNilConfigNil(t *testin... function TestUnmarshalWithIgnoreUnused (line 164) | func TestUnmarshalWithIgnoreUnused(t *testing.T) { type testConfig (line 174) | type testConfig struct method Marshal (line 180) | func (t testConfig) Marshal(conf *Conf) error { type myStruct (line 192) | type myStruct struct type TestID (line 196) | type TestID method UnmarshalText (line 198) | func (tID *TestID) UnmarshalText(text []byte) error { method MarshalText (line 206) | func (tID TestID) MarshalText() (text []byte, err error) { type testIDConfig (line 214) | type testIDConfig struct function TestMapKeyStringToMapKeyTextUnmarshalerHookFunc (line 219) | func TestMapKeyStringToMapKeyTextUnmarshalerHookFunc(t *testing.T) { type uint32Config (line 234) | type uint32Config struct function TestUint32UnmarshalerSuccess (line 238) | func TestUint32UnmarshalerSuccess(t *testing.T) { function TestUint32UnmarshalerFailure (line 272) | func TestUint32UnmarshalerFailure(t *testing.T) { type uint64Config (line 283) | type uint64Config struct function TestUint64Unmarshaler (line 287) | func TestUint64Unmarshaler(t *testing.T) { function TestUint64UnmarshalerFailure (line 304) | func TestUint64UnmarshalerFailure(t *testing.T) { function TestMapKeyStringToMapKeyTextUnmarshalerHookFuncDuplicateID (line 315) | func TestMapKeyStringToMapKeyTextUnmarshalerHookFuncDuplicateID(t *testi... function TestMapKeyStringToMapKeyTextUnmarshalerHookFuncErrorUnmarshal (line 329) | func TestMapKeyStringToMapKeyTextUnmarshalerHookFuncErrorUnmarshal(t *te... function TestMarshal (line 342) | func TestMarshal(t *testing.T) { function TestMarshalDuplicateID (line 355) | func TestMarshalDuplicateID(t *testing.T) { function TestMarshalError (line 367) | func TestMarshalError(t *testing.T) { function TestMarshaler (line 372) | func TestMarshaler(t *testing.T) { function newConfFromFile (line 400) | func newConfFromFile(tb testing.TB, fileName string) map[string]any { type testConfig2 (line 410) | type testConfig2 struct method Unmarshal (line 483) | func (tc *testConfig2) Unmarshal(component *Conf) error { type testConfigWithoutUnmarshaler (line 417) | type testConfigWithoutUnmarshaler struct type testConfigWithEmbeddedError (line 424) | type testConfigWithEmbeddedError struct method Unmarshal (line 436) | func (tc *testConfigWithEmbeddedError) Unmarshal(component *Conf) error { type testConfigWithMarshalError (line 430) | type testConfigWithMarshalError struct type EmbeddedConfig (line 443) | type EmbeddedConfig struct method Unmarshal (line 447) | func (ec *EmbeddedConfig) Unmarshal(component *Conf) error { type EmbeddedConfig2 (line 455) | type EmbeddedConfig2 struct method Unmarshal (line 459) | func (ec *EmbeddedConfig2) Unmarshal(component *Conf) error { type EmbeddedConfigWithError (line 467) | type EmbeddedConfigWithError struct method Unmarshal (line 469) | func (ecwe *EmbeddedConfigWithError) Unmarshal(_ *Conf) error { type EmbeddedConfigWithMarshalError (line 473) | type EmbeddedConfigWithMarshalError struct method Marshal (line 475) | func (ecwe EmbeddedConfigWithMarshalError) Marshal(_ *Conf) error { method Unmarshal (line 479) | func (ecwe EmbeddedConfigWithMarshalError) Unmarshal(_ *Conf) error { type nextConfig (line 491) | type nextConfig struct method Unmarshal (line 496) | func (nc *nextConfig) Unmarshal(component *Conf) error { function TestUnmarshaler (line 504) | func TestUnmarshaler(t *testing.T) { function TestEmbeddedUnmarshaler (line 522) | func TestEmbeddedUnmarshaler(t *testing.T) { function TestEmbeddedUnmarshalerError (line 540) | func TestEmbeddedUnmarshalerError(t *testing.T) { function TestEmbeddedMarshalerError (line 553) | func TestEmbeddedMarshalerError(t *testing.T) { type stringOpaque (line 568) | type stringOpaque method MarshalText (line 572) | func (s stringOpaque) MarshalText() (text []byte, err error) { type squashedConfigOpaque (line 576) | type squashedConfigOpaque struct method Unmarshal (line 583) | func (ecwrt *squashedConfigOpaque) Unmarshal(conf *Conf) error { type testConfigOpaque (line 591) | type testConfigOpaque struct function TestEmbeddedMarshalerWithoutRoundtrip (line 600) | func TestEmbeddedMarshalerWithoutRoundtrip(t *testing.T) { type B (line 613) | type B struct method Unmarshal (line 617) | func (b *B) Unmarshal(conf *Conf) error { type A (line 621) | type A struct method Unmarshal (line 625) | func (a *A) Unmarshal(conf *Conf) error { function TestUnmarshalerEmbeddedNilMap (line 629) | func TestUnmarshalerEmbeddedNilMap(t *testing.T) { function TestUnmarshalerKeepAlreadyInitialized (line 635) | func TestUnmarshalerKeepAlreadyInitialized(t *testing.T) { function TestDirectUnmarshaler (line 652) | func TestDirectUnmarshaler(t *testing.T) { type testErrConfig (line 669) | type testErrConfig struct type errConfig (line 673) | type errConfig struct method Unmarshal (line 677) | func (tc *errConfig) Unmarshal(*Conf) error { function TestUnmarshalerErr (line 681) | func TestUnmarshalerErr(t *testing.T) { function TestZeroSliceHookFunc (line 693) | func TestZeroSliceHookFunc(t *testing.T) { function TestStructValuesReplaced (line 777) | func TestStructValuesReplaced(t *testing.T) { function TestNilValuesUnchanged (line 807) | func TestNilValuesUnchanged(t *testing.T) { function TestEmptySliceUnchanged (line 829) | func TestEmptySliceUnchanged(t *testing.T) { type c (line 851) | type c struct method Unmarshal (line 855) | func (c *c) Unmarshal(conf *Conf) error { type b (line 863) | type b struct method Unmarshal (line 868) | func (b *b) Unmarshal(conf *Conf) error { type a (line 877) | type a struct method Unmarshal (line 882) | func (a *a) Unmarshal(conf *Conf) error { type wrapper (line 892) | type wrapper struct function TestNestedUnmarshalerImplementations (line 897) | func TestNestedUnmarshalerImplementations(t *testing.T) { function TestUnmarshalDouble (line 919) | func TestUnmarshalDouble(t *testing.T) { type embeddedStructWithUnmarshal (line 939) | type embeddedStructWithUnmarshal struct method Unmarshal (line 944) | func (e *embeddedStructWithUnmarshal) Unmarshal(c *Conf) error { type configWithUnmarshalFromEmbeddedStruct (line 952) | type configWithUnmarshalFromEmbeddedStruct struct type topLevel (line 956) | type topLevel struct function TestUnmarshalThroughEmbeddedStruct (line 961) | func TestUnmarshalThroughEmbeddedStruct(t *testing.T) { type configWithOwnUnmarshalAndEmbeddedSquashedStruct (line 974) | type configWithOwnUnmarshalAndEmbeddedSquashedStruct struct type topLevelSquashedEmbedded (line 978) | type topLevelSquashedEmbedded struct function TestUnmarshalOwnThroughEmbeddedSquashedStruct (line 983) | func TestUnmarshalOwnThroughEmbeddedSquashedStruct(t *testing.T) { type recursive (line 996) | type recursive struct method Unmarshal (line 1000) | func (r *recursive) Unmarshal(conf *Conf) error { function TestRecursiveUnmarshaling (line 1010) | func TestRecursiveUnmarshaling(t *testing.T) { function testExpandedValue (line 1019) | func testExpandedValue(t *testing.T, newSanitizer bool) { function TestExpandedValue (line 1078) | func TestExpandedValue(t *testing.T) { function TestExpandedValueNil (line 1090) | func TestExpandedValueNil(t *testing.T) { function TestSubExpandedValue (line 1111) | func TestSubExpandedValue(t *testing.T) { function TestStringyTypes (line 1133) | func TestStringyTypes(t *testing.T) { function TestConfDelete (line 1187) | func TestConfDelete(t *testing.T) { type structWithConfigOpaqueMap (line 1223) | type structWithConfigOpaqueMap struct function TestMapMerge (line 1227) | func TestMapMerge(t *testing.T) { function TestConfIsNil (line 1285) | func TestConfIsNil(t *testing.T) { function TestConfmapNilMerge (line 1358) | func TestConfmapNilMerge(t *testing.T) { type simpleUnmarshaler (line 1441) | type simpleUnmarshaler struct method Unmarshal (line 1448) | func (s *simpleUnmarshaler) Unmarshal(c *Conf) error { type wrapperUnmarshaler (line 1453) | type wrapperUnmarshaler struct method Unmarshal (line 1459) | func (w *wrapperUnmarshaler[T]) Unmarshal(c *Conf) error { function TestUnmarshalWithForceUnmarshaler (line 1463) | func TestUnmarshalWithForceUnmarshaler(t *testing.T) { FILE: confmap/internal/decoder.go constant MapstructureTag (line 23) | MapstructureTag = "mapstructure" function WithIgnoreUnused (line 29) | func WithIgnoreUnused() UnmarshalOption { function WithForceUnmarshaler (line 41) | func WithForceUnmarshaler() UnmarshalOption { function Decode (line 54) | func Decode(input, result any, settings UnmarshalOptions, skipTopLevelUn... function useExpandValue (line 95) | func useExpandValue() mapstructure.DecodeHookFuncType { function expandNilStructPointersHookFunc (line 162) | func expandNilStructPointersHookFunc() mapstructure.DecodeHookFuncValue { function mapKeyStringToMapKeyTextUnmarshalerHookFunc (line 192) | func mapKeyStringToMapKeyTextUnmarshalerHookFunc() mapstructure.DecodeHo... function unmarshalerEmbeddedStructsHookFunc (line 229) | func unmarshalerEmbeddedStructsHookFunc(settings UnmarshalOptions) mapst... function unmarshalerHookFunc (line 310) | func unmarshalerHookFunc(result any, skipTopLevelUnmarshaler bool) mapst... function safeWrapDecodeHookFunc (line 353) | func safeWrapDecodeHookFunc( function zeroSliceAndMapHookFunc (line 390) | func zeroSliceAndMapHookFunc() mapstructure.DecodeHookFuncValue { function caseSensitiveMatchName (line 411) | func caseSensitiveMatchName(a, b string) bool { function castTo (line 415) | func castTo(exp ExpandedValue, useOriginal bool) any { function isStringyStructure (line 427) | func isStringyStructure(t reflect.Type) bool { FILE: confmap/internal/e2e/expand_test.go function Test_EscapedEnvVars_NoDefaultScheme (line 21) | func Test_EscapedEnvVars_NoDefaultScheme(t *testing.T) { function Test_EscapedEnvVars_DefaultScheme (line 71) | func Test_EscapedEnvVars_DefaultScheme(t *testing.T) { function Test_RawConfMap (line 121) | func Test_RawConfMap(t *testing.T) { FILE: confmap/internal/e2e/fuzz_test.go function targetNested (line 18) | func targetNested[T any](t *testing.T, value string) { function FuzzNestedString (line 69) | func FuzzNestedString(f *testing.F) { function FuzzNestedInt (line 76) | func FuzzNestedInt(f *testing.F) { function FuzzNestedMap (line 83) | func FuzzNestedMap(f *testing.F) { FILE: confmap/internal/e2e/maplist_expanded_test.go type testHeadersConfig (line 18) | type testHeadersConfig struct function TestMapListWithExpandedValue (line 24) | func TestMapListWithExpandedValue(t *testing.T) { function TestMapListWithExpandedValueIntValue (line 50) | func TestMapListWithExpandedValueIntValue(t *testing.T) { function TestDirectConfigopaqueStringWithExpandedValueIntValue (line 89) | func TestDirectConfigopaqueStringWithExpandedValueIntValue(t *testing.T) { function TestStringyStructureWithExpandedValue (line 111) | func TestStringyStructureWithExpandedValue(t *testing.T) { FILE: confmap/internal/e2e/nil_test.go function TestNilToStringMap (line 13) | func TestNilToStringMap(t *testing.T) { function TestNilToStringMapEnv (line 76) | func TestNilToStringMapEnv(t *testing.T) { FILE: confmap/internal/e2e/types_test.go type TargetField (line 20) | type TargetField constant TargetFieldInt (line 23) | TargetFieldInt TargetField = "int_field" constant TargetFieldString (line 24) | TargetFieldString TargetField = "string_field" constant TargetFieldBool (line 25) | TargetFieldBool TargetField = "bool_field" constant TargetFieldInlineString (line 26) | TargetFieldInlineString TargetField = "inline_string_field" constant TargetFieldSlice (line 27) | TargetFieldSlice TargetField = "slice_field" type Test (line 30) | type Test struct type targetConfig (line 38) | type targetConfig struct function NewResolver (line 42) | func NewResolver(tb testing.TB, path string) *confmap.Resolver { function AssertExpectedMatch (line 55) | func AssertExpectedMatch[T any](t *testing.T, tt Test, conf *confmap.Con... function AssertResolvesTo (line 65) | func AssertResolvesTo(t *testing.T, resolver *confmap.Resolver, tt Test) { function TestStrictTypeCasting (line 91) | func TestStrictTypeCasting(t *testing.T) { function TestRecursiveInlineString (line 340) | func TestRecursiveInlineString(t *testing.T) { function TestRecursiveMaps (line 380) | func TestRecursiveMaps(t *testing.T) { function TestIssue10787 (line 429) | func TestIssue10787(t *testing.T) { function TestStructMappingIssue10787 (line 472) | func TestStructMappingIssue10787(t *testing.T) { function TestStructMappingIssue10787_ExpandComment (line 514) | func TestStructMappingIssue10787_ExpandComment(t *testing.T) { function TestIndirectSliceEnvVar (line 557) | func TestIndirectSliceEnvVar(t *testing.T) { function TestIssue10937_MapType (line 600) | func TestIssue10937_MapType(t *testing.T) { function TestIssue10937_ArrayType (line 613) | func TestIssue10937_ArrayType(t *testing.T) { function TestIssue10937_ComplexType (line 641) | func TestIssue10937_ComplexType(t *testing.T) { function TestIssue10949_UnsetVar (line 659) | func TestIssue10949_UnsetVar(t *testing.T) { FILE: confmap/internal/encoder.go function EncoderConfig (line 17) | func EncoderConfig(rawVal any, _ MarshalOptions) *encoder.EncoderConfig { function marshalerHookFunc (line 29) | func marshalerHookFunc(orig any) mapstructure.DecodeHookFuncValue { FILE: confmap/internal/envvar/pattern.go constant ValidationPattern (line 8) | ValidationPattern = `^[a-zA-Z_][a-zA-Z0-9_]*$` FILE: confmap/internal/expand.go type ExpandedValue (line 10) | type ExpandedValue struct FILE: confmap/internal/mapstructure/encoder.go constant tagNameMapStructure (line 19) | tagNameMapStructure = "mapstructure" constant optionSeparator (line 20) | optionSeparator = "," constant optionOmitEmpty (line 21) | optionOmitEmpty = "omitempty" constant optionSquash (line 22) | optionSquash = "squash" constant optionRemain (line 23) | optionRemain = "remain" constant optionSkip (line 24) | optionSkip = "-" type tagInfo (line 30) | type tagInfo struct type Encoder (line 38) | type Encoder struct method Encode (line 56) | func (e *Encoder) Encode(input any) (any, error) { method encode (line 61) | func (e *Encoder) encode(value reflect.Value) (any, error) { method encodeHook (line 81) | func (e *Encoder) encodeHook(value reflect.Value) (any, error) { method encodeStruct (line 94) | func (e *Encoder) encodeStruct(value reflect.Value) (any, error) { method encodeSlice (line 136) | func (e *Encoder) encodeSlice(value reflect.Value) (any, error) { method encodeMap (line 160) | func (e *Encoder) encodeMap(value reflect.Value) (any, error) { type EncoderConfig (line 43) | type EncoderConfig struct function New (line 50) | func New(cfg *EncoderConfig) *Encoder { function getTagInfo (line 202) | func getTagInfo(field reflect.StructField) *tagInfo { function TextMarshalerHookFunc (line 226) | func TextMarshalerHookFunc() mapstructure.DecodeHookFuncValue { function YamlMarshalerHookFunc (line 244) | func YamlMarshalerHookFunc() mapstructure.DecodeHookFuncValue { FILE: confmap/internal/mapstructure/encoder_test.go type TestComplexStruct (line 17) | type TestComplexStruct struct type TestSimpleStruct (line 31) | type TestSimpleStruct struct type TestEmptyStruct (line 37) | type TestEmptyStruct struct type TestYamlStruct (line 41) | type TestYamlStruct struct type TestPtrToYamlStruct (line 47) | type TestPtrToYamlStruct struct type TestYamlSimpleStruct (line 53) | type TestYamlSimpleStruct struct type TestYamlPtrToSimpleStruct (line 57) | type TestYamlPtrToSimpleStruct struct type TestID (line 61) | type TestID method MarshalText (line 63) | func (tID TestID) MarshalText() (text []byte, err error) { type TestStringLike (line 74) | type TestStringLike function TestEncode (line 76) | func TestEncode(t *testing.T) { function TestGetTagInfo (line 215) | func TestGetTagInfo(t *testing.T) { function TestEncodeValueError (line 282) | func TestEncodeValueError(t *testing.T) { function TestEncodeNonStringEncodedKey (line 301) | func TestEncodeNonStringEncodedKey(t *testing.T) { function TestDuplicateKey (line 320) | func TestDuplicateKey(t *testing.T) { function TestTextMarshalerError (line 333) | func TestTextMarshalerError(t *testing.T) { function TestEncodeStruct (line 345) | func TestEncodeStruct(t *testing.T) { function TestEncodeStructError (line 358) | func TestEncodeStructError(t *testing.T) { function TestEncodeNil (line 372) | func TestEncodeNil(t *testing.T) { function testHookFunc (line 379) | func testHookFunc() mapstructure.DecodeHookFuncValue { FILE: confmap/internal/mapstructure/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: confmap/internal/marshaloption.go type MarshalOption (line 6) | type MarshalOption interface type MarshalOptions (line 12) | type MarshalOptions struct type MarshalOptionFunc (line 14) | type MarshalOptionFunc method apply (line 16) | func (fn MarshalOptionFunc) apply(set *MarshalOptions) { FILE: confmap/internal/merge.go function mergeAppend (line 13) | func mergeAppend(src, dest map[string]any) error { function isMatch (line 63) | func isMatch(key string, globs []glob.Glob) bool { function mergeSlice (line 72) | func mergeSlice(src, dest reflect.Value) any { function isPresent (line 87) | func isPresent(slice, val reflect.Value) bool { FILE: confmap/internal/third_party/composehook/compose_hook.go function typedDecodeHook (line 16) | func typedDecodeHook(h mapstructure.DecodeHookFunc) mapstructure.DecodeH... function cachedDecodeHook (line 41) | func cachedDecodeHook(raw mapstructure.DecodeHookFunc) func(reflect.Valu... function ComposeDecodeHookFunc (line 78) | func ComposeDecodeHookFunc(fs ...mapstructure.DecodeHookFunc) mapstructu... FILE: confmap/internal/unmarshaloption.go type UnmarshalOption (line 6) | type UnmarshalOption interface type UnmarshalOptions (line 12) | type UnmarshalOptions struct type UnmarshalOptionFunc (line 17) | type UnmarshalOptionFunc method apply (line 19) | func (fn UnmarshalOptionFunc) apply(set *UnmarshalOptions) { FILE: confmap/provider.go type ProviderSettings (line 16) | type ProviderSettings struct function NewProviderFactory (line 35) | func NewProviderFactory(f CreateProviderFunc) ProviderFactory { type Provider (line 54) | type Provider interface type WatcherFunc (line 96) | type WatcherFunc type ChangeEvent (line 99) | type ChangeEvent struct type Retrieved (line 108) | type Retrieved struct method AsConf (line 204) | func (r *Retrieved) AsConf() (*Conf, error) { method AsRaw (line 222) | func (r *Retrieved) AsRaw() (any, error) { method AsString (line 230) | func (r *Retrieved) AsString() (string, error) { method Close (line 246) | func (r *Retrieved) Close(ctx context.Context) error { type retrievedSettings (line 117) | type retrievedSettings struct type RetrievedOption (line 125) | type RetrievedOption interface type retrievedOptionFunc (line 129) | type retrievedOptionFunc method apply (line 131) | func (of retrievedOptionFunc) apply(e *retrievedSettings) { function WithRetrievedClose (line 137) | func WithRetrievedClose(closeFunc CloseFunc) RetrievedOption { function withStringRepresentation (line 143) | func withStringRepresentation(stringRepresentation string) RetrievedOpti... function withErrorHint (line 150) | func withErrorHint(errorHint error) RetrievedOption { function NewRetrievedFromYAML (line 159) | func NewRetrievedFromYAML(yamlBytes []byte, opts ...RetrievedOption) (*R... function NewRetrieved (line 186) | func NewRetrieved(rawConf any, opts ...RetrievedOption) (*Retrieved, err... type CloseFunc (line 254) | type CloseFunc function checkRawConfType (line 256) | func checkRawConfType(rawConf any) error { FILE: confmap/provider/envprovider/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: confmap/provider/envprovider/provider.go constant schemeName (line 21) | schemeName = "env" type provider (line 24) | type provider struct method Retrieve (line 47) | func (emp *provider) Retrieve(_ context.Context, uri string, _ confmap... method Scheme (line 70) | func (*provider) Scheme() string { method Shutdown (line 74) | func (*provider) Shutdown(context.Context) error { function NewFactory (line 37) | func NewFactory() confmap.ProviderFactory { function newProvider (line 41) | func newProvider(ps confmap.ProviderSettings) confmap.Provider { function parseEnvVarURI (line 79) | func parseEnvVarURI(uri string) (string, *string) { FILE: confmap/provider/envprovider/provider_test.go constant envSchemePrefix (line 21) | envSchemePrefix = schemeName + ":" constant validYAML (line 23) | validYAML = ` function TestValidateProviderScheme (line 31) | func TestValidateProviderScheme(t *testing.T) { function TestEmptyName (line 35) | func TestEmptyName(t *testing.T) { function TestUnsupportedScheme (line 42) | func TestUnsupportedScheme(t *testing.T) { function TestInvalidYAML (line 49) | func TestInvalidYAML(t *testing.T) { function TestEnv (line 61) | func TestEnv(t *testing.T) { function TestEnvWithLogger (line 79) | func TestEnvWithLogger(t *testing.T) { function TestUnsetEnvWithLoggerWarn (line 100) | func TestUnsetEnvWithLoggerWarn(t *testing.T) { function TestEnvVarNameRestriction (line 122) | func TestEnvVarNameRestriction(t *testing.T) { function TestEmptyEnvWithLoggerWarn (line 133) | func TestEmptyEnvWithLoggerWarn(t *testing.T) { function TestEnvWithDefaultValue (line 157) | func TestEnvWithDefaultValue(t *testing.T) { function createProvider (line 193) | func createProvider() confmap.Provider { FILE: confmap/provider/fileprovider/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: confmap/provider/fileprovider/provider.go constant schemeName (line 18) | schemeName = "file" type provider (line 20) | type provider struct method Retrieve (line 45) | func (fmp *provider) Retrieve(_ context.Context, uri string, _ confmap... method Scheme (line 59) | func (*provider) Scheme() string { method Shutdown (line 63) | func (*provider) Shutdown(context.Context) error { function NewFactory (line 37) | func NewFactory() confmap.ProviderFactory { function newProvider (line 41) | func newProvider(confmap.ProviderSettings) confmap.Provider { FILE: confmap/provider/fileprovider/provider_test.go constant fileSchemePrefix (line 19) | fileSchemePrefix = schemeName + ":" function TestValidateProviderScheme (line 21) | func TestValidateProviderScheme(t *testing.T) { function TestEmptyName (line 25) | func TestEmptyName(t *testing.T) { function TestUnsupportedScheme (line 32) | func TestUnsupportedScheme(t *testing.T) { function TestNonExistent (line 39) | func TestNonExistent(t *testing.T) { function TestInvalidYAML (line 48) | func TestInvalidYAML(t *testing.T) { function TestRelativePath (line 65) | func TestRelativePath(t *testing.T) { function TestAbsolutePath (line 79) | func TestAbsolutePath(t *testing.T) { function absolutePath (line 93) | func absolutePath(t *testing.T, relativePath string) string { function createProvider (line 99) | func createProvider() confmap.Provider { FILE: confmap/provider/httpprovider/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: confmap/provider/httpprovider/provider.go function NewFactory (line 18) | func NewFactory() confmap.ProviderFactory { function newProvider (line 22) | func newProvider(set confmap.ProviderSettings) confmap.Provider { FILE: confmap/provider/httpprovider/provider_test.go function TestSupportedScheme (line 16) | func TestSupportedScheme(t *testing.T) { FILE: confmap/provider/httpsprovider/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: confmap/provider/httpsprovider/provider.go function NewFactory (line 19) | func NewFactory() confmap.ProviderFactory { function newProvider (line 23) | func newProvider(set confmap.ProviderSettings) confmap.Provider { FILE: confmap/provider/httpsprovider/provider_test.go function TestSupportedScheme (line 14) | func TestSupportedScheme(t *testing.T) { FILE: confmap/provider/internal/configurablehttpprovider/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: confmap/provider/internal/configurablehttpprovider/provider.go type SchemeType (line 21) | type SchemeType constant HTTPScheme (line 24) | HTTPScheme SchemeType = "http" constant HTTPSScheme (line 25) | HTTPSScheme SchemeType = "https" type provider (line 28) | type provider struct method createClient (line 46) | func (fmp *provider) createClient() (*http.Client, error) { method Retrieve (line 80) | func (fmp *provider) Retrieve(_ context.Context, uri string, _ confmap... method Scheme (line 115) | func (fmp *provider) Scheme() string { method Shutdown (line 119) | func (*provider) Shutdown(context.Context) error { function New (line 41) | func New(scheme SchemeType, _ confmap.ProviderSettings) confmap.Provider { FILE: confmap/provider/internal/configurablehttpprovider/provider_test.go function newConfigurableHTTPProvider (line 31) | func newConfigurableHTTPProvider(scheme SchemeType, set confmap.Provider... function answerGet (line 35) | func answerGet(w http.ResponseWriter, _ *http.Request) { function generateCertificate (line 54) | func generateCertificate(t *testing.T, hostname string) (cert, key strin... function TestFunctionalityDownloadFileHTTP (line 118) | func TestFunctionalityDownloadFileHTTP(t *testing.T) { function TestFunctionalityDownloadFileHTTPS (line 127) | func TestFunctionalityDownloadFileHTTPS(t *testing.T) { function TestUnsupportedScheme (line 223) | func TestUnsupportedScheme(t *testing.T) { function TestEmptyURI (line 235) | func TestEmptyURI(t *testing.T) { function TestRetrieveFromShutdownServer (line 246) | func TestRetrieveFromShutdownServer(t *testing.T) { function TestNonExistent (line 255) | func TestNonExistent(t *testing.T) { function TestInvalidYAML (line 266) | func TestInvalidYAML(t *testing.T) { function TestScheme (line 284) | func TestScheme(t *testing.T) { function TestValidateProviderScheme (line 290) | func TestValidateProviderScheme(t *testing.T) { function TestInvalidURI (line 294) | func TestInvalidURI(t *testing.T) { FILE: confmap/provider/internal/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: confmap/provider/yamlprovider/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: confmap/provider/yamlprovider/provider.go constant schemeName (line 16) | schemeName = "yaml" type provider (line 18) | type provider struct method Retrieve (line 37) | func (s *provider) Retrieve(_ context.Context, uri string, _ confmap.W... method Scheme (line 45) | func (*provider) Scheme() string { method Shutdown (line 49) | func (s *provider) Shutdown(context.Context) error { function NewFactory (line 29) | func NewFactory() confmap.ProviderFactory { function newProvider (line 33) | func newProvider(confmap.ProviderSettings) confmap.Provider { FILE: confmap/provider/yamlprovider/provider_test.go function TestValidateProviderScheme (line 17) | func TestValidateProviderScheme(t *testing.T) { function TestEmpty (line 21) | func TestEmpty(t *testing.T) { function TestInvalidYAML (line 28) | func TestInvalidYAML(t *testing.T) { function TestOneValue (line 39) | func TestOneValue(t *testing.T) { function TestNamedComponent (line 55) | func TestNamedComponent(t *testing.T) { function TestMapEntry (line 71) | func TestMapEntry(t *testing.T) { function TestArrayEntry (line 90) | func TestArrayEntry(t *testing.T) { function TestNewLine (line 107) | func TestNewLine(t *testing.T) { function TestDotSeparator (line 126) | func TestDotSeparator(t *testing.T) { function createProvider (line 136) | func createProvider() confmap.Provider { FILE: confmap/provider_test.go type UpdatingProvider (line 19) | type UpdatingProvider struct method getCurrentConfig (line 21) | func (p UpdatingProvider) getCurrentConfig(_ string) any { method Retrieve (line 25) | func (p UpdatingProvider) Retrieve(ctx context.Context, uri string, wa... function ExampleProvider (line 62) | func ExampleProvider() { function TestNewRetrieved (line 89) | func TestNewRetrieved(t *testing.T) { function TestNewRetrievedWithOptions (line 98) | func TestNewRetrievedWithOptions(t *testing.T) { function TestNewRetrievedUnsupportedType (line 108) | func TestNewRetrievedUnsupportedType(t *testing.T) { function TestNewRetrievedFromYAML (line 113) | func TestNewRetrievedFromYAML(t *testing.T) { function TestNewRetrievedFromYAMLWithOptions (line 122) | func TestNewRetrievedFromYAMLWithOptions(t *testing.T) { function TestNewRetrievedFromYAMLInvalidYAMLBytes (line 132) | func TestNewRetrievedFromYAMLInvalidYAMLBytes(t *testing.T) { function TestNewRetrievedFromYAMLInvalidAsMap (line 150) | func TestNewRetrievedFromYAMLInvalidAsMap(t *testing.T) { function TestNewRetrievedFromYAMLString (line 162) | func TestNewRetrievedFromYAMLString(t *testing.T) { FILE: confmap/resolver.go type Resolver (line 24) | type Resolver struct method Resolve (line 160) | func (mr *Resolver) Resolve(ctx context.Context) (*Conf, error) { method Watch (line 237) | func (mr *Resolver) Watch() <-chan error { method Shutdown (line 245) | func (mr *Resolver) Shutdown(ctx context.Context) error { method onChange (line 257) | func (mr *Resolver) onChange(event *ChangeEvent) { method closeIfNeeded (line 261) | func (mr *Resolver) closeIfNeeded(ctx context.Context) error { method retrieveValue (line 270) | func (mr *Resolver) retrieveValue(ctx context.Context, uri location) (... type ResolverSettings (line 35) | type ResolverSettings struct function NewResolver (line 84) | func NewResolver(set ResolverSettings) (*Resolver, error) { function escapeDollarSigns (line 205) | func escapeDollarSigns(val any) any { FILE: confmap/resolver_test.go type mockProvider (line 26) | type mockProvider struct method Retrieve (line 35) | func (m *mockProvider) Retrieve(_ context.Context, _ string, watcher W... method Scheme (line 47) | func (m *mockProvider) Scheme() string { method Shutdown (line 54) | func (m *mockProvider) Shutdown(context.Context) error { function newMockProvider (line 58) | func newMockProvider(m *mockProvider) ProviderFactory { type fakeProvider (line 64) | type fakeProvider struct method Retrieve (line 103) | func (f *fakeProvider) Retrieve(ctx context.Context, uri string, watch... method Scheme (line 107) | func (f *fakeProvider) Scheme() string { method Shutdown (line 111) | func (f *fakeProvider) Shutdown(context.Context) error { function newFileProvider (line 70) | func newFileProvider(tb testing.TB) ProviderFactory { function newFakeProvider (line 76) | func newFakeProvider(scheme string, ret func(ctx context.Context, uri st... function newObservableFileProvider (line 86) | func newObservableFileProvider(tb testing.TB) (ProviderFactory, *fakePro... function newObservableProvider (line 92) | func newObservableProvider(scheme string, ret func(ctx context.Context, ... type mockConverter (line 115) | type mockConverter struct method Convert (line 119) | func (m *mockConverter) Convert(context.Context, *Conf) error { function TestNewResolverInvalidSchemeInURI (line 123) | func TestNewResolverInvalidSchemeInURI(t *testing.T) { function TestNewResolverDuplicateScheme (line 128) | func TestNewResolverDuplicateScheme(t *testing.T) { function TestResolverErrors (line 133) | func TestResolverErrors(t *testing.T) { function TestBackwardsCompatibilityForFilePath (line 265) | func TestBackwardsCompatibilityForFilePath(t *testing.T) { function TestResolver (line 325) | func TestResolver(t *testing.T) { function TestResolverNewLinesInOpaqueValue (line 363) | func TestResolverNewLinesInOpaqueValue(t *testing.T) { function TestResolverNoLocations (line 372) | func TestResolverNoLocations(t *testing.T) { function TestResolverNoProviders (line 381) | func TestResolverNoProviders(t *testing.T) { function TestResolverShutdownClosesWatch (line 390) | func TestResolverShutdownClosesWatch(t *testing.T) { function TestProvidesDefaultLogger (line 412) | func TestProvidesDefaultLogger(t *testing.T) { function TestResolverDefaultProviderSet (line 426) | func TestResolverDefaultProviderSet(t *testing.T) { type mergeTest (line 441) | type mergeTest struct function TestMergeFunctionality (line 448) | func TestMergeFunctionality(t *testing.T) { function runScenario (line 479) | func runScenario(t *testing.T, path string) { function newConfFromFile (line 516) | func newConfFromFile(tb testing.TB, fileName string) map[string]any { type provider (line 526) | type provider struct method Retrieve (line 536) | func (p *provider) Retrieve(_ context.Context, _ string, watcher Watch... method Scheme (line 544) | func (p *provider) Scheme() string { method Shutdown (line 548) | func (p *provider) Shutdown(context.Context) error { function newRaceDetectorProvider (line 530) | func newRaceDetectorProvider() ProviderFactory { function TestProviderRaceCondition (line 553) | func TestProviderRaceCondition(t *testing.T) { FILE: confmap/xconfmap/config.go type Validator (line 22) | type Validator interface function Validate (line 29) | func Validate(cfg any) error { type pathError (line 39) | type pathError struct method Error (line 44) | func (pe pathError) Error() string { method Unwrap (line 62) | func (pe pathError) Unwrap() error { function validate (line 66) | func validate(v reflect.Value) []pathError { function callValidateIfPossible (line 146) | func callValidateIfPossible(v reflect.Value) error { function fieldName (line 166) | func fieldName(field reflect.StructField) string { function stringifyMapKey (line 183) | func stringifyMapKey(val reflect.Value) string { function WithForceUnmarshaler (line 205) | func WithForceUnmarshaler() confmap.UnmarshalOption { FILE: confmap/xconfmap/config_test.go type configChildStruct (line 13) | type configChildStruct struct type configChildSlice (line 18) | type configChildSlice struct type configChildMapValue (line 23) | type configChildMapValue struct type configChildMapKey (line 28) | type configChildMapKey struct type configChildTypeDef (line 33) | type configChildTypeDef struct type config (line 38) | type config type configChildInterface (line 40) | type configChildInterface struct type errValidateConfig (line 44) | type errValidateConfig struct method Validate (line 48) | func (e *errValidateConfig) Validate() error { type errType (line 52) | type errType method Validate (line 54) | func (e errType) Validate() error { function newErrType (line 61) | func newErrType(etStr string) *errType { type errMapType (line 66) | type errMapType method Validate (line 68) | func (e errMapType) Validate() error { type structKey (line 72) | type structKey struct method String (line 77) | func (s structKey) String() string { method Validate (line 81) | func (s structKey) Validate() error { type configChildMapCustomKey (line 85) | type configChildMapCustomKey struct function newErrMapType (line 89) | func newErrMapType() *errMapType { type configMapstructure (line 94) | type configMapstructure struct type configDeeplyNested (line 100) | type configDeeplyNested struct type sliceTypeAlias (line 108) | type sliceTypeAlias method Validate (line 110) | func (sliceTypeAlias) Validate() error { function TestValidateConfig (line 114) | func TestValidateConfig(t *testing.T) { FILE: confmap/xconfmap/confmap.go function ToStringMapRaw (line 25) | func ToStringMapRaw(conf *confmap.Conf) map[string]any { FILE: confmap/xconfmap/example_test.go type Config (line 13) | type Config struct method Validate (line 21) | func (cfg *Config) Validate() error { function Example (line 33) | func Example() { FILE: connector/connector.go type Traces (line 28) | type Traces interface type Metrics (line 44) | type Metrics interface type Logs (line 59) | type Logs interface type Settings (line 65) | type Settings struct type Factory (line 81) | type Factory interface type FactoryOption (line 121) | type FactoryOption interface type factoryOptionFunc (line 129) | type factoryOptionFunc method apply (line 131) | func (f factoryOptionFunc) apply(o *factory) { type CreateTracesToTracesFunc (line 136) | type CreateTracesToTracesFunc type CreateTracesToMetricsFunc (line 139) | type CreateTracesToMetricsFunc type CreateTracesToLogsFunc (line 142) | type CreateTracesToLogsFunc type CreateMetricsToTracesFunc (line 145) | type CreateMetricsToTracesFunc type CreateMetricsToMetricsFunc (line 148) | type CreateMetricsToMetricsFunc type CreateMetricsToLogsFunc (line 151) | type CreateMetricsToLogsFunc type CreateLogsToTracesFunc (line 154) | type CreateLogsToTracesFunc type CreateLogsToMetricsFunc (line 157) | type CreateLogsToMetricsFunc type CreateLogsToLogsFunc (line 160) | type CreateLogsToLogsFunc function WithTracesToTraces (line 163) | func WithTracesToTraces(createTracesToTraces CreateTracesToTracesFunc, s... function WithTracesToMetrics (line 171) | func WithTracesToMetrics(createTracesToMetrics CreateTracesToMetricsFunc... function WithTracesToLogs (line 179) | func WithTracesToLogs(createTracesToLogs CreateTracesToLogsFunc, sl comp... function WithMetricsToTraces (line 187) | func WithMetricsToTraces(createMetricsToTraces CreateMetricsToTracesFunc... function WithMetricsToMetrics (line 195) | func WithMetricsToMetrics(createMetricsToMetrics CreateMetricsToMetricsF... function WithMetricsToLogs (line 203) | func WithMetricsToLogs(createMetricsToLogs CreateMetricsToLogsFunc, sl c... function WithLogsToTraces (line 211) | func WithLogsToTraces(createLogsToTraces CreateLogsToTracesFunc, sl comp... function WithLogsToMetrics (line 219) | func WithLogsToMetrics(createLogsToMetrics CreateLogsToMetricsFunc, sl c... function WithLogsToLogs (line 227) | func WithLogsToLogs(createLogsToLogs CreateLogsToLogsFunc, sl component.... type factory (line 235) | type factory struct method Type (line 266) | func (f *factory) Type() component.Type { method unexportedFactoryFunc (line 270) | func (f *factory) unexportedFactoryFunc() {} method TracesToTracesStability (line 272) | func (f *factory) TracesToTracesStability() component.StabilityLevel { method TracesToMetricsStability (line 276) | func (f *factory) TracesToMetricsStability() component.StabilityLevel { method TracesToLogsStability (line 280) | func (f *factory) TracesToLogsStability() component.StabilityLevel { method MetricsToTracesStability (line 284) | func (f *factory) MetricsToTracesStability() component.StabilityLevel { method MetricsToMetricsStability (line 288) | func (f *factory) MetricsToMetricsStability() component.StabilityLevel { method MetricsToLogsStability (line 292) | func (f *factory) MetricsToLogsStability() component.StabilityLevel { method LogsToTracesStability (line 296) | func (f *factory) LogsToTracesStability() component.StabilityLevel { method LogsToMetricsStability (line 300) | func (f *factory) LogsToMetricsStability() component.StabilityLevel { method LogsToLogsStability (line 304) | func (f *factory) LogsToLogsStability() component.StabilityLevel { method CreateTracesToTraces (line 308) | func (f *factory) CreateTracesToTraces(ctx context.Context, set Settin... method CreateTracesToMetrics (line 320) | func (f *factory) CreateTracesToMetrics(ctx context.Context, set Setti... method CreateTracesToLogs (line 332) | func (f *factory) CreateTracesToLogs(ctx context.Context, set Settings... method CreateMetricsToTraces (line 344) | func (f *factory) CreateMetricsToTraces(ctx context.Context, set Setti... method CreateMetricsToMetrics (line 356) | func (f *factory) CreateMetricsToMetrics(ctx context.Context, set Sett... method CreateMetricsToLogs (line 368) | func (f *factory) CreateMetricsToLogs(ctx context.Context, set Setting... method CreateLogsToTraces (line 380) | func (f *factory) CreateLogsToTraces(ctx context.Context, set Settings... method CreateLogsToMetrics (line 392) | func (f *factory) CreateLogsToMetrics(ctx context.Context, set Setting... method CreateLogsToLogs (line 404) | func (f *factory) CreateLogsToLogs(ctx context.Context, set Settings, ... function NewFactory (line 417) | func NewFactory(cfgType component.Type, createDefaultConfig component.Cr... FILE: connector/connector_test.go function TestNewFactoryNoOptions (line 25) | func TestNewFactoryNoOptions(t *testing.T) { function TestNewFactoryWithSameTypes (line 53) | func TestNewFactoryWithSameTypes(t *testing.T) { function TestNewFactoryWithTranslateTypes (line 98) | func TestNewFactoryWithTranslateTypes(t *testing.T) { function TestNewFactoryWithAllTypes (line 142) | func TestNewFactoryWithAllTypes(t *testing.T) { type nopConnector (line 193) | type nopConnector struct function createTracesToTraces (line 199) | func createTracesToTraces(context.Context, Settings, component.Config, c... function createTracesToMetrics (line 203) | func createTracesToMetrics(context.Context, Settings, component.Config, ... function createTracesToLogs (line 207) | func createTracesToLogs(context.Context, Settings, component.Config, con... function createMetricsToTraces (line 211) | func createMetricsToTraces(context.Context, Settings, component.Config, ... function createMetricsToMetrics (line 215) | func createMetricsToMetrics(context.Context, Settings, component.Config,... function createMetricsToLogs (line 219) | func createMetricsToLogs(context.Context, Settings, component.Config, co... function createLogsToTraces (line 223) | func createLogsToTraces(context.Context, Settings, component.Config, con... function createLogsToMetrics (line 227) | func createLogsToMetrics(context.Context, Settings, component.Config, co... function createLogsToLogs (line 231) | func createLogsToLogs(context.Context, Settings, component.Config, consu... FILE: connector/connectortest/connector.go function NewNopSettings (line 23) | func NewNopSettings(typ component.Type) connector.Settings { type nopConfig (line 31) | type nopConfig struct function NewNopFactory (line 34) | func NewNopFactory() connector.Factory { function createTracesToTracesConnector (line 59) | func createTracesToTracesConnector(context.Context, connector.Settings, ... function createTracesToMetricsConnector (line 63) | func createTracesToMetricsConnector(context.Context, connector.Settings,... function createTracesToLogsConnector (line 67) | func createTracesToLogsConnector(context.Context, connector.Settings, co... function createTracesToProfilesConnector (line 71) | func createTracesToProfilesConnector(context.Context, connector.Settings... function createMetricsToTracesConnector (line 75) | func createMetricsToTracesConnector(context.Context, connector.Settings,... function createMetricsToMetricsConnector (line 79) | func createMetricsToMetricsConnector(context.Context, connector.Settings... function createMetricsToLogsConnector (line 83) | func createMetricsToLogsConnector(context.Context, connector.Settings, c... function createMetricsToProfilesConnector (line 87) | func createMetricsToProfilesConnector(context.Context, connector.Setting... function createLogsToTracesConnector (line 91) | func createLogsToTracesConnector(context.Context, connector.Settings, co... function createLogsToMetricsConnector (line 95) | func createLogsToMetricsConnector(context.Context, connector.Settings, c... function createLogsToLogsConnector (line 99) | func createLogsToLogsConnector(context.Context, connector.Settings, comp... function createLogsToProfilesConnector (line 103) | func createLogsToProfilesConnector(context.Context, connector.Settings, ... function createProfilesToTracesConnector (line 107) | func createProfilesToTracesConnector(context.Context, connector.Settings... function createProfilesToMetricsConnector (line 111) | func createProfilesToMetricsConnector(context.Context, connector.Setting... function createProfilesToLogsConnector (line 115) | func createProfilesToLogsConnector(context.Context, connector.Settings, ... function createProfilesToProfilesConnector (line 119) | func createProfilesToProfilesConnector(context.Context, connector.Settin... type nopConnector (line 124) | type nopConnector struct FILE: connector/connectortest/connector_test.go function TestNewNopConnectorFactory (line 23) | func TestNewNopConnectorFactory(t *testing.T) { FILE: connector/connectortest/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: connector/forwardconnector/forward.go function NewFactory (line 18) | func NewFactory() xconnector.Factory { type Config (line 29) | type Config struct function createDefaultConfig (line 32) | func createDefaultConfig() component.Config { function createTracesToTraces (line 37) | func createTracesToTraces( function createMetricsToMetrics (line 47) | func createMetricsToMetrics( function createLogsToLogs (line 57) | func createLogsToLogs( function createProfilesToProfiles (line 67) | func createProfilesToProfiles( type forward (line 79) | type forward struct method Capabilities (line 88) | func (c *forward) Capabilities() consumer.Capabilities { FILE: connector/forwardconnector/forward_test.go function TestForward (line 21) | func TestForward(t *testing.T) { FILE: connector/forwardconnector/generated_component_test.go function TestComponentFactoryType (line 26) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 30) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 34) | func TestComponentLifecycle(t *testing.T) { type mdatagenNopHost (line 106) | type mdatagenNopHost struct method GetExtensions (line 112) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 116) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 108) | func newMdatagenNopHost() component.Host { FILE: connector/forwardconnector/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: connector/forwardconnector/internal/metadata/generated_status.go constant ProfilesToProfilesStability (line 15) | ProfilesToProfilesStability = component.StabilityLevelAlpha constant TracesToTracesStability (line 16) | TracesToTracesStability = component.StabilityLevelBeta constant MetricsToMetricsStability (line 17) | MetricsToMetricsStability = component.StabilityLevelBeta constant LogsToLogsStability (line 18) | LogsToLogsStability = component.StabilityLevelBeta FILE: connector/internal/factory.go function ErrDataTypes (line 13) | func ErrDataTypes(id component.ID, from, to pipeline.Signal) error { function ErrIDMismatch (line 17) | func ErrIDMismatch(id component.ID, typ component.Type) error { FILE: connector/internal/router.go type BaseRouter (line 16) | type BaseRouter struct function NewBaseRouter (line 21) | func NewBaseRouter[T any](fanout func([]T) T, cm map[pipeline.ID]T) Base... method PipelineIDs (line 27) | func (r *BaseRouter[T]) PipelineIDs() []pipeline.ID { method Consumer (line 35) | func (r *BaseRouter[T]) Consumer(pipelineIDs ...pipeline.ID) (T, error) { FILE: connector/logs_router.go type LogsRouterAndConsumer (line 19) | type LogsRouterAndConsumer interface type logsRouter (line 26) | type logsRouter struct method PipelineIDs (line 42) | func (r *logsRouter) PipelineIDs() []pipeline.ID { method Consumer (line 50) | func (r *logsRouter) Consumer(pipelineIDs ...pipeline.ID) (consumer.Lo... method privateFunc (line 71) | func (r *logsRouter) privateFunc() {} function NewLogsRouter (line 31) | func NewLogsRouter(cm map[pipeline.ID]consumer.Logs) LogsRouterAndConsum... FILE: connector/logs_router_test.go type mutatingLogsSink (line 22) | type mutatingLogsSink struct method Capabilities (line 26) | func (mts *mutatingLogsSink) Capabilities() consumer.Capabilities { function TestLogsRouterMultiplexing (line 30) | func TestLogsRouterMultiplexing(t *testing.T) { function fuzzLogs (line 44) | func fuzzLogs(numIDs, numCons, numLogs int) func(*testing.T) { function TestLogsRouterConsumers (line 108) | func TestLogsRouterConsumers(t *testing.T) { FILE: connector/metrics_router.go type MetricsRouterAndConsumer (line 14) | type MetricsRouterAndConsumer interface type metricsRouter (line 21) | type metricsRouter struct method privateFunc (line 37) | func (r *metricsRouter) privateFunc() {} function NewMetricsRouter (line 26) | func NewMetricsRouter(cm map[pipeline.ID]consumer.Metrics) MetricsRouter... FILE: connector/metrics_router_test.go type mutatingMetricsSink (line 22) | type mutatingMetricsSink struct method Capabilities (line 26) | func (mts *mutatingMetricsSink) Capabilities() consumer.Capabilities { function TestMetricsRouterMultiplexing (line 30) | func TestMetricsRouterMultiplexing(t *testing.T) { function fuzzMetrics (line 44) | func fuzzMetrics(numIDs, numCons, numMetrics int) func(*testing.T) { function TestMetricsRouterConsumers (line 108) | func TestMetricsRouterConsumers(t *testing.T) { FILE: connector/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: connector/traces_router.go type TracesRouterAndConsumer (line 14) | type TracesRouterAndConsumer interface type tracesRouter (line 21) | type tracesRouter struct method privateFunc (line 37) | func (r *tracesRouter) privateFunc() {} function NewTracesRouter (line 26) | func NewTracesRouter(cm map[pipeline.ID]consumer.Traces) TracesRouterAnd... FILE: connector/traces_router_test.go type mutatingTracesSink (line 22) | type mutatingTracesSink struct method Capabilities (line 26) | func (mts *mutatingTracesSink) Capabilities() consumer.Capabilities { function TestTracesRouterMultiplexing (line 30) | func TestTracesRouterMultiplexing(t *testing.T) { function fuzzTraces (line 44) | func fuzzTraces(numIDs, numCons, numTraces int) func(*testing.T) { function TestTracesRouterConsumer (line 108) | func TestTracesRouterConsumer(t *testing.T) { FILE: connector/xconnector/connector.go type Factory (line 19) | type Factory interface type Profiles (line 53) | type Profiles interface type CreateTracesToProfilesFunc (line 59) | type CreateTracesToProfilesFunc type CreateMetricsToProfilesFunc (line 62) | type CreateMetricsToProfilesFunc type CreateLogsToProfilesFunc (line 65) | type CreateLogsToProfilesFunc type CreateProfilesToProfilesFunc (line 68) | type CreateProfilesToProfilesFunc type CreateProfilesToTracesFunc (line 71) | type CreateProfilesToTracesFunc type CreateProfilesToMetricsFunc (line 74) | type CreateProfilesToMetricsFunc type CreateProfilesToLogsFunc (line 77) | type CreateProfilesToLogsFunc type FactoryOption (line 80) | type FactoryOption interface type factoryOptionFunc (line 86) | type factoryOptionFunc method applyOption (line 88) | func (f factoryOptionFunc) applyOption(o *factory) { function WithTracesToTraces (line 93) | func WithTracesToTraces(createTracesToTraces connector.CreateTracesToTra... function WithTracesToMetrics (line 100) | func WithTracesToMetrics(createTracesToMetrics connector.CreateTracesToM... function WithTracesToLogs (line 107) | func WithTracesToLogs(createTracesToLogs connector.CreateTracesToLogsFun... function WithMetricsToTraces (line 114) | func WithMetricsToTraces(createMetricsToTraces connector.CreateMetricsTo... function WithMetricsToMetrics (line 121) | func WithMetricsToMetrics(createMetricsToMetrics connector.CreateMetrics... function WithMetricsToLogs (line 128) | func WithMetricsToLogs(createMetricsToLogs connector.CreateMetricsToLogs... function WithLogsToTraces (line 135) | func WithLogsToTraces(createLogsToTraces connector.CreateLogsToTracesFun... function WithLogsToMetrics (line 142) | func WithLogsToMetrics(createLogsToMetrics connector.CreateLogsToMetrics... function WithLogsToLogs (line 149) | func WithLogsToLogs(createLogsToLogs connector.CreateLogsToLogsFunc, sl ... function WithTracesToProfiles (line 156) | func WithTracesToProfiles(createTracesToProfiles CreateTracesToProfilesF... function WithMetricsToProfiles (line 164) | func WithMetricsToProfiles(createMetricsToProfiles CreateMetricsToProfil... function WithLogsToProfiles (line 172) | func WithLogsToProfiles(createLogsToProfiles CreateLogsToProfilesFunc, s... function WithProfilesToProfiles (line 180) | func WithProfilesToProfiles(createProfilesToProfiles CreateProfilesToPro... function WithProfilesToTraces (line 188) | func WithProfilesToTraces(createProfilesToTraces CreateProfilesToTracesF... function WithProfilesToMetrics (line 196) | func WithProfilesToMetrics(createProfilesToMetrics CreateProfilesToMetri... function WithProfilesToLogs (line 204) | func WithProfilesToLogs(createProfilesToLogs CreateProfilesToLogsFunc, s... function WithDeprecatedTypeAlias (line 213) | func WithDeprecatedTypeAlias(alias component.Type) FactoryOption { type factory (line 220) | type factory struct method TracesToProfilesStability (line 244) | func (f *factory) TracesToProfilesStability() component.StabilityLevel { method MetricsToProfilesStability (line 248) | func (f *factory) MetricsToProfilesStability() component.StabilityLevel { method LogsToProfilesStability (line 252) | func (f *factory) LogsToProfilesStability() component.StabilityLevel { method ProfilesToProfilesStability (line 256) | func (f *factory) ProfilesToProfilesStability() component.StabilityLev... method ProfilesToTracesStability (line 260) | func (f *factory) ProfilesToTracesStability() component.StabilityLevel { method ProfilesToMetricsStability (line 264) | func (f *factory) ProfilesToMetricsStability() component.StabilityLevel { method ProfilesToLogsStability (line 268) | func (f *factory) ProfilesToLogsStability() component.StabilityLevel { method CreateTracesToProfiles (line 272) | func (f *factory) CreateTracesToProfiles(ctx context.Context, set conn... method CreateMetricsToProfiles (line 282) | func (f *factory) CreateMetricsToProfiles(ctx context.Context, set con... method CreateLogsToProfiles (line 292) | func (f *factory) CreateLogsToProfiles(ctx context.Context, set connec... method CreateProfilesToProfiles (line 302) | func (f *factory) CreateProfilesToProfiles(ctx context.Context, set co... method CreateProfilesToTraces (line 312) | func (f *factory) CreateProfilesToTraces(ctx context.Context, set conn... method CreateProfilesToMetrics (line 322) | func (f *factory) CreateProfilesToMetrics(ctx context.Context, set con... method CreateProfilesToLogs (line 332) | func (f *factory) CreateProfilesToLogs(ctx context.Context, set connec... function NewFactory (line 343) | func NewFactory(cfgType component.Type, createDefaultConfig component.Cr... FILE: connector/xconnector/connector_test.go function TestNewFactoryNoOptions (line 29) | func TestNewFactoryNoOptions(t *testing.T) { function TestNewFactoryWithSameTypes (line 50) | func TestNewFactoryWithSameTypes(t *testing.T) { function TestNewFactoryWithTranslateTypes (line 74) | func TestNewFactoryWithTranslateTypes(t *testing.T) { type nopConnector (line 135) | type nopConnector struct function createTracesToProfiles (line 141) | func createTracesToProfiles(context.Context, connector.Settings, compone... function createMetricsToProfiles (line 145) | func createMetricsToProfiles(context.Context, connector.Settings, compon... function createLogsToProfiles (line 149) | func createLogsToProfiles(context.Context, connector.Settings, component... function createProfilesToProfiles (line 153) | func createProfilesToProfiles(context.Context, connector.Settings, compo... function createProfilesToTraces (line 157) | func createProfilesToTraces(context.Context, connector.Settings, compone... function createProfilesToMetrics (line 161) | func createProfilesToMetrics(context.Context, connector.Settings, compon... function createProfilesToLogs (line 165) | func createProfilesToLogs(context.Context, connector.Settings, component... function TestNewFactoryWithDeprecatedAlias (line 169) | func TestNewFactoryWithDeprecatedAlias(t *testing.T) { FILE: connector/xconnector/profiles_router.go type ProfilesRouterAndConsumer (line 13) | type ProfilesRouterAndConsumer interface type profilesRouter (line 20) | type profilesRouter struct method privateFunc (line 36) | func (r *profilesRouter) privateFunc() {} function NewProfilesRouter (line 25) | func NewProfilesRouter(cm map[pipeline.ID]xconsumer.Profiles) ProfilesRo... FILE: connector/xconnector/profiles_router_test.go type mutatingProfilesSink (line 24) | type mutatingProfilesSink struct method Capabilities (line 28) | func (mts *mutatingProfilesSink) Capabilities() consumer.Capabilities { function TestProfilesRouterMultiplexing (line 32) | func TestProfilesRouterMultiplexing(t *testing.T) { function fuzzProfiles (line 46) | func fuzzProfiles(numIDs, numCons, numProfiles int) func(*testing.T) { function TestProfilessRouterConsumer (line 110) | func TestProfilessRouterConsumer(t *testing.T) { FILE: consumer/consumer.go function WithCapabilities (line 22) | func WithCapabilities(capabilities Capabilities) Option { FILE: consumer/consumererror/downstream.go type downstreamError (line 8) | type downstreamError struct method Error (line 14) | func (de downstreamError) Error() string { method Unwrap (line 18) | func (de downstreamError) Unwrap() error { function NewDownstream (line 27) | func NewDownstream(err error) error { function IsDownstream (line 35) | func IsDownstream(err error) bool { FILE: consumer/consumererror/downstream_test.go function TestDownstream (line 14) | func TestDownstream(t *testing.T) { FILE: consumer/consumererror/error.go type Error (line 23) | type Error struct method Error (line 82) | func (e *Error) Error() string { method Unwrap (line 100) | func (e *Error) Unwrap() error { method IsRetryable (line 118) | func (e *Error) IsRetryable() bool { function NewOTLPHTTPError (line 37) | func NewOTLPHTTPError(origErr error, httpStatus int) error { function NewOTLPGRPCError (line 57) | func NewOTLPGRPCError(origErr error, status *status.Status) error { function NewRetryableError (line 73) | func NewRetryableError(origErr error) error { function ToHTTPStatus (line 131) | func ToHTTPStatus(err error) int { function ToGRPCStatus (line 159) | func ToGRPCStatus(err error) *status.Status { FILE: consumer/consumererror/error_test.go function Test_NewOTLPHTTPError (line 19) | func Test_NewOTLPHTTPError(t *testing.T) { function Test_NewOTLPGRPCError (line 31) | func Test_NewOTLPGRPCError(t *testing.T) { function Test_NewRetryableError (line 44) | func Test_NewRetryableError(t *testing.T) { function Test_Error (line 55) | func Test_Error(t *testing.T) { function TestUnwrap (line 61) | func TestUnwrap(t *testing.T) { function TestAs (line 97) | func TestAs(t *testing.T) { function TestError_Error (line 109) | func TestError_Error(t *testing.T) { function TestError_Unwrap (line 152) | func TestError_Unwrap(t *testing.T) { function TestError_ToHTTPStatus (line 160) | func TestError_ToHTTPStatus(t *testing.T) { function TestError_ToGRPCStatus (line 222) | func TestError_ToGRPCStatus(t *testing.T) { function TestStatus_ToGRPCStatus (line 286) | func TestStatus_ToGRPCStatus(t *testing.T) { function TestError_Retryable (line 291) | func TestError_Retryable(t *testing.T) { function TestSuccessCodes (line 360) | func TestSuccessCodes(t *testing.T) { FILE: consumer/consumererror/internal/retryable.go type Retryable (line 13) | type Retryable struct method Error (line 19) | func (err Retryable[V]) Error() string { method Unwrap (line 24) | func (err Retryable[V]) Unwrap() error { method Data (line 29) | func (err Retryable[V]) Data() V { FILE: consumer/consumererror/internal/statusconversion/conversion.go function GetHTTPStatusCodeFromStatus (line 13) | func GetHTTPStatusCodeFromStatus(s *status.Status) int { function NewStatusFromMsgAndHTTPCode (line 43) | func NewStatusFromMsgAndHTTPCode(errMsg string, statusCode int) *status.... FILE: consumer/consumererror/internal/statusconversion/conversion_test.go function Test_GetHTTPStatusCodeFromStatus (line 15) | func Test_GetHTTPStatusCodeFromStatus(t *testing.T) { function Test_ErrorMsgAndHTTPCodeToStatus (line 45) | func Test_ErrorMsgAndHTTPCodeToStatus(t *testing.T) { FILE: consumer/consumererror/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: consumer/consumererror/permanent.go type permanent (line 10) | type permanent struct method Error (line 20) | func (p permanent) Error() string { method Unwrap (line 25) | func (p permanent) Unwrap() error { function NewPermanent (line 16) | func NewPermanent(err error) error { function IsPermanent (line 32) | func IsPermanent(err error) bool { FILE: consumer/consumererror/permanent_test.go type testErrorType (line 15) | type testErrorType struct method Error (line 19) | func (t testErrorType) Error() string { function TestIsPermanent (line 23) | func TestIsPermanent(t *testing.T) { function TestPermanent_Unwrap (line 37) | func TestPermanent_Unwrap(t *testing.T) { FILE: consumer/consumererror/signalerrors.go type Traces (line 15) | type Traces struct function NewTraces (line 20) | func NewTraces(err error, data ptrace.Traces) error { type Logs (line 31) | type Logs struct function NewLogs (line 36) | func NewLogs(err error, data plog.Logs) error { type Metrics (line 47) | type Metrics struct function NewMetrics (line 52) | func NewMetrics(err error, data pmetric.Metrics) error { FILE: consumer/consumererror/signalerrors_test.go function TestTraces (line 16) | func TestTraces(t *testing.T) { function TestTraces_Unwrap (line 28) | func TestTraces_Unwrap(t *testing.T) { function TestLogs (line 43) | func TestLogs(t *testing.T) { function TestLogs_Unwrap (line 55) | func TestLogs_Unwrap(t *testing.T) { function TestMetrics (line 70) | func TestMetrics(t *testing.T) { function TestMetrics_Unwrap (line 82) | func TestMetrics_Unwrap(t *testing.T) { FILE: consumer/consumererror/xconsumererror/signalerrors.go type Profiles (line 13) | type Profiles struct function NewProfiles (line 18) | func NewProfiles(err error, data pprofile.Profiles) error { FILE: consumer/consumererror/xconsumererror/signalerrors_test.go function TestProfiles (line 16) | func TestProfiles(t *testing.T) { function TestProfiles_Unwrap (line 28) | func TestProfiles_Unwrap(t *testing.T) { type testErrorType (line 40) | type testErrorType struct method Error (line 44) | func (t testErrorType) Error() string { FILE: consumer/consumertest/consumer.go type Consumer (line 21) | type Consumer interface type nonMutatingConsumer (line 47) | type nonMutatingConsumer struct method Capabilities (line 50) | func (bc nonMutatingConsumer) Capabilities() consumer.Capabilities { type baseConsumer (line 54) | type baseConsumer struct method unexported (line 62) | func (bc baseConsumer) unexported() {} FILE: consumer/consumertest/err.go function NewErr (line 15) | func NewErr(err error) Consumer { FILE: consumer/consumertest/err_test.go function TestErr (line 20) | func TestErr(t *testing.T) { FILE: consumer/consumertest/nop.go function NewNop (line 16) | func NewNop() Consumer { FILE: consumer/consumertest/nop_test.go function TestNop (line 19) | func TestNop(t *testing.T) { FILE: consumer/consumertest/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: consumer/consumertest/sink.go type TracesSink (line 20) | type TracesSink struct method ConsumeTraces (line 31) | func (ste *TracesSink) ConsumeTraces(ctx context.Context, td ptrace.Tr... method AllTraces (line 43) | func (ste *TracesSink) AllTraces() []ptrace.Traces { method Contexts (line 53) | func (ste *TracesSink) Contexts() []context.Context { method SpanCount (line 63) | func (ste *TracesSink) SpanCount() int { method Reset (line 70) | func (ste *TracesSink) Reset() { type MetricsSink (line 81) | type MetricsSink struct method ConsumeMetrics (line 92) | func (sme *MetricsSink) ConsumeMetrics(ctx context.Context, md pmetric... method AllMetrics (line 104) | func (sme *MetricsSink) AllMetrics() []pmetric.Metrics { method Contexts (line 114) | func (sme *MetricsSink) Contexts() []context.Context { method DataPointCount (line 124) | func (sme *MetricsSink) DataPointCount() int { method Reset (line 131) | func (sme *MetricsSink) Reset() { type LogsSink (line 142) | type LogsSink struct method ConsumeLogs (line 153) | func (sle *LogsSink) ConsumeLogs(ctx context.Context, ld plog.Logs) er... method AllLogs (line 164) | func (sle *LogsSink) AllLogs() []plog.Logs { method LogRecordCount (line 174) | func (sle *LogsSink) LogRecordCount() int { method Reset (line 181) | func (sle *LogsSink) Reset() { method Contexts (line 191) | func (sle *LogsSink) Contexts() []context.Context { type ProfilesSink (line 202) | type ProfilesSink struct method ConsumeProfiles (line 214) | func (ste *ProfilesSink) ConsumeProfiles(ctx context.Context, td pprof... method AllProfiles (line 227) | func (ste *ProfilesSink) AllProfiles() []pprofile.Profiles { method SampleCount (line 237) | func (ste *ProfilesSink) SampleCount() int { method ProfileCount (line 244) | func (ste *ProfilesSink) ProfileCount() int { method Reset (line 251) | func (ste *ProfilesSink) Reset() { method Contexts (line 262) | func (ste *ProfilesSink) Contexts() []context.Context { FILE: consumer/consumertest/sink_test.go type ctxKey (line 23) | type ctxKey type testKey (line 24) | type testKey function TestTracesSink (line 27) | func TestTracesSink(t *testing.T) { function TestMetricsSink (line 42) | func TestMetricsSink(t *testing.T) { function TestLogsSink (line 57) | func TestLogsSink(t *testing.T) { function TestProfilesSink (line 72) | func TestProfilesSink(t *testing.T) { function TestTracesSinkWithContext (line 91) | func TestTracesSinkWithContext(t *testing.T) { function TestMetricsSinkWithContext (line 120) | func TestMetricsSinkWithContext(t *testing.T) { function TestLogsSinkWithContext (line 149) | func TestLogsSinkWithContext(t *testing.T) { function TestProfilesSinkWithContext (line 178) | func TestProfilesSinkWithContext(t *testing.T) { function TestSinkContextTransformation (line 208) | func TestSinkContextTransformation(t *testing.T) { function TestContextTransformationChain (line 274) | func TestContextTransformationChain(t *testing.T) { function TestConcurrentContextTransformations (line 300) | func TestConcurrentContextTransformations(t *testing.T) { FILE: consumer/internal/consumer.go type Capabilities (line 7) | type Capabilities struct type BaseConsumer (line 16) | type BaseConsumer interface type BaseImpl (line 20) | type BaseImpl struct method Capabilities (line 36) | func (bs BaseImpl) Capabilities() Capabilities { type Option (line 25) | type Option interface type OptionFunc (line 29) | type OptionFunc method apply (line 31) | func (of OptionFunc) apply(e *BaseImpl) { function NewBaseImpl (line 40) | func NewBaseImpl(options ...Option) *BaseImpl { FILE: consumer/logs.go type Logs (line 15) | type Logs interface type ConsumeLogsFunc (line 23) | type ConsumeLogsFunc method ConsumeLogs (line 26) | func (f ConsumeLogsFunc) ConsumeLogs(ctx context.Context, ld plog.Logs... type baseLogs (line 30) | type baseLogs struct function NewLogs (line 36) | func NewLogs(consume ConsumeLogsFunc, options ...Option) (Logs, error) { FILE: consumer/logs_test.go function TestDefaultLogs (line 17) | func TestDefaultLogs(t *testing.T) { function TestNilFuncLogs (line 24) | func TestNilFuncLogs(t *testing.T) { function TestWithCapabilitiesLogs (line 29) | func TestWithCapabilitiesLogs(t *testing.T) { function TestConsumeLogs (line 38) | func TestConsumeLogs(t *testing.T) { function TestConsumeLogs_ReturnError (line 46) | func TestConsumeLogs_ReturnError(t *testing.T) { FILE: consumer/metrics.go type Metrics (line 15) | type Metrics interface type ConsumeMetricsFunc (line 23) | type ConsumeMetricsFunc method ConsumeMetrics (line 26) | func (f ConsumeMetricsFunc) ConsumeMetrics(ctx context.Context, md pme... type baseMetrics (line 30) | type baseMetrics struct function NewMetrics (line 36) | func NewMetrics(consume ConsumeMetricsFunc, options ...Option) (Metrics,... FILE: consumer/metrics_test.go function TestDefaultMetrics (line 17) | func TestDefaultMetrics(t *testing.T) { function TestNilFuncMetrics (line 24) | func TestNilFuncMetrics(t *testing.T) { function TestWithCapabilitiesMetrics (line 29) | func TestWithCapabilitiesMetrics(t *testing.T) { function TestConsumeMetrics (line 38) | func TestConsumeMetrics(t *testing.T) { function TestConsumeMetrics_ReturnError (line 46) | func TestConsumeMetrics_ReturnError(t *testing.T) { FILE: consumer/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: consumer/traces.go type Traces (line 15) | type Traces interface type ConsumeTracesFunc (line 23) | type ConsumeTracesFunc method ConsumeTraces (line 26) | func (f ConsumeTracesFunc) ConsumeTraces(ctx context.Context, td ptrac... type baseTraces (line 30) | type baseTraces struct function NewTraces (line 36) | func NewTraces(consume ConsumeTracesFunc, options ...Option) (Traces, er... FILE: consumer/traces_test.go function TestDefaultTraces (line 17) | func TestDefaultTraces(t *testing.T) { function TestNilFuncTraces (line 24) | func TestNilFuncTraces(t *testing.T) { function TestWithCapabilitiesTraces (line 29) | func TestWithCapabilitiesTraces(t *testing.T) { function TestConsumeTraces (line 38) | func TestConsumeTraces(t *testing.T) { function TestConsumeTraces_ReturnError (line 46) | func TestConsumeTraces_ReturnError(t *testing.T) { FILE: consumer/xconsumer/profiles.go type Profiles (line 19) | type Profiles interface type ConsumeProfilesFunc (line 27) | type ConsumeProfilesFunc method ConsumeProfiles (line 30) | func (f ConsumeProfilesFunc) ConsumeProfiles(ctx context.Context, td p... type baseProfiles (line 34) | type baseProfiles struct function NewProfiles (line 40) | func NewProfiles(consume ConsumeProfilesFunc, options ...consumer.Option... FILE: consumer/xconsumer/profiles_test.go function TestDefaultProfiles (line 18) | func TestDefaultProfiles(t *testing.T) { function TestNilFuncProfiles (line 25) | func TestNilFuncProfiles(t *testing.T) { function TestWithCapabilitiesProfiles (line 30) | func TestWithCapabilitiesProfiles(t *testing.T) { function TestConsumeProfiles (line 39) | func TestConsumeProfiles(t *testing.T) { function TestConsumeProfiles_ReturnError (line 47) | func TestConsumeProfiles_ReturnError(t *testing.T) { FILE: exporter/debugexporter/config.go type Config (line 25) | type Config struct method Validate (line 54) | func (cfg *Config) Validate() error { FILE: exporter/debugexporter/config_test.go function TestUnmarshalDefaultConfig (line 20) | func TestUnmarshalDefaultConfig(t *testing.T) { function TestUnmarshalConfig (line 27) | func TestUnmarshalConfig(t *testing.T) { function Test_UnmarshalMarshalled (line 91) | func Test_UnmarshalMarshalled(t *testing.T) { function TestValidate (line 134) | func TestValidate(t *testing.T) { FILE: exporter/debugexporter/exporter.go type debugExporter (line 20) | type debugExporter struct method pushTraces (line 55) | func (s *debugExporter) pushTraces(_ context.Context, td ptrace.Traces... method pushMetrics (line 71) | func (s *debugExporter) pushMetrics(_ context.Context, md pmetric.Metr... method pushLogs (line 88) | func (s *debugExporter) pushLogs(_ context.Context, ld plog.Logs) error { method pushProfiles (line 105) | func (s *debugExporter) pushProfiles(_ context.Context, pd pprofile.Pr... function newDebugExporter (line 29) | func newDebugExporter(logger *zap.Logger, verbosity configtelemetry.Leve... FILE: exporter/debugexporter/exporter_test.go function TestTracesNoErrors (line 27) | func TestTracesNoErrors(t *testing.T) { function TestMetricsNoErrors (line 42) | func TestMetricsNoErrors(t *testing.T) { function TestLogsNoErrors (line 60) | func TestLogsNoErrors(t *testing.T) { function TestProfilesNoErrors (line 75) | func TestProfilesNoErrors(t *testing.T) { function TestErrors (line 90) | func TestErrors(t *testing.T) { type testCase (line 105) | type testCase struct function createTestCases (line 110) | func createTestCases() []testCase { type errMarshaler (line 146) | type errMarshaler struct method MarshalLogs (line 150) | func (e errMarshaler) MarshalLogs(plog.Logs) ([]byte, error) { method MarshalMetrics (line 154) | func (e errMarshaler) MarshalMetrics(pmetric.Metrics) ([]byte, error) { method MarshalTraces (line 158) | func (e errMarshaler) MarshalTraces(ptrace.Traces) ([]byte, error) { method MarshalProfiles (line 162) | func (e errMarshaler) MarshalProfiles(pprofile.Profiles) ([]byte, erro... FILE: exporter/debugexporter/factory.go constant defaultSamplingInitial (line 29) | defaultSamplingInitial = 2 constant defaultSamplingThereafter (line 30) | defaultSamplingThereafter = 1 function NewFactory (line 34) | func NewFactory() exporter.Factory { function createDefaultConfig (line 45) | func createDefaultConfig() component.Config { function createTraces (line 55) | func createTraces(ctx context.Context, set exporter.Settings, config com... function createMetrics (line 68) | func createMetrics(ctx context.Context, set exporter.Settings, config co... function createLogs (line 81) | func createLogs(ctx context.Context, set exporter.Settings, config compo... function createProfiles (line 94) | func createProfiles(ctx context.Context, set exporter.Settings, config c... function createLogger (line 107) | func createLogger(cfg *Config, logger *zap.Logger) *zap.Logger { function createCustomLogger (line 123) | func createCustomLogger(exporterConfig *Config) *zap.Logger { FILE: exporter/debugexporter/factory_test.go function TestCreateDefaultConfig (line 23) | func TestCreateDefaultConfig(t *testing.T) { function TestCreateMetrics (line 36) | func TestCreateMetrics(t *testing.T) { function TestCreateTraces (line 45) | func TestCreateTraces(t *testing.T) { function TestCreateLogs (line 54) | func TestCreateLogs(t *testing.T) { function TestCreateFactoryProfiles (line 63) | func TestCreateFactoryProfiles(t *testing.T) { function TestCreateCustomLogger (line 72) | func TestCreateCustomLogger(t *testing.T) { function TestCreateCustomLoggerWithFileOutput (line 111) | func TestCreateCustomLoggerWithFileOutput(t *testing.T) { function TestCreateLogger (line 137) | func TestCreateLogger(t *testing.T) { function TestCreateLoggerWithInternalLogger (line 181) | func TestCreateLoggerWithInternalLogger(t *testing.T) { FILE: exporter/debugexporter/generated_component_test.go function TestComponentFactoryType (line 25) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 29) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 33) | func TestComponentLifecycle(t *testing.T) { function generateLifecycleTestLogs (line 120) | func generateLifecycleTestLogs() plog.Logs { function generateLifecycleTestMetrics (line 130) | func generateLifecycleTestMetrics() pmetric.Metrics { function generateLifecycleTestTraces (line 143) | func generateLifecycleTestTraces() ptrace.Traces { type mdatagenNopHost (line 157) | type mdatagenNopHost struct method GetExtensions (line 163) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 167) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 159) | func newMdatagenNopHost() component.Host { FILE: exporter/debugexporter/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: exporter/debugexporter/internal/metadata/generated_status.go constant TracesStability (line 15) | TracesStability = component.StabilityLevelAlpha constant MetricsStability (line 16) | MetricsStability = component.StabilityLevelAlpha constant LogsStability (line 17) | LogsStability = component.StabilityLevelAlpha constant ProfilesStability (line 18) | ProfilesStability = component.StabilityLevelAlpha FILE: exporter/debugexporter/internal/normal/common.go function writeAttributes (line 14) | func writeAttributes(attributes pcommon.Map) (attributeStrings []string) { function writeAttributesString (line 23) | func writeAttributesString(attributesMap pcommon.Map) (attributesString ... function writeResourceDetails (line 31) | func writeResourceDetails(schemaURL string) (resourceDetails string) { function writeScopeDetails (line 38) | func writeScopeDetails(name, version, schemaURL string) (scopeDetails st... FILE: exporter/debugexporter/internal/normal/logs.go type normalLogsMarshaler (line 14) | type normalLogsMarshaler struct method MarshalLogs (line 24) | func (normalLogsMarshaler) MarshalLogs(ld plog.Logs) ([]byte, error) { function NewNormalLogsMarshaler (line 20) | func NewNormalLogsMarshaler() plog.Marshaler { FILE: exporter/debugexporter/internal/normal/logs_test.go function TestMarshalLogs (line 17) | func TestMarshalLogs(t *testing.T) { FILE: exporter/debugexporter/internal/normal/metrics.go type normalMetricsMarshaler (line 16) | type normalMetricsMarshaler struct method MarshalMetrics (line 26) | func (normalMetricsMarshaler) MarshalMetrics(md pmetric.Metrics) ([]by... function NewNormalMetricsMarshaler (line 22) | func NewNormalMetricsMarshaler() pmetric.Marshaler { function writeNumberDataPoints (line 63) | func writeNumberDataPoints(metric pmetric.Metric, dataPoints pmetric.Num... function writeHistogramDataPoints (line 82) | func writeHistogramDataPoints(metric pmetric.Metric) (lines []string) { function writeExponentialHistogramDataPoints (line 114) | func writeExponentialHistogramDataPoints(metric pmetric.Metric) (lines [... function writeSummaryDataPoints (line 157) | func writeSummaryDataPoints(metric pmetric.Metric) (lines []string) { FILE: exporter/debugexporter/internal/normal/metrics_test.go function TestMarshalMetrics (line 17) | func TestMarshalMetrics(t *testing.T) { FILE: exporter/debugexporter/internal/normal/profiles.go type normalProfilesMarshaler (line 15) | type normalProfilesMarshaler struct method MarshalProfiles (line 25) | func (normalProfilesMarshaler) MarshalProfiles(pd pprofile.Profiles) (... function NewNormalProfilesMarshaler (line 21) | func NewNormalProfilesMarshaler() pprofile.Marshaler { FILE: exporter/debugexporter/internal/normal/profiles_test.go function TestMarshalProfiles (line 15) | func TestMarshalProfiles(t *testing.T) { FILE: exporter/debugexporter/internal/normal/traces.go type normalTracesMarshaler (line 14) | type normalTracesMarshaler struct method MarshalTraces (line 24) | func (normalTracesMarshaler) MarshalTraces(md ptrace.Traces) ([]byte, ... function NewNormalTracesMarshaler (line 20) | func NewNormalTracesMarshaler() ptrace.Marshaler { FILE: exporter/debugexporter/internal/normal/traces_test.go function TestMarshalTraces (line 15) | func TestMarshalTraces(t *testing.T) { FILE: exporter/debugexporter/internal/otlptext/databuffer.go type dataBuffer (line 19) | type dataBuffer struct method logEntry (line 23) | func (b *dataBuffer) logEntry(format string, a ...any) { method logAttr (line 28) | func (b *dataBuffer) logAttr(attr string, value any) { method logAttributes (line 32) | func (b *dataBuffer) logAttributes(header string, m pcommon.Map) { method logEntityRefs (line 51) | func (b *dataBuffer) logEntityRefs(resource pcommon.Resource) { method logAttributesWithIndentation (line 84) | func (b *dataBuffer) logAttributesWithIndentation(header string, m pco... method logInstrumentationScope (line 105) | func (b *dataBuffer) logInstrumentationScope(il pcommon.Instrumentatio... method logMetricDescriptor (line 113) | func (b *dataBuffer) logMetricDescriptor(md pmetric.Metric) { method logMetricDataPoints (line 122) | func (b *dataBuffer) logMetricDataPoints(m pmetric.Metric) { method logNumberDataPoints (line 147) | func (b *dataBuffer) logNumberDataPoints(ps pmetric.NumberDataPointSli... method logHistogramDataPoints (line 166) | func (b *dataBuffer) logHistogramDataPoints(ps pmetric.HistogramDataPo... method logExponentialHistogramDataPoints (line 200) | func (b *dataBuffer) logExponentialHistogramDataPoints(ps pmetric.Expo... method logDoubleSummaryDataPoints (line 259) | func (b *dataBuffer) logDoubleSummaryDataPoints(ps pmetric.SummaryData... method logDataPointAttributes (line 278) | func (b *dataBuffer) logDataPointAttributes(attributes pcommon.Map) { method logEvents (line 282) | func (b *dataBuffer) logEvents(description string, se ptrace.SpanEvent... method logLinks (line 298) | func (b *dataBuffer) logLinks(description string, sl ptrace.SpanLinkSl... method logExemplars (line 316) | func (b *dataBuffer) logExemplars(description string, se pmetric.Exemp... method logProfileSamples (line 339) | func (b *dataBuffer) logProfileSamples(ss pprofile.SampleSlice, dic pp... method logProfileMappings (line 360) | func (b *dataBuffer) logProfileMappings(ms pprofile.MappingSlice) { method logProfileLocations (line 377) | func (b *dataBuffer) logProfileLocations(ls pprofile.LocationSlice) { method logProfileFunctions (line 401) | func (b *dataBuffer) logProfileFunctions(fs pprofile.FunctionSlice) { method logStringTable (line 417) | func (b *dataBuffer) logStringTable(ss pcommon.StringSlice) { function keyValueAndUnitsToMap (line 428) | func keyValueAndUnitsToMap(aus pprofile.KeyValueAndUnitSlice) pcommon.Map { function linkTableToMap (line 439) | func linkTableToMap(ls pprofile.LinkSlice) pcommon.Map { function valueToString (line 449) | func valueToString(v pcommon.Value) string { FILE: exporter/debugexporter/internal/otlptext/databuffer_test.go function TestNestedArraySerializesCorrectly (line 14) | func TestNestedArraySerializesCorrectly(t *testing.T) { function TestNestedMapSerializesCorrectly (line 25) | func TestNestedMapSerializesCorrectly(t *testing.T) { FILE: exporter/debugexporter/internal/otlptext/known_sync_error.go function knownSyncError (line 26) | func knownSyncError(err error) bool { FILE: exporter/debugexporter/internal/otlptext/known_sync_error_other.go function knownSyncError (line 10) | func knownSyncError(err error) bool { FILE: exporter/debugexporter/internal/otlptext/known_sync_error_windows.go function knownSyncError (line 18) | func knownSyncError(err error) bool { FILE: exporter/debugexporter/internal/otlptext/logs.go function NewTextLogsMarshaler (line 11) | func NewTextLogsMarshaler() plog.Marshaler { type textLogsMarshaler (line 15) | type textLogsMarshaler struct method MarshalLogs (line 18) | func (textLogsMarshaler) MarshalLogs(ld plog.Logs) ([]byte, error) { FILE: exporter/debugexporter/internal/otlptext/logs_test.go function TestLogsText (line 21) | func TestLogsText(t *testing.T) { function generateLogsWithEntityRefs (line 101) | func generateLogsWithEntityRefs() plog.Logs { FILE: exporter/debugexporter/internal/otlptext/metrics.go function NewTextMetricsMarshaler (line 9) | func NewTextMetricsMarshaler() pmetric.Marshaler { type textMetricsMarshaler (line 13) | type textMetricsMarshaler struct method MarshalMetrics (line 16) | func (textMetricsMarshaler) MarshalMetrics(md pmetric.Metrics) ([]byte... FILE: exporter/debugexporter/internal/otlptext/metrics_test.go function TestMetricsText (line 19) | func TestMetricsText(t *testing.T) { function generateMetricsWithEntityRefs (line 68) | func generateMetricsWithEntityRefs() pmetric.Metrics { function generateMetricsWithMetadata (line 89) | func generateMetricsWithMetadata() pmetric.Metrics { FILE: exporter/debugexporter/internal/otlptext/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: exporter/debugexporter/internal/otlptext/profiles.go function NewTextProfilesMarshaler (line 13) | func NewTextProfilesMarshaler() pprofile.Marshaler { type textProfilesMarshaler (line 17) | type textProfilesMarshaler struct method MarshalProfiles (line 20) | func (textProfilesMarshaler) MarshalProfiles(pd pprofile.Profiles) ([]... FILE: exporter/debugexporter/internal/otlptext/profiles_test.go function TestProfilesText (line 19) | func TestProfilesText(t *testing.T) { function extendProfiles (line 54) | func extendProfiles(profiles pprofile.Profiles) pprofile.Profiles { function generateProfilesWithEntityRefs (line 100) | func generateProfilesWithEntityRefs() pprofile.Profiles { FILE: exporter/debugexporter/internal/otlptext/sync.go function LoggerSync (line 14) | func LoggerSync(logger *zap.Logger) func(context.Context) error { FILE: exporter/debugexporter/internal/otlptext/test_helpers.go function addEntityRefsToResource (line 11) | func addEntityRefsToResource(resource pcommon.Resource) { function setupResourceWithEntityRefs (line 27) | func setupResourceWithEntityRefs(resource pcommon.Resource) { FILE: exporter/debugexporter/internal/otlptext/traces.go function NewTextTracesMarshaler (line 13) | func NewTextTracesMarshaler() ptrace.Marshaler { type textTracesMarshaler (line 17) | type textTracesMarshaler struct method MarshalTraces (line 20) | func (textTracesMarshaler) MarshalTraces(td ptrace.Traces) ([]byte, er... FILE: exporter/debugexporter/internal/otlptext/traces_test.go function TestTracesText (line 19) | func TestTracesText(t *testing.T) { function generateTracesWithEntityRefs (line 53) | func generateTracesWithEntityRefs() ptrace.Traces { FILE: exporter/example_test.go type exampleConfig (line 25) | type exampleConfig struct type exampleExporter (line 31) | type exampleExporter struct method consumeMetrics (line 101) | func (xptr *exampleExporter) consumeMetrics(_ context.Context, md pmet... method shutdown (line 107) | func (xptr *exampleExporter) shutdown(_ context.Context) error { type loggerClient (line 38) | type loggerClient struct method Push (line 113) | func (client *loggerClient) Push(md pmetric.Metrics) { function Example (line 43) | func Example() { function NewFactory (line 53) | func NewFactory() exporter.Factory { function createDefaultConfig (line 62) | func createDefaultConfig() component.Config { function createExampleExporter (line 67) | func createExampleExporter(ctx context.Context, params exporter.Settings... function newExampleExporter (line 88) | func newExampleExporter(ctx context.Context, cfg *exampleConfig, params ... FILE: exporter/exporter.go type Traces (line 16) | type Traces interface type Metrics (line 22) | type Metrics interface type Logs (line 28) | type Logs interface type Settings (line 34) | type Settings struct type Factory (line 51) | type Factory interface type FactoryOption (line 82) | type FactoryOption interface type factoryOptionFunc (line 90) | type factoryOptionFunc method applyOption (line 92) | func (f factoryOptionFunc) applyOption(o *factory) { type CreateTracesFunc (line 97) | type CreateTracesFunc type CreateMetricsFunc (line 100) | type CreateMetricsFunc type CreateLogsFunc (line 103) | type CreateLogsFunc type factory (line 105) | type factory struct method Type (line 117) | func (f *factory) Type() component.Type { method unexportedFactoryFunc (line 121) | func (f *factory) unexportedFactoryFunc() {} method TracesStability (line 123) | func (f *factory) TracesStability() component.StabilityLevel { method MetricsStability (line 127) | func (f *factory) MetricsStability() component.StabilityLevel { method LogsStability (line 131) | func (f *factory) LogsStability() component.StabilityLevel { method CreateTraces (line 135) | func (f *factory) CreateTraces(ctx context.Context, set Settings, cfg ... method CreateMetrics (line 147) | func (f *factory) CreateMetrics(ctx context.Context, set Settings, cfg... method CreateLogs (line 159) | func (f *factory) CreateLogs(ctx context.Context, set Settings, cfg co... function WithTraces (line 172) | func WithTraces(createTraces CreateTracesFunc, sl component.StabilityLev... function WithMetrics (line 180) | func WithMetrics(createMetrics CreateMetricsFunc, sl component.Stability... function WithLogs (line 188) | func WithLogs(createLogs CreateLogsFunc, sl component.StabilityLevel) Fa... function NewFactory (line 196) | func NewFactory(cfgType component.Type, createDefaultConfig component.Cr... FILE: exporter/exporter_test.go function TestNewFactory (line 24) | func TestNewFactory(t *testing.T) { function TestNewFactoryWithOptions (line 39) | func TestNewFactoryWithOptions(t *testing.T) { type nop (line 77) | type nop struct function createTraces (line 83) | func createTraces(context.Context, Settings, component.Config) (Traces, ... function createMetrics (line 87) | func createMetrics(context.Context, Settings, component.Config) (Metrics... function createLogs (line 91) | func createLogs(context.Context, Settings, component.Config) (Logs, erro... FILE: exporter/exporterhelper/common.go function WithStart (line 18) | func WithStart(start component.StartFunc) Option { function WithShutdown (line 24) | func WithShutdown(shutdown component.ShutdownFunc) Option { function WithTimeout (line 30) | func WithTimeout(timeoutConfig TimeoutConfig) Option { function WithRetry (line 36) | func WithRetry(config configretry.BackOffConfig) Option { function WithCapabilities (line 43) | func WithCapabilities(capabilities consumer.Capabilities) Option { FILE: exporter/exporterhelper/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: exporter/exporterhelper/internal/base_exporter.go type Option (line 25) | type Option type BaseExporter (line 28) | type BaseExporter struct method Send (line 109) | func (be *BaseExporter) Send(ctx context.Context, req request.Request)... method Start (line 121) | func (be *BaseExporter) Start(ctx context.Context, host component.Host... method Shutdown (line 135) | func (be *BaseExporter) Shutdown(ctx context.Context) error { function NewBaseExporter (line 54) | func NewBaseExporter(set exporter.Settings, signal pipeline.Signal, push... function WithStart (line 154) | func WithStart(start component.StartFunc) Option { function WithShutdown (line 163) | func WithShutdown(shutdown component.ShutdownFunc) Option { function WithTimeout (line 172) | func WithTimeout(timeoutConfig TimeoutConfig) Option { function WithRetry (line 181) | func WithRetry(config configretry.BackOffConfig) Option { function WithQueue (line 195) | func WithQueue(cfg configoptional.Optional[queuebatch.Config]) Option { function WithQueueBatch (line 210) | func WithQueueBatch(cfg configoptional.Optional[queuebatch.Config], set ... function WithCapabilities (line 239) | func WithCapabilities(capabilities consumer.Capabilities) Option { function WithQueueBatchSettings (line 248) | func WithQueueBatchSettings(set queuebatch.Settings[request.Request]) Op... FILE: exporter/exporterhelper/internal/base_exporter_test.go function TestBaseExporter (line 27) | func TestBaseExporter(t *testing.T) { function TestBaseExporterWithOptions (line 34) | func TestBaseExporterWithOptions(t *testing.T) { function TestQueueOptionsWithRequestExporter (line 47) | func TestQueueOptionsWithRequestExporter(t *testing.T) { function TestBaseExporterLogging (line 66) | func TestBaseExporterLogging(t *testing.T) { function TestWithQueue_MetadataKeys (line 92) | func TestWithQueue_MetadataKeys(t *testing.T) { function TestQueueRetryWithDisabledQueue (line 189) | func TestQueueRetryWithDisabledQueue(t *testing.T) { function errExport (line 230) | func errExport(context.Context, request.Request) error { function noopExport (line 234) | func noopExport(context.Context, request.Request) error { function newFakeQueueBatch (line 238) | func newFakeQueueBatch() queuebatch.Settings[request.Request] { type fakeEncoding (line 244) | type fakeEncoding struct method Marshal (line 246) | func (f fakeEncoding) Marshal(context.Context, request.Request) ([]byt... method Unmarshal (line 250) | func (f fakeEncoding) Unmarshal([]byte) (context.Context, request.Requ... FILE: exporter/exporterhelper/internal/experr/err.go type shutdownErr (line 10) | type shutdownErr struct method Error (line 18) | func (s shutdownErr) Error() string { method Unwrap (line 22) | func (s shutdownErr) Unwrap() error { function NewShutdownErr (line 14) | func NewShutdownErr(err error) error { function IsShutdownErr (line 26) | func IsShutdownErr(err error) bool { FILE: exporter/exporterhelper/internal/experr/err_test.go function TestNewShutdownErr (line 14) | func TestNewShutdownErr(t *testing.T) { function TestIsShutdownErr (line 19) | func TestIsShutdownErr(t *testing.T) { FILE: exporter/exporterhelper/internal/hosttest/hosttest.go function NewHost (line 10) | func NewHost(ext map[component.ID]component.Component) component.Host { type mockHost (line 14) | type mockHost struct method GetExtensions (line 18) | func (nh *mockHost) GetExtensions() map[component.ID]component.Compone... FILE: exporter/exporterhelper/internal/hosttest/hosttest_test.go type nopExtension (line 16) | type nopExtension struct function TestMockHost (line 21) | func TestMockHost(t *testing.T) { FILE: exporter/exporterhelper/internal/metadata/generated_telemetry.go function Meter (line 17) | func Meter(settings component.TelemetrySettings) metric.Meter { function Tracer (line 21) | func Tracer(settings component.TelemetrySettings) trace.Tracer { type TelemetryBuilder (line 27) | type TelemetryBuilder struct method RegisterExporterQueueCapacityCallback (line 61) | func (builder *TelemetryBuilder) RegisterExporterQueueCapacityCallback... method RegisterExporterQueueSizeCallback (line 76) | func (builder *TelemetryBuilder) RegisterExporterQueueSizeCallback(cb ... method Shutdown (line 101) | func (builder *TelemetryBuilder) Shutdown() { type TelemetryBuilderOption (line 50) | type TelemetryBuilderOption interface type telemetryBuilderOptionFunc (line 54) | type telemetryBuilderOptionFunc method apply (line 56) | func (tbof telemetryBuilderOptionFunc) apply(mb *TelemetryBuilder) { type observerInt64 (line 90) | type observerInt64 struct method Observe (line 96) | func (oi *observerInt64) Observe(value int64, opts ...metric.ObserveOp... function NewTelemetryBuilder (line 111) | func NewTelemetryBuilder(settings component.TelemetrySettings, options .... FILE: exporter/exporterhelper/internal/metadata/generated_telemetry_test.go type mockMeter (line 20) | type mockMeter struct type mockMeterProvider (line 24) | type mockMeterProvider struct method Meter (line 28) | func (m mockMeterProvider) Meter(name string, opts ...metric.MeterOpti... type mockTracer (line 32) | type mockTracer struct type mockTracerProvider (line 37) | type mockTracerProvider struct method Tracer (line 41) | func (m mockTracerProvider) Tracer(name string, opts ...trace.TracerOp... function TestProviders (line 45) | func TestProviders(t *testing.T) { function TestNewTelemetryBuilder (line 66) | func TestNewTelemetryBuilder(t *testing.T) { FILE: exporter/exporterhelper/internal/metadatatest/generated_telemetrytest.go function AssertEqualExporterEnqueueFailedLogRecords (line 15) | func AssertEqualExporterEnqueueFailedLogRecords(t *testing.T, tt *compon... function AssertEqualExporterEnqueueFailedMetricPoints (line 31) | func AssertEqualExporterEnqueueFailedMetricPoints(t *testing.T, tt *comp... function AssertEqualExporterEnqueueFailedProfileSamples (line 47) | func AssertEqualExporterEnqueueFailedProfileSamples(t *testing.T, tt *co... function AssertEqualExporterEnqueueFailedSpans (line 63) | func AssertEqualExporterEnqueueFailedSpans(t *testing.T, tt *componentte... function AssertEqualExporterQueueBatchSendSize (line 79) | func AssertEqualExporterQueueBatchSendSize(t *testing.T, tt *componentte... function AssertEqualExporterQueueBatchSendSizeBytes (line 94) | func AssertEqualExporterQueueBatchSendSizeBytes(t *testing.T, tt *compon... function AssertEqualExporterQueueCapacity (line 109) | func AssertEqualExporterQueueCapacity(t *testing.T, tt *componenttest.Te... function AssertEqualExporterQueueSize (line 123) | func AssertEqualExporterQueueSize(t *testing.T, tt *componenttest.Teleme... function AssertEqualExporterSendFailedLogRecords (line 137) | func AssertEqualExporterSendFailedLogRecords(t *testing.T, tt *component... function AssertEqualExporterSendFailedMetricPoints (line 153) | func AssertEqualExporterSendFailedMetricPoints(t *testing.T, tt *compone... function AssertEqualExporterSendFailedProfileSamples (line 169) | func AssertEqualExporterSendFailedProfileSamples(t *testing.T, tt *compo... function AssertEqualExporterSendFailedSpans (line 185) | func AssertEqualExporterSendFailedSpans(t *testing.T, tt *componenttest.... function AssertEqualExporterSentLogRecords (line 201) | func AssertEqualExporterSentLogRecords(t *testing.T, tt *componenttest.T... function AssertEqualExporterSentMetricPoints (line 217) | func AssertEqualExporterSentMetricPoints(t *testing.T, tt *componenttest... function AssertEqualExporterSentProfileSamples (line 233) | func AssertEqualExporterSentProfileSamples(t *testing.T, tt *componentte... function AssertEqualExporterSentSpans (line 249) | func AssertEqualExporterSentSpans(t *testing.T, tt *componenttest.Teleme... FILE: exporter/exporterhelper/internal/metadatatest/generated_telemetrytest_test.go function TestSetupTelemetry (line 18) | func TestSetupTelemetry(t *testing.T) { FILE: exporter/exporterhelper/internal/new_request.go type logsExporter (line 21) | type logsExporter struct function NewLogsRequest (line 29) | func NewLogsRequest( function newConsumeLogs (line 61) | func newConsumeLogs(converter request.RequestConverterFunc[plog.Logs], b... type tracesExporter (line 74) | type tracesExporter struct function NewTracesRequest (line 82) | func NewTracesRequest( function newConsumeTraces (line 114) | func newConsumeTraces(converter request.RequestConverterFunc[ptrace.Trac... type metricsExporter (line 127) | type metricsExporter struct function NewMetricsRequest (line 135) | func NewMetricsRequest( function newConsumeMetrics (line 167) | func newConsumeMetrics(converter request.RequestConverterFunc[pmetric.Me... FILE: exporter/exporterhelper/internal/new_request_test.go function TestLogsRequest_NilLogger (line 27) | func TestLogsRequest_NilLogger(t *testing.T) { function TestLogsRequest_NilLogsConverter (line 33) | func TestLogsRequest_NilLogsConverter(t *testing.T) { function TestLogsRequest_NilPushLogsData (line 39) | func TestLogsRequest_NilPushLogsData(t *testing.T) { function TestLogsRequest_Default (line 45) | func TestLogsRequest_Default(t *testing.T) { function TestLogsRequest_WithCapabilities (line 58) | func TestLogsRequest_WithCapabilities(t *testing.T) { function TestLogsRequest_WithShutdown (line 68) | func TestLogsRequest_WithShutdown(t *testing.T) { function TestLogsRequest_Default_ConvertError (line 81) | func TestLogsRequest_Default_ConvertError(t *testing.T) { function TestLogsRequest_Default_ExportError (line 91) | func TestLogsRequest_Default_ExportError(t *testing.T) { function TestLogsRequest_WithShutdown_ReturnError (line 101) | func TestLogsRequest_WithShutdown_ReturnError(t *testing.T) { function TestTracesRequest_NilLogger (line 113) | func TestTracesRequest_NilLogger(t *testing.T) { function TestTracesRequest_NilTracesConverter (line 119) | func TestTracesRequest_NilTracesConverter(t *testing.T) { function TestTracesRequest_NilPushTraceData (line 125) | func TestTracesRequest_NilPushTraceData(t *testing.T) { function TestTracesRequest_Default (line 131) | func TestTracesRequest_Default(t *testing.T) { function TestTracesRequest_WithCapabilities (line 144) | func TestTracesRequest_WithCapabilities(t *testing.T) { function TestTracesRequest_Default_ConvertError (line 154) | func TestTracesRequest_Default_ConvertError(t *testing.T) { function TestTracesRequest_Default_ExportError (line 164) | func TestTracesRequest_Default_ExportError(t *testing.T) { function TestTracesRequest_WithShutdown (line 174) | func TestTracesRequest_WithShutdown(t *testing.T) { function TestTracesRequest_WithShutdown_ReturnError (line 187) | func TestTracesRequest_WithShutdown_ReturnError(t *testing.T) { function TestMetricsRequest_NilLogger (line 199) | func TestMetricsRequest_NilLogger(t *testing.T) { function TestMetricsRequest_NilMetricsConverter (line 205) | func TestMetricsRequest_NilMetricsConverter(t *testing.T) { function TestMetricsRequest_NilPushMetricsData (line 211) | func TestMetricsRequest_NilPushMetricsData(t *testing.T) { function TestMetricsRequest_Default (line 217) | func TestMetricsRequest_Default(t *testing.T) { function TestMetricsRequest_WithCapabilities (line 230) | func TestMetricsRequest_WithCapabilities(t *testing.T) { function TestMetricsRequest_Default_ConvertError (line 240) | func TestMetricsRequest_Default_ConvertError(t *testing.T) { function TestMetricsRequest_Default_ExportError (line 250) | func TestMetricsRequest_Default_ExportError(t *testing.T) { function TestMetricsRequest_WithShutdown (line 260) | func TestMetricsRequest_WithShutdown(t *testing.T) { function TestMetricsRequest_WithShutdown_ReturnError (line 274) | func TestMetricsRequest_WithShutdown_ReturnError(t *testing.T) { FILE: exporter/exporterhelper/internal/obs_report_sender.go constant spanNameSep (line 32) | spanNameSep = "/" constant ExporterKey (line 35) | ExporterKey = "exporter" constant DataTypeKey (line 38) | DataTypeKey = "data_type" constant ItemsSent (line 41) | ItemsSent = "items.sent" constant ItemsFailed (line 43) | ItemsFailed = "items.failed" constant ErrorPermanentKey (line 46) | ErrorPermanentKey = "error.permanent" type obsReportSender (line 49) | type obsReportSender struct function newObsReportSender (line 62) | func newObsReportSender[K request.Request](set exporter.Settings, signal... method Send (line 99) | func (ors *obsReportSender[K]) Send(ctx context.Context, req K) error { method startOp (line 112) | func (ors *obsReportSender[K]) startOp(ctx context.Context) context.Cont... method endOp (line 121) | func (ors *obsReportSender[K]) endOp(ctx context.Context, numRecords int... function toNumItems (line 147) | func toNumItems(numExportedItems int, err error) (int64, int64) { function extractFailureAttributes (line 154) | func extractFailureAttributes(err error) attribute.Set { function determineErrorType (line 170) | func determineErrorType(err error) string { FILE: exporter/exporterhelper/internal/obs_report_sender_test.go function TestExportTraceFailureAttributes (line 41) | func TestExportTraceFailureAttributes(t *testing.T) { function TestExportTraceFailureAttributesGRPCError (line 134) | func TestExportTraceFailureAttributesGRPCError(t *testing.T) { function TestExportTraceDataOp (line 203) | func TestExportTraceDataOp(t *testing.T) { function TestExportMetricsOp (line 277) | func TestExportMetricsOp(t *testing.T) { function TestExportLogsOp (line 351) | func TestExportLogsOp(t *testing.T) { function TestDetermineErrorType (line 426) | func TestDetermineErrorType(t *testing.T) { function TestExtractFailureAttributes (line 483) | func TestExtractFailureAttributes(t *testing.T) { function TestExportProfilesOp (line 547) | func TestExportProfilesOp(t *testing.T) { type testParams (line 621) | type testParams struct FILE: exporter/exporterhelper/internal/oteltest/tracetest.go function CheckStatus (line 15) | func CheckStatus(t *testing.T, sd sdktrace.ReadOnlySpan, err error) { function FakeSpanContext (line 24) | func FakeSpanContext(t *testing.T) trace.SpanContext { FILE: exporter/exporterhelper/internal/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: exporter/exporterhelper/internal/queue/async_queue.go type asyncQueue (line 15) | type asyncQueue struct function newAsyncQueue (line 23) | func newAsyncQueue[T any](q readableQueue[T], numConsumers int, consumeF... method Start (line 33) | func (qc *asyncQueue[T]) Start(ctx context.Context, host component.Host)... method Offer (line 59) | func (qc *asyncQueue[T]) Offer(ctx context.Context, req T) error { method Shutdown (line 71) | func (qc *asyncQueue[T]) Shutdown(ctx context.Context) error { FILE: exporter/exporterhelper/internal/queue/async_queue_test.go function TestAsyncMemoryQueue (line 20) | func TestAsyncMemoryQueue(t *testing.T) { function TestAsyncMemoryQueueBlocking (line 37) | func TestAsyncMemoryQueueBlocking(t *testing.T) { function TestAsyncMemoryWaitForResultQueueBlocking (line 60) | func TestAsyncMemoryWaitForResultQueueBlocking(t *testing.T) { function TestAsyncMemoryQueueBlockingCancelled (line 84) | func TestAsyncMemoryQueueBlockingCancelled(t *testing.T) { function BenchmarkAsyncMemoryQueue (line 113) | func BenchmarkAsyncMemoryQueue(b *testing.B) { FILE: exporter/exporterhelper/internal/queue/cond.go type cond (line 14) | type cond struct method Signal (line 26) | func (c *cond) Signal() { method Broadcast (line 36) | func (c *cond) Broadcast() { method Wait (line 43) | func (c *cond) Wait(ctx context.Context) error { function newCond (line 20) | func newCond(l sync.Locker) *cond { FILE: exporter/exporterhelper/internal/queue/memory_queue.go type memoryQueue (line 29) | type memoryQueue struct function newMemoryQueue (line 47) | func newMemoryQueue[T request.Request](set Settings[T]) readableQueue[T] { method Offer (line 63) | func (mq *memoryQueue[T]) Offer(ctx context.Context, el T) error { method add (line 107) | func (mq *memoryQueue[T]) add(ctx context.Context, el T, elSize int64) (... method Read (line 140) | func (mq *memoryQueue[T]) Read(context.Context) (context.Context, T, Don... method onDone (line 161) | func (mq *memoryQueue[T]) onDone(bd *blockingDone, err error) { method Shutdown (line 175) | func (mq *memoryQueue[T]) Shutdown(context.Context) error { method Size (line 183) | func (mq *memoryQueue[T]) Size() int64 { method Capacity (line 189) | func (mq *memoryQueue[T]) Capacity() int64 { type node (line 193) | type node struct type linkedQueue (line 200) | type linkedQueue struct method push (line 205) | func (l *linkedQueue[T]) push(ctx context.Context, data T, done Done) { method hasElements (line 217) | func (l *linkedQueue[T]) hasElements() bool { method pop (line 221) | func (l *linkedQueue[T]) pop() (context.Context, T, Done) { type blockingDone (line 232) | type blockingDone struct method reset (line 240) | func (bd *blockingDone) reset(elSize int64, queue interface{ onDone(*b... method OnDone (line 245) | func (bd *blockingDone) OnDone(err error) { FILE: exporter/exporterhelper/internal/queue/memory_queue_test.go function TestMemoryQueue (line 21) | func TestMemoryQueue(t *testing.T) { function TestMemoryQueueBlockingCancelled (line 53) | func TestMemoryQueueBlockingCancelled(t *testing.T) { function TestMemoryQueueDrainWhenShutdown (line 74) | func TestMemoryQueueDrainWhenShutdown(t *testing.T) { function TestMemoryQueueOfferInvalidSize (line 97) | func TestMemoryQueueOfferInvalidSize(t *testing.T) { function TestMemoryQueueRejectOverCapacityElements (line 105) | func TestMemoryQueueRejectOverCapacityElements(t *testing.T) { function TestMemoryQueueOfferZeroSize (line 114) | func TestMemoryQueueOfferZeroSize(t *testing.T) { function TestMemoryQueueOverflow (line 124) | func TestMemoryQueueOverflow(t *testing.T) { function TestMemoryQueueWaitForResultPassErrorBack (line 133) | func TestMemoryQueueWaitForResultPassErrorBack(t *testing.T) { function TestMemoryQueueWaitForResultCancelIncomingRequest (line 151) | func TestMemoryQueueWaitForResultCancelIncomingRequest(t *testing.T) { function TestMemoryQueueWaitForResultSizeAndCapacity (line 178) | func TestMemoryQueueWaitForResultSizeAndCapacity(t *testing.T) { function BenchmarkMemoryQueueWaitForResult (line 206) | func BenchmarkMemoryQueueWaitForResult(b *testing.B) { function consume (line 236) | func consume[T any](q readableQueue[T], consumeFunc func(context.Context... FILE: exporter/exporterhelper/internal/queue/meta.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type PersistentMetadata (line 27) | type PersistentMetadata struct method Reset (line 44) | func (x *PersistentMetadata) Reset() { method String (line 53) | func (x *PersistentMetadata) String() string { method ProtoMessage (line 57) | func (*PersistentMetadata) ProtoMessage() {} method ProtoReflect (line 59) | func (x *PersistentMetadata) ProtoReflect() protoreflect.Message { method Descriptor (line 72) | func (*PersistentMetadata) Descriptor() ([]byte, []int) { method GetItemsSize (line 76) | func (x *PersistentMetadata) GetItemsSize() int64 { method GetBytesSize (line 83) | func (x *PersistentMetadata) GetBytesSize() int64 { method GetReadIndex (line 90) | func (x *PersistentMetadata) GetReadIndex() uint64 { method GetWriteIndex (line 97) | func (x *PersistentMetadata) GetWriteIndex() uint64 { method GetCurrentlyDispatchedItems (line 104) | func (x *PersistentMetadata) GetCurrentlyDispatchedItems() []uint64 { function file_exporter_exporterhelper_internal_queue_meta_proto_rawDescGZIP (line 147) | func file_exporter_exporterhelper_internal_queue_meta_proto_rawDescGZIP(... function init (line 166) | func init() { file_exporter_exporterhelper_internal_queue_meta_proto_ini... function file_exporter_exporterhelper_internal_queue_meta_proto_init (line 167) | func file_exporter_exporterhelper_internal_queue_meta_proto_init() { FILE: exporter/exporterhelper/internal/queue/obs_queue.go constant exporterKey (line 21) | exporterKey = "exporter" constant dataTypeKey (line 24) | dataTypeKey = "data_type" type obsQueue (line 28) | type obsQueue struct function newObsQueue (line 38) | func newObsQueue[T request.Request](set Settings[T], delegate Queue[T]) ... method Shutdown (line 88) | func (or *obsQueue[T]) Shutdown(ctx context.Context) error { method Offer (line 93) | func (or *obsQueue[T]) Offer(ctx context.Context, req T) error { FILE: exporter/exporterhelper/internal/queue/obs_queue_test.go type fakeQueue (line 28) | type fakeQueue struct method Size (line 35) | func (fq *fakeQueue[T]) Size() int64 { method Capacity (line 39) | func (fq *fakeQueue[T]) Capacity() int64 { method Offer (line 43) | func (fq *fakeQueue[T]) Offer(context.Context, T) error { function newFakeQueue (line 47) | func newFakeQueue[T request.Request](offerErr error, size, capacity int6... function TestObsQueueLogsSizeCapacity (line 51) | func TestObsQueueLogsSizeCapacity(t *testing.T) { function TestObsQueueLogsFailure (line 82) | func TestObsQueueLogsFailure(t *testing.T) { function TestObsQueueTracesSizeCapacity (line 103) | func TestObsQueueTracesSizeCapacity(t *testing.T) { function TestObsQueueTracesFailure (line 134) | func TestObsQueueTracesFailure(t *testing.T) { function TestObsQueueMetrics (line 155) | func TestObsQueueMetrics(t *testing.T) { function TestObsQueueMetricsFailure (line 186) | func TestObsQueueMetricsFailure(t *testing.T) { function TestObsQueueProfiles (line 207) | func TestObsQueueProfiles(t *testing.T) { function TestObsQueueProfilesFailure (line 238) | func TestObsQueueProfilesFailure(t *testing.T) { function TestObsQueueLogsBatchSize (line 259) | func TestObsQueueLogsBatchSize(t *testing.T) { function TestObsQueueTracesBatchSize (line 285) | func TestObsQueueTracesBatchSize(t *testing.T) { function TestObsQueueMetricsBatchSize (line 311) | func TestObsQueueMetricsBatchSize(t *testing.T) { function TestObsQueueProfilesBatchSize (line 337) | func TestObsQueueProfilesBatchSize(t *testing.T) { FILE: exporter/exporterhelper/internal/queue/persistent_queue.go constant zapKey (line 25) | zapKey = "key" constant zapErrorCount (line 26) | zapErrorCount = "errorCount" constant zapNumberOfItems (line 27) | zapNumberOfItems = "numberOfItems" constant legacyReadIndexKey (line 29) | legacyReadIndexKey = "ri" constant legacyWriteIndexKey (line 30) | legacyWriteIndexKey = "wi" constant legacyCurrentlyDispatchedItemsKey (line 31) | legacyCurrentlyDispatchedItemsKey = "di" constant metadataKey (line 34) | metadataKey = "qmv0" type persistentQueue (line 72) | type persistentQueue struct function newPersistentQueue (line 97) | func newPersistentQueue[T request.Request](set Settings[T]) readableQueu... method Start (line 117) | func (pq *persistentQueue[T]) Start(ctx context.Context, host component.... method Size (line 126) | func (pq *persistentQueue[T]) Size() int64 { method internalSize (line 132) | func (pq *persistentQueue[T]) internalSize() int64 { method requestSize (line 143) | func (pq *persistentQueue[T]) requestSize() int64 { method Capacity (line 147) | func (pq *persistentQueue[T]) Capacity() int64 { method initClient (line 151) | func (pq *persistentQueue[T]) initClient(ctx context.Context, client sto... method loadQueueMetadata (line 172) | func (pq *persistentQueue[T]) loadQueueMetadata(ctx context.Context) err... method loadLegacyMetadata (line 197) | func (pq *persistentQueue[T]) loadLegacyMetadata(ctx context.Context) { method Shutdown (line 245) | func (pq *persistentQueue[T]) Shutdown(ctx context.Context) error { method unrefClient (line 261) | func (pq *persistentQueue[T]) unrefClient(ctx context.Context) error { method Offer (line 272) | func (pq *persistentQueue[T]) Offer(ctx context.Context, req T) error { method putInternal (line 293) | func (pq *persistentQueue[T]) putInternal(ctx context.Context, req T) er... method Read (line 321) | func (pq *persistentQueue[T]) Read(ctx context.Context) (context.Context... method getNextItem (line 357) | func (pq *persistentQueue[T]) getNextItem(ctx context.Context) (uint64, ... method onDone (line 394) | func (pq *persistentQueue[T]) onDone(index uint64, itemsSize, bytesSize ... method retrieveAndEnqueueNotDispatchedReqs (line 430) | func (pq *persistentQueue[T]) retrieveAndEnqueueNotDispatchedReqs(ctx co... method enqueueNotDispatchedReqs (line 448) | func (pq *persistentQueue[T]) enqueueNotDispatchedReqs(ctx context.Conte... method itemDispatchingFinish (line 502) | func (pq *persistentQueue[T]) itemDispatchingFinish(ctx context.Context,... function toStorageClient (line 549) | func toStorageClient(ctx context.Context, storageID component.ID, host c... function getItemKey (line 563) | func getItemKey(index uint64) string { function bytesToItemIndex (line 567) | func bytesToItemIndex(buf []byte) (uint64, error) { function bytesToItemIndexArray (line 578) | func bytesToItemIndexArray(buf []byte) ([]uint64, error) { type indexDone (line 606) | type indexDone struct method reset (line 615) | func (id *indexDone) reset(index uint64, itemsSize, bytesSize int64, q... method OnDone (line 625) | func (id *indexDone) OnDone(err error) { FILE: exporter/exporterhelper/internal/queue/persistent_queue_test.go type intRequest (line 33) | type intRequest method MergeSplit (line 35) | func (i intRequest) MergeSplit(context.Context, int, request.SizerType... method ItemsCount (line 39) | func (i intRequest) ItemsCount() int { method BytesSize (line 43) | func (i intRequest) BytesSize() int { type int64Encoding (line 47) | type int64Encoding struct method Marshal (line 51) | func (int64Encoding) Marshal(_ context.Context, val intRequest) ([]byt... method Unmarshal (line 56) | func (ie int64Encoding) Unmarshal(bytes []byte) (context.Context, intR... function newFakeBoundedStorageClient (line 65) | func newFakeBoundedStorageClient(maxSizeInBytes int) *fakeBoundedStorage... type fakeBoundedStorageClient (line 76) | type fakeBoundedStorageClient struct method Get (line 83) | func (m *fakeBoundedStorageClient) Get(ctx context.Context, key string... method Set (line 92) | func (m *fakeBoundedStorageClient) Set(ctx context.Context, key string... method Delete (line 96) | func (m *fakeBoundedStorageClient) Delete(ctx context.Context, key str... method Close (line 100) | func (m *fakeBoundedStorageClient) Close(context.Context) error { method Batch (line 104) | func (m *fakeBoundedStorageClient) Batch(_ context.Context, ops ...*st... method SetMaxSizeInBytes (line 135) | func (m *fakeBoundedStorageClient) SetMaxSizeInBytes(newMaxSize int) { method GetSizeInBytes (line 141) | func (m *fakeBoundedStorageClient) GetSizeInBytes() int { method getTotalSizeChange (line 147) | func (m *fakeBoundedStorageClient) getTotalSizeChange(ops []*storage.O... function newFakeStorageClientWithErrors (line 169) | func newFakeStorageClientWithErrors(errors []error) *fakeStorageClientWi... type fakeStorageClientWithErrors (line 177) | type fakeStorageClientWithErrors struct method Get (line 183) | func (m *fakeStorageClientWithErrors) Get(ctx context.Context, key str... method Set (line 193) | func (m *fakeStorageClientWithErrors) Set(ctx context.Context, key str... method Delete (line 197) | func (m *fakeStorageClientWithErrors) Delete(ctx context.Context, key ... method Close (line 201) | func (m *fakeStorageClientWithErrors) Close(context.Context) error { method Batch (line 205) | func (m *fakeStorageClientWithErrors) Batch(context.Context, ...*stora... method Reset (line 217) | func (m *fakeStorageClientWithErrors) Reset() { type fakeReferenceCounter (line 223) | type fakeReferenceCounter struct method Ref (line 228) | func (f *fakeReferenceCounter) Ref(intRequest) { method Unref (line 234) | func (f *fakeReferenceCounter) Unref(intRequest) { function newSettings (line 243) | func newSettings(sizerType request.SizerType, capacity int64) Settings[i... function newSettingsWithStorage (line 256) | func newSettingsWithStorage(sizerType request.SizerType, capacity int64)... function createTestPersistentQueueWithClient (line 263) | func createTestPersistentQueueWithClient(client storage.Client) *persist... function createTestPersistentQueueWithRequestsSizer (line 269) | func createTestPersistentQueueWithRequestsSizer(tb testing.TB, ext stora... function createTestPersistentQueueWithItemsSizer (line 273) | func createTestPersistentQueueWithItemsSizer(tb testing.TB, ext storage.... function createTestPersistentQueue (line 277) | func createTestPersistentQueue(tb testing.TB, ext storage.Extension, siz... function TestPersistentQueue_FullCapacity (line 283) | func TestPersistentQueue_FullCapacity(t *testing.T) { function TestPersistentQueue_Shutdown (line 337) | func TestPersistentQueue_Shutdown(t *testing.T) { function TestPersistentQueue_ConsumersProducers (line 348) | func TestPersistentQueue_ConsumersProducers(t *testing.T) { function TestPersistentBlockingQueue (line 403) | func TestPersistentBlockingQueue(t *testing.T) { function TestToStorageClient (line 451) | func TestToStorageClient(t *testing.T) { function TestInvalidStorageExtensionType (line 514) | func TestInvalidStorageExtensionType(t *testing.T) { function TestPersistentQueue_StopAfterBadStart (line 537) | func TestPersistentQueue_StopAfterBadStart(t *testing.T) { function TestPersistentQueue_CorruptedData (line 544) | func TestPersistentQueue_CorruptedData(t *testing.T) { function TestPersistentQueue_CurrentlyProcessedItems (line 620) | func TestPersistentQueue_CurrentlyProcessedItems(t *testing.T) { function TestPersistentQueueStartWithNonDispatched (line 678) | func TestPersistentQueueStartWithNonDispatched(t *testing.T) { function TestPersistentQueueStartWithNonDispatchedConcurrent (line 702) | func TestPersistentQueueStartWithNonDispatchedConcurrent(t *testing.T) { function TestPersistentQueue_PutCloseReadClose (line 762) | func TestPersistentQueue_PutCloseReadClose(t *testing.T) { function BenchmarkPersistentQueue (line 794) | func BenchmarkPersistentQueue(b *testing.B) { function TestItemIndexMarshaling (line 813) | func TestItemIndexMarshaling(t *testing.T) { function TestItemIndexArrayMarshaling (line 842) | func TestItemIndexArrayMarshaling(t *testing.T) { function TestPersistentQueue_ShutdownWhileConsuming (line 871) | func TestPersistentQueue_ShutdownWhileConsuming(t *testing.T) { function TestPersistentQueue_StorageFull (line 888) | func TestPersistentQueue_StorageFull(t *testing.T) { function TestPersistentQueue_ItemDispatchingFinish_ErrorHandling (line 930) | func TestPersistentQueue_ItemDispatchingFinish_ErrorHandling(t *testing.... function TestPersistentQueue_ItemsCapacityUsageRestoredOnShutdown (line 980) | func TestPersistentQueue_ItemsCapacityUsageRestoredOnShutdown(t *testing... function TestPersistentQueue_ItemsCapacityIsAlwyasRecorder (line 1028) | func TestPersistentQueue_ItemsCapacityIsAlwyasRecorder(t *testing.T) { function TestPersistentQueue_RequestCapacityLessAfterRestart (line 1086) | func TestPersistentQueue_RequestCapacityLessAfterRestart(t *testing.T) { function TestPersistentQueue_RestoredUsedSizeIsCorrectedOnDrain (line 1140) | func TestPersistentQueue_RestoredUsedSizeIsCorrectedOnDrain(t *testing.T) { function requireCurrentlyDispatchedItemsEqual (line 1173) | func requireCurrentlyDispatchedItemsEqual(t *testing.T, pq *persistentQu... function itemIndexArrayToBytes (line 1179) | func itemIndexArrayToBytes(arr []uint64) []byte { FILE: exporter/exporterhelper/internal/queue/queue.go type ReferenceCounter (line 20) | type ReferenceCounter interface type Encoding (line 25) | type Encoding interface type Done (line 43) | type Done interface type ConsumeFunc (line 48) | type ConsumeFunc type Queue (line 54) | type Queue interface type Settings (line 67) | type Settings struct function NewQueue (line 81) | func NewQueue[T request.Request](set Settings[T], next ConsumeFunc[T]) (... function newBaseQueue (line 91) | func newBaseQueue[T request.Request](set Settings[T]) readableQueue[T] { type readableQueue (line 101) | type readableQueue interface FILE: exporter/exporterhelper/internal/queue_sender.go function NewDefaultQueueConfig (line 25) | func NewDefaultQueueConfig() queuebatch.Config { function NewQueueSender (line 39) | func NewQueueSender( FILE: exporter/exporterhelper/internal/queue_sender_test.go function TestNewQueueSenderFailedRequestDropped (line 27) | func TestNewQueueSenderFailedRequestDropped(t *testing.T) { function TestQueueConfig_Validate (line 47) | func TestQueueConfig_Validate(t *testing.T) { FILE: exporter/exporterhelper/internal/queuebatch/batch_context.go type traceContextKeyType (line 12) | type traceContextKeyType constant batchSpanLinksKey (line 14) | batchSpanLinksKey traceContextKeyType = iota function LinksFromContext (line 17) | func LinksFromContext(ctx context.Context) []trace.Link { function parentsFromContext (line 27) | func parentsFromContext(ctx context.Context) []trace.Link { function contextWithMergedLinks (line 34) | func contextWithMergedLinks(mergedCtx, ctx1, ctx2 context.Context) conte... FILE: exporter/exporterhelper/internal/queuebatch/batch_context_test.go type testTimestampKeyType (line 16) | type testTimestampKeyType constant testTimestampKey (line 18) | testTimestampKey testTimestampKeyType = iota function mergeCtxFunc (line 22) | func mergeCtxFunc(ctx1, ctx2 context.Context) context.Context { function mergeContextHelper (line 38) | func mergeContextHelper(ctx1, ctx2 context.Context) context.Context { function TestBatchContextLink (line 42) | func TestBatchContextLink(t *testing.T) { function TestMergedContext_GetValue (line 67) | func TestMergedContext_GetValue(t *testing.T) { FILE: exporter/exporterhelper/internal/queuebatch/batcher.go type Batcher (line 20) | type Batcher interface type batcherSettings (line 25) | type batcherSettings struct function NewBatcher (line 33) | func NewBatcher(cfg configoptional.Optional[BatchConfig], set batcherSet... FILE: exporter/exporterhelper/internal/queuebatch/config.go type Config (line 19) | type Config struct method Unmarshal (line 49) | func (cfg *Config) Unmarshal(conf *confmap.Conf) error { method Validate (line 66) | func (cfg *Config) Validate() error { type BatchConfig (line 91) | type BatchConfig struct method Validate (line 123) | func (cfg *BatchConfig) Validate() error { type PartitionConfig (line 111) | type PartitionConfig struct method Validate (line 152) | func (cfg *PartitionConfig) Validate() error { FILE: exporter/exporterhelper/internal/queuebatch/config_test.go function TestConfig_Validate (line 21) | func TestConfig_Validate(t *testing.T) { function TestBatchConfig_Validate_MetadataKeys (line 55) | func TestBatchConfig_Validate_MetadataKeys(t *testing.T) { function TestBatchConfig_Validate (line 94) | func TestBatchConfig_Validate(t *testing.T) { function newTestBatchConfig (line 124) | func newTestBatchConfig() BatchConfig { function TestUnmarshal (line 133) | func TestUnmarshal(t *testing.T) { FILE: exporter/exporterhelper/internal/queuebatch/disabled_batcher.go type disabledBatcher (line 16) | type disabledBatcher struct method Consume (line 22) | func (db *disabledBatcher[T]) Consume(ctx context.Context, req T, done q... function newDisabledBatcher (line 26) | func newDisabledBatcher[T any](consumeFunc sender.SendFunc[T]) Batcher[T] { FILE: exporter/exporterhelper/internal/queuebatch/disabled_batcher_test.go function TestDisabledBatcher (line 21) | func TestDisabledBatcher(t *testing.T) { FILE: exporter/exporterhelper/internal/queuebatch/encoding.go type encoding (line 10) | type encoding interface FILE: exporter/exporterhelper/internal/queuebatch/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: exporter/exporterhelper/internal/queuebatch/logs.go function NewLogsQueueBatchSettings (line 28) | func NewLogsQueueBatchSettings() Settings[request.Request] { type logsRequest (line 40) | type logsRequest struct method OnError (line 94) | func (req *logsRequest) OnError(err error) request.Request { method ItemsCount (line 103) | func (req *logsRequest) ItemsCount() int { method size (line 107) | func (req *logsRequest) size(sizer sizer.LogsSizer) int { method setCachedSize (line 114) | func (req *logsRequest) setCachedSize(size int) { method BytesSize (line 118) | func (req *logsRequest) BytesSize() int { function newLogsRequest (line 45) | func newLogsRequest(ld plog.Logs) request.Request { type logsEncoding (line 52) | type logsEncoding struct method Unmarshal (line 56) | func (logsEncoding) Unmarshal(bytes []byte) (context.Context, request.... method Marshal (line 74) | func (logsEncoding) Marshal(ctx context.Context, req request.Request) ... type logsReferenceCounter (line 84) | type logsReferenceCounter struct method Ref (line 86) | func (logsReferenceCounter) Ref(req request.Request) { method Unref (line 90) | func (logsReferenceCounter) Unref(req request.Request) { function RequestConsumeFromLogs (line 123) | func RequestConsumeFromLogs(pusher consumer.ConsumeLogsFunc) request.Req... function RequestFromLogs (line 130) | func RequestFromLogs() request.RequestConverterFunc[plog.Logs] { FILE: exporter/exporterhelper/internal/queuebatch/logs_batch.go method MergeSplit (line 18) | func (req *logsRequest) MergeSplit(_ context.Context, maxSize int, szt r... method mergeTo (line 44) | func (req *logsRequest) mergeTo(dst *logsRequest, sz sizer.LogsSizer) { method split (line 52) | func (req *logsRequest) split(maxSize int, sz sizer.LogsSizer) ([]reques... function extractLogs (line 67) | func extractLogs(srcLogs plog.Logs, capacity int, sz sizer.LogsSizer) (p... function extractResourceLogs (line 102) | func extractResourceLogs(srcRL plog.ResourceLogs, capacity int, sz sizer... function extractScopeLogs (line 140) | func extractScopeLogs(srcSL plog.ScopeLogs, capacity int, sz sizer.LogsS... FILE: exporter/exporterhelper/internal/queuebatch/logs_batch_test.go function TestMergeLogs (line 20) | func TestMergeLogs(t *testing.T) { function TestMergeSplitLogs (line 28) | func TestMergeSplitLogs(t *testing.T) { function TestMergeSplitLogsBasedOnByteSize (line 131) | func TestMergeSplitLogsBasedOnByteSize(t *testing.T) { function TestMergeSplitLogsInputNotModifiedIfErrorReturned (line 276) | func TestMergeSplitLogsInputNotModifiedIfErrorReturned(t *testing.T) { function TestExtractLogs (line 284) | func TestExtractLogs(t *testing.T) { function TestMergeSplitManySmallLogs (line 293) | func TestMergeSplitManySmallLogs(t *testing.T) { function TestLogsMergeSplitExactBytes (line 304) | func TestLogsMergeSplitExactBytes(t *testing.T) { function TestLogsMergeSplitExactItems (line 313) | func TestLogsMergeSplitExactItems(t *testing.T) { function TestLogsMergeSplitUnknownSizerType (line 321) | func TestLogsMergeSplitUnknownSizerType(t *testing.T) { function BenchmarkSplittingBasedOnItemCountManySmallLogs (line 328) | func BenchmarkSplittingBasedOnItemCountManySmallLogs(b *testing.B) { function BenchmarkSplittingBasedOnByteSizeManySmallLogs (line 343) | func BenchmarkSplittingBasedOnByteSizeManySmallLogs(b *testing.B) { function BenchmarkSplittingBasedOnItemCountManyLogsSlightlyAboveLimit (line 358) | func BenchmarkSplittingBasedOnItemCountManyLogsSlightlyAboveLimit(b *tes... function BenchmarkSplittingBasedOnByteSizeManyLogsSlightlyAboveLimit (line 373) | func BenchmarkSplittingBasedOnByteSizeManyLogsSlightlyAboveLimit(b *test... function BenchmarkSplittingBasedOnItemCountHugeLogs (line 389) | func BenchmarkSplittingBasedOnItemCountHugeLogs(b *testing.B) { function BenchmarkSplittingBasedOnByteSizeHugeLogs (line 402) | func BenchmarkSplittingBasedOnByteSizeHugeLogs(b *testing.B) { FILE: exporter/exporterhelper/internal/queuebatch/logs_test.go function TestLogsRequest (line 18) | func TestLogsRequest(t *testing.T) { FILE: exporter/exporterhelper/internal/queuebatch/metadata_partitioner.go type metadataKeysPartitioner (line 15) | type metadataKeysPartitioner struct method GetKey (line 29) | func (p *metadataKeysPartitioner) GetKey( function NewMetadataKeysPartitioner (line 21) | func NewMetadataKeysPartitioner(keys []string) Partitioner[request.Reque... function NewMetadataKeysMergeCtx (line 55) | func NewMetadataKeysMergeCtx(keys []string) func(context.Context, contex... FILE: exporter/exporterhelper/internal/queuebatch/metadata_partitioner_test.go function TestMetadataKeysPartitioner_MergeCtx (line 17) | func TestMetadataKeysPartitioner_MergeCtx(t *testing.T) { function TestMetadataKeysPartitioner_GetKey (line 243) | func TestMetadataKeysPartitioner_GetKey(t *testing.T) { FILE: exporter/exporterhelper/internal/queuebatch/metrics.go function NewMetricsQueueBatchSettings (line 25) | func NewMetricsQueueBatchSettings() Settings[request.Request] { type metricsRequest (line 37) | type metricsRequest struct method OnError (line 90) | func (req *metricsRequest) OnError(err error) request.Request { method ItemsCount (line 99) | func (req *metricsRequest) ItemsCount() int { method size (line 103) | func (req *metricsRequest) size(sizer sizer.MetricsSizer) int { method setCachedSize (line 110) | func (req *metricsRequest) setCachedSize(count int) { method BytesSize (line 114) | func (req *metricsRequest) BytesSize() int { function newMetricsRequest (line 42) | func newMetricsRequest(md pmetric.Metrics) request.Request { type metricsEncoding (line 49) | type metricsEncoding struct method Unmarshal (line 53) | func (metricsEncoding) Unmarshal(bytes []byte) (context.Context, reque... method Marshal (line 70) | func (metricsEncoding) Marshal(ctx context.Context, req request.Reques... type metricsReferenceCounter (line 80) | type metricsReferenceCounter struct method Ref (line 82) | func (metricsReferenceCounter) Ref(req request.Request) { method Unref (line 86) | func (metricsReferenceCounter) Unref(req request.Request) { function RequestFromMetrics (line 119) | func RequestFromMetrics() request.RequestConverterFunc[pmetric.Metrics] { function RequestConsumeFromMetrics (line 126) | func RequestConsumeFromMetrics(pusher consumer.ConsumeMetricsFunc) reque... FILE: exporter/exporterhelper/internal/queuebatch/metrics_batch.go method MergeSplit (line 18) | func (req *metricsRequest) MergeSplit(_ context.Context, maxSize int, sz... method mergeTo (line 44) | func (req *metricsRequest) mergeTo(dst *metricsRequest, sz sizer.Metrics... method split (line 52) | func (req *metricsRequest) split(maxSize int, sz sizer.MetricsSizer) ([]... function extractMetrics (line 67) | func extractMetrics(srcMetrics pmetric.Metrics, capacity int, sz sizer.M... function extractResourceMetrics (line 102) | func extractResourceMetrics(srcRM pmetric.ResourceMetrics, capacity int,... function extractScopeMetrics (line 140) | func extractScopeMetrics(srcSM pmetric.ScopeMetrics, capacity int, sz si... function extractMetricDataPoints (line 177) | func extractMetricDataPoints(srcMetric pmetric.Metric, capacity int, sz ... function dataPointsLen (line 204) | func dataPointsLen(m pmetric.Metric) int { function extractGaugeDataPoints (line 220) | func extractGaugeDataPoints(srcGauge pmetric.Gauge, destMetric pmetric.M... function extractSumDataPoints (line 248) | func extractSumDataPoints(srcSum pmetric.Sum, destMetric pmetric.Metric,... function extractHistogramDataPoints (line 274) | func extractHistogramDataPoints(srcHistogram pmetric.Histogram, destMetr... function extractExponentialHistogramDataPoints (line 300) | func extractExponentialHistogramDataPoints(srcExponentialHistogram pmetr... function extractSummaryDataPoints (line 326) | func extractSummaryDataPoints(srcSummary pmetric.Summary, destMetric pme... FILE: exporter/exporterhelper/internal/queuebatch/metrics_batch_test.go function TestMergeMetrics (line 20) | func TestMergeMetrics(t *testing.T) { function TestMergeSplitMetrics (line 29) | func TestMergeSplitMetrics(t *testing.T) { function TestSplitMetricsWithDataPointSplit (line 139) | func TestSplitMetricsWithDataPointSplit(t *testing.T) { function TestMergeSplitMetricsInputNotModifiedIfErrorReturned (line 232) | func TestMergeSplitMetricsInputNotModifiedIfErrorReturned(t *testing.T) { function TestExtractMetrics (line 240) | func TestExtractMetrics(t *testing.T) { function TestExtractMetricsInvalidMetric (line 249) | func TestExtractMetricsInvalidMetric(t *testing.T) { function TestMergeSplitManySmallMetrics (line 256) | func TestMergeSplitManySmallMetrics(t *testing.T) { function BenchmarkSplittingBasedOnItemCountManySmallMetrics (line 267) | func BenchmarkSplittingBasedOnItemCountManySmallMetrics(b *testing.B) { function BenchmarkSplittingBasedOnItemCountManyMetricsSlightlyAboveLimit (line 282) | func BenchmarkSplittingBasedOnItemCountManyMetricsSlightlyAboveLimit(b *... function BenchmarkSplittingBasedOnItemCountHugeMetrics (line 297) | func BenchmarkSplittingBasedOnItemCountHugeMetrics(b *testing.B) { function TestMergeSplitMetricsBasedOnByteSize (line 310) | func TestMergeSplitMetricsBasedOnByteSize(t *testing.T) { function TestExtractGaugeDataPoints (line 479) | func TestExtractGaugeDataPoints(t *testing.T) { function TestExtractSumDataPoints (line 528) | func TestExtractSumDataPoints(t *testing.T) { function TestExtractHistogramDataPoints (line 577) | func TestExtractHistogramDataPoints(t *testing.T) { function TestExtractExponentialHistogramDataPoints (line 627) | func TestExtractExponentialHistogramDataPoints(t *testing.T) { function TestExtractSummaryDataPoints (line 676) | func TestExtractSummaryDataPoints(t *testing.T) { function TestMetricsMergeSplitUnknownSizerType (line 725) | func TestMetricsMergeSplitUnknownSizerType(t *testing.T) { type mockMetricsSizer (line 733) | type mockMetricsSizer struct method MetricsSize (line 737) | func (m *mockMetricsSizer) MetricsSize(_ pmetric.Metrics) int { method MetricSize (line 741) | func (m *mockMetricsSizer) MetricSize(_ pmetric.Metric) int { method NumberDataPointSize (line 745) | func (m *mockMetricsSizer) NumberDataPointSize(_ pmetric.NumberDataPoi... method HistogramDataPointSize (line 749) | func (m *mockMetricsSizer) HistogramDataPointSize(_ pmetric.HistogramD... method ExponentialHistogramDataPointSize (line 753) | func (m *mockMetricsSizer) ExponentialHistogramDataPointSize(_ pmetric... method SummaryDataPointSize (line 757) | func (m *mockMetricsSizer) SummaryDataPointSize(_ pmetric.SummaryDataP... method ResourceMetricsSize (line 761) | func (m *mockMetricsSizer) ResourceMetricsSize(_ pmetric.ResourceMetri... method ScopeMetricsSize (line 765) | func (m *mockMetricsSizer) ScopeMetricsSize(_ pmetric.ScopeMetrics) int { method DeltaSize (line 769) | func (m *mockMetricsSizer) DeltaSize(size int) int { FILE: exporter/exporterhelper/internal/queuebatch/metrics_test.go function TestMetricsRequest (line 18) | func TestMetricsRequest(t *testing.T) { FILE: exporter/exporterhelper/internal/queuebatch/multi_batcher.go type multiBatcher (line 18) | type multiBatcher struct method getPartition (line 63) | func (mb *multiBatcher) getPartition(ctx context.Context, req request.... method Start (line 85) | func (mb *multiBatcher) Start(context.Context, component.Host) error { method Consume (line 89) | func (mb *multiBatcher) Consume(ctx context.Context, req request.Reque... method getActivePartitionsCount (line 95) | func (mb *multiBatcher) getActivePartitionsCount() int64 { method Shutdown (line 101) | func (mb *multiBatcher) Shutdown(ctx context.Context) error { function newMultiBatcher (line 30) | func newMultiBatcher( FILE: exporter/exporterhelper/internal/queuebatch/multi_batcher_test.go function TestMultiBatcher_NoTimeout (line 20) | func TestMultiBatcher_NoTimeout(t *testing.T) { function TestMultiBatcher_Timeout (line 77) | func TestMultiBatcher_Timeout(t *testing.T) { function TestMultiBatcher_PartitionRemovedAfterIdleTimeout (line 125) | func TestMultiBatcher_PartitionRemovedAfterIdleTimeout(t *testing.T) { FILE: exporter/exporterhelper/internal/queuebatch/partition_batcher.go constant partitionIdleCycles (line 22) | partitionIdleCycles = 10 type batch (line 26) | type batch struct type partitionBatcher (line 33) | type partitionBatcher struct method resetTimer (line 73) | func (qb *partitionBatcher) resetTimer() { method consumeInternal (line 79) | func (qb *partitionBatcher) consumeInternal(ctx context.Context, req r... method Consume (line 208) | func (qb *partitionBatcher) Consume(ctx context.Context, req request.R... method Start (line 216) | func (qb *partitionBatcher) Start(context.Context, component.Host) err... method shutdownInternal (line 235) | func (qb *partitionBatcher) shutdownInternal() { method Shutdown (line 252) | func (qb *partitionBatcher) Shutdown(context.Context) error { method flushCurrentBatchOrRemovePartition (line 259) | func (qb *partitionBatcher) flushCurrentBatchOrRemovePartition() { method flush (line 290) | func (qb *partitionBatcher) flush(ctx context.Context, req request.Req... function newPartitionBatcher (line 50) | func newPartitionBatcher( type workerPool (line 298) | type workerPool struct method execute (line 310) | func (wp *workerPool) execute(f func()) { function newWorkerPool (line 302) | func newWorkerPool(maxWorkers int) *workerPool { type multiDone (line 320) | type multiDone method OnDone (line 322) | func (mdc multiDone) OnDone(err error) { type refCountDone (line 328) | type refCountDone struct method OnDone (line 342) | func (rcd *refCountDone) OnDone(err error) { function newRefCountDone (line 335) | func newRefCountDone(done queue.Done, refCount int64) queue.Done { FILE: exporter/exporterhelper/internal/queuebatch/partition_batcher_test.go type testContextKey (line 24) | type testContextKey constant timestampKey (line 26) | timestampKey testContextKey = "timestamp" function TestPartitionBatcher_NoSplit_MinThresholdZero_TimeoutDisabled (line 28) | func TestPartitionBatcher_NoSplit_MinThresholdZero_TimeoutDisabled(t *te... function TestPartitionBatcher_NoSplit_TimeoutDisabled (line 94) | func TestPartitionBatcher_NoSplit_TimeoutDisabled(t *testing.T) { function TestPartitionBatcher_NoSplit_WithTimeout (line 171) | func TestPartitionBatcher_NoSplit_WithTimeout(t *testing.T) { function TestPartitionBatcher_Split_TimeoutDisabled (line 242) | func TestPartitionBatcher_Split_TimeoutDisabled(t *testing.T) { function TestPartitionBatcher_Shutdown (line 328) | func TestPartitionBatcher_Shutdown(t *testing.T) { function TestPartitionBatcher_MergeError (line 356) | func TestPartitionBatcher_MergeError(t *testing.T) { function TestPartitionBatcher_PartialSuccessError (line 388) | func TestPartitionBatcher_PartialSuccessError(t *testing.T) { function TestSPartitionBatcher_PartialSuccessError_AfterOkRequest (line 430) | func TestSPartitionBatcher_PartialSuccessError_AfterOkRequest(t *testing... type fakeDone (line 474) | type fakeDone struct method OnDone (line 486) | func (fd fakeDone) OnDone(err error) { function newFakeDone (line 479) | func newFakeDone() fakeDone { function TestShardBatcher_EmptyRequestList (line 494) | func TestShardBatcher_EmptyRequestList(t *testing.T) { function TestPartitionBatcher_ContextMerging (line 521) | func TestPartitionBatcher_ContextMerging(t *testing.T) { function TestPartitionBatcher_OnEmptyCallbackTriggered (line 564) | func TestPartitionBatcher_OnEmptyCallbackTriggered(t *testing.T) { function TestPartitionBatcher_OnEmptyNotCalledWithActiveData (line 600) | func TestPartitionBatcher_OnEmptyNotCalledWithActiveData(t *testing.T) { FILE: exporter/exporterhelper/internal/queuebatch/partitioner.go type Partitioner (line 13) | type Partitioner interface type GetKeyFunc (line 17) | type GetKeyFunc method GetKey (line 19) | func (f GetKeyFunc[T]) GetKey(ctx context.Context, t T) string { type basePartitioner (line 23) | type basePartitioner struct function NewPartitioner (line 27) | func NewPartitioner( FILE: exporter/exporterhelper/internal/queuebatch/partitioner_test.go function TestPartitioner_GetKeyFromRequest (line 18) | func TestPartitioner_GetKeyFromRequest(t *testing.T) { function TestPartitioner_GetKeyFromContext (line 28) | func TestPartitioner_GetKeyFromContext(t *testing.T) { FILE: exporter/exporterhelper/internal/queuebatch/queue_batch.go type Settings (line 18) | type Settings struct type AllSettings (line 26) | type AllSettings struct type QueueBatch (line 33) | type QueueBatch struct method Start (line 80) | func (qs *QueueBatch) Start(ctx context.Context, host component.Host) ... method Shutdown (line 91) | func (qs *QueueBatch) Shutdown(ctx context.Context) error { method Send (line 98) | func (qs *QueueBatch) Send(ctx context.Context, req request.Request) e... function NewQueueBatch (line 38) | func NewQueueBatch( FILE: exporter/exporterhelper/internal/queuebatch/queue_batch_test.go function newFakeRequestSettings (line 32) | func newFakeRequestSettings() AllSettings[request.Request] { type fakeEncoding (line 43) | type fakeEncoding struct method Marshal (line 47) | func (f fakeEncoding) Marshal(context.Context, request.Request) ([]byt... method Unmarshal (line 51) | func (f fakeEncoding) Unmarshal([]byte) (context.Context, request.Requ... function newFakeEncoding (line 55) | func newFakeEncoding(mr request.Request) queue.Encoding[request.Request] { function TestQueueBatchStopWhileWaiting (line 59) | func TestQueueBatchStopWhileWaiting(t *testing.T) { function TestQueueBatchDoNotPreserveCancellation (line 79) | func TestQueueBatchDoNotPreserveCancellation(t *testing.T) { function TestQueueBatchHappyPath (line 98) | func TestQueueBatchHappyPath(t *testing.T) { function TestQueueBatchDifferentSizers (line 122) | func TestQueueBatchDifferentSizers(t *testing.T) { function TestQueueBatchPersistenceEnabled (line 150) | func TestQueueBatchPersistenceEnabled(t *testing.T) { function TestQueueBatchPersistenceEnabledStorageError (line 166) | func TestQueueBatchPersistenceEnabledStorageError(t *testing.T) { function TestQueueBatchPersistentEnabled_NoDataLossOnShutdown (line 182) | func TestQueueBatchPersistentEnabled_NoDataLossOnShutdown(t *testing.T) { function TestQueueBatchNoStartShutdown (line 233) | func TestQueueBatchNoStartShutdown(t *testing.T) { function TestQueueBatch_Merge (line 239) | func TestQueueBatch_Merge(t *testing.T) { function TestQueueBatch_BatchExportError (line 308) | func TestQueueBatch_BatchExportError(t *testing.T) { function TestQueueBatch_MergeOrSplit (line 377) | func TestQueueBatch_MergeOrSplit(t *testing.T) { function TestQueueBatch_MergeOrSplit_Multibatch (line 416) | func TestQueueBatch_MergeOrSplit_Multibatch(t *testing.T) { function TestQueueBatch_Shutdown (line 459) | func TestQueueBatch_Shutdown(t *testing.T) { function TestQueueBatch_BatchBlocking (line 477) | func TestQueueBatch_BatchBlocking(t *testing.T) { function TestQueueBatch_DrainActiveRequests (line 502) | func TestQueueBatch_DrainActiveRequests(t *testing.T) { function TestQueueBatchTimerResetNoConflict (line 533) | func TestQueueBatchTimerResetNoConflict(t *testing.T) { function TestQueueBatchTimerFlush (line 560) | func TestQueueBatchTimerFlush(t *testing.T) { function newTestConfig (line 602) | func newTestConfig() Config { FILE: exporter/exporterhelper/internal/queuebatch/traces.go function NewTracesQueueBatchSettings (line 28) | func NewTracesQueueBatchSettings() Settings[request.Request] { type tracesRequest (line 40) | type tracesRequest struct method OnError (line 93) | func (req *tracesRequest) OnError(err error) request.Request { method ItemsCount (line 102) | func (req *tracesRequest) ItemsCount() int { method size (line 106) | func (req *tracesRequest) size(sizer sizer.TracesSizer) int { method setCachedSize (line 113) | func (req *tracesRequest) setCachedSize(size int) { method BytesSize (line 117) | func (req *tracesRequest) BytesSize() int { function newTracesRequest (line 45) | func newTracesRequest(td ptrace.Traces) request.Request { type tracesEncoding (line 52) | type tracesEncoding struct method Unmarshal (line 56) | func (tracesEncoding) Unmarshal(bytes []byte) (context.Context, reques... method Marshal (line 73) | func (tracesEncoding) Marshal(ctx context.Context, req request.Request... type tracesReferenceCounter (line 83) | type tracesReferenceCounter struct method Ref (line 85) | func (tracesReferenceCounter) Ref(req request.Request) { method Unref (line 89) | func (tracesReferenceCounter) Unref(req request.Request) { function RequestConsumeFromTraces (line 122) | func RequestConsumeFromTraces(pusher consumer.ConsumeTracesFunc) request... function RequestFromTraces (line 129) | func RequestFromTraces() request.RequestConverterFunc[ptrace.Traces] { FILE: exporter/exporterhelper/internal/queuebatch/traces_batch.go method MergeSplit (line 18) | func (req *tracesRequest) MergeSplit(_ context.Context, maxSize int, szt... method mergeTo (line 44) | func (req *tracesRequest) mergeTo(dst *tracesRequest, sz sizer.TracesSiz... method split (line 52) | func (req *tracesRequest) split(maxSize int, sz sizer.TracesSizer) ([]re... function extractTraces (line 67) | func extractTraces(srcTraces ptrace.Traces, capacity int, sz sizer.Trace... function extractResourceSpans (line 104) | func extractResourceSpans(srcRS ptrace.ResourceSpans, capacity int, sz s... function extractScopeSpans (line 144) | func extractScopeSpans(srcSS ptrace.ScopeSpans, capacity int, sz sizer.T... FILE: exporter/exporterhelper/internal/queuebatch/traces_batch_test.go function TestMergeTraces (line 20) | func TestMergeTraces(t *testing.T) { function TestMergeSplitTraces (line 28) | func TestMergeSplitTraces(t *testing.T) { function TestMergeSplitTracesBasedOnByteSize (line 143) | func TestMergeSplitTracesBasedOnByteSize(t *testing.T) { function TestMergeSplitTracesInputNotModifiedIfErrorReturned (line 289) | func TestMergeSplitTracesInputNotModifiedIfErrorReturned(t *testing.T) { function TestExtractTraces (line 297) | func TestExtractTraces(t *testing.T) { function TestMergeSplitManySmallTraces (line 307) | func TestMergeSplitManySmallTraces(t *testing.T) { function TestTracesMergeSplitExactBytes (line 317) | func TestTracesMergeSplitExactBytes(t *testing.T) { function TestTracesMergeSplitExactItems (line 326) | func TestTracesMergeSplitExactItems(t *testing.T) { function TestTracesMergeSplitUnknownSizerType (line 334) | func TestTracesMergeSplitUnknownSizerType(t *testing.T) { function BenchmarkSplittingBasedOnItemCountManySmallTraces (line 341) | func BenchmarkSplittingBasedOnItemCountManySmallTraces(b *testing.B) { function BenchmarkSplittingBasedOnItemCountManyTracesSlightlyAboveLimit (line 356) | func BenchmarkSplittingBasedOnItemCountManyTracesSlightlyAboveLimit(b *t... function BenchmarkSplittingBasedOnItemCountHugeTraces (line 371) | func BenchmarkSplittingBasedOnItemCountHugeTraces(b *testing.B) { FILE: exporter/exporterhelper/internal/queuebatch/traces_test.go function TestTracesRequest (line 18) | func TestTracesRequest(t *testing.T) { FILE: exporter/exporterhelper/internal/request/request.go type Request (line 15) | type Request interface type ErrorHandler (line 40) | type ErrorHandler interface type RequestConverterFunc (line 47) | type RequestConverterFunc FILE: exporter/exporterhelper/internal/request/sizer.go type SizerType (line 18) | type SizerType struct method UnmarshalText (line 35) | func (s *SizerType) UnmarshalText(text []byte) error { method MarshalText (line 49) | func (s *SizerType) MarshalText() ([]byte, error) { method String (line 53) | func (s *SizerType) String() string { constant sizerTypeBytes (line 23) | sizerTypeBytes = "bytes" constant sizerTypeItems (line 24) | sizerTypeItems = "items" constant sizerTypeRequests (line 25) | sizerTypeRequests = "requests" type Sizer (line 58) | type Sizer interface function NewSizer (line 62) | func NewSizer(sizerType SizerType) Sizer { type RequestsSizer (line 74) | type RequestsSizer struct method Sizeof (line 76) | func (rs RequestsSizer) Sizeof(Request) int64 { type itemsSizer (line 80) | type itemsSizer struct method Sizeof (line 82) | func (itemsSizer) Sizeof(req Request) int64 { type bytesSizer (line 86) | type bytesSizer struct method Sizeof (line 88) | func (bytesSizer) Sizeof(req Request) int64 { function NewItemsSizer (line 92) | func NewItemsSizer() Sizer { function NewBytesSizer (line 96) | func NewBytesSizer() Sizer { FILE: exporter/exporterhelper/internal/request/sizer_test.go function TestItemsSizer (line 16) | func TestItemsSizer(t *testing.T) { function TestSizeTypeUnmarshalText (line 21) | func TestSizeTypeUnmarshalText(t *testing.T) { function TestSizeTypeMarshalText (line 29) | func TestSizeTypeMarshalText(t *testing.T) { FILE: exporter/exporterhelper/internal/requesttest/request.go type errorPartial (line 18) | type errorPartial struct method Error (line 22) | func (e errorPartial) Error() string { type FakeRequest (line 26) | type FakeRequest struct method OnError (line 35) | func (r *FakeRequest) OnError(err error) request.Request { method ItemsCount (line 43) | func (r *FakeRequest) ItemsCount() int { method BytesSize (line 47) | func (r *FakeRequest) BytesSize() int { method MergeSplit (line 51) | func (r *FakeRequest) MergeSplit(_ context.Context, maxSize int, szt r... method mergeTo (line 95) | func (r *FakeRequest) mergeTo(dst *FakeRequest) { function RequestFromMetricsFunc (line 101) | func RequestFromMetricsFunc(err error) func(context.Context, pmetric.Met... function RequestFromTracesFunc (line 107) | func RequestFromTracesFunc(err error) func(context.Context, ptrace.Trace... function RequestFromLogsFunc (line 113) | func RequestFromLogsFunc(err error) func(context.Context, plog.Logs) (re... FILE: exporter/exporterhelper/internal/requesttest/sink.go function NewSink (line 14) | func NewSink() *Sink { type Sink (line 18) | type Sink struct method Export (line 26) | func (s *Sink) Export(ctx context.Context, req request.Request) error { method SetExportErr (line 56) | func (s *Sink) SetExportErr(err error) { method RequestsCount (line 62) | func (s *Sink) RequestsCount() int { method ItemsCount (line 68) | func (s *Sink) ItemsCount() int { method BytesCount (line 74) | func (s *Sink) BytesCount() int { FILE: exporter/exporterhelper/internal/retry_sender.go type throttleRetry (line 27) | type throttleRetry struct method Error (line 32) | func (t throttleRetry) Error() string { method Unwrap (line 36) | func (t throttleRetry) Unwrap() error { function NewThrottleRetry (line 41) | func NewThrottleRetry(err error, delay time.Duration) error { type retrySender (line 48) | type retrySender struct method Shutdown (line 65) | func (rs *retrySender) Shutdown(context.Context) error { method Send (line 71) | func (rs *retrySender) Send(ctx context.Context, req request.Request) ... function newRetrySender (line 56) | func newRetrySender(config configretry.BackOffConfig, set exporter.Setti... FILE: exporter/exporterhelper/internal/retry_sender_test.go function TestRetrySenderDropOnPermanentError (line 27) | func TestRetrySenderDropOnPermanentError(t *testing.T) { function TestRetrySenderSimpleRetry (line 42) | func TestRetrySenderSimpleRetry(t *testing.T) { function TestRetrySenderRetryPartial (line 56) | func TestRetrySenderRetryPartial(t *testing.T) { function TestRetrySenderMaxElapsedTime (line 68) | func TestRetrySenderMaxElapsedTime(t *testing.T) { function TestRetrySenderThrottleError (line 79) | func TestRetrySenderThrottleError(t *testing.T) { function TestRetrySenderWithContextTimeout (line 96) | func TestRetrySenderWithContextTimeout(t *testing.T) { function TestRetrySenderWithCancelledContext (line 122) | func TestRetrySenderWithCancelledContext(t *testing.T) { FILE: exporter/exporterhelper/internal/sender/sender.go type Sender (line 12) | type Sender interface type SendFunc (line 17) | type SendFunc function NewSender (line 19) | func NewSender[T any](consFunc SendFunc[T]) Sender[T] { type sender (line 24) | type sender struct method Send (line 30) | func (es *sender[T]) Send(ctx context.Context, req T) error { FILE: exporter/exporterhelper/internal/sender/sender_test.go function TestExportSenderRightArguments (line 15) | func TestExportSenderRightArguments(t *testing.T) { function TestExportSenderReturnsError (line 23) | func TestExportSenderReturnsError(t *testing.T) { FILE: exporter/exporterhelper/internal/sendertest/sendertest.go function NewNopSenderFunc (line 12) | func NewNopSenderFunc[T any]() sender.SendFunc[T] { function NewErrSenderFunc (line 18) | func NewErrSenderFunc[T any](err error) sender.SendFunc[T] { FILE: exporter/exporterhelper/internal/sendertest/sendertest_test.go function TestNewNopSenderFunc (line 14) | func TestNewNopSenderFunc(t *testing.T) { function TestNewErrSenderFunc (line 19) | func TestNewErrSenderFunc(t *testing.T) { FILE: exporter/exporterhelper/internal/sizer/logs_sizer.go type LogsSizer (line 10) | type LogsSizer interface type LogsBytesSizer (line 21) | type LogsBytesSizer struct type LogsCountSizer (line 27) | type LogsCountSizer struct method LogsSize (line 29) | func (s *LogsCountSizer) LogsSize(ld plog.Logs) int { method ResourceLogsSize (line 33) | func (s *LogsCountSizer) ResourceLogsSize(rl plog.ResourceLogs) int { method ScopeLogsSize (line 41) | func (s *LogsCountSizer) ScopeLogsSize(sl plog.ScopeLogs) int { method LogRecordSize (line 45) | func (s *LogsCountSizer) LogRecordSize(_ plog.LogRecord) int { method DeltaSize (line 49) | func (s *LogsCountSizer) DeltaSize(newItemSize int) int { FILE: exporter/exporterhelper/internal/sizer/logs_sizer_test.go function TestLogsCountSizer (line 13) | func TestLogsCountSizer(t *testing.T) { function TestLogsBytesSizer (line 36) | func TestLogsBytesSizer(t *testing.T) { FILE: exporter/exporterhelper/internal/sizer/metrics_sizer.go type MetricsSizer (line 10) | type MetricsSizer interface type MetricsBytesSizer (line 22) | type MetricsBytesSizer struct type MetricsCountSizer (line 29) | type MetricsCountSizer struct method MetricsSize (line 33) | func (s *MetricsCountSizer) MetricsSize(md pmetric.Metrics) int { method ResourceMetricsSize (line 37) | func (s *MetricsCountSizer) ResourceMetricsSize(rm pmetric.ResourceMet... method ScopeMetricsSize (line 44) | func (s *MetricsCountSizer) ScopeMetricsSize(sm pmetric.ScopeMetrics) ... method MetricSize (line 51) | func (s *MetricsCountSizer) MetricSize(m pmetric.Metric) int { method DeltaSize (line 67) | func (s *MetricsCountSizer) DeltaSize(newItemSize int) int { method NumberDataPointSize (line 71) | func (s *MetricsCountSizer) NumberDataPointSize(_ pmetric.NumberDataPo... method HistogramDataPointSize (line 75) | func (s *MetricsCountSizer) HistogramDataPointSize(_ pmetric.Histogram... method ExponentialHistogramDataPointSize (line 79) | func (s *MetricsCountSizer) ExponentialHistogramDataPointSize(_ pmetri... method SummaryDataPointSize (line 83) | func (s *MetricsCountSizer) SummaryDataPointSize(_ pmetric.SummaryData... FILE: exporter/exporterhelper/internal/sizer/metrics_sizer_test.go function TestMetricsCountSizer (line 13) | func TestMetricsCountSizer(t *testing.T) { function TestMetricsBytesSizer (line 41) | func TestMetricsBytesSizer(t *testing.T) { FILE: exporter/exporterhelper/internal/sizer/profiles_sizer.go type ProfilesSizer (line 10) | type ProfilesSizer interface type ProfilesBytesSizer (line 19) | type ProfilesBytesSizer struct type ProfilesCountSizer (line 27) | type ProfilesCountSizer struct method ProfilesSize (line 31) | func (s *ProfilesCountSizer) ProfilesSize(pd pprofile.Profiles) int { method ResourceProfilesSize (line 35) | func (s *ProfilesCountSizer) ResourceProfilesSize(rp pprofile.Resource... method ScopeProfilesSize (line 43) | func (s *ProfilesCountSizer) ScopeProfilesSize(sp pprofile.ScopeProfil... method ProfileSize (line 47) | func (s *ProfilesCountSizer) ProfileSize(_ pprofile.Profile) int { method DeltaSize (line 51) | func (s *ProfilesCountSizer) DeltaSize(newItemSize int) int { FILE: exporter/exporterhelper/internal/sizer/proto_delta_sizer.go type protoDeltaSizer (line 10) | type protoDeltaSizer struct method DeltaSize (line 28) | func (s *protoDeltaSizer) DeltaSize(newItemSize int) int { function sov (line 32) | func sov(x uint64) int { FILE: exporter/exporterhelper/internal/sizer/proto_delta_sizer_test.go function TestMetricsBytesDeltaSize (line 12) | func TestMetricsBytesDeltaSize(t *testing.T) { FILE: exporter/exporterhelper/internal/sizer/traces_sizer.go type TracesSizer (line 10) | type TracesSizer interface type TracesBytesSizer (line 20) | type TracesBytesSizer struct type TracesCountSizer (line 26) | type TracesCountSizer struct method TracesSize (line 28) | func (s *TracesCountSizer) TracesSize(td ptrace.Traces) int { method ResourceSpansSize (line 32) | func (s *TracesCountSizer) ResourceSpansSize(rs ptrace.ResourceSpans) ... method ScopeSpansSize (line 40) | func (s *TracesCountSizer) ScopeSpansSize(ss ptrace.ScopeSpans) int { method SpanSize (line 44) | func (s *TracesCountSizer) SpanSize(_ ptrace.Span) int { method DeltaSize (line 48) | func (s *TracesCountSizer) DeltaSize(newItemSize int) int { FILE: exporter/exporterhelper/internal/sizer/traces_sizer_test.go function TestTracesCountSizer (line 13) | func TestTracesCountSizer(t *testing.T) { function TestTracesBytesSizer (line 36) | func TestTracesBytesSizer(t *testing.T) { FILE: exporter/exporterhelper/internal/storagetest/mock_storage.go type mockStorageExtension (line 17) | type mockStorageExtension struct method GetClient (line 25) | func (m *mockStorageExtension) GetClient(context.Context, component.Ki... function NewMockStorageExtension (line 32) | func NewMockStorageExtension(getClientError error) storage.Extension { function NewMockStorageExtensionWithDelay (line 36) | func NewMockStorageExtensionWithDelay(getClientError error, executionDel... type MockStorageClient (line 43) | type MockStorageClient struct method Get (line 49) | func (m *MockStorageClient) Get(ctx context.Context, s string) ([]byte... method Set (line 55) | func (m *MockStorageClient) Set(ctx context.Context, s string, bytes [... method Delete (line 59) | func (m *MockStorageClient) Delete(ctx context.Context, s string) error { method Close (line 63) | func (m *MockStorageClient) Close(context.Context) error { method Batch (line 68) | func (m *MockStorageClient) Batch(_ context.Context, ops ...*storage.O... method IsClosed (line 95) | func (m *MockStorageClient) IsClosed() bool { FILE: exporter/exporterhelper/internal/timeout_sender.go type TimeoutConfig (line 16) | type TimeoutConfig struct method Validate (line 22) | func (ts *TimeoutConfig) Validate() error { function NewDefaultTimeoutConfig (line 31) | func NewDefaultTimeoutConfig() TimeoutConfig { type timeoutSender (line 38) | type timeoutSender struct function newTimeoutSender (line 45) | func newTimeoutSender[T any](cfg TimeoutConfig, next sender.Sender[T]) s... method Send (line 49) | func (ts *timeoutSender[T]) Send(ctx context.Context, req T) error { FILE: exporter/exporterhelper/internal/timeout_sender_test.go function TestNewDefaultTimeoutConfig (line 18) | func TestNewDefaultTimeoutConfig(t *testing.T) { function TestInvalidTimeout (line 24) | func TestInvalidTimeout(t *testing.T) { function TestNewTimeoutSender (line 31) | func TestNewTimeoutSender(t *testing.T) { FILE: exporter/exporterhelper/logs.go function NewLogs (line 17) | func NewLogs( FILE: exporter/exporterhelper/logs_test.go constant fakeLogsParentSpanName (line 45) | fakeLogsParentSpanName = "fake_logs_parent_span_name" function TestLogs_InvalidName (line 53) | func TestLogs_InvalidName(t *testing.T) { function TestLogs_NilLogger (line 59) | func TestLogs_NilLogger(t *testing.T) { function TestLogs_NilPushLogsData (line 65) | func TestLogs_NilPushLogsData(t *testing.T) { function TestLogs_Default (line 71) | func TestLogs_Default(t *testing.T) { function TestLogs_WithCapabilities (line 83) | func TestLogs_WithCapabilities(t *testing.T) { function TestLogs_Default_ReturnError (line 92) | func TestLogs_Default_ReturnError(t *testing.T) { function TestLogs_WithPersistentQueue (line 101) | func TestLogs_WithPersistentQueue(t *testing.T) { function TestLogs_WithRecordMetrics (line 175) | func TestLogs_WithRecordMetrics(t *testing.T) { function TestLogs_pLogModifiedDownStream_WithRecordMetrics (line 186) | func TestLogs_pLogModifiedDownStream_WithRecordMetrics(t *testing.T) { function TestLogsRequest_WithRecordMetrics (line 208) | func TestLogsRequest_WithRecordMetrics(t *testing.T) { function TestLogs_WithRecordMetrics_ReturnError (line 221) | func TestLogs_WithRecordMetrics_ReturnError(t *testing.T) { function TestLogsRequest_WithRecordMetrics_ExportError (line 233) | func TestLogsRequest_WithRecordMetrics_ExportError(t *testing.T) { function TestLogs_WithSpan (line 246) | func TestLogs_WithSpan(t *testing.T) { function TestLogsRequest_WithSpan (line 259) | func TestLogsRequest_WithSpan(t *testing.T) { function TestLogs_WithSpan_ReturnError (line 272) | func TestLogs_WithSpan_ReturnError(t *testing.T) { function TestLogsRequest_WithSpan_ReturnError (line 286) | func TestLogsRequest_WithSpan_ReturnError(t *testing.T) { function TestLogs_WithShutdown (line 300) | func TestLogs_WithShutdown(t *testing.T) { function TestLogs_WithShutdown_ReturnError (line 312) | func TestLogs_WithShutdown_ReturnError(t *testing.T) { function newPushLogsDataModifiedDownstream (line 323) | func newPushLogsDataModifiedDownstream(retError error) consumer.ConsumeL... function newPushLogsData (line 330) | func newPushLogsData(retError error) consumer.ConsumeLogsFunc { function checkRecordedMetricsForLogs (line 336) | func checkRecordedMetricsForLogs(t *testing.T, tt *componenttest.Telemet... function generateLogsTraffic (line 367) | func generateLogsTraffic(t *testing.T, tracer trace.Tracer, le exporter.... function checkWrapSpanForLogs (line 376) | func checkWrapSpanForLogs(t *testing.T, sr *tracetest.SpanRecorder, trac... FILE: exporter/exporterhelper/metrics.go function NewMetrics (line 17) | func NewMetrics( FILE: exporter/exporterhelper/metrics_test.go constant fakeMetricsParentSpanName (line 45) | fakeMetricsParentSpanName = "fake_metrics_parent_span_name" function TestMetrics_NilConfig (line 53) | func TestMetrics_NilConfig(t *testing.T) { function TestMetrics_NilLogger (line 59) | func TestMetrics_NilLogger(t *testing.T) { function TestMetrics_NilPushMetricsData (line 65) | func TestMetrics_NilPushMetricsData(t *testing.T) { function TestMetrics_Default (line 71) | func TestMetrics_Default(t *testing.T) { function TestMetrics_WithCapabilities (line 83) | func TestMetrics_WithCapabilities(t *testing.T) { function TestMetrics_Default_ReturnError (line 92) | func TestMetrics_Default_ReturnError(t *testing.T) { function TestMetrics_WithPersistentQueue (line 101) | func TestMetrics_WithPersistentQueue(t *testing.T) { function TestMetrics_WithRecordMetrics (line 175) | func TestMetrics_WithRecordMetrics(t *testing.T) { function TestMetrics_pMetricModifiedDownStream_WithRecordMetrics (line 186) | func TestMetrics_pMetricModifiedDownStream_WithRecordMetrics(t *testing.... function TestMetricsRequest_WithRecordMetrics (line 208) | func TestMetricsRequest_WithRecordMetrics(t *testing.T) { function TestMetrics_WithRecordMetrics_ReturnError (line 221) | func TestMetrics_WithRecordMetrics_ReturnError(t *testing.T) { function TestMetricsRequest_WithRecordMetrics_ExportError (line 233) | func TestMetricsRequest_WithRecordMetrics_ExportError(t *testing.T) { function TestMetrics_WithSpan (line 247) | func TestMetrics_WithSpan(t *testing.T) { function TestMetricsRequest_WithSpan (line 260) | func TestMetricsRequest_WithSpan(t *testing.T) { function TestMetrics_WithSpan_ReturnError (line 273) | func TestMetrics_WithSpan_ReturnError(t *testing.T) { function TestMetricsRequest_WithSpan_ExportError (line 287) | func TestMetricsRequest_WithSpan_ExportError(t *testing.T) { function TestMetrics_WithShutdown (line 301) | func TestMetrics_WithShutdown(t *testing.T) { function TestMetrics_WithShutdown_ReturnError (line 314) | func TestMetrics_WithShutdown_ReturnError(t *testing.T) { function newPushMetricsData (line 326) | func newPushMetricsData(retError error) consumer.ConsumeMetricsFunc { function newPushMetricsDataModifiedDownstream (line 332) | func newPushMetricsDataModifiedDownstream(retError error) consumer.Consu... function checkRecordedMetricsForMetrics (line 339) | func checkRecordedMetricsForMetrics(t *testing.T, tt *componenttest.Tele... function generateMetricsTraffic (line 371) | func generateMetricsTraffic(t *testing.T, tracer trace.Tracer, me export... function checkWrapSpanForMetrics (line 380) | func checkWrapSpanForMetrics(t *testing.T, sr *tracetest.SpanRecorder, t... FILE: exporter/exporterhelper/queue_batch.go function WithQueue (line 18) | func WithQueue(config configoptional.Optional[QueueBatchConfig]) Option { type QueueBatchEncoding (line 30) | type QueueBatchEncoding interface FILE: exporter/exporterhelper/retry_sender.go function NewThrottleRetry (line 13) | func NewThrottleRetry(err error, delay time.Duration) error { FILE: exporter/exporterhelper/timeout_sender.go function NewDefaultTimeoutConfig (line 13) | func NewDefaultTimeoutConfig() TimeoutConfig { FILE: exporter/exporterhelper/traces.go function NewTraces (line 17) | func NewTraces( FILE: exporter/exporterhelper/traces_test.go constant fakeTraceParentSpanName (line 45) | fakeTraceParentSpanName = "fake_trace_parent_span_name" function TestTraces_InvalidName (line 53) | func TestTraces_InvalidName(t *testing.T) { function TestTraces_NilLogger (line 59) | func TestTraces_NilLogger(t *testing.T) { function TestTraces_NilPushTraceData (line 65) | func TestTraces_NilPushTraceData(t *testing.T) { function TestTraces_Default (line 71) | func TestTraces_Default(t *testing.T) { function TestTraces_WithCapabilities (line 83) | func TestTraces_WithCapabilities(t *testing.T) { function TestTraces_Default_ReturnError (line 92) | func TestTraces_Default_ReturnError(t *testing.T) { function TestTraces_WithPersistentQueue (line 103) | func TestTraces_WithPersistentQueue(t *testing.T) { function TestTraces_WithRecordMetrics (line 177) | func TestTraces_WithRecordMetrics(t *testing.T) { function TestTraces_pLogModifiedDownStream_WithRecordMetrics (line 188) | func TestTraces_pLogModifiedDownStream_WithRecordMetrics(t *testing.T) { function TestTracesRequest_WithRecordMetrics (line 210) | func TestTracesRequest_WithRecordMetrics(t *testing.T) { function TestTraces_WithRecordMetrics_ReturnError (line 223) | func TestTraces_WithRecordMetrics_ReturnError(t *testing.T) { function TestTracesRequest_WithRecordMetrics_RequestSenderError (line 235) | func TestTracesRequest_WithRecordMetrics_RequestSenderError(t *testing.T) { function TestTraces_WithSpan (line 249) | func TestTraces_WithSpan(t *testing.T) { function TestTracesRequest_WithSpan (line 263) | func TestTracesRequest_WithSpan(t *testing.T) { function TestTraces_WithSpan_ReturnError (line 277) | func TestTraces_WithSpan_ReturnError(t *testing.T) { function TestTracesRequest_WithSpan_ExportError (line 292) | func TestTracesRequest_WithSpan_ExportError(t *testing.T) { function TestTraces_WithShutdown (line 307) | func TestTraces_WithShutdown(t *testing.T) { function TestTraces_WithShutdown_ReturnError (line 320) | func TestTraces_WithShutdown_ReturnError(t *testing.T) { function newTraceDataPusher (line 332) | func newTraceDataPusher(retError error) consumer.ConsumeTracesFunc { function newTraceDataPusherModifiedDownstream (line 338) | func newTraceDataPusherModifiedDownstream(retError error) consumer.Consu... function checkRecordedMetricsForTraces (line 345) | func checkRecordedMetricsForTraces(t *testing.T, tt *componenttest.Telem... function generateTraceTraffic (line 376) | func generateTraceTraffic(t *testing.T, tracer trace.Tracer, te exporter... function checkWrapSpanForTraces (line 386) | func checkWrapSpanForTraces(t *testing.T, sr *tracetest.SpanRecorder, tr... FILE: exporter/exporterhelper/xexporterhelper/new_request.go function NewLogsRequest (line 22) | func NewLogsRequest( function NewMetricsRequest (line 35) | func NewMetricsRequest( function NewTracesRequest (line 48) | func NewTracesRequest( function NewMetricsQueueBatchSettings (line 65) | func NewMetricsQueueBatchSettings() QueueBatchSettings { function NewLogsQueueBatchSettings (line 72) | func NewLogsQueueBatchSettings() QueueBatchSettings { function NewTracesQueueBatchSettings (line 79) | func NewTracesQueueBatchSettings() QueueBatchSettings { function WithQueueBatch (line 89) | func WithQueueBatch(cfg configoptional.Optional[exporterhelper.QueueBatc... FILE: exporter/exporterhelper/xexporterhelper/profiles.go function NewProfilesQueueBatchSettings (line 37) | func NewProfilesQueueBatchSettings() QueueBatchSettings { type profilesRequest (line 49) | type profilesRequest struct method OnError (line 102) | func (req *profilesRequest) OnError(err error) Request { method ItemsCount (line 111) | func (req *profilesRequest) ItemsCount() int { method size (line 115) | func (req *profilesRequest) size(sizer sizer.ProfilesSizer) int { method setCachedSize (line 122) | func (req *profilesRequest) setCachedSize(size int) { method BytesSize (line 126) | func (req *profilesRequest) BytesSize() int { function newProfilesRequest (line 54) | func newProfilesRequest(pd pprofile.Profiles) Request { type profilesEncoding (line 61) | type profilesEncoding struct method Unmarshal (line 65) | func (profilesEncoding) Unmarshal(bytes []byte) (context.Context, requ... method Marshal (line 82) | func (profilesEncoding) Marshal(ctx context.Context, req request.Reque... type profilesReferenceCounter (line 92) | type profilesReferenceCounter struct method Ref (line 94) | func (profilesReferenceCounter) Ref(req request.Request) { method Unref (line 98) | func (profilesReferenceCounter) Unref(req request.Request) { type profileExporter (line 130) | type profileExporter struct function NewProfiles (line 136) | func NewProfiles( function requestConsumeFromProfiles (line 154) | func requestConsumeFromProfiles(pusher xconsumer.ConsumeProfilesFunc) Re... function requestFromProfiles (line 161) | func requestFromProfiles() RequestConverterFunc[pprofile.Profiles] { function NewProfilesRequest (line 170) | func NewProfilesRequest( function newConsumeProfiles (line 202) | func newConsumeProfiles(converter RequestConverterFunc[pprofile.Profiles... FILE: exporter/exporterhelper/xexporterhelper/profiles_batch.go method MergeSplit (line 20) | func (req *profilesRequest) MergeSplit(_ context.Context, maxSize int, s... method mergeTo (line 49) | func (req *profilesRequest) mergeTo(dst *profilesRequest, sz sizer.Profi... method split (line 57) | func (req *profilesRequest) split(maxSize int, sz sizer.ProfilesSizer) (... function extractProfiles (line 73) | func extractProfiles(srcProfiles pprofile.Profiles, capacity int, sz siz... function extractResourceProfiles (line 111) | func extractResourceProfiles(srcRP pprofile.ResourceProfiles, capacity i... function extractScopeProfiles (line 152) | func extractScopeProfiles(srcSS pprofile.ScopeProfiles, capacity int, sz... FILE: exporter/exporterhelper/xexporterhelper/profiles_batch_test.go function TestMergeProfiles (line 20) | func TestMergeProfiles(t *testing.T) { function TestMergeProfilesInvalidInput (line 29) | func TestMergeProfilesInvalidInput(t *testing.T) { function TestMergeSplitProfiles (line 35) | func TestMergeSplitProfiles(t *testing.T) { function TestMergeSplitProfilesBasedOnByteSize (line 140) | func TestMergeSplitProfilesBasedOnByteSize(t *testing.T) { function TestExtractProfiles (line 305) | func TestExtractProfiles(t *testing.T) { function TestMergeSplitManySmallProfiles (line 314) | func TestMergeSplitManySmallProfiles(t *testing.T) { function BenchmarkSplittingBasedOnByteSizeManySmallProfiles (line 325) | func BenchmarkSplittingBasedOnByteSizeManySmallProfiles(b *testing.B) { function BenchmarkSplittingBasedOnByteSizeManyProfilesSlightlyAboveLimit (line 344) | func BenchmarkSplittingBasedOnByteSizeManyProfilesSlightlyAboveLimit(b *... function BenchmarkSplittingBasedOnByteSizeHugeProfiles (line 364) | func BenchmarkSplittingBasedOnByteSizeHugeProfiles(b *testing.B) { FILE: exporter/exporterhelper/xexporterhelper/profiles_test.go constant fakeProfilesParentSpanName (line 45) | fakeProfilesParentSpanName = "fake_profiles_parent_span_name" function TestProfilesRequest (line 50) | func TestProfilesRequest(t *testing.T) { function TestProfilesExporter_InvalidName (line 61) | func TestProfilesExporter_InvalidName(t *testing.T) { function TestProfilesExporter_NilLogger (line 67) | func TestProfilesExporter_NilLogger(t *testing.T) { function TestProfilesRequestExporter_NilLogger (line 73) | func TestProfilesRequestExporter_NilLogger(t *testing.T) { function TestProfilesExporter_NilPushProfilesData (line 79) | func TestProfilesExporter_NilPushProfilesData(t *testing.T) { function TestProfilesExporter_NilProfilesConverter (line 85) | func TestProfilesExporter_NilProfilesConverter(t *testing.T) { function TestProfilesRequestExporter_NilProfilesConverter (line 91) | func TestProfilesRequestExporter_NilProfilesConverter(t *testing.T) { function TestProfilesExporter_Default (line 97) | func TestProfilesExporter_Default(t *testing.T) { function TestProfilesRequestExporter_Default (line 109) | func TestProfilesRequestExporter_Default(t *testing.T) { function TestProfilesExporter_WithCapabilities (line 122) | func TestProfilesExporter_WithCapabilities(t *testing.T) { function TestProfilesRequestExporter_WithCapabilities (line 131) | func TestProfilesRequestExporter_WithCapabilities(t *testing.T) { function TestProfilesExporter_Default_ReturnError (line 141) | func TestProfilesExporter_Default_ReturnError(t *testing.T) { function TestProfilesRequestExporter_Default_ConvertError (line 150) | func TestProfilesRequestExporter_Default_ConvertError(t *testing.T) { function TestProfilesRequestExporter_Default_ExportError (line 160) | func TestProfilesRequestExporter_Default_ExportError(t *testing.T) { function TestProfiles_WithPersistentQueue (line 170) | func TestProfiles_WithPersistentQueue(t *testing.T) { function TestProfilesExporter_WithSpan (line 244) | func TestProfilesExporter_WithSpan(t *testing.T) { function TestProfilesRequestExporter_WithSpan (line 257) | func TestProfilesRequestExporter_WithSpan(t *testing.T) { function TestProfilesExporter_WithSpan_ReturnError (line 270) | func TestProfilesExporter_WithSpan_ReturnError(t *testing.T) { function TestProfilesRequestExporter_WithSpan_ReturnError (line 284) | func TestProfilesRequestExporter_WithSpan_ReturnError(t *testing.T) { function TestProfilesExporter_WithShutdown (line 298) | func TestProfilesExporter_WithShutdown(t *testing.T) { function TestProfilesRequestExporter_WithShutdown (line 310) | func TestProfilesRequestExporter_WithShutdown(t *testing.T) { function TestProfilesExporter_WithShutdown_ReturnError (line 323) | func TestProfilesExporter_WithShutdown_ReturnError(t *testing.T) { function TestProfilesRequestExporter_WithShutdown_ReturnError (line 334) | func TestProfilesRequestExporter_WithShutdown_ReturnError(t *testing.T) { function newPushProfilesData (line 346) | func newPushProfilesData(retError error) xconsumer.ConsumeProfilesFunc { function generateProfilesTraffic (line 352) | func generateProfilesTraffic(t *testing.T, tracer trace.Tracer, le xexpo... function checkWrapSpanForProfilesExporter (line 361) | func checkWrapSpanForProfilesExporter(t *testing.T, sr *tracetest.SpanRe... function requestFromProfilesFunc (line 386) | func requestFromProfilesFunc(err error) func(context.Context, pprofile.P... FILE: exporter/exportertest/contract_checker.go constant uniqueIDAttrName (line 28) | uniqueIDAttrName = "test_id" type uniqueIDAttrVal (line 31) | type uniqueIDAttrVal type CheckConsumeContractParams (line 33) | type CheckConsumeContractParams struct function CheckConsumeContract (line 45) | func CheckConsumeContract(params CheckConsumeContractParams) { function checkConsumeContractScenario (line 85) | func checkConsumeContractScenario(t *testing.T, params CheckConsumeContr... function checkMetrics (line 108) | func checkMetrics(t *testing.T, params CheckConsumeContractParams, mockR... function checkTraces (line 150) | func checkTraces(t *testing.T, params CheckConsumeContractParams, mockRe... function checkLogs (line 190) | func checkLogs(t *testing.T, params CheckConsumeContractParams, mockRece... function alwaysSucceedsPassed (line 230) | func alwaysSucceedsPassed(t *testing.T, allRecordsNumber int, reqCounter... function randomNonPermanentErrorConsumeDecisionPassed (line 238) | func randomNonPermanentErrorConsumeDecisionPassed(t *testing.T, allRecor... function randomPermanentErrorConsumeDecisionPassed (line 247) | func randomPermanentErrorConsumeDecisionPassed(t *testing.T, allRecordsN... function randomErrorConsumeDecisionPassed (line 253) | func randomErrorConsumeDecisionPassed(t *testing.T, allRecordsNumber int... function createOneLogWithID (line 258) | func createOneLogWithID(id uniqueIDAttrVal) plog.Logs { function createOneTraceWithID (line 267) | func createOneTraceWithID(id uniqueIDAttrVal) ptrace.Traces { function createOneMetricWithID (line 276) | func createOneMetricWithID(id uniqueIDAttrVal) pmetric.Metrics { FILE: exporter/exportertest/contract_checker_test.go type mockReceiver (line 28) | type mockReceiver struct type mockFactory (line 37) | type mockFactory struct method createMockTraces (line 43) | func (mef *mockFactory) createMockTraces( method createMockMetrics (line 55) | func (mef *mockFactory) createMockMetrics( method createMockLogs (line 67) | func (mef *mockFactory) createMockLogs( function newMockFactory (line 79) | func newMockFactory(mr *mockReceiver) exporter.Factory { function newMockReceiverFactory (line 90) | func newMockReceiverFactory(mr *mockReceiver) receiver.Factory { function TestCheckConsumeContractLogs (line 108) | func TestCheckConsumeContractLogs(t *testing.T) { function TestCheckConsumeContractMetrics (line 122) | func TestCheckConsumeContractMetrics(t *testing.T) { function TestCheckConsumeContractTraces (line 134) | func TestCheckConsumeContractTraces(t *testing.T) { FILE: exporter/exportertest/mock_consumer.go function randomNonPermanentErrorConsumeDecision (line 29) | func randomNonPermanentErrorConsumeDecision() error { function randomPermanentErrorConsumeDecision (line 38) | func randomPermanentErrorConsumeDecision() error { function randomErrorsConsumeDecision (line 48) | func randomErrorsConsumeDecision() error { type mockConsumer (line 60) | type mockConsumer struct method ConsumeLogs (line 83) | func (r *mockConsumer) ConsumeLogs(_ context.Context, ld plog.Logs) er... method ConsumeTraces (line 97) | func (r *mockConsumer) ConsumeTraces(_ context.Context, td ptrace.Trac... method ConsumeMetrics (line 111) | func (r *mockConsumer) ConsumeMetrics(_ context.Context, md pmetric.Me... method Capabilities (line 125) | func (r *mockConsumer) Capabilities() consumer.Capabilities { method processError (line 129) | func (r *mockConsumer) processError(err error) { method clear (line 137) | func (r *mockConsumer) clear() { method getRequestCounter (line 143) | func (r *mockConsumer) getRequestCounter() *requestCounter { function newMockConsumer (line 72) | func newMockConsumer(decisionFunc func() error) mockConsumer { type requestCounter (line 147) | type requestCounter struct type errorCounter (line 153) | type errorCounter struct function newErrorCounter (line 158) | func newErrorCounter() errorCounter { function newRequestCounter (line 165) | func newRequestCounter() *requestCounter { function idFromLogs (line 173) | func idFromLogs(data plog.Logs) (string, error) { function idFromTraces (line 187) | func idFromTraces(data ptrace.Traces) (string, error) { function idFromMetrics (line 201) | func idFromMetrics(data pmetric.Metrics) (string, error) { FILE: exporter/exportertest/mock_consumer_test.go function createLog (line 20) | func createLog(id string) plog.Logs { function createTrace (line 29) | func createTrace(id string) ptrace.Traces { function createMetric (line 38) | func createMetric(id string) pmetric.Metrics { function TestIDFromMetrics (line 44) | func TestIDFromMetrics(t *testing.T) { function TestIDFromTraces (line 67) | func TestIDFromTraces(t *testing.T) { function TestIDFromLogs (line 90) | func TestIDFromLogs(t *testing.T) { function returnNonPermanentError (line 113) | func returnNonPermanentError() error { function returnPermanentError (line 117) | func returnPermanentError() error { function TestConsumeLogsNonPermanent (line 121) | func TestConsumeLogsNonPermanent(t *testing.T) { function TestConsumeLogsPermanent (line 134) | func TestConsumeLogsPermanent(t *testing.T) { function TestConsumeLogsSuccess (line 147) | func TestConsumeLogsSuccess(t *testing.T) { function TestConsumeTracesNonPermanent (line 160) | func TestConsumeTracesNonPermanent(t *testing.T) { function TestConsumeTracesPermanent (line 173) | func TestConsumeTracesPermanent(t *testing.T) { function TestConsumeTracesSuccess (line 186) | func TestConsumeTracesSuccess(t *testing.T) { function TestConsumeMetricsNonPermanent (line 199) | func TestConsumeMetricsNonPermanent(t *testing.T) { function TestConsumeMetricsPermanent (line 212) | func TestConsumeMetricsPermanent(t *testing.T) { function TestConsumeMetricsSuccess (line 225) | func TestConsumeMetricsSuccess(t *testing.T) { function TestCapabilities (line 238) | func TestCapabilities(t *testing.T) { FILE: exporter/exportertest/nop_exporter.go function NewNopSettings (line 21) | func NewNopSettings(typ component.Type) exporter.Settings { function NewNopFactory (line 30) | func NewNopFactory() exporter.Factory { function createTraces (line 41) | func createTraces(context.Context, exporter.Settings, component.Config) ... function createMetrics (line 45) | func createMetrics(context.Context, exporter.Settings, component.Config)... function createLogs (line 49) | func createLogs(context.Context, exporter.Settings, component.Config) (e... function createProfiles (line 53) | func createProfiles(context.Context, exporter.Settings, component.Config... type nopConfig (line 57) | type nopConfig struct type nop (line 64) | type nop struct FILE: exporter/exportertest/nop_exporter_test.go function TestNewNopFactory (line 22) | func TestNewNopFactory(t *testing.T) { FILE: exporter/internal/experr/err.go function ErrIDMismatch (line 12) | func ErrIDMismatch(id component.ID, typ component.Type) error { FILE: exporter/nopexporter/generated_component_test.go function TestComponentFactoryType (line 25) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 29) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 33) | func TestComponentLifecycle(t *testing.T) { function generateLifecycleTestLogs (line 120) | func generateLifecycleTestLogs() plog.Logs { function generateLifecycleTestMetrics (line 130) | func generateLifecycleTestMetrics() pmetric.Metrics { function generateLifecycleTestTraces (line 143) | func generateLifecycleTestTraces() ptrace.Traces { type mdatagenNopHost (line 157) | type mdatagenNopHost struct method GetExtensions (line 163) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 167) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 159) | func newMdatagenNopHost() component.Host { FILE: exporter/nopexporter/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: exporter/nopexporter/internal/metadata/generated_status.go constant ProfilesStability (line 15) | ProfilesStability = component.StabilityLevelAlpha constant TracesStability (line 16) | TracesStability = component.StabilityLevelBeta constant MetricsStability (line 17) | MetricsStability = component.StabilityLevelBeta constant LogsStability (line 18) | LogsStability = component.StabilityLevelBeta FILE: exporter/nopexporter/nop_exporter.go function NewFactory (line 17) | func NewFactory() exporter.Factory { function createTraces (line 28) | func createTraces(context.Context, exporter.Settings, component.Config) ... function createMetrics (line 32) | func createMetrics(context.Context, exporter.Settings, component.Config)... function createLogs (line 36) | func createLogs(context.Context, exporter.Settings, component.Config) (e... function createProfiles (line 40) | func createProfiles(context.Context, exporter.Settings, component.Config... type nop (line 48) | type nop struct FILE: exporter/nopexporter/nop_exporter_test.go function TestNewNopFactory (line 23) | func TestNewNopFactory(t *testing.T) { FILE: exporter/otlpexporter/config.go type Config (line 20) | type Config struct method Validate (line 35) | func (c *Config) Validate() error { method sanitizedEndpoint (line 42) | func (c *Config) sanitizedEndpoint() string { FILE: exporter/otlpexporter/config_test.go function TestUnmarshalDefaultConfig (line 27) | func TestUnmarshalDefaultConfig(t *testing.T) { function TestUnmarshalConfig (line 34) | func TestUnmarshalConfig(t *testing.T) { function TestUnmarshalDefaultBatchConfig (line 91) | func TestUnmarshalDefaultBatchConfig(t *testing.T) { function TestUnmarshalInvalidConfig (line 123) | func TestUnmarshalInvalidConfig(t *testing.T) { function TestValidDNSEndpoint (line 178) | func TestValidDNSEndpoint(t *testing.T) { function TestValidUnixSocketEndpoint (line 185) | func TestValidUnixSocketEndpoint(t *testing.T) { FILE: exporter/otlpexporter/factory.go function NewFactory (line 23) | func NewFactory() exporter.Factory { function createDefaultConfig (line 35) | func createDefaultConfig() component.Config { function createTraces (line 52) | func createTraces( function createMetrics (line 70) | func createMetrics( function createLogs (line 88) | func createLogs( function createProfilesExporter (line 106) | func createProfilesExporter( FILE: exporter/otlpexporter/factory_test.go function TestCreateDefaultConfig (line 28) | func TestCreateDefaultConfig(t *testing.T) { function TestCreateMetrics (line 42) | func TestCreateMetrics(t *testing.T) { function TestCreateTraces (line 53) | func TestCreateTraces(t *testing.T) { function TestCreateLogs (line 193) | func TestCreateLogs(t *testing.T) { function TestCreateProfiles (line 204) | func TestCreateProfiles(t *testing.T) { FILE: exporter/otlpexporter/generated_component_test.go function TestComponentFactoryType (line 25) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 29) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 33) | func TestComponentLifecycle(t *testing.T) { function generateLifecycleTestLogs (line 120) | func generateLifecycleTestLogs() plog.Logs { function generateLifecycleTestMetrics (line 130) | func generateLifecycleTestMetrics() pmetric.Metrics { function generateLifecycleTestTraces (line 143) | func generateLifecycleTestTraces() ptrace.Traces { type mdatagenNopHost (line 157) | type mdatagenNopHost struct method GetExtensions (line 163) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 167) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 159) | func newMdatagenNopHost() component.Host { FILE: exporter/otlpexporter/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: exporter/otlpexporter/internal/metadata/generated_status.go constant ProfilesStability (line 16) | ProfilesStability = component.StabilityLevelAlpha constant TracesStability (line 17) | TracesStability = component.StabilityLevelStable constant MetricsStability (line 18) | MetricsStability = component.StabilityLevelStable constant LogsStability (line 19) | LogsStability = component.StabilityLevelStable FILE: exporter/otlpexporter/otlp.go type baseExporter (line 35) | type baseExporter struct method start (line 65) | func (e *baseExporter) start(ctx context.Context, host component.Host)... method shutdown (line 86) | func (e *baseExporter) shutdown(context.Context) error { method pushTraces (line 93) | func (e *baseExporter) pushTraces(ctx context.Context, td ptrace.Trace... method pushMetrics (line 113) | func (e *baseExporter) pushMetrics(ctx context.Context, md pmetric.Met... method pushLogs (line 133) | func (e *baseExporter) pushLogs(ctx context.Context, ld plog.Logs) err... method pushProfiles (line 153) | func (e *baseExporter) pushProfiles(ctx context.Context, td pprofile.P... function newExporter (line 54) | func newExporter(cfg component.Config, set exporter.Settings) *baseExpor... function processError (line 173) | func processError(err error) error { function shouldRetry (line 205) | func shouldRetry(code codes.Code, retryInfo *errdetails.RetryInfo) bool { FILE: exporter/otlpexporter/otlp_test.go type mockReceiver (line 48) | type mockReceiver struct method getMetadata (line 57) | func (r *mockReceiver) getMetadata() metadata.MD { method setExportError (line 63) | func (r *mockReceiver) setExportError(err error) { type mockTracesReceiver (line 71) | type mockTracesReceiver struct method Export (line 78) | func (r *mockTracesReceiver) Export(ctx context.Context, req ptraceotl... method getLastRequest (line 89) | func (r *mockTracesReceiver) getLastRequest() ptrace.Traces { method setExportResponse (line 95) | func (r *mockTracesReceiver) setExportResponse(fn func() ptraceotlp.Ex... function otlpTracesReceiverOnGRPCServer (line 101) | func otlpTracesReceiverOnGRPCServer(ln net.Listener, useTLS bool) (*mock... type mockLogsReceiver (line 137) | type mockLogsReceiver struct method Export (line 144) | func (r *mockLogsReceiver) Export(ctx context.Context, req plogotlp.Ex... method getLastRequest (line 155) | func (r *mockLogsReceiver) getLastRequest() plog.Logs { method setExportResponse (line 161) | func (r *mockLogsReceiver) setExportResponse(fn func() plogotlp.Export... function otlpLogsReceiverOnGRPCServer (line 167) | func otlpLogsReceiverOnGRPCServer(ln net.Listener) *mockLogsReceiver { type mockMetricsReceiver (line 188) | type mockMetricsReceiver struct method Export (line 195) | func (r *mockMetricsReceiver) Export(ctx context.Context, req pmetrico... method getLastRequest (line 206) | func (r *mockMetricsReceiver) getLastRequest() pmetric.Metrics { method setExportResponse (line 212) | func (r *mockMetricsReceiver) setExportResponse(fn func() pmetricotlp.... function otlpMetricsReceiverOnGRPCServer (line 218) | func otlpMetricsReceiverOnGRPCServer(ln net.Listener) *mockMetricsReceiv... type mockProfilesReceiver (line 237) | type mockProfilesReceiver struct method Export (line 244) | func (r *mockProfilesReceiver) Export(ctx context.Context, req pprofil... method getLastRequest (line 255) | func (r *mockProfilesReceiver) getLastRequest() pprofile.Profiles { method setExportResponse (line 261) | func (r *mockProfilesReceiver) setExportResponse(fn func() pprofileotl... function otlpProfilesReceiverOnGRPCServer (line 267) | func otlpProfilesReceiverOnGRPCServer(ln net.Listener, useTLS bool) (*mo... function TestSendTraces (line 301) | func TestSendTraces(t *testing.T) { function TestSendTracesWhenEndpointHasHTTPScheme (line 400) | func TestSendTracesWhenEndpointHasHTTPScheme(t *testing.T) { function TestSendMetrics (line 473) | func TestSendMetrics(t *testing.T) { function TestSendTraceDataServerDownAndUp (line 581) | func TestSendTraceDataServerDownAndUp(t *testing.T) { function TestSendTraceDataServerStartWhileRequest (line 644) | func TestSendTraceDataServerStartWhileRequest(t *testing.T) { function TestSendTracesOnResourceExhaustion (line 693) | func TestSendTracesOnResourceExhaustion(t *testing.T) { function startServerAndMakeRequest (line 745) | func startServerAndMakeRequest(t *testing.T, exp exporter.Traces, td ptr... function TestSendLogData (line 770) | func TestSendLogData(t *testing.T) { function TestSendProfiles (line 874) | func TestSendProfiles(t *testing.T) { function TestPushTracesBeforeStart (line 973) | func TestPushTracesBeforeStart(t *testing.T) { function TestPushMetricsBeforeStart (line 983) | func TestPushMetricsBeforeStart(t *testing.T) { function TestPushLogsBeforeStart (line 993) | func TestPushLogsBeforeStart(t *testing.T) { function TestPushProfilesBeforeStart (line 1003) | func TestPushProfilesBeforeStart(t *testing.T) { function TestSendProfilesWhenEndpointHasHTTPScheme (line 1013) | func TestSendProfilesWhenEndpointHasHTTPScheme(t *testing.T) { FILE: exporter/otlphttpexporter/config.go type EncodingType (line 19) | type EncodingType method UnmarshalText (line 29) | func (e *EncodingType) UnmarshalText(text []byte) error { constant EncodingProto (line 22) | EncodingProto EncodingType = "proto" constant EncodingJSON (line 23) | EncodingJSON EncodingType = "json" type Config (line 48) | type Config struct method Validate (line 72) | func (cfg *Config) Validate() error { FILE: exporter/otlphttpexporter/config_test.go function TestUnmarshalDefaultConfig (line 26) | func TestUnmarshalDefaultConfig(t *testing.T) { function TestUnmarshalConfig (line 35) | func TestUnmarshalConfig(t *testing.T) { function TestUnmarshalConfigInvalidEncoding (line 96) | func TestUnmarshalConfigInvalidEncoding(t *testing.T) { function TestUnmarshalEncoding (line 104) | func TestUnmarshalEncoding(t *testing.T) { function TestConfigValidate (line 150) | func TestConfigValidate(t *testing.T) { FILE: exporter/otlphttpexporter/factory.go function NewFactory (line 27) | func NewFactory() exporter.Factory { function createDefaultConfig (line 39) | func createDefaultConfig() component.Config { function composeSignalURL (line 60) | func composeSignalURL(oCfg *Config, signalOverrideURL, signalName, signa... function createTraces (line 78) | func createTraces( function createMetrics (line 104) | func createMetrics( function createLogs (line 130) | func createLogs( function createProfiles (line 155) | func createProfiles( FILE: exporter/otlphttpexporter/factory_test.go function TestCreateDefaultConfig (line 25) | func TestCreateDefaultConfig(t *testing.T) { function TestCreateMetrics (line 43) | func TestCreateMetrics(t *testing.T) { function clientConfig (line 54) | func clientConfig(endpoint string, headers configopaque.MapList, tlsSett... function TestCreateTraces (line 67) | func TestCreateTraces(t *testing.T) { function TestCreateLogs (line 191) | func TestCreateLogs(t *testing.T) { function TestCreateProfiles (line 202) | func TestCreateProfiles(t *testing.T) { function TestCreateProfilesWithCustomEndpoint (line 213) | func TestCreateProfilesWithCustomEndpoint(t *testing.T) { function TestComposeSignalURL (line 224) | func TestComposeSignalURL(t *testing.T) { FILE: exporter/otlphttpexporter/generated_component_test.go function TestComponentFactoryType (line 25) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 29) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 33) | func TestComponentLifecycle(t *testing.T) { function generateLifecycleTestLogs (line 120) | func generateLifecycleTestLogs() plog.Logs { function generateLifecycleTestMetrics (line 130) | func generateLifecycleTestMetrics() pmetric.Metrics { function generateLifecycleTestTraces (line 143) | func generateLifecycleTestTraces() ptrace.Traces { type mdatagenNopHost (line 157) | type mdatagenNopHost struct method GetExtensions (line 163) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 167) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 159) | func newMdatagenNopHost() component.Host { FILE: exporter/otlphttpexporter/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: exporter/otlphttpexporter/internal/metadata/generated_status.go constant ProfilesStability (line 16) | ProfilesStability = component.StabilityLevelAlpha constant TracesStability (line 17) | TracesStability = component.StabilityLevelStable constant MetricsStability (line 18) | MetricsStability = component.StabilityLevelStable constant LogsStability (line 19) | LogsStability = component.StabilityLevelStable FILE: exporter/otlphttpexporter/otlp.go type baseExporter (line 37) | type baseExporter struct method start (line 84) | func (e *baseExporter) start(ctx context.Context, host component.Host)... method pushTraces (line 93) | func (e *baseExporter) pushTraces(ctx context.Context, td ptrace.Trace... method pushMetrics (line 114) | func (e *baseExporter) pushMetrics(ctx context.Context, md pmetric.Met... method pushLogs (line 134) | func (e *baseExporter) pushLogs(ctx context.Context, ld plog.Logs) err... method pushProfiles (line 155) | func (e *baseExporter) pushProfiles(ctx context.Context, td pprofile.P... method export (line 176) | func (e *baseExporter) export(ctx context.Context, requestURL string, ... method tracesPartialSuccessHandler (line 343) | func (e *baseExporter) tracesPartialSuccessHandler(protoBytes []byte, ... method metricsPartialSuccessHandler (line 373) | func (e *baseExporter) metricsPartialSuccessHandler(protoBytes []byte,... method logsPartialSuccessHandler (line 403) | func (e *baseExporter) logsPartialSuccessHandler(protoBytes []byte, co... method profilesPartialSuccessHandler (line 433) | func (e *baseExporter) profilesPartialSuccessHandler(protoBytes []byte... constant headerRetryAfter (line 52) | headerRetryAfter = "Retry-After" constant maxHTTPResponseReadBytes (line 53) | maxHTTPResponseReadBytes = 64 * 1024 constant jsonContentType (line 55) | jsonContentType = "application/json" constant protobufContentType (line 56) | protobufContentType = "application/x-protobuf" function newExporter (line 60) | func newExporter(cfg component.Config, set exporter.Settings) (*baseExpo... function isRetryableStatusCode (line 260) | func isRetryableStatusCode(code int) bool { function readResponseBody (line 275) | func readResponseBody(resp *http.Response) ([]byte, error) { function readResponseStatus (line 310) | func readResponseStatus(resp *http.Response) *status.Status { function handlePartialSuccessResponse (line 332) | func handlePartialSuccessResponse(resp *http.Response, partialSuccessHan... type partialSuccessHandler (line 341) | type partialSuccessHandler FILE: exporter/otlphttpexporter/otlp_test.go constant tracesTelemetryType (line 45) | tracesTelemetryType = "traces" constant metricsTelemetryType (line 46) | metricsTelemetryType = "metrics" constant logsTelemetryType (line 47) | logsTelemetryType = "logs" constant profilesTelemetryType (line 48) | profilesTelemetryType = "profiles" type responseSerializer (line 51) | type responseSerializer interface function provideTracesResponseSerializer (line 58) | func provideTracesResponseSerializer() responseSerializer { function provideMetricsResponseSerializer (line 66) | func provideMetricsResponseSerializer() responseSerializer { function provideLogsResponseSerializer (line 74) | func provideLogsResponseSerializer() responseSerializer { function provideProfilesResponseSerializer (line 82) | func provideProfilesResponseSerializer() responseSerializer { function TestErrorResponses (line 90) | func TestErrorResponses(t *testing.T) { function TestErrorResponseInvalidResponseBody (line 281) | func TestErrorResponseInvalidResponseBody(t *testing.T) { function TestUserAgent (line 290) | func TestUserAgent(t *testing.T) { function TestPartialSuccessInvalidBody (line 455) | func TestPartialSuccessInvalidBody(t *testing.T) { function TestPartialSuccessUnsupportedContentType (line 489) | func TestPartialSuccessUnsupportedContentType(t *testing.T) { function TestPartialSuccess_logs (line 532) | func TestPartialSuccess_logs(t *testing.T) { function TestPartialResponse_missingHeaderButHasBody (line 574) | func TestPartialResponse_missingHeaderButHasBody(t *testing.T) { function TestPartialResponse_missingHeaderAndBody (line 647) | func TestPartialResponse_missingHeaderAndBody(t *testing.T) { function TestPartialResponse_nonErrUnexpectedEOFError (line 700) | func TestPartialResponse_nonErrUnexpectedEOFError(t *testing.T) { function TestPartialSuccess_shortContentLengthHeader (line 715) | func TestPartialSuccess_shortContentLengthHeader(t *testing.T) { function TestPartialSuccess_longContentLengthHeader (line 788) | func TestPartialSuccess_longContentLengthHeader(t *testing.T) { function TestPartialSuccessInvalidResponseBody (line 875) | func TestPartialSuccessInvalidResponseBody(t *testing.T) { function TestPartialSuccess_traces (line 892) | func TestPartialSuccess_traces(t *testing.T) { function TestPartialSuccess_metrics (line 932) | func TestPartialSuccess_metrics(t *testing.T) { function TestPartialSuccess_profiles (line 972) | func TestPartialSuccess_profiles(t *testing.T) { function TestEncoding (line 1013) | func TestEncoding(t *testing.T) { function createBackend (line 1164) | func createBackend(endpoint string, handler func(writer http.ResponseWri... type badReader (line 1173) | type badReader struct method Read (line 1175) | func (b badReader) Read([]byte) (int, error) { type mockTransport (line 1179) | type mockTransport struct method RoundTrip (line 1183) | func (t *mockTransport) RoundTrip(req *http.Request) (*http.Response, ... function TestExport_ErrorShowsModifiedURL (line 1187) | func TestExport_ErrorShowsModifiedURL(t *testing.T) { FILE: exporter/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: exporter/xexporter/exporter.go type Profiles (line 17) | type Profiles interface type Factory (line 22) | type Factory interface type FactoryOption (line 35) | type FactoryOption interface type factoryOptionFunc (line 41) | type factoryOptionFunc method applyOption (line 43) | func (f factoryOptionFunc) applyOption(o *factory) { type CreateProfilesFunc (line 48) | type CreateProfilesFunc function WithTraces (line 51) | func WithTraces(createTraces exporter.CreateTracesFunc, sl component.Sta... function WithMetrics (line 58) | func WithMetrics(createMetrics exporter.CreateMetricsFunc, sl component.... function WithLogs (line 65) | func WithLogs(createLogs exporter.CreateLogsFunc, sl component.Stability... function WithProfiles (line 72) | func WithProfiles(createProfiles CreateProfilesFunc, sl component.Stabil... function WithDeprecatedTypeAlias (line 81) | func WithDeprecatedTypeAlias(alias component.Type) FactoryOption { type factory (line 87) | type factory struct method ProfilesStability (line 95) | func (f *factory) ProfilesStability() component.StabilityLevel { method CreateProfiles (line 99) | func (f *factory) CreateProfiles(ctx context.Context, set exporter.Set... function NewFactory (line 110) | func NewFactory(cfgType component.Type, createDefaultConfig component.Cr... FILE: exporter/xexporter/exporter_test.go function TestNewFactoryWithProfiles (line 22) | func TestNewFactoryWithProfiles(t *testing.T) { type nop (line 48) | type nop struct function createProfiles (line 54) | func createProfiles(context.Context, exporter.Settings, component.Config... function TestNewFactoryWithDeprecatedAlias (line 58) | func TestNewFactoryWithDeprecatedAlias(t *testing.T) { FILE: extension/extension.go type Extension (line 16) | type Extension interface type Settings (line 21) | type Settings struct type CreateFunc (line 35) | type CreateFunc type Factory (line 37) | type Factory interface type factory (line 49) | type factory struct method Type (line 57) | func (f *factory) Type() component.Type { method unexportedFactoryFunc (line 61) | func (f *factory) unexportedFactoryFunc() {} method Stability (line 63) | func (f *factory) Stability() component.StabilityLevel { method Create (line 67) | func (f *factory) Create(ctx context.Context, set Settings, cfg compon... function NewFactory (line 76) | func NewFactory( FILE: extension/extension_test.go type nopExtension (line 16) | type nopExtension struct function TestNewFactory (line 22) | func TestNewFactory(t *testing.T) { FILE: extension/extensionauth/client.go type HTTPClient (line 15) | type HTTPClient interface type GRPCClient (line 23) | type GRPCClient interface type ClientRoundTripperFunc (line 31) | type ClientRoundTripperFunc method RoundTripper (line 33) | func (f ClientRoundTripperFunc) RoundTripper(base http.RoundTripper) (... type ClientPerRPCCredentialsFunc (line 43) | type ClientPerRPCCredentialsFunc method PerRPCCredentials (line 45) | func (f ClientPerRPCCredentialsFunc) PerRPCCredentials() (credentials.... FILE: extension/extensionauth/client_test.go function TestRoundTripperFunc (line 16) | func TestRoundTripperFunc(t *testing.T) { type customPerRPCCredentials (line 29) | type customPerRPCCredentials struct method GetRequestMetadata (line 33) | func (c *customPerRPCCredentials) GetRequestMetadata(context.Context, ... method RequireTransportSecurity (line 37) | func (c *customPerRPCCredentials) RequireTransportSecurity() bool { function TestWithPerRPCCredentialsFunc (line 41) | func TestWithPerRPCCredentialsFunc(t *testing.T) { FILE: extension/extensionauth/extensionauthtest/err.go type errClient (line 23) | type errClient struct function NewErr (line 33) | func NewErr(err error) extension.Extension { FILE: extension/extensionauth/extensionauthtest/err_test.go function TestErrorClient (line 16) | func TestErrorClient(t *testing.T) { FILE: extension/extensionauth/extensionauthtest/nop_client.go type nopClient (line 18) | type nopClient struct function NewNopClient (line 27) | func NewNopClient() extension.Extension { FILE: extension/extensionauth/extensionauthtest/nop_client_test.go function TestNopClient (line 15) | func TestNopClient(t *testing.T) { FILE: extension/extensionauth/extensionauthtest/nop_server.go type nopServer (line 19) | type nopServer struct method Authenticate (line 25) | func (n *nopServer) Authenticate(ctx context.Context, _ map[string][]s... function NewNopServer (line 30) | func NewNopServer() extension.Extension { FILE: extension/extensionauth/extensionauthtest/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: extension/extensionauth/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: extension/extensionauth/server.go type Server (line 15) | type Server interface type ServerAuthenticateFunc (line 29) | type ServerAuthenticateFunc method Authenticate (line 31) | func (f ServerAuthenticateFunc) Authenticate(ctx context.Context, sour... FILE: extension/extensionauth/server_test.go function TestServerAuthenticateFunc (line 14) | func TestServerAuthenticateFunc(t *testing.T) { FILE: extension/extensioncapabilities/interfaces.go type Dependent (line 19) | type Dependent interface type PipelineWatcher (line 28) | type PipelineWatcher interface type ConfigWatcher (line 43) | type ConfigWatcher interface FILE: extension/extensionmiddleware/client.go type HTTPClient (line 14) | type HTTPClient interface type GRPCClient (line 24) | type GRPCClient interface type GetHTTPRoundTripperFunc (line 32) | type GetHTTPRoundTripperFunc method GetHTTPRoundTripper (line 34) | func (f GetHTTPRoundTripperFunc) GetHTTPRoundTripper(ctx context.Conte... type GetGRPCClientOptionsFunc (line 44) | type GetGRPCClientOptionsFunc method GetGRPCClientOptions (line 46) | func (f GetGRPCClientOptionsFunc) GetGRPCClientOptions(ctx context.Con... FILE: extension/extensionmiddleware/client_test.go function TestGetHTTPRoundTripperFunc (line 16) | func TestGetHTTPRoundTripperFunc(t *testing.T) { function TestGetGRPCClientOptionsFunc (line 52) | func TestGetGRPCClientOptionsFunc(t *testing.T) { FILE: extension/extensionmiddleware/extensionmiddlewaretest/err.go type baseExtension (line 24) | type baseExtension struct function NewErr (line 35) | func NewErr(err error) extension.Extension { FILE: extension/extensionmiddleware/extensionmiddlewaretest/err_test.go function TestErrClient (line 16) | func TestErrClient(t *testing.T) { function TestErrServer (line 30) | func TestErrServer(t *testing.T) { FILE: extension/extensionmiddleware/extensionmiddlewaretest/nop.go function NewNop (line 16) | func NewNop() extension.Extension { type RoundTripperFunc (line 23) | type RoundTripperFunc method RoundTrip (line 25) | func (f RoundTripperFunc) RoundTrip(req *http.Request) (*http.Response... FILE: extension/extensionmiddleware/extensionmiddlewaretest/nop_test.go function TestNopClient (line 16) | func TestNopClient(t *testing.T) { function TestNopServer (line 36) | func TestNopServer(t *testing.T) { function TestRoundTripperFunc (line 56) | func TestRoundTripperFunc(t *testing.T) { FILE: extension/extensionmiddleware/server.go type HTTPServer (line 14) | type HTTPServer interface type GRPCServer (line 20) | type GRPCServer interface type GetHTTPHandlerFunc (line 28) | type GetHTTPHandlerFunc method GetHTTPHandler (line 30) | func (f GetHTTPHandlerFunc) GetHTTPHandler(ctx context.Context) (WrapH... type GetGRPCServerOptionsFunc (line 42) | type GetGRPCServerOptionsFunc method GetGRPCServerOptions (line 44) | func (f GetGRPCServerOptionsFunc) GetGRPCServerOptions(ctx context.Con... FILE: extension/extensionmiddleware/server_test.go function TestGetHTTPHandlerFunc (line 17) | func TestGetHTTPHandlerFunc(t *testing.T) { function TestGetGRPCServerOptionsFunc (line 77) | func TestGetGRPCServerOptionsFunc(t *testing.T) { FILE: extension/extensiontest/nop_extension.go function NewNopSettings (line 20) | func NewNopSettings(typ component.Type) extension.Settings { function NewNopFactory (line 29) | func NewNopFactory() extension.Factory { type nopConfig (line 41) | type nopConfig struct type nopExtension (line 46) | type nopExtension struct FILE: extension/extensiontest/nop_extension_test.go function TestNewNopFactory (line 17) | func TestNewNopFactory(t *testing.T) { FILE: extension/memorylimiterextension/factory.go function NewFactory (line 18) | func NewFactory() extension.Factory { function createDefaultConfig (line 28) | func createDefaultConfig() component.Config { function create (line 32) | func create(_ context.Context, set extension.Settings, cfg component.Con... FILE: extension/memorylimiterextension/factory_test.go function TestCreateDefaultConfig (line 19) | func TestCreateDefaultConfig(t *testing.T) { function TestCreate (line 28) | func TestCreate(t *testing.T) { FILE: extension/memorylimiterextension/generated_component_test.go function TestComponentFactoryType (line 19) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 23) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 27) | func TestComponentLifecycle(t *testing.T) { type mdatagenNopHost (line 57) | type mdatagenNopHost struct method GetExtensions (line 63) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 67) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 59) | func newMdatagenNopHost() component.Host { FILE: extension/memorylimiterextension/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: extension/memorylimiterextension/internal/metadata/generated_status.go constant ExtensionStability (line 15) | ExtensionStability = component.StabilityLevelDevelopment FILE: extension/memorylimiterextension/memorylimiter.go type memoryLimiterExtension (line 25) | type memoryLimiterExtension struct method Start (line 39) | func (ml *memoryLimiterExtension) Start(ctx context.Context, host comp... method Shutdown (line 43) | func (ml *memoryLimiterExtension) Shutdown(ctx context.Context) error { method MustRefuse (line 48) | func (ml *memoryLimiterExtension) MustRefuse() bool { method GetHTTPHandler (line 53) | func (ml *memoryLimiterExtension) GetHTTPHandler(_ context.Context) (e... method wrapHTTPHandler (line 57) | func (ml *memoryLimiterExtension) wrapHTTPHandler(_ context.Context, b... method GetGRPCServerOptions (line 67) | func (ml *memoryLimiterExtension) GetGRPCServerOptions(_ context.Conte... function newMemoryLimiter (line 30) | func newMemoryLimiter(cfg *Config, logger *zap.Logger) (*memoryLimiterEx... FILE: extension/memorylimiterextension/memorylimiter_test.go function TestMemoryPressureResponse (line 21) | func TestMemoryPressureResponse(t *testing.T) { FILE: extension/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: extension/xextension/extension.go type Factory (line 12) | type Factory interface type FactoryOption (line 16) | type FactoryOption interface type factoryOptionFunc (line 20) | type factoryOptionFunc method applyOption (line 22) | func (f factoryOptionFunc) applyOption(o *factory) { type factory (line 26) | type factory struct function WithDeprecatedTypeAlias (line 31) | func WithDeprecatedTypeAlias(alias component.Type) FactoryOption { function NewFactory (line 37) | func NewFactory( FILE: extension/xextension/extension_test.go type nopExtension (line 18) | type nopExtension struct function TestWithDeprecatedTypeAlias (line 23) | func TestWithDeprecatedTypeAlias(t *testing.T) { FILE: extension/xextension/storage/nop_client.go type nopClient (line 8) | type nopClient struct method Get (line 18) | func (c nopClient) Get(context.Context, string) ([]byte, error) { method Set (line 23) | func (c nopClient) Set(context.Context, string, []byte) error { method Delete (line 28) | func (c nopClient) Delete(context.Context, string) error { method Close (line 33) | func (c nopClient) Close(context.Context) error { method Batch (line 38) | func (c nopClient) Batch(context.Context, ...*Operation) error { function NewNopClient (line 13) | func NewNopClient() Client { FILE: extension/xextension/storage/storage.go type Extension (line 15) | type Extension interface type Client (line 38) | type Client interface type OpType (line 57) | type OpType constant Get (line 60) | Get OpType = iota constant Set (line 61) | Set constant Delete (line 62) | Delete type Operation (line 65) | type Operation struct function SetOperation (line 74) | func SetOperation(key string, value []byte) *Operation { function GetOperation (line 82) | func GetOperation(key string) *Operation { function DeleteOperation (line 89) | func DeleteOperation(key string) *Operation { FILE: extension/zpagesextension/config.go type Config (line 14) | type Config struct method Validate (line 34) | func (cfg *Config) Validate() error { type ExpvarConfig (line 23) | type ExpvarConfig struct FILE: extension/zpagesextension/config_test.go function TestUnmarshalDefaultConfig (line 18) | func TestUnmarshalDefaultConfig(t *testing.T) { function TestInvalidConfig (line 25) | func TestInvalidConfig(t *testing.T) { function TestUnmarshalConfig (line 29) | func TestUnmarshalConfig(t *testing.T) { FILE: extension/zpagesextension/factory.go constant defaultEndpoint (line 16) | defaultEndpoint = "localhost:55679" function NewFactory (line 20) | func NewFactory() extension.Factory { function createDefaultConfig (line 24) | func createDefaultConfig() component.Config { function create (line 33) | func create(_ context.Context, set extension.Settings, cfg component.Con... FILE: extension/zpagesextension/factory_test.go function TestFactory_CreateDefaultConfig (line 21) | func TestFactory_CreateDefaultConfig(t *testing.T) { function TestFactoryCreate (line 34) | func TestFactoryCreate(t *testing.T) { FILE: extension/zpagesextension/generated_component_test.go function TestComponentFactoryType (line 19) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 23) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 27) | func TestComponentLifecycle(t *testing.T) { type mdatagenNopHost (line 57) | type mdatagenNopHost struct method GetExtensions (line 63) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 67) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 59) | func newMdatagenNopHost() component.Host { FILE: extension/zpagesextension/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: extension/zpagesextension/internal/metadata/generated_status.go constant ExtensionStability (line 15) | ExtensionStability = component.StabilityLevelBeta FILE: extension/zpagesextension/zpagesextension.go constant tracezPath (line 23) | tracezPath = "tracez" constant expvarzPath (line 24) | expvarzPath = "expvarz" type zpagesExtension (line 27) | type zpagesExtension struct method Start (line 50) | func (zpe *zpagesExtension) Start(ctx context.Context, host component.... method Shutdown (line 111) | func (zpe *zpagesExtension) Shutdown(context.Context) error { type registerableTracerProvider (line 40) | type registerableTracerProvider interface function newServer (line 131) | func newServer(config *Config, telemetry component.TelemetrySettings) *z... FILE: extension/zpagesextension/zpagesextension_test.go type zpagesHost (line 26) | type zpagesHost struct method RegisterZPages (line 34) | func (*zpagesHost) RegisterZPages(*http.ServeMux, string) {} function newZPagesHost (line 30) | func newZPagesHost() *zpagesHost { type registerableProvider (line 41) | type registerableProvider struct method RegisterSpanProcessor (line 45) | func (*registerableProvider) RegisterSpanProcessor(sdktrace.SpanProces... method UnregisterSpanProcessor (line 46) | func (*registerableProvider) UnregisterSpanProcessor(sdktrace.SpanProc... function newZpagesTelemetrySettings (line 48) | func newZpagesTelemetrySettings() component.TelemetrySettings { function TestZPagesExtensionUsage (line 54) | func TestZPagesExtensionUsage(t *testing.T) { function TestZPagesExtensionBadAuthExtension (line 82) | func TestZPagesExtensionBadAuthExtension(t *testing.T) { function TestZPagesExtensionPortAlreadyInUse (line 100) | func TestZPagesExtensionPortAlreadyInUse(t *testing.T) { function TestZPagesMultipleStarts (line 120) | func TestZPagesMultipleStarts(t *testing.T) { function TestZPagesMultipleShutdowns (line 140) | func TestZPagesMultipleShutdowns(t *testing.T) { function TestZPagesShutdownWithoutStart (line 158) | func TestZPagesShutdownWithoutStart(t *testing.T) { function TestZPagesEnableExpvar (line 174) | func TestZPagesEnableExpvar(t *testing.T) { FILE: featuregate/examples_test.go function ExampleRegistry_Register (line 13) | func ExampleRegistry_Register() { function ExampleRegistry_RegisterFlags (line 35) | func ExampleRegistry_RegisterFlags() { FILE: featuregate/flag.go constant featureGatesFlag (line 14) | featureGatesFlag = "feature-gates" constant featureGatesFlagDescription (line 15) | featureGatesFlagDescription = "Comma-delimited list of feature gate iden... type RegisterFlagsOption (line 19) | type RegisterFlagsOption interface method RegisterFlags (line 24) | func (r *Registry) RegisterFlags(flagSet *flag.FlagSet, _ ...RegisterFla... type flagValue (line 29) | type flagValue struct method String (line 33) | func (f *flagValue) String() string { method Set (line 51) | func (f *flagValue) Set(s string) error { FILE: featuregate/flag_test.go function TestNewFlag (line 14) | func TestNewFlag(t *testing.T) { function TestFlagStringNotInitialize (line 136) | func TestFlagStringNotInitialize(t *testing.T) { FILE: featuregate/gate.go type Gate (line 15) | type Gate struct method ID (line 26) | func (g *Gate) ID() string { method IsEnabled (line 31) | func (g *Gate) IsEnabled() bool { method Description (line 36) | func (g *Gate) Description() string { method Stage (line 41) | func (g *Gate) Stage() Stage { method ReferenceURL (line 46) | func (g *Gate) ReferenceURL() string { method FromVersion (line 51) | func (g *Gate) FromVersion() string { method ToVersion (line 56) | func (g *Gate) ToVersion() string { FILE: featuregate/gate_test.go function TestGate (line 15) | func TestGate(t *testing.T) { FILE: featuregate/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: featuregate/registry.go function GlobalRegistry (line 30) | func GlobalRegistry() *Registry { type Registry (line 34) | type Registry struct method MustRegister (line 109) | func (r *Registry) MustRegister(id string, stage Stage, opts ...Regist... method Register (line 130) | func (r *Registry) Register(id string, stage Stage, opts ...RegisterOp... method Set (line 170) | func (r *Registry) Set(id string, enabled bool) error { method VisitAll (line 199) | func (r *Registry) VisitAll(fn func(*Gate)) { function NewRegistry (line 39) | func NewRegistry() *Registry { type RegisterOption (line 44) | type RegisterOption interface type registerOptionFunc (line 48) | type registerOptionFunc method apply (line 50) | func (ro registerOptionFunc) apply(g *Gate) error { function WithRegisterDescription (line 55) | func WithRegisterDescription(description string) RegisterOption { function WithRegisterReferenceURL (line 64) | func WithRegisterReferenceURL(referenceURL string) RegisterOption { function WithRegisterFromVersion (line 79) | func WithRegisterFromVersion(fromVersion string) RegisterOption { function WithRegisterToVersion (line 96) | func WithRegisterToVersion(toVersion string) RegisterOption { function validateID (line 117) | func validateID(id string) error { FILE: featuregate/registry_test.go function TestGlobalRegistry (line 13) | func TestGlobalRegistry(t *testing.T) { function TestRegistry (line 17) | func TestRegistry(t *testing.T) { function TestRegistryApplyError (line 42) | func TestRegistryApplyError(t *testing.T) { function TestRegistryApply (line 62) | func TestRegistryApply(t *testing.T) { function TestRegisterGateLifecycle (line 70) | func TestRegisterGateLifecycle(t *testing.T) { FILE: featuregate/stage.go type Stage (line 7) | type Stage method String (line 32) | func (s Stage) String() string { constant StageAlpha (line 14) | StageAlpha Stage = iota constant StageBeta (line 19) | StageBeta constant StageStable (line 24) | StageStable constant StageDeprecated (line 29) | StageDeprecated FILE: featuregate/stage_test.go function TestStageString (line 12) | func TestStageString(t *testing.T) { FILE: filter/config.go type Config (line 12) | type Config struct method Validate (line 19) | func (c Config) Validate() error { type combinedFilter (line 37) | type combinedFilter struct method Matches (line 61) | func (cf *combinedFilter) Matches(toMatch any) bool { function CreateFilter (line 43) | func CreateFilter(configs []Config) Filter { FILE: filter/config_test.go function readTestdataConfigYamls (line 17) | func readTestdataConfigYamls(t *testing.T, filename string) map[string][... function TestConfig (line 27) | func TestConfig(t *testing.T) { function TestMatches (line 57) | func TestMatches(t *testing.T) { function TestConfigInvalid (line 80) | func TestConfigInvalid(t *testing.T) { FILE: filter/filter.go type Filter (line 7) | type Filter interface FILE: internal/cmd/pdatagen/internal/pdata/base_slices.go type baseSlice (line 11) | type baseSlice interface type messageSlice (line 21) | type messageSlice struct method getProtoMessage (line 28) | func (ss *messageSlice) getProtoMessage() *proto.Message { method getName (line 32) | func (ss *messageSlice) getName() string { method getPackageName (line 36) | func (ss *messageSlice) getPackageName() string { method generate (line 40) | func (ss *messageSlice) generate(packageInfo *PackageInfo) []byte { method generateTests (line 44) | func (ss *messageSlice) generateTests(packageInfo *PackageInfo) []byte { method generateInternal (line 48) | func (ss *messageSlice) generateInternal(packageInfo *PackageInfo) []b... method templateFields (line 52) | func (ss *messageSlice) templateFields(packageInfo *PackageInfo) map[s... method getOriginName (line 68) | func (ss *messageSlice) getOriginName() string { method getOriginFullName (line 72) | func (ss *messageSlice) getOriginFullName() string { method getHasWrapper (line 76) | func (ss *messageSlice) getHasWrapper() bool { method getHasOnlyInternal (line 80) | func (ss *messageSlice) getHasOnlyInternal() bool { method getElementOriginName (line 84) | func (ss *messageSlice) getElementOriginName() string { method getElementNullable (line 88) | func (ss *messageSlice) getElementNullable() bool { FILE: internal/cmd/pdatagen/internal/pdata/base_struct.go type baseStruct (line 11) | type baseStruct interface type messageStruct (line 26) | type messageStruct struct method getName (line 37) | func (ms *messageStruct) getName() string { method generate (line 41) | func (ms *messageStruct) generate(packageInfo *PackageInfo) []byte { method generateTests (line 45) | func (ms *messageStruct) generateTests(packageInfo *PackageInfo) []byte { method generateInternal (line 49) | func (ms *messageStruct) generateInternal(packageInfo *PackageInfo) []... method getProtoMessage (line 53) | func (ms *messageStruct) getProtoMessage() *proto.Message { method templateFields (line 66) | func (ms *messageStruct) templateFields(packageInfo *PackageInfo) map[... method getHasWrapper (line 87) | func (ms *messageStruct) getHasWrapper() bool { method getHasOnlyInternal (line 97) | func (ms *messageStruct) getHasOnlyInternal() bool { method getOriginName (line 101) | func (ms *messageStruct) getOriginName() string { method getOriginFullName (line 105) | func (ms *messageStruct) getOriginFullName() string { FILE: internal/cmd/pdatagen/internal/pdata/field.go type Field (line 9) | type Field interface function origAccessor (line 19) | func origAccessor(hasWrapper bool) string { function stateAccessor (line 26) | func stateAccessor(hasWrapper bool) string { FILE: internal/cmd/pdatagen/internal/pdata/message_field.go constant messageAccessorsTemplate (line 13) | messageAccessorsTemplate = `// {{ .fieldName }} returns the {{ .lowerFie... constant messageAccessorsTestTemplate (line 22) | messageAccessorsTestTemplate = `func Test{{ .structName }}_{{ .fieldName... constant messageSetTestTemplate (line 33) | messageSetTestTemplate = `orig.{{ .fieldOriginFullName }} = *GenTest{{ .... type MessageField (line 35) | type MessageField struct method GenerateAccessors (line 42) | func (mf *MessageField) GenerateAccessors(ms *messageStruct) string { method GenerateAccessorsTest (line 47) | func (mf *MessageField) GenerateAccessorsTest(ms *messageStruct) string { method GenerateTestValue (line 52) | func (mf *MessageField) GenerateTestValue(ms *messageStruct) string { method toProtoField (line 57) | func (mf *MessageField) toProtoField(ms *messageStruct) proto.FieldInt... method templateFields (line 72) | func (mf *MessageField) templateFields(ms *messageStruct) map[string]a... FILE: internal/cmd/pdatagen/internal/pdata/one_of_field.go constant oneOfAccessorTemplate (line 13) | oneOfAccessorTemplate = `// {{ .typeFuncName }} returns the type of the ... constant oneOfAccessorTestTemplate (line 28) | oneOfAccessorTestTemplate = `func Test{{ .structName }}_{{ .typeFuncName... constant oneOfTestFailingUnmarshalProtoValuesTemplate (line 38) | oneOfTestFailingUnmarshalProtoValuesTemplate = ` constant oneOfTestValuesTemplate (line 43) | oneOfTestValuesTemplate = ` constant oneOfPoolOrigTemplate (line 48) | oneOfPoolOrigTemplate = ` constant oneOfMessageOrigTemplate (line 53) | oneOfMessageOrigTemplate = ` constant oneOfDeleteOrigTemplate (line 65) | oneOfDeleteOrigTemplate = `switch ov := orig.{{ .originFieldName }}.(typ... constant oneOfCopyOrigTemplate (line 72) | oneOfCopyOrigTemplate = `switch t := src.{{ .originFieldName }}.(type) { constant oneOfMarshalJSONTemplate (line 81) | oneOfMarshalJSONTemplate = `switch orig := orig.{{ .originFieldName }}.(... constant oneOfUnmarshalJSONTemplate (line 88) | oneOfUnmarshalJSONTemplate = ` constant oneOfSizeProtoTemplate (line 93) | oneOfSizeProtoTemplate = `switch orig := orig.{{ .originFieldName }}.(ty... constant oneOfMarshalProtoTemplate (line 103) | oneOfMarshalProtoTemplate = `switch orig := orig.{{ .originFieldName }}.... constant oneOfUnmarshalProtoTemplate (line 110) | oneOfUnmarshalProtoTemplate = ` type OneOfField (line 115) | type OneOfField struct method GenerateAccessors (line 123) | func (of *OneOfField) GenerateAccessors(ms *messageStruct) string { method typeFuncName (line 127) | func (of *OneOfField) typeFuncName() string { method GenerateAccessorsTest (line 135) | func (of *OneOfField) GenerateAccessorsTest(ms *messageStruct) string { method GenerateTestValue (line 139) | func (of *OneOfField) GenerateTestValue(ms *messageStruct) string { method toProtoField (line 143) | func (of *OneOfField) toProtoField(ms *messageStruct) proto.FieldInter... method templateFields (line 240) | func (of *OneOfField) templateFields(ms *messageStruct) map[string]any { type oneOfProtoField (line 155) | type oneOfProtoField struct method GenMessageField (line 161) | func (of *oneOfProtoField) GenMessageField() string { method GenOneOfMessages (line 165) | func (of *oneOfProtoField) GenOneOfMessages() string { method GetName (line 169) | func (of *oneOfProtoField) GetName() string { method GoType (line 173) | func (of *oneOfProtoField) GoType() string { method DefaultValue (line 177) | func (of *oneOfProtoField) DefaultValue() string { method GenTest (line 181) | func (of *oneOfProtoField) GenTest() string { method TestValue (line 185) | func (of *oneOfProtoField) TestValue() string { method GenTestFailingUnmarshalProtoValues (line 189) | func (of *oneOfProtoField) GenTestFailingUnmarshalProtoValues() string { method GenTestEncodingValues (line 193) | func (of *oneOfProtoField) GenTestEncodingValues() string { method GenPool (line 197) | func (of *oneOfProtoField) GenPool() string { method GenDelete (line 201) | func (of *oneOfProtoField) GenDelete() string { method GenCopy (line 205) | func (of *oneOfProtoField) GenCopy() string { method GenMarshalJSON (line 209) | func (of *oneOfProtoField) GenMarshalJSON() string { method GenUnmarshalJSON (line 213) | func (of *oneOfProtoField) GenUnmarshalJSON() string { method GenSizeProto (line 217) | func (of *oneOfProtoField) GenSizeProto() string { method GenMarshalProto (line 222) | func (of *oneOfProtoField) GenMarshalProto() string { method GenUnmarshalProto (line 227) | func (of *oneOfProtoField) GenUnmarshalProto() string { method templateFields (line 232) | func (of *oneOfProtoField) templateFields() map[string]any { type oneOfValue (line 259) | type oneOfValue interface FILE: internal/cmd/pdatagen/internal/pdata/one_of_message_value.go constant oneOfMessageAccessorsTemplate (line 13) | oneOfMessageAccessorsTemplate = `// {{ .fieldName }} returns the {{ .low... constant oneOfMessageAccessorsTestTemplate (line 45) | oneOfMessageAccessorsTestTemplate = `func Test{{ .structName }}_{{ .fiel... constant oneOfMessageSetTestTemplate (line 58) | oneOfMessageSetTestTemplate = `orig.{{ .originOneOfFieldName }} = &inter... constant oneOfMessageTypeTemplate (line 61) | oneOfMessageTypeTemplate = `case *internal.{{ .originStructType }}: type OneOfMessageValue (line 64) | type OneOfMessageValue struct method GetOriginFieldName (line 70) | func (omv *OneOfMessageValue) GetOriginFieldName() string { method GenerateAccessors (line 74) | func (omv *OneOfMessageValue) GenerateAccessors(ms *messageStruct, of ... method GenerateTests (line 79) | func (omv *OneOfMessageValue) GenerateTests(ms *messageStruct, of *One... method GenerateTestValue (line 84) | func (omv *OneOfMessageValue) GenerateTestValue(ms *messageStruct, of ... method GenerateType (line 89) | func (omv *OneOfMessageValue) GenerateType(ms *messageStruct, of *OneO... method toProtoField (line 94) | func (omv *OneOfMessageValue) toProtoField(ms *messageStruct, of *OneO... method templateFields (line 107) | func (omv *OneOfMessageValue) templateFields(ms *messageStruct, of *On... FILE: internal/cmd/pdatagen/internal/pdata/one_of_primitive_value.go constant oneOfPrimitiveAccessorsTemplate (line 13) | oneOfPrimitiveAccessorsTemplate = `// {{ .accessorFieldName }} returns t... constant oneOfPrimitiveAccessorTestTemplate (line 31) | oneOfPrimitiveAccessorTestTemplate = `func Test{{ .structName }}_{{ .acc... constant oneOfPrimitiveSetTestTemplate (line 55) | oneOfPrimitiveSetTestTemplate = `orig.{{ .originOneOfFieldName }} = &int... constant oneOfPrimitiveTypeTemplate (line 58) | oneOfPrimitiveTypeTemplate = `case *internal.{{ .originStructType }}: type OneOfPrimitiveValue (line 61) | type OneOfPrimitiveValue struct method GetOriginFieldName (line 68) | func (opv *OneOfPrimitiveValue) GetOriginFieldName() string { method GenerateAccessors (line 72) | func (opv *OneOfPrimitiveValue) GenerateAccessors(ms *messageStruct, o... method GenerateTests (line 77) | func (opv *OneOfPrimitiveValue) GenerateTests(ms *messageStruct, of *O... method GenerateTestValue (line 82) | func (opv *OneOfPrimitiveValue) GenerateTestValue(ms *messageStruct, o... method GenerateType (line 87) | func (opv *OneOfPrimitiveValue) GenerateType(ms *messageStruct, of *On... method toProtoField (line 92) | func (opv *OneOfPrimitiveValue) toProtoField(ms *messageStruct, of *On... method templateFields (line 105) | func (opv *OneOfPrimitiveValue) templateFields(ms *messageStruct, of *... method getAccessorFieldName (line 125) | func (opv *OneOfPrimitiveValue) getAccessorFieldName(of *OneOfField) s... FILE: internal/cmd/pdatagen/internal/pdata/optional_primitive_field.go constant optionalPrimitiveAccessorsTemplate (line 12) | optionalPrimitiveAccessorsTemplate = `// {{ .fieldName }} returns the {{... constant optionalPrimitiveAccessorsTestTemplate (line 35) | optionalPrimitiveAccessorsTestTemplate = `func Test{{ .structName }}_{{ ... constant optionalPrimitiveSetTestTemplate (line 57) | optionalPrimitiveSetTestTemplate = `orig.{{ .fieldName }}_ = &internal.{... type OptionalPrimitiveField (line 60) | type OptionalPrimitiveField struct method GenerateAccessors (line 66) | func (opv *OptionalPrimitiveField) GenerateAccessors(ms *messageStruct... method GenerateAccessorsTest (line 70) | func (opv *OptionalPrimitiveField) GenerateAccessorsTest(ms *messageSt... method GenerateTestValue (line 74) | func (opv *OptionalPrimitiveField) GenerateTestValue(ms *messageStruct... method toProtoField (line 78) | func (opv *OptionalPrimitiveField) toProtoField(ms *messageStruct) pro... method templateFields (line 88) | func (opv *OptionalPrimitiveField) templateFields(ms *messageStruct) m... FILE: internal/cmd/pdatagen/internal/pdata/packages.go type Package (line 42) | type Package struct method Path (line 57) | func (p *Package) Path() string { method GenerateFiles (line 78) | func (p *Package) GenerateFiles() error { method GenerateTestFiles (line 92) | func (p *Package) GenerateTestFiles() error { method GenerateInternalFiles (line 106) | func (p *Package) GenerateInternalFiles() error { method GenerateProtoMessageFiles (line 125) | func (p *Package) GenerateProtoMessageFiles() error { method GenerateProtoMessageTestsFiles (line 145) | func (p *Package) GenerateProtoMessageTestsFiles() error { method GenerateProtoEnumFiles (line 165) | func (p *Package) GenerateProtoEnumFiles() error { type PackageInfo (line 49) | type PackageInfo struct function DeleteGeneratedFiles (line 62) | func DeleteGeneratedFiles(dir string) error { function usedByOtherDataTypes (line 177) | func usedByOtherDataTypes(packageName string) bool { FILE: internal/cmd/pdatagen/internal/pdata/primitive_field.go constant primitiveAccessorsTemplate (line 13) | primitiveAccessorsTemplate = `// {{ .fieldName }} returns the {{ .lowerF... constant primitiveAccessorsTestTemplate (line 24) | primitiveAccessorsTestTemplate = `func Test{{ .structName }}_{{ .fieldNa... constant primitiveSetTestTemplate (line 50) | primitiveSetTestTemplate = `orig.{{ .originFieldName }} = {{ .testValue }}` type PrimitiveField (line 52) | type PrimitiveField struct method GenerateAccessors (line 58) | func (pf *PrimitiveField) GenerateAccessors(ms *messageStruct) string { method GenerateAccessorsTest (line 63) | func (pf *PrimitiveField) GenerateAccessorsTest(ms *messageStruct) str... method GenerateTestValue (line 68) | func (pf *PrimitiveField) GenerateTestValue(ms *messageStruct) string { method toProtoField (line 73) | func (pf *PrimitiveField) toProtoField(*messageStruct) proto.FieldInte... method templateFields (line 81) | func (pf *PrimitiveField) templateFields(ms *messageStruct) map[string... FILE: internal/cmd/pdatagen/internal/pdata/primitive_slice_structs.go type primitiveSliceStruct (line 15) | type primitiveSliceStruct struct method getName (line 26) | func (iss *primitiveSliceStruct) getName() string { method getPackageName (line 30) | func (iss *primitiveSliceStruct) getPackageName() string { method generate (line 34) | func (iss *primitiveSliceStruct) generate(packageInfo *PackageInfo) []... method generateTests (line 38) | func (iss *primitiveSliceStruct) generateTests(packageInfo *PackageInf... method generateInternal (line 42) | func (iss *primitiveSliceStruct) generateInternal(packageInfo *Package... method getOriginName (line 46) | func (iss *primitiveSliceStruct) getOriginName() string { method getOriginFullName (line 50) | func (iss *primitiveSliceStruct) getOriginFullName() string { method getHasWrapper (line 54) | func (iss *primitiveSliceStruct) getHasWrapper() bool { method getHasOnlyInternal (line 58) | func (iss *primitiveSliceStruct) getHasOnlyInternal() bool { method getElementOriginName (line 62) | func (iss *primitiveSliceStruct) getElementOriginName() string { method getElementNullable (line 66) | func (iss *primitiveSliceStruct) getElementNullable() bool { method getProtoMessage (line 70) | func (iss *primitiveSliceStruct) getProtoMessage() *proto.Message { method templateFields (line 74) | func (iss *primitiveSliceStruct) templateFields(packageInfo *PackageIn... function upperFirst (line 90) | func upperFirst(s string) string { FILE: internal/cmd/pdatagen/internal/pdata/slice_field.go constant sliceAccessorTemplate (line 11) | sliceAccessorTemplate = `// {{ .fieldName }} returns the {{ .fieldName }... constant sliceAccessorsTestTemplate (line 20) | sliceAccessorsTestTemplate = `func Test{{ .structName }}_{{ .fieldName }... constant sliceSetTestTemplate (line 31) | sliceSetTestTemplate = `orig.{{ .originFieldName }} = internal.GenTest{{... type SliceField (line 33) | type SliceField struct method GenerateAccessors (line 41) | func (sf *SliceField) GenerateAccessors(ms *messageStruct) string { method GenerateAccessorsTest (line 49) | func (sf *SliceField) GenerateAccessorsTest(ms *messageStruct) string { method GenerateTestValue (line 57) | func (sf *SliceField) GenerateTestValue(ms *messageStruct) string { method toProtoField (line 62) | func (sf *SliceField) toProtoField(ms *messageStruct) proto.FieldInter... method templateFields (line 74) | func (sf *SliceField) templateFields(ms *messageStruct) map[string]any { FILE: internal/cmd/pdatagen/internal/pdata/typed_field.go constant typedAccessorsTemplate (line 13) | typedAccessorsTemplate = `// {{ .fieldName }} returns the {{ .lowerField... constant typedAccessorsTestTemplate (line 24) | typedAccessorsTestTemplate = `func Test{{ .structName }}_{{ .fieldName }... constant typedSetTestTemplate (line 32) | typedSetTestTemplate = `orig.{{ .originFieldName }} = {{ .testValue }}` type TypedField (line 35) | type TypedField struct method GenerateAccessors (line 53) | func (ptf *TypedField) GenerateAccessors(ms *messageStruct) string { method GenerateAccessorsTest (line 58) | func (ptf *TypedField) GenerateAccessorsTest(ms *messageStruct) string { method GenerateTestValue (line 63) | func (ptf *TypedField) GenerateTestValue(ms *messageStruct) string { method toProtoField (line 79) | func (ptf *TypedField) toProtoField(ms *messageStruct) proto.FieldInte... method getOriginFieldName (line 89) | func (ptf *TypedField) getOriginFieldName() string { method templateFields (line 96) | func (ptf *TypedField) templateFields(ms *messageStruct) map[string]any { type TypedType (line 42) | type TypedType struct type ProtoTypedField (line 68) | type ProtoTypedField struct method GenMarshalJSON (line 72) | func (ptf ProtoTypedField) GenMarshalJSON() string { FILE: internal/cmd/pdatagen/internal/proto/copy.go constant copyOther (line 10) | copyOther = `{{ if .repeated -}} constant copyMessage (line 31) | copyMessage = `{{ if .repeated -}} method GenCopy (line 50) | func (pf *Field) GenCopy() string { FILE: internal/cmd/pdatagen/internal/proto/delete.go constant deleteOther (line 10) | deleteOther = `{{ if ne .oneOfGroup "" -}} constant deleteMessage (line 17) | deleteMessage = `{{ if .repeated -}} method GenDelete (line 36) | func (pf *Field) GenDelete() string { FILE: internal/cmd/pdatagen/internal/proto/enum.go constant enumMessageTemplate (line 10) | enumMessageTemplate = ` type Enum (line 42) | type Enum struct method GenerateEnum (line 53) | func (ms *Enum) GenerateEnum() []byte { type EnumField (line 48) | type EnumField struct FILE: internal/cmd/pdatagen/internal/proto/field.go type FieldInterface (line 13) | type FieldInterface interface type Field (line 49) | type Field struct method GetName (line 61) | func (pf *Field) GetName() string { return pf.Name } method wireType (line 63) | func (pf *Field) wireType() WireType { method DefaultValue (line 90) | func (pf *Field) DefaultValue() string { method GenTest (line 110) | func (pf *Field) GenTest() string { method TestValue (line 121) | func (pf *Field) TestValue() string { method rawTestValue (line 128) | func (pf *Field) rawTestValue() string { method GoType (line 150) | func (pf *Field) GoType() string { method MemberGoType (line 177) | func (pf *Field) MemberGoType() string { method GenMessageField (line 193) | func (pf *Field) GenMessageField() string { method getTemplateFields (line 197) | func (pf *Field) getTemplateFields() map[string]any { function genJSONTag (line 226) | func genJSONTag(fieldName string) string { function genProtoTag (line 232) | func genProtoTag(fieldNumber uint32, wt WireType) []string { function ExtractNameFromFull (line 248) | func ExtractNameFromFull(fullName string) string { function lowerFirst (line 257) | func lowerFirst(s string) string { FILE: internal/cmd/pdatagen/internal/proto/json_marshal.go constant marshalJSONPrimitive (line 12) | marshalJSONPrimitive = `{{ if .repeated -}} constant marshalJSONEnum (line 37) | marshalJSONEnum = `{{ if .repeated -}} constant marshalJSONMessage (line 55) | marshalJSONMessage = `{{ if .repeated -}} constant marshalJSONBytes (line 76) | marshalJSONBytes = `{{ if .repeated -}} method GenMarshalJSON (line 96) | func (pf *Field) GenMarshalJSON() string { FILE: internal/cmd/pdatagen/internal/proto/json_unmarshal.go constant unmarshalJSONPrimitive (line 15) | unmarshalJSONPrimitive = ` case {{ .allJSONTags }}: constant unmarshalJSONEnum (line 37) | unmarshalJSONEnum = ` case {{ .allJSONTags }}: constant unmarshalJSONMessage (line 46) | unmarshalJSONMessage = ` case {{ .allJSONTags }}: constant unmarshalJSONBytes (line 69) | unmarshalJSONBytes = ` case {{ .allJSONTags }}: method GenUnmarshalJSON (line 89) | func (pf *Field) GenUnmarshalJSON() string { function allJSONTags (line 109) | func allJSONTags(str string) string { FILE: internal/cmd/pdatagen/internal/proto/message.go type Message (line 22) | type Message struct method GenerateMessage (line 31) | func (ms *Message) GenerateMessage(imports, testImports []string) []by... method GenerateMessageTests (line 36) | func (ms *Message) GenerateMessageTests(imports, testImports []string)... method GenerateMetadata (line 40) | func (ms *Message) GenerateMetadata() string { method templateFields (line 44) | func (ms *Message) templateFields(imports, testImports []string) map[s... method metadataSize (line 58) | func (ms *Message) metadataSize() int { FILE: internal/cmd/pdatagen/internal/proto/metadata.go constant metadataMessageTemplate (line 10) | metadataMessageTemplate = ` type Metadata (line 32) | type Metadata struct method Generate (line 75) | func (meta *Metadata) Generate() []byte { type MetadataOptionalField (line 37) | type MetadataOptionalField struct function newMetadata (line 42) | func newMetadata(ms *Message) *Metadata { FILE: internal/cmd/pdatagen/internal/proto/oneof_message.go constant oneOfMessageOrigOtherTemplate (line 10) | oneOfMessageOrigOtherTemplate = ` constant oneOfMessageOrigMessageTemplate (line 23) | oneOfMessageOrigMessageTemplate = ` method GenOneOfMessages (line 36) | func (pf *Field) GenOneOfMessages() string { FILE: internal/cmd/pdatagen/internal/proto/pools.go constant poolVarOrigTemplate (line 10) | poolVarOrigTemplate = ` method GenPool (line 18) | func (pf *Field) GenPool() string { FILE: internal/cmd/pdatagen/internal/proto/proto.go type Type (line 6) | type Type constant TypeDouble (line 9) | TypeDouble Type = iota constant TypeFloat (line 10) | TypeFloat constant TypeInt32 (line 12) | TypeInt32 constant TypeInt64 (line 13) | TypeInt64 constant TypeUint32 (line 14) | TypeUint32 constant TypeUint64 (line 15) | TypeUint64 constant TypeSInt32 (line 17) | TypeSInt32 constant TypeSInt64 (line 18) | TypeSInt64 constant TypeFixed32 (line 20) | TypeFixed32 constant TypeFixed64 (line 21) | TypeFixed64 constant TypeSFixed32 (line 22) | TypeSFixed32 constant TypeSFixed64 (line 23) | TypeSFixed64 constant TypeBool (line 25) | TypeBool constant TypeEnum (line 26) | TypeEnum constant TypeString (line 28) | TypeString constant TypeBytes (line 29) | TypeBytes constant TypeMessage (line 31) | TypeMessage FILE: internal/cmd/pdatagen/internal/proto/proto_marshal.go constant marshalProtoFloat (line 12) | marshalProtoFloat = `{{ if .repeated -}} constant marshalProtoFixed (line 47) | marshalProtoFixed = `{{ if .repeated -}} constant marshalProtoBool (line 82) | marshalProtoBool = `{{ if .repeated -}} constant marshalProtoVarint (line 129) | marshalProtoVarint = `{{ if .repeated -}} constant marshalProtoBytesString (line 162) | marshalProtoBytesString = `{{ if .repeated -}} constant marshalProtoMessage (line 189) | marshalProtoMessage = `{{ if .repeated -}} constant marshalProtoSignedVarint (line 219) | marshalProtoSignedVarint = `{{ if .repeated -}} method GenMarshalProto (line 252) | func (pf *Field) GenMarshalProto() string { FILE: internal/cmd/pdatagen/internal/proto/proto_size.go constant sizeProtoI8 (line 12) | sizeProtoI8 = `{{ if .repeated -}} constant sizeProtoI4 (line 30) | sizeProtoI4 = `{{ if .repeated -}} constant sizeProtoBool (line 48) | sizeProtoBool = `{{ if .repeated -}} constant sizeProtoVarint (line 65) | sizeProtoVarint = `{{ if .repeated }} constant sizeProtoBytesString (line 85) | sizeProtoBytesString = `{{ if .repeated -}} constant sizeProtoMessage (line 100) | sizeProtoMessage = `{{ if .repeated -}} constant sizeProtoSignedVarint (line 115) | sizeProtoSignedVarint = `{{ if .repeated -}} method GenSizeProto (line 135) | func (pf *Field) GenSizeProto() string { FILE: internal/cmd/pdatagen/internal/proto/proto_unmarshal.go constant unmarshalProtoFloat (line 12) | unmarshalProtoFloat = `{{ if .repeated -}} constant unmarshalProtoFixed (line 70) | unmarshalProtoFixed = `{{ if .repeated -}} constant unmarshalProtoBool (line 126) | unmarshalProtoBool = `{{ if .repeated -}} constant unmarshalProtoVarint (line 184) | unmarshalProtoVarint = `{{ if .repeated -}} constant unmarshalProtoString (line 240) | unmarshalProtoString = ` constant unmarshalProtoBytes (line 266) | unmarshalProtoBytes = ` constant unmarshalProtoMessage (line 303) | unmarshalProtoMessage = ` constant unmarshalProtoSignedVarint (line 341) | unmarshalProtoSignedVarint = `{{ if .repeated -}} method GenUnmarshalProto (line 400) | func (pf *Field) GenUnmarshalProto() string { FILE: internal/cmd/pdatagen/internal/proto/test_encoding_values.go constant encodingTestValuesScalar (line 13) | encodingTestValuesScalar = `{{ if ne .oneOfGroup "" -}} constant encodingTestValuesMessage (line 26) | encodingTestValuesMessage = `{{ if ne .oneOfGroup "" -}} method GenTestEncodingValues (line 33) | func (pf *Field) GenTestEncodingValues() string { constant failingUnmarshalProtoValuesScalar (line 49) | failingUnmarshalProtoValuesScalar = ` method GenTestFailingUnmarshalProtoValues (line 53) | func (pf *Field) GenTestFailingUnmarshalProtoValues() string { function protoTagAsByteArray (line 69) | func protoTagAsByteArray(protoTag []string) string { FILE: internal/cmd/pdatagen/internal/proto/wire_type.go type WireType (line 7) | type WireType constant WireTypeVarint (line 10) | WireTypeVarint WireType = 0 constant WireTypeI64 (line 11) | WireTypeI64 WireType = 1 constant WireTypeLen (line 12) | WireTypeLen WireType = 2 constant WireTypeStartGroup (line 13) | WireTypeStartGroup WireType = 3 constant WireTypeEndGroup (line 14) | WireTypeEndGroup WireType = 4 constant WireTypeI32 (line 15) | WireTypeI32 WireType = 5 FILE: internal/cmd/pdatagen/internal/tmplutil/template.go function Parse (line 13) | func Parse(name string, bytes []byte) *template.Template { function Execute (line 17) | func Execute(tmpl *template.Template, data any) string { function newTemplate (line 25) | func newTemplate(name string) *template.Template { function upperFirst (line 37) | func upperFirst(s string) string { function lowerFirst (line 41) | func lowerFirst(s string) string { function add (line 45) | func add(a, b int) int { function sub (line 49) | func sub(a, b int) int { function div (line 53) | func div(a, b int) int { function needSnake (line 57) | func needSnake(str string) bool { FILE: internal/cmd/pdatagen/main.go function checkErr (line 16) | func checkErr(e error) { function main (line 23) | func main() { FILE: internal/componentalias/alias.go type TypeAliasHolder (line 13) | type TypeAliasHolder interface function NewTypeAliasHolder (line 18) | func NewTypeAliasHolder() TypeAliasHolder { type typeAlias (line 23) | type typeAlias method DeprecatedAlias (line 27) | func (ta *typeAlias) DeprecatedAlias() component.Type { method SetDeprecatedAlias (line 32) | func (ta *typeAlias) SetDeprecatedAlias(newAlias component.Type) { function ValidateComponentType (line 38) | func ValidateComponentType(f component.Factory, id component.ID) error { FILE: internal/componentalias/alias_test.go function TestNewTypeAliasHolder (line 15) | func TestNewTypeAliasHolder(t *testing.T) { type mockFactory (line 30) | type mockFactory struct method Type (line 35) | func (f *mockFactory) Type() component.Type { method CreateDefaultConfig (line 39) | func (f *mockFactory) CreateDefaultConfig() component.Config { function TestValidateComponentType_ExactMatch (line 43) | func TestValidateComponentType_ExactMatch(t *testing.T) { function TestValidateComponentType_AliasMatch (line 55) | func TestValidateComponentType_AliasMatch(t *testing.T) { function TestValidateComponentType_NoMatch (line 76) | func TestValidateComponentType_NoMatch(t *testing.T) { function TestValidateComponentType_NoMatchWithAlias (line 93) | func TestValidateComponentType_NoMatchWithAlias(t *testing.T) { function TestValidateComponentType_EmptyAlias (line 114) | func TestValidateComponentType_EmptyAlias(t *testing.T) { type mockFactoryWithoutAlias (line 131) | type mockFactoryWithoutAlias struct method Type (line 135) | func (f *mockFactoryWithoutAlias) Type() component.Type { method CreateDefaultConfig (line 139) | func (f *mockFactoryWithoutAlias) CreateDefaultConfig() component.Conf... function TestValidateComponentType_FactoryWithoutAliasSupport (line 143) | func TestValidateComponentType_FactoryWithoutAliasSupport(t *testing.T) { FILE: internal/e2e/configauth_test.go function TestConfmapMarshalConfigAuth (line 16) | func TestConfmapMarshalConfigAuth(t *testing.T) { FILE: internal/e2e/configgrpc_test.go function TestConfmapMarshalConfigGRPC (line 18) | func TestConfmapMarshalConfigGRPC(t *testing.T) { FILE: internal/e2e/confighttp_test.go function TestConfmapMarshalConfigHTTP (line 18) | func TestConfmapMarshalConfigHTTP(t *testing.T) { FILE: internal/e2e/confignet_test.go function TestConfmapMarshalConfigNet (line 16) | func TestConfmapMarshalConfigNet(t *testing.T) { FILE: internal/e2e/configtls_test.go function TestConfmapMarshalConfigTLS (line 16) | func TestConfmapMarshalConfigTLS(t *testing.T) { FILE: internal/e2e/consume_contract_test.go function testExporterConfig (line 23) | func testExporterConfig(endpoint string) component.Config { function testReceiverConfig (line 38) | func testReceiverConfig(endpoint string) component.Config { function TestConsumeContractOtlpLogs (line 46) | func TestConsumeContractOtlpLogs(t *testing.T) { function TestConsumeContractOtlpTraces (line 59) | func TestConsumeContractOtlpTraces(t *testing.T) { function TestConsumeContractOtlpMetrics (line 72) | func TestConsumeContractOtlpMetrics(t *testing.T) { FILE: internal/e2e/error_propagation_test.go type logsServer (line 45) | type logsServer struct method Export (line 51) | func (r *logsServer) Export(_ context.Context, _ plogotlp.ExportReques... function TestGRPCToGRPC (line 55) | func TestGRPCToGRPC(t *testing.T) { function TestHTTPToGRPC (line 67) | func TestHTTPToGRPC(t *testing.T) { function TestGRPCToHTTP (line 95) | func TestGRPCToHTTP(t *testing.T) { function TestHTTPToHTTP (line 120) | func TestHTTPToHTTP(t *testing.T) { function createGRPCExporter (line 152) | func createGRPCExporter(t *testing.T, s *status.Status) consumer.Logs { function createHTTPExporter (line 192) | func createHTTPExporter(t *testing.T, code int) consumer.Logs { function assertOnGRPCCode (line 222) | func assertOnGRPCCode(t *testing.T, l consumer.Logs, s *status.Status) { function assertOnHTTPCode (line 267) | func assertOnHTTPCode(t *testing.T, l consumer.Logs, code int) { function doHTTPRequest (line 303) | func doHTTPRequest( function createHTTPRequest (line 327) | func createHTTPRequest( FILE: internal/e2e/exporter_failure_attributes_test.go function TestExporterFailureAttributesDetailed (line 34) | func TestExporterFailureAttributesDetailed(t *testing.T) { function startFailureAttributeCollector (line 105) | func startFailureAttributeCollector(t *testing.T, exporterEndpoint strin... function scrapeFailureMetric (line 159) | func scrapeFailureMetric(t *testing.T, metricsPort, exporterName string)... function hasLabel (line 193) | func hasLabel(metric *dto.Metric, name, expected string) bool { function labelValue (line 202) | func labelValue(metric *dto.Metric, labelName string) (string, bool) { function assertNoFailureMetric (line 211) | func assertNoFailureMetric(t *testing.T, metricsPort, exporterName strin... FILE: internal/e2e/internal_telemetry_test.go function TestInternalTelemetry_ServiceInstanceID (line 44) | func TestInternalTelemetry_ServiceInstanceID(t *testing.T) { type testSink (line 237) | type testSink struct method Write (line 244) | func (s *testSink) Write(p []byte) (n int, err error) { method Bytes (line 250) | func (s *testSink) Bytes() []byte { method Sync (line 256) | func (*testSink) Sync() error { method Close (line 260) | func (*testSink) Close() error { function registerTestLogSink (line 264) | func registerTestLogSink(tb testing.TB) *testSink { function init (line 280) | func init() { FILE: internal/e2e/metric_stability_test.go function assertMetrics (line 44) | func assertMetrics(t *testing.T, metricsPort string, expectedMetrics map... function TestMetricStability (line 65) | func TestMetricStability(t *testing.T) { function testMetricStability (line 182) | func testMetricStability(t *testing.T, configFile string, expectedMetric... function sendTestData (line 233) | func sendTestData(t *testing.T, otelPort string) { function sendTestMetrics (line 239) | func sendTestMetrics(otelPort string) error { function sendTestTraces (line 274) | func sendTestTraces(otelPort string) error { function sendTestLogs (line 309) | func sendTestLogs(otelPort string) error { function getFreePort (line 342) | func getFreePort(t *testing.T) string { function waitMetricsReady (line 352) | func waitMetricsReady(t *testing.T, metricsPort string) { function readMetrics (line 358) | func readMetrics(t require.TestingT, metricsPort string) map[string]*dto... FILE: internal/e2e/opaque_test.go type TestStruct (line 16) | type TestStruct struct function TestConfMapMarshalConfigOpaque (line 26) | func TestConfMapMarshalConfigOpaque(t *testing.T) { FILE: internal/e2e/otlphttp_test.go function TestInvalidConfig (line 47) | func TestInvalidConfig(t *testing.T) { function TestTraceNoBackend (line 63) | func TestTraceNoBackend(t *testing.T) { function TestTraceInvalidURL (line 70) | func TestTraceInvalidURL(t *testing.T) { function TestTraceError (line 80) | func TestTraceError(t *testing.T) { function TestTraceRoundTrip (line 90) | func TestTraceRoundTrip(t *testing.T) { function TestMetricsError (line 133) | func TestMetricsError(t *testing.T) { function TestMetricsRoundTrip (line 143) | func TestMetricsRoundTrip(t *testing.T) { function TestLogsError (line 186) | func TestLogsError(t *testing.T) { function TestLogsRoundTrip (line 196) | func TestLogsRoundTrip(t *testing.T) { function TestIssue_4221 (line 239) | func TestIssue_4221(t *testing.T) { function startTraces (line 361) | func startTraces(t *testing.T, baseURL, overrideURL string) exporter.Tra... function startMetrics (line 371) | func startMetrics(t *testing.T, baseURL, overrideURL string) exporter.Me... function startLogs (line 381) | func startLogs(t *testing.T, baseURL, overrideURL string) exporter.Logs { function createConfig (line 391) | func createConfig(baseURL string, defaultCfg component.Config) *otlphttp... function startTracesReceiver (line 399) | func startTracesReceiver(t *testing.T, addr string, next consumer.Traces) { function startMetricsReceiver (line 407) | func startMetricsReceiver(t *testing.T, addr string, next consumer.Metri... function startLogsReceiver (line 415) | func startLogsReceiver(t *testing.T, addr string, next consumer.Logs) { function createReceiverConfig (line 423) | func createReceiverConfig(addr string, defaultCfg component.Config) *otl... function startAndCleanup (line 429) | func startAndCleanup(t *testing.T, cmp component.Component) { FILE: internal/e2e/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/e2e/status_test.go function Test_ComponentStatusReporting_SharedInstance (line 43) | func Test_ComponentStatusReporting_SharedInstance(t *testing.T) { function newReceiverFactory (line 170) | func newReceiverFactory() receiver.Factory { type testReceiver (line 179) | type testReceiver struct method Start (line 181) | func (t *testReceiver) Start(_ context.Context, host component.Host) e... method Shutdown (line 197) | func (t *testReceiver) Shutdown(_ context.Context) error { type receiverConfig (line 201) | type receiverConfig struct function createDefaultReceiverConfig (line 203) | func createDefaultReceiverConfig() component.Config { function createTraces (line 207) | func createTraces( function createMetrics (line 227) | func createMetrics( function newExtensionFactory (line 249) | func newExtensionFactory() extension.Factory { function create (line 258) | func create(_ context.Context, _ extension.Settings, cfg component.Confi... type testExtension (line 265) | type testExtension struct method Start (line 278) | func (t *testExtension) Start(_ context.Context, _ component.Host) err... method Shutdown (line 283) | func (t *testExtension) Shutdown(_ context.Context) error { method ComponentStatusChanged (line 288) | func (t *testExtension) ComponentStatusChanged( method NotifyConfig (line 298) | func (t *testExtension) NotifyConfig(_ context.Context, _ *confmap.Con... method Ready (line 303) | func (t *testExtension) Ready() error { method NotReady (line 308) | func (t *testExtension) NotReady() error { type extensionConfig (line 269) | type extensionConfig struct function createDefaultExtensionConfig (line 273) | func createDefaultExtensionConfig() component.Config { FILE: internal/fanoutconsumer/logs.go function NewLogs (line 21) | func NewLogs(lcs []consumer.Logs) consumer.Logs { type logsConsumer (line 38) | type logsConsumer struct method Capabilities (line 43) | func (lsc *logsConsumer) Capabilities() consumer.Capabilities { method ConsumeLogs (line 49) | func (lsc *logsConsumer) ConsumeLogs(ctx context.Context, ld plog.Logs... function cloneLogs (line 79) | func cloneLogs(ld plog.Logs) plog.Logs { FILE: internal/fanoutconsumer/logs_test.go function TestLogsNotMultiplexing (line 19) | func TestLogsNotMultiplexing(t *testing.T) { function TestLogsNotMultiplexingMutating (line 25) | func TestLogsNotMultiplexingMutating(t *testing.T) { function TestLogsMultiplexingNonMutating (line 31) | func TestLogsMultiplexingNonMutating(t *testing.T) { function TestLogsMultiplexingMutating (line 67) | func TestLogsMultiplexingMutating(t *testing.T) { function TestReadOnlyLogsMultiplexingMutating (line 104) | func TestReadOnlyLogsMultiplexingMutating(t *testing.T) { function TestLogsMultiplexingMixLastMutating (line 141) | func TestLogsMultiplexingMixLastMutating(t *testing.T) { function TestLogsMultiplexingMixLastNonMutating (line 179) | func TestLogsMultiplexingMixLastNonMutating(t *testing.T) { function TestLogsWhenErrors (line 216) | func TestLogsWhenErrors(t *testing.T) { type mutatingLogsSink (line 234) | type mutatingLogsSink struct method Capabilities (line 238) | func (mts *mutatingLogsSink) Capabilities() consumer.Capabilities { type mutatingErr (line 242) | type mutatingErr struct method Capabilities (line 246) | func (mts mutatingErr) Capabilities() consumer.Capabilities { FILE: internal/fanoutconsumer/metrics.go function NewMetrics (line 19) | func NewMetrics(mcs []consumer.Metrics) consumer.Metrics { type metricsConsumer (line 36) | type metricsConsumer struct method Capabilities (line 41) | func (msc *metricsConsumer) Capabilities() consumer.Capabilities { method ConsumeMetrics (line 47) | func (msc *metricsConsumer) ConsumeMetrics(ctx context.Context, md pme... function cloneMetrics (line 77) | func cloneMetrics(md pmetric.Metrics) pmetric.Metrics { FILE: internal/fanoutconsumer/metrics_test.go function TestMetricsNotMultiplexing (line 19) | func TestMetricsNotMultiplexing(t *testing.T) { function TestMetricssNotMultiplexingMutating (line 25) | func TestMetricssNotMultiplexingMutating(t *testing.T) { function TestMetricsMultiplexingNonMutating (line 31) | func TestMetricsMultiplexingNonMutating(t *testing.T) { function TestMetricsMultiplexingMutating (line 67) | func TestMetricsMultiplexingMutating(t *testing.T) { function TestReadOnlyMetricsMultiplexingMixFirstMutating (line 104) | func TestReadOnlyMetricsMultiplexingMixFirstMutating(t *testing.T) { function TestMetricsMultiplexingMixLastMutating (line 141) | func TestMetricsMultiplexingMixLastMutating(t *testing.T) { function TestMetricsMultiplexingMixLastNonMutating (line 179) | func TestMetricsMultiplexingMixLastNonMutating(t *testing.T) { function TestMetricsWhenErrors (line 216) | func TestMetricsWhenErrors(t *testing.T) { type mutatingMetricsSink (line 234) | type mutatingMetricsSink struct method Capabilities (line 238) | func (mts *mutatingMetricsSink) Capabilities() consumer.Capabilities { FILE: internal/fanoutconsumer/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/fanoutconsumer/profiles.go function NewProfiles (line 20) | func NewProfiles(tcs []xconsumer.Profiles) xconsumer.Profiles { type profilesConsumer (line 37) | type profilesConsumer struct method Capabilities (line 42) | func (tsc *profilesConsumer) Capabilities() consumer.Capabilities { method ConsumeProfiles (line 48) | func (tsc *profilesConsumer) ConsumeProfiles(ctx context.Context, td p... function cloneProfiles (line 78) | func cloneProfiles(td pprofile.Profiles) pprofile.Profiles { FILE: internal/fanoutconsumer/profiles_test.go function TestProfilesNotMultiplexing (line 20) | func TestProfilesNotMultiplexing(t *testing.T) { function TestProfilesNotMultiplexingMutating (line 26) | func TestProfilesNotMultiplexingMutating(t *testing.T) { function TestProfilesMultiplexingNonMutating (line 32) | func TestProfilesMultiplexingNonMutating(t *testing.T) { function TestProfilesMultiplexingMutating (line 68) | func TestProfilesMultiplexingMutating(t *testing.T) { function TestReadOnlyProfilesMultiplexingMutating (line 105) | func TestReadOnlyProfilesMultiplexingMutating(t *testing.T) { function TestProfilesMultiplexingMixLastMutating (line 143) | func TestProfilesMultiplexingMixLastMutating(t *testing.T) { function TestProfilesMultiplexingMixLastNonMutating (line 181) | func TestProfilesMultiplexingMixLastNonMutating(t *testing.T) { function TestProfilesWhenErrors (line 218) | func TestProfilesWhenErrors(t *testing.T) { type mutatingProfilesSink (line 236) | type mutatingProfilesSink struct method Capabilities (line 240) | func (mts *mutatingProfilesSink) Capabilities() consumer.Capabilities { FILE: internal/fanoutconsumer/traces.go function NewTraces (line 19) | func NewTraces(tcs []consumer.Traces) consumer.Traces { type tracesConsumer (line 36) | type tracesConsumer struct method Capabilities (line 41) | func (tsc *tracesConsumer) Capabilities() consumer.Capabilities { method ConsumeTraces (line 47) | func (tsc *tracesConsumer) ConsumeTraces(ctx context.Context, td ptrac... function cloneTraces (line 77) | func cloneTraces(td ptrace.Traces) ptrace.Traces { FILE: internal/fanoutconsumer/traces_test.go function TestTracesNotMultiplexing (line 19) | func TestTracesNotMultiplexing(t *testing.T) { function TestTracesNotMultiplexingMutating (line 25) | func TestTracesNotMultiplexingMutating(t *testing.T) { function TestTracesMultiplexingNonMutating (line 31) | func TestTracesMultiplexingNonMutating(t *testing.T) { function TestTracesMultiplexingMutating (line 67) | func TestTracesMultiplexingMutating(t *testing.T) { function TestReadOnlyTracesMultiplexingMutating (line 104) | func TestReadOnlyTracesMultiplexingMutating(t *testing.T) { function TestTracesMultiplexingMixLastMutating (line 142) | func TestTracesMultiplexingMixLastMutating(t *testing.T) { function TestTracesMultiplexingMixLastNonMutating (line 180) | func TestTracesMultiplexingMixLastNonMutating(t *testing.T) { function TestTracesWhenErrors (line 217) | func TestTracesWhenErrors(t *testing.T) { type mutatingTracesSink (line 235) | type mutatingTracesSink struct method Capabilities (line 239) | func (mts *mutatingTracesSink) Capabilities() consumer.Capabilities { FILE: internal/memorylimiter/cgroups/cgroup.go type CGroup (line 39) | type CGroup struct method Path (line 49) | func (cg *CGroup) Path() string { method ParamPath (line 54) | func (cg *CGroup) ParamPath(param string) string { method readFirstLine (line 59) | func (cg *CGroup) readFirstLine(param string) (string, error) { method readInt (line 77) | func (cg *CGroup) readInt(param string) (int64, error) { function NewCGroup (line 44) | func NewCGroup(path string) *CGroup { FILE: internal/memorylimiter/cgroups/cgroup_test.go function TestCGroupParamPath (line 37) | func TestCGroupParamPath(t *testing.T) { function TestCGroupReadFirstLine (line 43) | func TestCGroupReadFirstLine(t *testing.T) { function TestCGroupReadInt (line 85) | func TestCGroupReadInt(t *testing.T) { FILE: internal/memorylimiter/cgroups/cgroups.go constant _cgroupFSType (line 41) | _cgroupFSType = "cgroup" constant _cgroupSubsysCPU (line 43) | _cgroupSubsysCPU = "cpu" constant _cgroupSubsysCPUAcct (line 45) | _cgroupSubsysCPUAcct = "cpuacct" constant _cgroupSubsysCPUSet (line 47) | _cgroupSubsysCPUSet = "cpuset" constant _cgroupSubsysMemory (line 49) | _cgroupSubsysMemory = "memory" constant _cgroupMemoryLimitBytes (line 51) | _cgroupMemoryLimitBytes = "memory.limit_in_bytes" constant _cgroupv2MemoryMax (line 55) | _cgroupv2MemoryMax = "memory.max" constant _cgroupv2FSType (line 58) | _cgroupv2FSType = "cgroup2" constant _procPathCGroup (line 62) | _procPathCGroup = "/proc/self/cgroup" constant _procPathMountInfo (line 63) | _procPathMountInfo = "/proc/self/mountinfo" constant _cgroupv2MountPoint (line 64) | _cgroupv2MountPoint = "/sys/fs/cgroup" type CGroups (line 68) | type CGroups method MemoryQuota (line 118) | func (cg CGroups) MemoryQuota() (int64, bool, error) { function NewCGroups (line 73) | func NewCGroups(procPathMountInfo, procPathCGroup string) (CGroups, erro... function NewCGroupsForCurrentProcess (line 111) | func NewCGroupsForCurrentProcess() (CGroups, error) { function IsCGroupV2 (line 133) | func IsCGroupV2() (bool, error) { function isCGroupV2 (line 137) | func isCGroupV2(procPathMountInfo string) (bool, error) { function MemoryQuotaV2 (line 154) | func MemoryQuotaV2() (int64, bool, error) { function memoryQuotaV2 (line 158) | func memoryQuotaV2(cgroupv2MountPoint, cgroupv2MemoryMax string) (int64,... FILE: internal/memorylimiter/cgroups/cgroups_test.go function TestNewCGroups (line 38) | func TestNewCGroups(t *testing.T) { function TestNewCGroupsWithErrors (line 63) | func TestNewCGroupsWithErrors(t *testing.T) { function TestCGroupsMemoryQuota (line 91) | func TestCGroupsMemoryQuota(t *testing.T) { function TestCGroupsIsCGroupV2 (line 135) | func TestCGroupsIsCGroupV2(t *testing.T) { function TestCGroupsMemoryQuotaV2 (line 177) | func TestCGroupsMemoryQuotaV2(t *testing.T) { FILE: internal/memorylimiter/cgroups/errors.go type cgroupSubsysFormatInvalidError (line 32) | type cgroupSubsysFormatInvalidError struct method Error (line 46) | func (err cgroupSubsysFormatInvalidError) Error() string { type mountPointFormatInvalidError (line 36) | type mountPointFormatInvalidError struct method Error (line 50) | func (err mountPointFormatInvalidError) Error() string { type pathNotExposedFromMountPointError (line 40) | type pathNotExposedFromMountPointError struct method Error (line 54) | func (err pathNotExposedFromMountPointError) Error() string { FILE: internal/memorylimiter/cgroups/mountpoint.go constant _mountInfoSep (line 39) | _mountInfoSep = " " constant _mountInfoOptsSep (line 40) | _mountInfoOptsSep = "," constant _mountInfoOptionalFieldsSep (line 41) | _mountInfoOptionalFieldsSep = "-" constant _miFieldIDMountID (line 45) | _miFieldIDMountID = iota constant _miFieldIDParentID (line 46) | _miFieldIDParentID constant _miFieldIDDeviceID (line 47) | _miFieldIDDeviceID constant _miFieldIDRoot (line 48) | _miFieldIDRoot constant _miFieldIDMountPoint (line 49) | _miFieldIDMountPoint constant _miFieldIDOptions (line 50) | _miFieldIDOptions constant _miFieldIDOptionalFields (line 51) | _miFieldIDOptionalFields constant _miFieldCountFirstHalf (line 53) | _miFieldCountFirstHalf constant _miFieldOffsetFSType (line 57) | _miFieldOffsetFSType = iota constant _miFieldOffsetMountSource (line 58) | _miFieldOffsetMountSource constant _miFieldOffsetSuperOptions (line 59) | _miFieldOffsetSuperOptions constant _miFieldCountSecondHalf (line 61) | _miFieldCountSecondHalf constant _miFieldCountMin (line 64) | _miFieldCountMin = _miFieldCountFirstHalf + _miFieldCountSecondHalf type MountPoint (line 68) | type MountPoint struct method Translate (line 133) | func (mp *MountPoint) Translate(absPath string) (string, error) { function NewMountPointFromLine (line 83) | func NewMountPointFromLine(line string) (*MountPoint, error) { function parseMountInfo (line 151) | func parseMountInfo(procPathMountInfo string, newMountPoint func(*MountP... FILE: internal/memorylimiter/cgroups/mountpoint_test.go function TestNewMountPointFromLine (line 37) | func TestNewMountPointFromLine(t *testing.T) { function TestNewMountPointFromLineErr (line 84) | func TestNewMountPointFromLineErr(t *testing.T) { function TestMountPointTranslate (line 114) | func TestMountPointTranslate(t *testing.T) { function TestMountPointTranslateError (line 150) | func TestMountPointTranslateError(t *testing.T) { FILE: internal/memorylimiter/cgroups/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/memorylimiter/cgroups/subsys.go constant _cgroupSep (line 39) | _cgroupSep = ":" constant _cgroupSubsysSep (line 40) | _cgroupSubsysSep = "," constant _csFieldIDID (line 44) | _csFieldIDID = iota constant _csFieldIDSubsystems (line 45) | _csFieldIDSubsystems constant _csFieldIDName (line 46) | _csFieldIDName constant _csFieldCount (line 47) | _csFieldCount type CGroupSubsys (line 52) | type CGroupSubsys struct function NewCGroupSubsysFromLine (line 60) | func NewCGroupSubsysFromLine(line string) (*CGroupSubsys, error) { function parseCGroupSubsystems (line 83) | func parseCGroupSubsystems(procPathCGroup string) (map[string]*CGroupSub... FILE: internal/memorylimiter/cgroups/subsys_test.go function TestNewCGroupSubsysFromLine (line 37) | func TestNewCGroupSubsysFromLine(t *testing.T) { function TestNewCGroupSubsysFromLineErr (line 79) | func TestNewCGroupSubsysFromLineErr(t *testing.T) { FILE: internal/memorylimiter/cgroups/util_test.go function mustGetWd (line 42) | func mustGetWd() string { FILE: internal/memorylimiter/config.go type Config (line 24) | type Config struct method Validate (line 66) | func (cfg *Config) Validate() error { function NewDefaultConfig (line 59) | func NewDefaultConfig() *Config { FILE: internal/memorylimiter/config_test.go function TestUnmarshalConfig (line 17) | func TestUnmarshalConfig(t *testing.T) { function TestConfigValidate (line 30) | func TestConfigValidate(t *testing.T) { function TestUnmarshalInvalidConfig (line 107) | func TestUnmarshalInvalidConfig(t *testing.T) { FILE: internal/memorylimiter/iruntime/mem_info.go function readMemInfo (line 12) | func readMemInfo() (uint64, error) { FILE: internal/memorylimiter/iruntime/mem_info_test.go function TestReadMemInfo (line 13) | func TestReadMemInfo(t *testing.T) { FILE: internal/memorylimiter/iruntime/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/memorylimiter/iruntime/total_memory_linux.go constant unlimitedMemorySize (line 12) | unlimitedMemorySize = 9223372036854771712 function TotalMemory (line 16) | func TotalMemory() (uint64, error) { FILE: internal/memorylimiter/iruntime/total_memory_linux_test.go function TestTotalMemory (line 15) | func TestTotalMemory(t *testing.T) { FILE: internal/memorylimiter/iruntime/total_memory_other.go function TotalMemory (line 9) | func TotalMemory() (uint64, error) { FILE: internal/memorylimiter/iruntime/total_memory_other_test.go function TestTotalMemory (line 15) | func TestTotalMemory(t *testing.T) { FILE: internal/memorylimiter/memorylimiter.go constant mibBytes (line 22) | mibBytes = 1024 * 1024 type MemoryLimiter (line 36) | type MemoryLimiter struct method Start (line 90) | func (ml *MemoryLimiter) Start(_ context.Context, _ component.Host) er... method Shutdown (line 112) | func (ml *MemoryLimiter) Shutdown(context.Context) error { method MustRefuse (line 129) | func (ml *MemoryLimiter) MustRefuse() bool { method readMemStats (line 151) | func (ml *MemoryLimiter) readMemStats() *runtime.MemStats { method doGCandReadMemStats (line 161) | func (ml *MemoryLimiter) doGCandReadMemStats() *runtime.MemStats { method CheckMemLimits (line 170) | func (ml *MemoryLimiter) CheckMemLimits() { function NewMemoryLimiter (line 65) | func NewMemoryLimiter(cfg *Config, logger *zap.Logger) (*MemoryLimiter, ... function getMemUsageChecker (line 133) | func getMemUsageChecker(cfg *Config, logger *zap.Logger) (*memUsageCheck... function memstatToZapField (line 157) | func memstatToZapField(ms *runtime.MemStats) zap.Field { type memUsageChecker (line 213) | type memUsageChecker struct method aboveSoftLimit (line 218) | func (d memUsageChecker) aboveSoftLimit(ms *runtime.MemStats) bool { method aboveHardLimit (line 222) | func (d memUsageChecker) aboveHardLimit(ms *runtime.MemStats) bool { function newFixedMemUsageChecker (line 226) | func newFixedMemUsageChecker(memAllocLimit, memSpikeLimit uint64) *memUs... function newPercentageMemUsageChecker (line 237) | func newPercentageMemUsageChecker(totalMemory, percentageLimit, percenta... FILE: internal/memorylimiter/memorylimiter_test.go function TestMemoryPressureResponse (line 20) | func TestMemoryPressureResponse(t *testing.T) { function TestGetDecision (line 57) | func TestGetDecision(t *testing.T) { function TestRefuseDecision (line 83) | func TestRefuseDecision(t *testing.T) { function TestCallGCWhenSoftLimit (line 136) | func TestCallGCWhenSoftLimit(t *testing.T) { FILE: internal/sharedcomponent/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/sharedcomponent/sharedcomponent.go function NewMap (line 18) | func NewMap[K comparable, V component.Component]() *Map[K, V] { type Map (line 25) | type Map struct method LoadOrStore (line 32) | func (m *Map[K, V]) LoadOrStore(key K, create func() (V, error)) (*Compo... type Component (line 57) | type Component struct method Unwrap (line 68) | func (c *Component[V]) Unwrap() V { method Start (line 73) | func (c *Component[V]) Start(ctx context.Context, host component.Host) e... type hostWrapper (line 110) | type hostWrapper struct method GetExtensions (line 117) | func (h *hostWrapper) GetExtensions() map[component.ID]component.Compo... method Report (line 121) | func (h *hostWrapper) Report(e *componentstatus.Event) { method addSource (line 134) | func (h *hostWrapper) addSource(s componentstatus.Reporter) { method Shutdown (line 146) | func (c *Component[V]) Shutdown(ctx context.Context) error { FILE: internal/sharedcomponent/sharedcomponent_test.go type baseComponent (line 21) | type baseComponent struct function TestNewMap (line 26) | func TestNewMap(t *testing.T) { function TestNewSharedComponentsCreateError (line 31) | func TestNewSharedComponentsCreateError(t *testing.T) { function TestSharedComponentsLoadOrStore (line 43) | func TestSharedComponentsLoadOrStore(t *testing.T) { function TestSharedComponent (line 73) | func TestSharedComponent(t *testing.T) { function TestReportStatusOnStartShutdown (line 107) | func TestReportStatusOnStartShutdown(t *testing.T) { type testHost (line 207) | type testHost struct method Report (line 213) | func (h *testHost) Report(e *componentstatus.Event) { FILE: internal/statusutil/helper.go function NewStatusFromMsgAndHTTPCode (line 16) | func NewStatusFromMsgAndHTTPCode(errMsg string, statusCode int) *status.... function GetRetryInfo (line 39) | func GetRetryInfo(status *status.Status) *errdetails.RetryInfo { FILE: internal/statusutil/helper_test.go function Test_ErrorMsgAndHTTPCodeToStatus (line 20) | func Test_ErrorMsgAndHTTPCodeToStatus(t *testing.T) { function TestGetRetryInfo (line 90) | func TestGetRetryInfo(t *testing.T) { FILE: internal/telemetry/attribute.go constant ComponentKindKey (line 12) | ComponentKindKey = "otelcol.component.kind" constant ComponentIDKey (line 13) | ComponentIDKey = "otelcol.component.id" constant PipelineIDKey (line 14) | PipelineIDKey = "otelcol.pipeline.id" constant SignalKey (line 15) | SignalKey = "otelcol.signal" constant SignalOutputKey (line 16) | SignalOutputKey = "otelcol.signal.output" function ToZapFields (line 20) | func ToZapFields(attrs []attribute.KeyValue) []zap.Field { FILE: internal/telemetry/attribute_test.go function TestToZapFields (line 14) | func TestToZapFields(t *testing.T) { FILE: internal/telemetry/telemetry.go type injectorCore (line 15) | type injectorCore interface type injectorTracerProvider (line 19) | type injectorTracerProvider interface type injectorMeterProvider (line 23) | type injectorMeterProvider interface function DropInjectedAttributes (line 27) | func DropInjectedAttributes(ts component.TelemetrySettings, attrs ...str... FILE: internal/telemetry/telemetrytest/mock.go type mockInjectorCore (line 11) | type mockInjectorCore struct method DropInjectedAttributes (line 16) | func (mic mockInjectorCore) DropInjectedAttributes(droppedAttrs ...str... function MockInjectorLogger (line 21) | func MockInjectorLogger(logger *zap.Logger, dropped *[]string) *zap.Logg... FILE: internal/testutil/benchmarks.go function SkipMemoryBench (line 13) | func SkipMemoryBench(b *testing.B) { function SkipGCHeavyBench (line 22) | func SkipGCHeavyBench(b *testing.B) { FILE: internal/testutil/fips.go function SkipIfFIPSOnly (line 14) | func SkipIfFIPSOnly(t *testing.T, msg string) { FILE: internal/testutil/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: internal/testutil/testutil.go type portpair (line 17) | type portpair struct function GetAvailableLocalAddress (line 26) | func GetAvailableLocalAddress(tb testing.TB) string { function GetAvailableLocalIPv6Address (line 31) | func GetAvailableLocalIPv6Address(tb testing.TB) string { function findAvailable (line 35) | func findAvailable(tb testing.TB, network string) string { function findAvailableAddress (line 66) | func findAvailableAddress(tb testing.TB, network string) string { function getExclusionsList (line 87) | func getExclusionsList(tb testing.TB, network string) []portpair { function createExclusionsList (line 109) | func createExclusionsList(tb testing.TB, exclusionsText string) []portpa... FILE: internal/testutil/testutil_test.go function TestGetAvailableLocalAddress (line 14) | func TestGetAvailableLocalAddress(t *testing.T) { function TestGetAvailableLocalIpv6Address (line 32) | func TestGetAvailableLocalIpv6Address(t *testing.T) { function TestCreateExclusionsList (line 50) | func TestCreateExclusionsList(t *testing.T) { FILE: otelcol/buffered_core.go type loggedEntry (line 15) | type loggedEntry struct function newBufferedCore (line 20) | func newBufferedCore(enab zapcore.LevelEnabler) *bufferedCore { type bufferedCore (line 26) | type bufferedCore struct method Level (line 34) | func (bc *bufferedCore) Level() zapcore.Level { method Check (line 38) | func (bc *bufferedCore) Check(ent zapcore.Entry, ce *zapcore.CheckedEn... method With (line 45) | func (bc *bufferedCore) With(fields []zapcore.Field) zapcore.Core { method Write (line 54) | func (bc *bufferedCore) Write(ent zapcore.Entry, fields []zapcore.Fiel... method Sync (line 67) | func (bc *bufferedCore) Sync() error { method TakeLogs (line 71) | func (bc *bufferedCore) TakeLogs() []loggedEntry { FILE: otelcol/buffered_core_test.go function Test_bufferedCore_Level (line 14) | func Test_bufferedCore_Level(t *testing.T) { function Test_bufferedCore_Check (line 19) | func Test_bufferedCore_Check(t *testing.T) { function Test_bufferedCore_With (line 41) | func Test_bufferedCore_With(t *testing.T) { function Test_bufferedCore_Write (line 59) | func Test_bufferedCore_Write(t *testing.T) { function Test_bufferedCore_Sync (line 79) | func Test_bufferedCore_Sync(t *testing.T) { function Test_bufferedCore_TakeLogs (line 84) | func Test_bufferedCore_TakeLogs(t *testing.T) { FILE: otelcol/collector.go type State (line 30) | type State method String (line 39) | func (s State) String() string { constant StateStarting (line 33) | StateStarting State = iota constant StateRunning (line 34) | StateRunning constant StateClosing (line 35) | StateClosing constant StateClosed (line 36) | StateClosed type CollectorSettings (line 54) | type CollectorSettings struct type Collector (line 100) | type Collector struct method GetState (line 154) | func (col *Collector) GetState() State { method Shutdown (line 159) | func (col *Collector) Shutdown() { method setupConfigurationComponents (line 175) | func (col *Collector) setupConfigurationComponents(ctx context.Context... method reloadConfiguration (line 265) | func (col *Collector) reloadConfiguration(ctx context.Context) error { method DryRun (line 280) | func (col *Collector) DryRun(ctx context.Context) error { method Run (line 327) | func (col *Collector) Run(ctx context.Context) error { method shutdown (line 394) | func (col *Collector) shutdown(ctx context.Context) error { method setCollectorState (line 415) | func (col *Collector) setCollectorState(state State) { function NewCollector (line 123) | func NewCollector(set CollectorSettings) (*Collector, error) { function buildModuleInfo (line 165) | func buildModuleInfo(m map[component.Type]string) map[component.Type]ser... function newFallbackLogger (line 311) | func newFallbackLogger(options []zap.Option) (*zap.Logger, error) { FILE: otelcol/collector_core.go type collectorCore (line 14) | type collectorCore struct method Enabled (line 24) | func (c *collectorCore) Enabled(l zapcore.Level) bool { method With (line 28) | func (c *collectorCore) With(f []zapcore.Field) zapcore.Core { method Check (line 32) | func (c *collectorCore) Check(e zapcore.Entry, ce *zapcore.CheckedEntr... method Write (line 40) | func (c *collectorCore) Write(e zapcore.Entry, f []zapcore.Field) error { method Sync (line 44) | func (c *collectorCore) Sync() error { method SetCore (line 48) | func (c *collectorCore) SetCore(core zapcore.Core) { method loadDelegate (line 53) | func (c *collectorCore) loadDelegate() zapcore.Core { function newCollectorCore (line 18) | func newCollectorCore(core zapcore.Core) *collectorCore { FILE: otelcol/collector_core_test.go function Test_collectorCore_Enabled (line 14) | func Test_collectorCore_Enabled(t *testing.T) { function Test_collectorCore_Check (line 20) | func Test_collectorCore_Check(t *testing.T) { function Test_collectorCore_With (line 41) | func Test_collectorCore_With(t *testing.T) { function Test_collectorCore_Write (line 57) | func Test_collectorCore_Write(t *testing.T) { function Test_collectorCore_Sync (line 77) | func Test_collectorCore_Sync(t *testing.T) { function Test_collectorCore_SetCore (line 82) | func Test_collectorCore_SetCore(t *testing.T) { FILE: otelcol/collector_test.go function TestStateString (line 32) | func TestStateString(t *testing.T) { function TestCollectorStartAsGoRoutine (line 40) | func TestCollectorStartAsGoRoutine(t *testing.T) { function TestCollectorCancelContext (line 61) | func TestCollectorCancelContext(t *testing.T) { function TestCollectorStateAfterConfigChange (line 82) | func TestCollectorStateAfterConfigChange(t *testing.T) { function TestCollectorReportError (line 157) | func TestCollectorReportError(t *testing.T) { function NewStatusWatcherExtensionFactory (line 178) | func NewStatusWatcherExtensionFactory( type statusWatcherExtension (line 194) | type statusWatcherExtension struct method ComponentStatusChanged (line 200) | func (e statusWatcherExtension) ComponentStatusChanged(source *compone... function TestComponentStatusWatcher (line 204) | func TestComponentStatusWatcher(t *testing.T) { function TestCollectorSendSignal (line 293) | func TestCollectorSendSignal(t *testing.T) { function TestCollectorFailedShutdown (line 319) | func TestCollectorFailedShutdown(t *testing.T) { function TestCollectorStartInvalidConfig (line 344) | func TestCollectorStartInvalidConfig(t *testing.T) { function TestNewCollectorInvalidConfigProviderSettings (line 354) | func TestNewCollectorInvalidConfigProviderSettings(t *testing.T) { function TestNewCollectorUseConfig (line 363) | func TestNewCollectorUseConfig(t *testing.T) { function TestNewCollectorValidatesResolverSettings (line 375) | func TestNewCollectorValidatesResolverSettings(t *testing.T) { function TestCollectorRun (line 390) | func TestCollectorRun(t *testing.T) { function TestCollectorRun_AfterShutdown (line 420) | func TestCollectorRun_AfterShutdown(t *testing.T) { function TestCollectorRun_Errors (line 439) | func TestCollectorRun_Errors(t *testing.T) { function TestCollectorDryRun (line 497) | func TestCollectorDryRun(t *testing.T) { function startCollector (line 580) | func startCollector(ctx context.Context, t *testing.T, col *Collector) *... type failureProvider (line 588) | type failureProvider struct method Retrieve (line 594) | func (fmp *failureProvider) Retrieve(context.Context, string, confmap.... method Scheme (line 598) | func (*failureProvider) Scheme() string { method Shutdown (line 602) | func (*failureProvider) Shutdown(context.Context) error { function newFailureProvider (line 590) | func newFailureProvider(_ confmap.ProviderSettings) confmap.Provider { type fakeProvider (line 606) | type fakeProvider struct method Retrieve (line 612) | func (f *fakeProvider) Retrieve(ctx context.Context, uri string, watch... method Scheme (line 616) | func (f *fakeProvider) Scheme() string { method Shutdown (line 620) | func (f *fakeProvider) Shutdown(context.Context) error { function newFakeProvider (line 624) | func newFakeProvider(scheme string, ret func(ctx context.Context, uri st... function newEnvProvider (line 634) | func newEnvProvider() confmap.ProviderFactory { function newDefaultConfigProviderSettings (line 669) | func newDefaultConfigProviderSettings(tb testing.TB, uris []string) Conf... function newConfFromFile (line 685) | func newConfFromFile(tb testing.TB, fileName string) map[string]any { function TestProviderAndConverterModules (line 695) | func TestProviderAndConverterModules(t *testing.T) { function TestCollectorLoggingOptions (line 723) | func TestCollectorLoggingOptions(t *testing.T) { FILE: otelcol/collector_windows.go type windowsService (line 24) | type windowsService struct method Execute (line 36) | func (s *windowsService) Execute(args []string, requests <-chan svc.Ch... method start (line 79) | func (s *windowsService) start(elog *eventlog.Log, colErrorChannel cha... method stop (line 131) | func (s *windowsService) stop(colErrorChannel chan error) error { function NewSvcHandler (line 31) | func NewSvcHandler(set CollectorSettings) svc.Handler { function openEventLog (line 137) | func openEventLog(serviceName string) (*eventlog.Log, error) { type windowsEventLogCore (line 148) | type windowsEventLogCore struct method Enabled (line 154) | func (w windowsEventLogCore) Enabled(level zapcore.Level) bool { method With (line 158) | func (w windowsEventLogCore) With(fields []zapcore.Field) zapcore.Core { method Check (line 170) | func (w windowsEventLogCore) Check(ent zapcore.Entry, ce *zapcore.Chec... method Write (line 177) | func (w windowsEventLogCore) Write(ent zapcore.Entry, fields []zapcore... method Sync (line 201) | func (w windowsEventLogCore) Sync() error { function withWindowsCore (line 205) | func withWindowsCore(elog *eventlog.Log) func(zapcore.Core) zapcore.Core { FILE: otelcol/collector_windows_service_test.go constant collectorServiceName (line 24) | collectorServiceName = "otelcorecol" function TestCollectorAsService (line 41) | func TestCollectorAsService(t *testing.T) { type Event (line 165) | type Event struct type System (line 171) | type System struct type Provider (line 186) | type Provider struct type TimeCreated (line 190) | type TimeCreated struct type Execution (line 194) | type Execution struct FILE: otelcol/collector_windows_test.go function TestNewSvcHandler (line 19) | func TestNewSvcHandler(t *testing.T) { FILE: otelcol/command.go function NewCommand (line 25) | func NewCommand(set CollectorSettings) *cobra.Command { function updateSettingsUsingFlags (line 53) | func updateSettingsUsingFlags(set *CollectorSettings, flags *flag.FlagSe... function newFeatureGateCommand (line 75) | func newFeatureGateCommand() *cobra.Command { FILE: otelcol/command_components.go type componentWithStability (line 23) | type componentWithStability struct type componentWithoutStability (line 29) | type componentWithoutStability struct type componentsOutput (line 34) | type componentsOutput struct function newComponentsCommand (line 46) | func newComponentsCommand(set CollectorSettings) *cobra.Command { function sortFactoriesByType (line 139) | func sortFactoriesByType[T component.Factory](factories map[component.Ty... function sortProvidersByScheme (line 162) | func sortProvidersByScheme(providerModules map[string]string, provFactor... function sortConverterModules (line 184) | func sortConverterModules(modules []string) []componentWithoutStability { function isComponentAlias (line 198) | func isComponentAlias(component any) bool { FILE: otelcol/command_components_test.go function TestNewBuildSubCommand (line 30) | func TestNewBuildSubCommand(t *testing.T) { function TestComponentsStableOutput (line 60) | func TestComponentsStableOutput(t *testing.T) { function newNamedNopFactories (line 94) | func newNamedNopFactories( type nopComponent (line 155) | type nopComponent struct function newNamedConnecterNopFactory (line 160) | func newNamedConnecterNopFactory(typeName string) connector.Factory { function newListNamedConnectorNopFactory (line 167) | func newListNamedConnectorNopFactory(typeNames []string) []connector.Fac... function newNamedExtensionNopFactory (line 175) | func newNamedExtensionNopFactory(typeName string) extension.Factory { function newListNamedExtensionNopFactory (line 186) | func newListNamedExtensionNopFactory(typeNames []string) []extension.Fac... function newNamedReceiverNopFactory (line 194) | func newNamedReceiverNopFactory(typeName string) receiver.Factory { function newListNamedReceiverNopFactory (line 201) | func newListNamedReceiverNopFactory(typeNames []string) []receiver.Facto... function newNamedProcessorNopFactory (line 209) | func newNamedProcessorNopFactory(typeName string) processor.Factory { function newListNamedProcessorNopFactory (line 216) | func newListNamedProcessorNopFactory(typeNames []string) []processor.Fac... function newNamedExportersNopFactory (line 224) | func newNamedExportersNopFactory(typeName string) exporter.Factory { function newListNamedExporterNopFactory (line 231) | func newListNamedExporterNopFactory(typeNames []string) []exporter.Facto... type mockFactory (line 239) | type mockFactory struct method CreateDefaultConfig (line 244) | func (mockFactory) CreateDefaultConfig() component.Config { method Type (line 248) | func (m mockFactory) Type() component.Type { function newMockFactory (line 252) | func newMockFactory(name string) mockFactory { function TestSortFactoriesByType (line 259) | func TestSortFactoriesByType(t *testing.T) { FILE: otelcol/command_print.go function newConfigPrintSubCommand (line 23) | func newConfigPrintSubCommand(set CollectorSettings, flagSet *flag.FlagS... type printContext (line 69) | type printContext struct method configPrintSubCommand (line 77) | func (pctx *printContext) configPrintSubCommand(flagSet *flag.FlagSet,... method printConfigData (line 97) | func (pctx *printContext) printConfigData(data map[string]any) error { method getPrintableConfig (line 121) | func (pctx *printContext) getPrintableConfig() (any, error) { method printUnredactedConfig (line 146) | func (pctx *printContext) printUnredactedConfig() error { method printRedactedConfig (line 173) | func (pctx *printContext) printRedactedConfig() error { FILE: otelcol/command_print_test.go type printExporterConfig (line 31) | type printExporterConfig struct method Validate (line 40) | func (c *printExporterConfig) Validate() error { type printReceiverConfig (line 35) | type printReceiverConfig struct function TestPrintCommand (line 47) | func TestPrintCommand(t *testing.T) { FILE: otelcol/command_test.go function TestNewCommandVersion (line 22) | func TestNewCommandVersion(t *testing.T) { function TestNewCommandNoConfigURI (line 27) | func TestNewCommandNoConfigURI(t *testing.T) { function TestNewCommandProgrammaticallyPassedConfig (line 34) | func TestNewCommandProgrammaticallyPassedConfig(t *testing.T) { function TestAddFlagToSettings (line 57) | func TestAddFlagToSettings(t *testing.T) { function TestInvalidCollectorSettings (line 79) | func TestInvalidCollectorSettings(t *testing.T) { function TestNewCommandInvalidComponent (line 92) | func TestNewCommandInvalidComponent(t *testing.T) { function TestNoProvidersReturnsError (line 108) | func TestNoProvidersReturnsError(t *testing.T) { function Test_UseUnifiedEnvVarExpansionRules (line 124) | func Test_UseUnifiedEnvVarExpansionRules(t *testing.T) { function TestNewFeatureGateCommand (line 165) | func TestNewFeatureGateCommand(t *testing.T) { FILE: otelcol/command_validate.go function newValidateSubCommand (line 13) | func newValidateSubCommand(set CollectorSettings, flagSet *flag.FlagSet)... FILE: otelcol/command_validate_test.go function TestValidateSubCommandNoConfig (line 17) | func TestValidateSubCommandNoConfig(t *testing.T) { function TestValidateSubCommandInvalidComponents (line 23) | func TestValidateSubCommandInvalidComponents(t *testing.T) { FILE: otelcol/config.go type Config (line 22) | type Config struct method Validate (line 49) | func (cfg *Config) Validate() error { FILE: otelcol/config_test.go type errConfig (line 29) | type errConfig struct method Validate (line 33) | func (c *errConfig) Validate() error { function TestConfigValidate (line 37) | func TestConfigValidate(t *testing.T) { function TestNoPipelinesFeatureGate (line 261) | func TestNoPipelinesFeatureGate(t *testing.T) { function generateConfig (line 278) | func generateConfig() *Config { type fakeTelemetryConfig (line 309) | type fakeTelemetryConfig struct method Validate (line 313) | func (cfg fakeTelemetryConfig) Validate() error { FILE: otelcol/configprovider.go type ConfigProvider (line 23) | type ConfigProvider struct method Get (line 55) | func (cm *ConfigProvider) Get(ctx context.Context, factories Factories... method Watch (line 83) | func (cm *ConfigProvider) Watch() <-chan error { method Shutdown (line 93) | func (cm *ConfigProvider) Shutdown(ctx context.Context) error { type ConfigProviderSettings (line 28) | type ConfigProviderSettings struct function NewConfigProvider (line 41) | func NewConfigProvider(set ConfigProviderSettings) (*ConfigProvider, err... FILE: otelcol/configprovider_test.go function TestConfigProvider (line 28) | func TestConfigProvider(t *testing.T) { FILE: otelcol/factories.go type Factories (line 21) | type Factories struct function MakeFactoryMap (line 59) | func MakeFactoryMap[T component.Factory](factories ...T) (map[component.... FILE: otelcol/factories_test.go function nopFactories (line 27) | func nopFactories() (Factories, error) { function TestMakeFactoryMap (line 78) | func TestMakeFactoryMap(t *testing.T) { FILE: otelcol/flags.go constant configFlag (line 15) | configFlag = "config" type configFlagValue (line 18) | type configFlagValue struct method Set (line 23) | func (s *configFlagValue) Set(val string) error { method String (line 28) | func (s *configFlagValue) String() string { function flags (line 32) | func flags(reg *featuregate.Registry) *flag.FlagSet { function getConfigFlag (line 56) | func getConfigFlag(flagSet *flag.FlagSet) []string { FILE: otelcol/flags_test.go function TestSetFlag (line 15) | func TestSetFlag(t *testing.T) { FILE: otelcol/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: otelcol/internal/configunmarshaler/configs.go type Configs (line 16) | type Configs struct function NewConfigs (line 22) | func NewConfigs[F component.Factory](factories map[component.Type]F) *Co... method Unmarshal (line 26) | func (c *Configs[F]) Unmarshal(conf *confmap.Conf) error { method Configs (line 63) | func (c *Configs[F]) Configs() map[component.ID]component.Config { function errorUnknownType (line 67) | func errorUnknownType(id component.ID, factories []component.Type) error { function errorUnmarshalError (line 74) | func errorUnmarshalError(id component.ID, err error) error { FILE: otelcol/internal/configunmarshaler/configs_test.go function TestUnmarshal (line 59) | func TestUnmarshal(t *testing.T) { function TestUnmarshalError (line 77) | func TestUnmarshalError(t *testing.T) { function TestUnmarshal_LoggingExporter (line 146) | func TestUnmarshal_LoggingExporter(t *testing.T) { FILE: otelcol/internal/configunmarshaler/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: otelcol/internal/grpclog/logger.go function SetLogger (line 16) | func SetLogger(baseLogger *zap.Logger) *zapgrpc.Logger { FILE: otelcol/internal/grpclog/logger_test.go function TestGRPCLogger (line 16) | func TestGRPCLogger(t *testing.T) { type mockComponent (line 86) | type mockComponent struct method Info (line 90) | func (c *mockComponent) Info(args ...any) { method Warning (line 94) | func (c *mockComponent) Warning(args ...any) { FILE: otelcol/internal/grpclog/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: otelcol/otelcoltest/config.go function LoadConfig (line 22) | func LoadConfig(fileName string, factories otelcol.Factories) (*otelcol.... function LoadConfigAndValidate (line 45) | func LoadConfigAndValidate(fileName string, factories otelcol.Factories)... FILE: otelcol/otelcoltest/config_test.go function TestLoadConfig (line 18) | func TestLoadConfig(t *testing.T) { function TestLoadConfig_DefaultNopTelemetry (line 66) | func TestLoadConfig_DefaultNopTelemetry(t *testing.T) { function TestLoadConfigAndValidate (line 77) | func TestLoadConfigAndValidate(t *testing.T) { function TestLoadConfigEnv (line 90) | func TestLoadConfigEnv(t *testing.T) { FILE: otelcol/otelcoltest/nop_factories.go function NopFactories (line 18) | func NopFactories() (otelcol.Factories, error) { function nopTelemetryFactory (line 32) | func nopTelemetryFactory() telemetry.Factory { FILE: otelcol/otelcoltest/nop_factories_test.go function TestNopFactories (line 16) | func TestNopFactories(t *testing.T) { FILE: otelcol/otelcoltest/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: otelcol/signals_others.go constant SIGHUP (line 13) | SIGHUP = syscall.SIGHUP constant SIGTERM (line 14) | SIGTERM = syscall.SIGTERM FILE: otelcol/signals_wasm.go constant SIGHUP (line 13) | SIGHUP = syscall.Signal(-1) constant SIGTERM (line 14) | SIGTERM = syscall.Signal(-1) FILE: otelcol/unmarshal_dry_run_test.go type ValidateTestConfig (line 19) | type ValidateTestConfig struct function NewFactories (line 26) | func NewFactories(_ *testing.T) func() (Factories, error) { function TestDryRunWithExpandedValues (line 61) | func TestDryRunWithExpandedValues(t *testing.T) { FILE: otelcol/unmarshaler.go type configSettings (line 21) | type configSettings struct function unmarshal (line 32) | func unmarshal(v *confmap.Conf, factories Factories) (*configSettings, e... FILE: otelcol/unmarshaler_test.go function TestUnmarshalEmpty (line 17) | func TestUnmarshalEmpty(t *testing.T) { function TestUnmarshalEmptyAllSections (line 25) | func TestUnmarshalEmptyAllSections(t *testing.T) { function TestUnmarshalUnknownTopLevel (line 43) | func TestUnmarshalUnknownTopLevel(t *testing.T) { function TestPipelineConfigUnmarshalError (line 54) | func TestPipelineConfigUnmarshalError(t *testing.T) { function TestServiceUnmarshalError (line 124) | func TestServiceUnmarshalError(t *testing.T) { FILE: pdata/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: pdata/internal/bytesid.go function unmarshalJSON (line 14) | func unmarshalJSON(dst []byte, iter *json.Iterator) { FILE: pdata/internal/bytesid_test.go function TestUnmarshalJSON (line 15) | func TestUnmarshalJSON(t *testing.T) { FILE: pdata/internal/generated_enum_aggregationtemporality.go constant AggregationTemporality_AGGREGATION_TEMPORALITY_UNSPECIFIED (line 10) | AggregationTemporality_AGGREGATION_TEMPORALITY_UNSPECIFIED = Aggregation... constant AggregationTemporality_AGGREGATION_TEMPORALITY_DELTA (line 11) | AggregationTemporality_AGGREGATION_TEMPORALITY_DELTA = Aggregation... constant AggregationTemporality_AGGREGATION_TEMPORALITY_CUMULATIVE (line 12) | AggregationTemporality_AGGREGATION_TEMPORALITY_CUMULATIVE = Aggregation... type AggregationTemporality (line 17) | type AggregationTemporality FILE: pdata/internal/generated_enum_severitynumber.go constant SeverityNumber_SEVERITY_NUMBER_UNSPECIFIED (line 10) | SeverityNumber_SEVERITY_NUMBER_UNSPECIFIED = SeverityNumber(0) constant SeverityNumber_SEVERITY_NUMBER_TRACE (line 11) | SeverityNumber_SEVERITY_NUMBER_TRACE = SeverityNumber(1) constant SeverityNumber_SEVERITY_NUMBER_TRACE2 (line 12) | SeverityNumber_SEVERITY_NUMBER_TRACE2 = SeverityNumber(2) constant SeverityNumber_SEVERITY_NUMBER_TRACE3 (line 13) | SeverityNumber_SEVERITY_NUMBER_TRACE3 = SeverityNumber(3) constant SeverityNumber_SEVERITY_NUMBER_TRACE4 (line 14) | SeverityNumber_SEVERITY_NUMBER_TRACE4 = SeverityNumber(4) constant SeverityNumber_SEVERITY_NUMBER_DEBUG (line 15) | SeverityNumber_SEVERITY_NUMBER_DEBUG = SeverityNumber(5) constant SeverityNumber_SEVERITY_NUMBER_DEBUG2 (line 16) | SeverityNumber_SEVERITY_NUMBER_DEBUG2 = SeverityNumber(6) constant SeverityNumber_SEVERITY_NUMBER_DEBUG3 (line 17) | SeverityNumber_SEVERITY_NUMBER_DEBUG3 = SeverityNumber(7) constant SeverityNumber_SEVERITY_NUMBER_DEBUG4 (line 18) | SeverityNumber_SEVERITY_NUMBER_DEBUG4 = SeverityNumber(8) constant SeverityNumber_SEVERITY_NUMBER_INFO (line 19) | SeverityNumber_SEVERITY_NUMBER_INFO = SeverityNumber(9) constant SeverityNumber_SEVERITY_NUMBER_INFO2 (line 20) | SeverityNumber_SEVERITY_NUMBER_INFO2 = SeverityNumber(10) constant SeverityNumber_SEVERITY_NUMBER_INFO3 (line 21) | SeverityNumber_SEVERITY_NUMBER_INFO3 = SeverityNumber(11) constant SeverityNumber_SEVERITY_NUMBER_INFO4 (line 22) | SeverityNumber_SEVERITY_NUMBER_INFO4 = SeverityNumber(12) constant SeverityNumber_SEVERITY_NUMBER_WARN (line 23) | SeverityNumber_SEVERITY_NUMBER_WARN = SeverityNumber(13) constant SeverityNumber_SEVERITY_NUMBER_WARN2 (line 24) | SeverityNumber_SEVERITY_NUMBER_WARN2 = SeverityNumber(14) constant SeverityNumber_SEVERITY_NUMBER_WARN3 (line 25) | SeverityNumber_SEVERITY_NUMBER_WARN3 = SeverityNumber(15) constant SeverityNumber_SEVERITY_NUMBER_WARN4 (line 26) | SeverityNumber_SEVERITY_NUMBER_WARN4 = SeverityNumber(16) constant SeverityNumber_SEVERITY_NUMBER_ERROR (line 27) | SeverityNumber_SEVERITY_NUMBER_ERROR = SeverityNumber(17) constant SeverityNumber_SEVERITY_NUMBER_ERROR2 (line 28) | SeverityNumber_SEVERITY_NUMBER_ERROR2 = SeverityNumber(18) constant SeverityNumber_SEVERITY_NUMBER_ERROR3 (line 29) | SeverityNumber_SEVERITY_NUMBER_ERROR3 = SeverityNumber(19) constant SeverityNumber_SEVERITY_NUMBER_ERROR4 (line 30) | SeverityNumber_SEVERITY_NUMBER_ERROR4 = SeverityNumber(20) constant SeverityNumber_SEVERITY_NUMBER_FATAL (line 31) | SeverityNumber_SEVERITY_NUMBER_FATAL = SeverityNumber(21) constant SeverityNumber_SEVERITY_NUMBER_FATAL2 (line 32) | SeverityNumber_SEVERITY_NUMBER_FATAL2 = SeverityNumber(22) constant SeverityNumber_SEVERITY_NUMBER_FATAL3 (line 33) | SeverityNumber_SEVERITY_NUMBER_FATAL3 = SeverityNumber(23) constant SeverityNumber_SEVERITY_NUMBER_FATAL4 (line 34) | SeverityNumber_SEVERITY_NUMBER_FATAL4 = SeverityNumber(24) type SeverityNumber (line 38) | type SeverityNumber FILE: pdata/internal/generated_enum_spankind.go constant SpanKind_SPAN_KIND_UNSPECIFIED (line 10) | SpanKind_SPAN_KIND_UNSPECIFIED = SpanKind(0) constant SpanKind_SPAN_KIND_INTERNAL (line 11) | SpanKind_SPAN_KIND_INTERNAL = SpanKind(1) constant SpanKind_SPAN_KIND_SERVER (line 12) | SpanKind_SPAN_KIND_SERVER = SpanKind(2) constant SpanKind_SPAN_KIND_CLIENT (line 13) | SpanKind_SPAN_KIND_CLIENT = SpanKind(3) constant SpanKind_SPAN_KIND_PRODUCER (line 14) | SpanKind_SPAN_KIND_PRODUCER = SpanKind(4) constant SpanKind_SPAN_KIND_CONSUMER (line 15) | SpanKind_SPAN_KIND_CONSUMER = SpanKind(5) type SpanKind (line 20) | type SpanKind FILE: pdata/internal/generated_enum_statuscode.go constant StatusCode_STATUS_CODE_UNSET (line 10) | StatusCode_STATUS_CODE_UNSET = StatusCode(0) constant StatusCode_STATUS_CODE_OK (line 11) | StatusCode_STATUS_CODE_OK = StatusCode(1) constant StatusCode_STATUS_CODE_ERROR (line 12) | StatusCode_STATUS_CODE_ERROR = StatusCode(2) type StatusCode (line 17) | type StatusCode FILE: pdata/internal/generated_proto_anyvalue.go type AnyValue_StringValue (line 27) | type AnyValue_StringValue struct type AnyValue_BoolValue (line 38) | type AnyValue_BoolValue struct type AnyValue_IntValue (line 49) | type AnyValue_IntValue struct type AnyValue_DoubleValue (line 60) | type AnyValue_DoubleValue struct type AnyValue_ArrayValue (line 71) | type AnyValue_ArrayValue struct type AnyValue_KvlistValue (line 82) | type AnyValue_KvlistValue struct type AnyValue_BytesValue (line 93) | type AnyValue_BytesValue struct type AnyValue_StringValueStrindex (line 104) | type AnyValue_StringValueStrindex struct type AnyValue (line 115) | type AnyValue struct method GetValue (line 20) | func (m *AnyValue) GetValue() any { method GetStringValue (line 31) | func (m *AnyValue) GetStringValue() string { method GetBoolValue (line 42) | func (m *AnyValue) GetBoolValue() bool { method GetIntValue (line 53) | func (m *AnyValue) GetIntValue() int64 { method GetDoubleValue (line 64) | func (m *AnyValue) GetDoubleValue() float64 { method GetArrayValue (line 75) | func (m *AnyValue) GetArrayValue() *ArrayValue { method GetKvlistValue (line 86) | func (m *AnyValue) GetKvlistValue() *KeyValueList { method GetBytesValue (line 97) | func (m *AnyValue) GetBytesValue() []byte { method GetStringValueStrindex (line 108) | func (m *AnyValue) GetStringValueStrindex() int32 { method Reset (line 388) | func (orig *AnyValue) Reset() { method MarshalJSON (line 393) | func (orig *AnyValue) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 430) | func (orig *AnyValue) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 531) | func (orig *AnyValue) SizeProto() int { method MarshalProto (line 571) | func (orig *AnyValue) MarshalProto(buf []byte) int { method UnmarshalProto (line 638) | func (orig *AnyValue) UnmarshalProto(buf []byte) error { function NewAnyValue (line 175) | func NewAnyValue() *AnyValue { function DeleteAnyValue (line 182) | func DeleteAnyValue(orig *AnyValue, nullable bool) { function CopyAnyValue (line 237) | func CopyAnyValue(dest, src *AnyValue) *AnyValue { function CopyAnyValueSlice (line 340) | func CopyAnyValueSlice(dest, src []AnyValue) []AnyValue { function CopyAnyValuePtrSlice (line 358) | func CopyAnyValuePtrSlice(dest, src []*AnyValue) []*AnyValue { function GenTestAnyValue (line 822) | func GenTestAnyValue() *AnyValue { function GenTestAnyValuePtrSlice (line 828) | func GenTestAnyValuePtrSlice() []*AnyValue { function GenTestAnyValueSlice (line 838) | func GenTestAnyValueSlice() []AnyValue { FILE: pdata/internal/generated_proto_anyvalue_test.go function TestCopyAnyValue (line 23) | func TestCopyAnyValue(t *testing.T) { function TestCopyAnyValueSlice (line 43) | func TestCopyAnyValueSlice(t *testing.T) { function TestCopyAnyValuePtrSlice (line 68) | func TestCopyAnyValuePtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONAnyValueUnknown (line 93) | func TestMarshalAndUnmarshalJSONAnyValueUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONAnyValue (line 102) | func TestMarshalAndUnmarshalJSONAnyValue(t *testing.T) { function TestMarshalAndUnmarshalProtoAnyValueFailing (line 130) | func TestMarshalAndUnmarshalProtoAnyValueFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoAnyValueUnknown (line 139) | func TestMarshalAndUnmarshalProtoAnyValueUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoAnyValue (line 146) | func TestMarshalAndUnmarshalProtoAnyValue(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufAnyValue (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufAnyValue(t *testing.T) { function genTestFailingUnmarshalProtoValuesAnyValue (line 190) | func genTestFailingUnmarshalProtoValuesAnyValue() map[string][]byte { function genTestEncodingValuesAnyValue (line 213) | func genTestEncodingValuesAnyValue() map[string]*AnyValue { FILE: pdata/internal/generated_proto_arrayvalue.go type ArrayValue (line 19) | type ArrayValue struct method Reset (line 122) | func (orig *ArrayValue) Reset() { method MarshalJSON (line 127) | func (orig *ArrayValue) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 143) | func (orig *ArrayValue) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 158) | func (orig *ArrayValue) SizeProto() int { method MarshalProto (line 169) | func (orig *ArrayValue) MarshalProto(buf []byte) int { method UnmarshalProto (line 183) | func (orig *ArrayValue) UnmarshalProto(buf []byte) error { function NewArrayValue (line 31) | func NewArrayValue() *ArrayValue { function DeleteArrayValue (line 38) | func DeleteArrayValue(orig *ArrayValue, nullable bool) { function CopyArrayValue (line 56) | func CopyArrayValue(dest, src *ArrayValue) *ArrayValue { function CopyArrayValueSlice (line 74) | func CopyArrayValueSlice(dest, src []ArrayValue) []ArrayValue { function CopyArrayValuePtrSlice (line 92) | func CopyArrayValuePtrSlice(dest, src []*ArrayValue) []*ArrayValue { function GenTestArrayValue (line 223) | func GenTestArrayValue() *ArrayValue { function GenTestArrayValuePtrSlice (line 229) | func GenTestArrayValuePtrSlice() []*ArrayValue { function GenTestArrayValueSlice (line 239) | func GenTestArrayValueSlice() []ArrayValue { FILE: pdata/internal/generated_proto_arrayvalue_test.go function TestCopyArrayValue (line 23) | func TestCopyArrayValue(t *testing.T) { function TestCopyArrayValueSlice (line 43) | func TestCopyArrayValueSlice(t *testing.T) { function TestCopyArrayValuePtrSlice (line 68) | func TestCopyArrayValuePtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONArrayValueUnknown (line 93) | func TestMarshalAndUnmarshalJSONArrayValueUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONArrayValue (line 102) | func TestMarshalAndUnmarshalJSONArrayValue(t *testing.T) { function TestMarshalAndUnmarshalProtoArrayValueFailing (line 130) | func TestMarshalAndUnmarshalProtoArrayValueFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoArrayValueUnknown (line 139) | func TestMarshalAndUnmarshalProtoArrayValueUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoArrayValue (line 146) | func TestMarshalAndUnmarshalProtoArrayValue(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufArrayValue (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufArrayValue(t *testing.T) { function genTestFailingUnmarshalProtoValuesArrayValue (line 190) | func genTestFailingUnmarshalProtoValuesArrayValue() map[string][]byte { function genTestEncodingValuesArrayValue (line 198) | func genTestEncodingValuesArrayValue() map[string]*ArrayValue { FILE: pdata/internal/generated_proto_entityref.go type EntityRef (line 18) | type EntityRef struct method Reset (line 126) | func (orig *EntityRef) Reset() { method MarshalJSON (line 131) | func (orig *EntityRef) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 167) | func (orig *EntityRef) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 190) | func (orig *EntityRef) SizeProto() int { method MarshalProto (line 215) | func (orig *EntityRef) MarshalProto(buf []byte) int { method UnmarshalProto (line 254) | func (orig *EntityRef) UnmarshalProto(buf []byte) error { function NewEntityRef (line 33) | func NewEntityRef() *EntityRef { function DeleteEntityRef (line 40) | func DeleteEntityRef(orig *EntityRef, nullable bool) { function CopyEntityRef (line 56) | func CopyEntityRef(dest, src *EntityRef) *EntityRef { function CopyEntityRefSlice (line 78) | func CopyEntityRefSlice(dest, src []EntityRef) []EntityRef { function CopyEntityRefPtrSlice (line 96) | func CopyEntityRefPtrSlice(dest, src []*EntityRef) []*EntityRef { function GenTestEntityRef (line 326) | func GenTestEntityRef() *EntityRef { function GenTestEntityRefPtrSlice (line 335) | func GenTestEntityRefPtrSlice() []*EntityRef { function GenTestEntityRefSlice (line 345) | func GenTestEntityRefSlice() []EntityRef { FILE: pdata/internal/generated_proto_entityref_test.go function TestCopyEntityRef (line 23) | func TestCopyEntityRef(t *testing.T) { function TestCopyEntityRefSlice (line 43) | func TestCopyEntityRefSlice(t *testing.T) { function TestCopyEntityRefPtrSlice (line 68) | func TestCopyEntityRefPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONEntityRefUnknown (line 93) | func TestMarshalAndUnmarshalJSONEntityRefUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONEntityRef (line 102) | func TestMarshalAndUnmarshalJSONEntityRef(t *testing.T) { function TestMarshalAndUnmarshalProtoEntityRefFailing (line 130) | func TestMarshalAndUnmarshalProtoEntityRefFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoEntityRefUnknown (line 139) | func TestMarshalAndUnmarshalProtoEntityRefUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoEntityRef (line 146) | func TestMarshalAndUnmarshalProtoEntityRef(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufEntityRef (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufEntityRef(t *testing.T) { function genTestFailingUnmarshalProtoValuesEntityRef (line 190) | func genTestFailingUnmarshalProtoValuesEntityRef() map[string][]byte { function genTestEncodingValuesEntityRef (line 204) | func genTestEncodingValuesEntityRef() map[string]*EntityRef { FILE: pdata/internal/generated_proto_exemplar.go type Exemplar_AsDouble (line 27) | type Exemplar_AsDouble struct type Exemplar_AsInt (line 38) | type Exemplar_AsInt struct type Exemplar (line 53) | type Exemplar struct method GetValue (line 20) | func (m *Exemplar) GetValue() any { method GetAsDouble (line 31) | func (m *Exemplar) GetAsDouble() float64 { method GetAsInt (line 42) | func (m *Exemplar) GetAsInt() int64 { method Reset (line 216) | func (orig *Exemplar) Reset() { method MarshalJSON (line 221) | func (orig *Exemplar) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 257) | func (orig *Exemplar) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 304) | func (orig *Exemplar) SizeProto() int { method MarshalProto (line 333) | func (orig *Exemplar) MarshalProto(buf []byte) int { method UnmarshalProto (line 379) | func (orig *Exemplar) UnmarshalProto(buf []byte) error { function NewExemplar (line 81) | func NewExemplar() *Exemplar { function DeleteExemplar (line 88) | func DeleteExemplar(orig *Exemplar, nullable bool) { function CopyExemplar (line 121) | func CopyExemplar(dest, src *Exemplar) *Exemplar { function CopyExemplarSlice (line 168) | func CopyExemplarSlice(dest, src []Exemplar) []Exemplar { function CopyExemplarPtrSlice (line 186) | func CopyExemplarPtrSlice(dest, src []*Exemplar) []*Exemplar { function GenTestExemplar (line 499) | func GenTestExemplar() *Exemplar { function GenTestExemplarPtrSlice (line 509) | func GenTestExemplarPtrSlice() []*Exemplar { function GenTestExemplarSlice (line 519) | func GenTestExemplarSlice() []Exemplar { FILE: pdata/internal/generated_proto_exemplar_test.go function TestCopyExemplar (line 23) | func TestCopyExemplar(t *testing.T) { function TestCopyExemplarSlice (line 43) | func TestCopyExemplarSlice(t *testing.T) { function TestCopyExemplarPtrSlice (line 68) | func TestCopyExemplarPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONExemplarUnknown (line 93) | func TestMarshalAndUnmarshalJSONExemplarUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONExemplar (line 102) | func TestMarshalAndUnmarshalJSONExemplar(t *testing.T) { function TestMarshalAndUnmarshalProtoExemplarFailing (line 130) | func TestMarshalAndUnmarshalProtoExemplarFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoExemplarUnknown (line 139) | func TestMarshalAndUnmarshalProtoExemplarUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoExemplar (line 146) | func TestMarshalAndUnmarshalProtoExemplar(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufExemplar (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufExemplar(t *testing.T) { function genTestFailingUnmarshalProtoValuesExemplar (line 190) | func genTestFailingUnmarshalProtoValuesExemplar() map[string][]byte { function genTestEncodingValuesExemplar (line 209) | func genTestEncodingValuesExemplar() map[string]*Exemplar { FILE: pdata/internal/generated_proto_exponentialhistogram.go type ExponentialHistogram (line 20) | type ExponentialHistogram struct method Reset (line 127) | func (orig *ExponentialHistogram) Reset() { method MarshalJSON (line 132) | func (orig *ExponentialHistogram) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 153) | func (orig *ExponentialHistogram) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 170) | func (orig *ExponentialHistogram) SizeProto() int { method MarshalProto (line 184) | func (orig *ExponentialHistogram) MarshalProto(buf []byte) int { method UnmarshalProto (line 203) | func (orig *ExponentialHistogram) UnmarshalProto(buf []byte) error { function NewExponentialHistogram (line 33) | func NewExponentialHistogram() *ExponentialHistogram { function DeleteExponentialHistogram (line 40) | func DeleteExponentialHistogram(orig *ExponentialHistogram, nullable boo... function CopyExponentialHistogram (line 59) | func CopyExponentialHistogram(dest, src *ExponentialHistogram) *Exponent... function CopyExponentialHistogramSlice (line 79) | func CopyExponentialHistogramSlice(dest, src []ExponentialHistogram) []E... function CopyExponentialHistogramPtrSlice (line 97) | func CopyExponentialHistogramPtrSlice(dest, src []*ExponentialHistogram)... function GenTestExponentialHistogram (line 254) | func GenTestExponentialHistogram() *ExponentialHistogram { function GenTestExponentialHistogramPtrSlice (line 261) | func GenTestExponentialHistogramPtrSlice() []*ExponentialHistogram { function GenTestExponentialHistogramSlice (line 271) | func GenTestExponentialHistogramSlice() []ExponentialHistogram { FILE: pdata/internal/generated_proto_exponentialhistogram_test.go function TestCopyExponentialHistogram (line 23) | func TestCopyExponentialHistogram(t *testing.T) { function TestCopyExponentialHistogramSlice (line 43) | func TestCopyExponentialHistogramSlice(t *testing.T) { function TestCopyExponentialHistogramPtrSlice (line 68) | func TestCopyExponentialHistogramPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONExponentialHistogramUnknown (line 93) | func TestMarshalAndUnmarshalJSONExponentialHistogramUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONExponentialHistogram (line 102) | func TestMarshalAndUnmarshalJSONExponentialHistogram(t *testing.T) { function TestMarshalAndUnmarshalProtoExponentialHistogramFailing (line 130) | func TestMarshalAndUnmarshalProtoExponentialHistogramFailing(t *testing.... function TestMarshalAndUnmarshalProtoExponentialHistogramUnknown (line 139) | func TestMarshalAndUnmarshalProtoExponentialHistogramUnknown(t *testing.... function TestMarshalAndUnmarshalProtoExponentialHistogram (line 146) | func TestMarshalAndUnmarshalProtoExponentialHistogram(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufExponentialHistogram (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufExponentialHistogram(t *test... function genTestFailingUnmarshalProtoValuesExponentialHistogram (line 190) | func genTestFailingUnmarshalProtoValuesExponentialHistogram() map[string... function genTestEncodingValuesExponentialHistogram (line 200) | func genTestEncodingValuesExponentialHistogram() map[string]*Exponential... FILE: pdata/internal/generated_proto_exponentialhistogramdatapoint.go type ExponentialHistogramDataPoint (line 24) | type ExponentialHistogramDataPoint struct method Reset (line 181) | func (orig *ExponentialHistogramDataPoint) Reset() { method MarshalJSON (line 186) | func (orig *ExponentialHistogramDataPoint) MarshalJSON(dest *json.Stre... method UnmarshalJSON (line 256) | func (orig *ExponentialHistogramDataPoint) UnmarshalJSON(iter *json.It... method SizeProto (line 306) | func (orig *ExponentialHistogramDataPoint) SizeProto() int { method MarshalProto (line 355) | func (orig *ExponentialHistogramDataPoint) MarshalProto(buf []byte) int { method UnmarshalProto (line 446) | func (orig *ExponentialHistogramDataPoint) UnmarshalProto(buf []byte) ... method SetSum (line 651) | func (m *ExponentialHistogramDataPoint) SetSum(value float64) { method RemoveSum (line 656) | func (m *ExponentialHistogramDataPoint) RemoveSum() { method HasSum (line 661) | func (m *ExponentialHistogramDataPoint) HasSum() bool { method SetMin (line 668) | func (m *ExponentialHistogramDataPoint) SetMin(value float64) { method RemoveMin (line 673) | func (m *ExponentialHistogramDataPoint) RemoveMin() { method HasMin (line 678) | func (m *ExponentialHistogramDataPoint) HasMin() bool { method SetMax (line 685) | func (m *ExponentialHistogramDataPoint) SetMax(value float64) { method RemoveMax (line 690) | func (m *ExponentialHistogramDataPoint) RemoveMax() { method HasMax (line 695) | func (m *ExponentialHistogramDataPoint) HasMax() bool { function NewExponentialHistogramDataPoint (line 50) | func NewExponentialHistogramDataPoint() *ExponentialHistogramDataPoint { function DeleteExponentialHistogramDataPoint (line 57) | func DeleteExponentialHistogramDataPoint(orig *ExponentialHistogramDataP... function CopyExponentialHistogramDataPoint (line 83) | func CopyExponentialHistogramDataPoint(dest, src *ExponentialHistogramDa... function CopyExponentialHistogramDataPointSlice (line 133) | func CopyExponentialHistogramDataPointSlice(dest, src []ExponentialHisto... function CopyExponentialHistogramDataPointPtrSlice (line 151) | func CopyExponentialHistogramDataPointPtrSlice(dest, src []*ExponentialH... constant fieldBlockExponentialHistogramDataPointSum (line 648) | fieldBlockExponentialHistogramDataPointSum = uint64(0 >> 6) constant fieldBitExponentialHistogramDataPointSum (line 649) | fieldBitExponentialHistogramDataPointSum = uint64(1 << 0 & 0x3F) constant fieldBlockExponentialHistogramDataPointMin (line 665) | fieldBlockExponentialHistogramDataPointMin = uint64(1 >> 6) constant fieldBitExponentialHistogramDataPointMin (line 666) | fieldBitExponentialHistogramDataPointMin = uint64(1 << 1 & 0x3F) constant fieldBlockExponentialHistogramDataPointMax (line 682) | fieldBlockExponentialHistogramDataPointMax = uint64(2 >> 6) constant fieldBitExponentialHistogramDataPointMax (line 683) | fieldBitExponentialHistogramDataPointMax = uint64(1 << 2 & 0x3F) function GenTestExponentialHistogramDataPoint (line 699) | func GenTestExponentialHistogramDataPoint() *ExponentialHistogramDataPoi... function GenTestExponentialHistogramDataPointPtrSlice (line 718) | func GenTestExponentialHistogramDataPointPtrSlice() []*ExponentialHistog... function GenTestExponentialHistogramDataPointSlice (line 728) | func GenTestExponentialHistogramDataPointSlice() []ExponentialHistogramD... FILE: pdata/internal/generated_proto_exponentialhistogramdatapoint_test.go function TestCopyExponentialHistogramDataPoint (line 23) | func TestCopyExponentialHistogramDataPoint(t *testing.T) { function TestCopyExponentialHistogramDataPointSlice (line 43) | func TestCopyExponentialHistogramDataPointSlice(t *testing.T) { function TestCopyExponentialHistogramDataPointPtrSlice (line 68) | func TestCopyExponentialHistogramDataPointPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONExponentialHistogramDataPointUnknown (line 93) | func TestMarshalAndUnmarshalJSONExponentialHistogramDataPointUnknown(t *... function TestMarshalAndUnmarshalJSONExponentialHistogramDataPoint (line 102) | func TestMarshalAndUnmarshalJSONExponentialHistogramDataPoint(t *testing... function TestMarshalAndUnmarshalProtoExponentialHistogramDataPointFailing (line 130) | func TestMarshalAndUnmarshalProtoExponentialHistogramDataPointFailing(t ... function TestMarshalAndUnmarshalProtoExponentialHistogramDataPointUnknown (line 139) | func TestMarshalAndUnmarshalProtoExponentialHistogramDataPointUnknown(t ... function TestMarshalAndUnmarshalProtoExponentialHistogramDataPoint (line 146) | func TestMarshalAndUnmarshalProtoExponentialHistogramDataPoint(t *testin... function TestMarshalAndUnmarshalProtoViaProtobufExponentialHistogramDataPoint (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufExponentialHistogramDataPoin... function genTestFailingUnmarshalProtoValuesExponentialHistogramDataPoint (line 190) | func genTestFailingUnmarshalProtoValuesExponentialHistogramDataPoint() m... function genTestEncodingValuesExponentialHistogramDataPoint (line 224) | func genTestEncodingValuesExponentialHistogramDataPoint() map[string]*Ex... FILE: pdata/internal/generated_proto_exponentialhistogramdatapointbuckets.go type ExponentialHistogramDataPointBuckets (line 19) | type ExponentialHistogramDataPointBuckets struct method Reset (line 122) | func (orig *ExponentialHistogramDataPointBuckets) Reset() { method MarshalJSON (line 127) | func (orig *ExponentialHistogramDataPointBuckets) MarshalJSON(dest *js... method UnmarshalJSON (line 148) | func (orig *ExponentialHistogramDataPointBuckets) UnmarshalJSON(iter *... method SizeProto (line 164) | func (orig *ExponentialHistogramDataPointBuckets) SizeProto() int { method MarshalProto (line 182) | func (orig *ExponentialHistogramDataPointBuckets) MarshalProto(buf []b... method UnmarshalProto (line 204) | func (orig *ExponentialHistogramDataPointBuckets) UnmarshalProto(buf [... function NewExponentialHistogramDataPointBuckets (line 32) | func NewExponentialHistogramDataPointBuckets() *ExponentialHistogramData... function DeleteExponentialHistogramDataPointBuckets (line 39) | func DeleteExponentialHistogramDataPointBuckets(orig *ExponentialHistogr... function CopyExponentialHistogramDataPointBuckets (line 55) | func CopyExponentialHistogramDataPointBuckets(dest, src *ExponentialHist... function CopyExponentialHistogramDataPointBucketsSlice (line 74) | func CopyExponentialHistogramDataPointBucketsSlice(dest, src []Exponenti... function CopyExponentialHistogramDataPointBucketsPtrSlice (line 92) | func CopyExponentialHistogramDataPointBucketsPtrSlice(dest, src []*Expon... function GenTestExponentialHistogramDataPointBuckets (line 269) | func GenTestExponentialHistogramDataPointBuckets() *ExponentialHistogram... function GenTestExponentialHistogramDataPointBucketsPtrSlice (line 276) | func GenTestExponentialHistogramDataPointBucketsPtrSlice() []*Exponentia... function GenTestExponentialHistogramDataPointBucketsSlice (line 286) | func GenTestExponentialHistogramDataPointBucketsSlice() []ExponentialHis... FILE: pdata/internal/generated_proto_exponentialhistogramdatapointbuckets_test.go function TestCopyExponentialHistogramDataPointBuckets (line 23) | func TestCopyExponentialHistogramDataPointBuckets(t *testing.T) { function TestCopyExponentialHistogramDataPointBucketsSlice (line 43) | func TestCopyExponentialHistogramDataPointBucketsSlice(t *testing.T) { function TestCopyExponentialHistogramDataPointBucketsPtrSlice (line 68) | func TestCopyExponentialHistogramDataPointBucketsPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONExponentialHistogramDataPointBucketsUnknown (line 93) | func TestMarshalAndUnmarshalJSONExponentialHistogramDataPointBucketsUnkn... function TestMarshalAndUnmarshalJSONExponentialHistogramDataPointBuckets (line 102) | func TestMarshalAndUnmarshalJSONExponentialHistogramDataPointBuckets(t *... function TestMarshalAndUnmarshalProtoExponentialHistogramDataPointBucketsFailing (line 130) | func TestMarshalAndUnmarshalProtoExponentialHistogramDataPointBucketsFai... function TestMarshalAndUnmarshalProtoExponentialHistogramDataPointBucketsUnknown (line 139) | func TestMarshalAndUnmarshalProtoExponentialHistogramDataPointBucketsUnk... function TestMarshalAndUnmarshalProtoExponentialHistogramDataPointBuckets (line 146) | func TestMarshalAndUnmarshalProtoExponentialHistogramDataPointBuckets(t ... function TestMarshalAndUnmarshalProtoViaProtobufExponentialHistogramDataPointBuckets (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufExponentialHistogramDataPoin... function genTestFailingUnmarshalProtoValuesExponentialHistogramDataPointBuckets (line 190) | func genTestFailingUnmarshalProtoValuesExponentialHistogramDataPointBuck... function genTestEncodingValuesExponentialHistogramDataPointBuckets (line 200) | func genTestEncodingValuesExponentialHistogramDataPointBuckets() map[str... FILE: pdata/internal/generated_proto_exportlogspartialsuccess.go type ExportLogsPartialSuccess (line 19) | type ExportLogsPartialSuccess struct method Reset (line 122) | func (orig *ExportLogsPartialSuccess) Reset() { method MarshalJSON (line 127) | func (orig *ExportLogsPartialSuccess) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 141) | func (orig *ExportLogsPartialSuccess) UnmarshalJSON(iter *json.Iterato... method SizeProto (line 154) | func (orig *ExportLogsPartialSuccess) SizeProto() int { method MarshalProto (line 169) | func (orig *ExportLogsPartialSuccess) MarshalProto(buf []byte) int { method UnmarshalProto (line 189) | func (orig *ExportLogsPartialSuccess) UnmarshalProto(buf []byte) error { function NewExportLogsPartialSuccess (line 32) | func NewExportLogsPartialSuccess() *ExportLogsPartialSuccess { function DeleteExportLogsPartialSuccess (line 39) | func DeleteExportLogsPartialSuccess(orig *ExportLogsPartialSuccess, null... function CopyExportLogsPartialSuccess (line 55) | func CopyExportLogsPartialSuccess(dest, src *ExportLogsPartialSuccess) *... function CopyExportLogsPartialSuccessSlice (line 74) | func CopyExportLogsPartialSuccessSlice(dest, src []ExportLogsPartialSucc... function CopyExportLogsPartialSuccessPtrSlice (line 92) | func CopyExportLogsPartialSuccessPtrSlice(dest, src []*ExportLogsPartial... function GenTestExportLogsPartialSuccess (line 236) | func GenTestExportLogsPartialSuccess() *ExportLogsPartialSuccess { function GenTestExportLogsPartialSuccessPtrSlice (line 243) | func GenTestExportLogsPartialSuccessPtrSlice() []*ExportLogsPartialSucce... function GenTestExportLogsPartialSuccessSlice (line 253) | func GenTestExportLogsPartialSuccessSlice() []ExportLogsPartialSuccess { FILE: pdata/internal/generated_proto_exportlogspartialsuccess_test.go function TestCopyExportLogsPartialSuccess (line 23) | func TestCopyExportLogsPartialSuccess(t *testing.T) { function TestCopyExportLogsPartialSuccessSlice (line 43) | func TestCopyExportLogsPartialSuccessSlice(t *testing.T) { function TestCopyExportLogsPartialSuccessPtrSlice (line 68) | func TestCopyExportLogsPartialSuccessPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONExportLogsPartialSuccessUnknown (line 93) | func TestMarshalAndUnmarshalJSONExportLogsPartialSuccessUnknown(t *testi... function TestMarshalAndUnmarshalJSONExportLogsPartialSuccess (line 102) | func TestMarshalAndUnmarshalJSONExportLogsPartialSuccess(t *testing.T) { function TestMarshalAndUnmarshalProtoExportLogsPartialSuccessFailing (line 130) | func TestMarshalAndUnmarshalProtoExportLogsPartialSuccessFailing(t *test... function TestMarshalAndUnmarshalProtoExportLogsPartialSuccessUnknown (line 139) | func TestMarshalAndUnmarshalProtoExportLogsPartialSuccessUnknown(t *test... function TestMarshalAndUnmarshalProtoExportLogsPartialSuccess (line 146) | func TestMarshalAndUnmarshalProtoExportLogsPartialSuccess(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufExportLogsPartialSuccess (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufExportLogsPartialSuccess(t *... function genTestFailingUnmarshalProtoValuesExportLogsPartialSuccess (line 190) | func genTestFailingUnmarshalProtoValuesExportLogsPartialSuccess() map[st... function genTestEncodingValuesExportLogsPartialSuccess (line 200) | func genTestEncodingValuesExportLogsPartialSuccess() map[string]*ExportL... FILE: pdata/internal/generated_proto_exportlogsservicerequest.go type ExportLogsServiceRequest (line 20) | type ExportLogsServiceRequest struct method Reset (line 123) | func (orig *ExportLogsServiceRequest) Reset() { method MarshalJSON (line 128) | func (orig *ExportLogsServiceRequest) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 144) | func (orig *ExportLogsServiceRequest) UnmarshalJSON(iter *json.Iterato... method SizeProto (line 159) | func (orig *ExportLogsServiceRequest) SizeProto() int { method MarshalProto (line 170) | func (orig *ExportLogsServiceRequest) MarshalProto(buf []byte) int { method UnmarshalProto (line 184) | func (orig *ExportLogsServiceRequest) UnmarshalProto(buf []byte) error { function NewExportLogsServiceRequest (line 32) | func NewExportLogsServiceRequest() *ExportLogsServiceRequest { function DeleteExportLogsServiceRequest (line 39) | func DeleteExportLogsServiceRequest(orig *ExportLogsServiceRequest, null... function CopyExportLogsServiceRequest (line 57) | func CopyExportLogsServiceRequest(dest, src *ExportLogsServiceRequest) *... function CopyExportLogsServiceRequestSlice (line 75) | func CopyExportLogsServiceRequestSlice(dest, src []ExportLogsServiceRequ... function CopyExportLogsServiceRequestPtrSlice (line 93) | func CopyExportLogsServiceRequestPtrSlice(dest, src []*ExportLogsService... function GenTestExportLogsServiceRequest (line 224) | func GenTestExportLogsServiceRequest() *ExportLogsServiceRequest { function GenTestExportLogsServiceRequestPtrSlice (line 230) | func GenTestExportLogsServiceRequestPtrSlice() []*ExportLogsServiceReque... function GenTestExportLogsServiceRequestSlice (line 240) | func GenTestExportLogsServiceRequestSlice() []ExportLogsServiceRequest { FILE: pdata/internal/generated_proto_exportlogsservicerequest_test.go function TestCopyExportLogsServiceRequest (line 23) | func TestCopyExportLogsServiceRequest(t *testing.T) { function TestCopyExportLogsServiceRequestSlice (line 43) | func TestCopyExportLogsServiceRequestSlice(t *testing.T) { function TestCopyExportLogsServiceRequestPtrSlice (line 68) | func TestCopyExportLogsServiceRequestPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONExportLogsServiceRequestUnknown (line 93) | func TestMarshalAndUnmarshalJSONExportLogsServiceRequestUnknown(t *testi... function TestMarshalAndUnmarshalJSONExportLogsServiceRequest (line 102) | func TestMarshalAndUnmarshalJSONExportLogsServiceRequest(t *testing.T) { function TestMarshalAndUnmarshalProtoExportLogsServiceRequestFailing (line 130) | func TestMarshalAndUnmarshalProtoExportLogsServiceRequestFailing(t *test... function TestMarshalAndUnmarshalProtoExportLogsServiceRequestUnknown (line 139) | func TestMarshalAndUnmarshalProtoExportLogsServiceRequestUnknown(t *test... function TestMarshalAndUnmarshalProtoExportLogsServiceRequest (line 146) | func TestMarshalAndUnmarshalProtoExportLogsServiceRequest(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufExportLogsServiceRequest (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufExportLogsServiceRequest(t *... function genTestFailingUnmarshalProtoValuesExportLogsServiceRequest (line 190) | func genTestFailingUnmarshalProtoValuesExportLogsServiceRequest() map[st... function genTestEncodingValuesExportLogsServiceRequest (line 198) | func genTestEncodingValuesExportLogsServiceRequest() map[string]*ExportL... FILE: pdata/internal/generated_proto_exportlogsserviceresponse.go type ExportLogsServiceResponse (line 19) | type ExportLogsServiceResponse struct method Reset (line 120) | func (orig *ExportLogsServiceResponse) Reset() { method MarshalJSON (line 125) | func (orig *ExportLogsServiceResponse) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 133) | func (orig *ExportLogsServiceResponse) UnmarshalJSON(iter *json.Iterat... method SizeProto (line 145) | func (orig *ExportLogsServiceResponse) SizeProto() int { method MarshalProto (line 154) | func (orig *ExportLogsServiceResponse) MarshalProto(buf []byte) int { method UnmarshalProto (line 167) | func (orig *ExportLogsServiceResponse) UnmarshalProto(buf []byte) error { function NewExportLogsServiceResponse (line 31) | func NewExportLogsServiceResponse() *ExportLogsServiceResponse { function DeleteExportLogsServiceResponse (line 38) | func DeleteExportLogsServiceResponse(orig *ExportLogsServiceResponse, nu... function CopyExportLogsServiceResponse (line 54) | func CopyExportLogsServiceResponse(dest, src *ExportLogsServiceResponse)... function CopyExportLogsServiceResponseSlice (line 72) | func CopyExportLogsServiceResponseSlice(dest, src []ExportLogsServiceRes... function CopyExportLogsServiceResponsePtrSlice (line 90) | func CopyExportLogsServiceResponsePtrSlice(dest, src []*ExportLogsServic... function GenTestExportLogsServiceResponse (line 207) | func GenTestExportLogsServiceResponse() *ExportLogsServiceResponse { function GenTestExportLogsServiceResponsePtrSlice (line 213) | func GenTestExportLogsServiceResponsePtrSlice() []*ExportLogsServiceResp... function GenTestExportLogsServiceResponseSlice (line 223) | func GenTestExportLogsServiceResponseSlice() []ExportLogsServiceResponse { FILE: pdata/internal/generated_proto_exportlogsserviceresponse_test.go function TestCopyExportLogsServiceResponse (line 23) | func TestCopyExportLogsServiceResponse(t *testing.T) { function TestCopyExportLogsServiceResponseSlice (line 43) | func TestCopyExportLogsServiceResponseSlice(t *testing.T) { function TestCopyExportLogsServiceResponsePtrSlice (line 68) | func TestCopyExportLogsServiceResponsePtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONExportLogsServiceResponseUnknown (line 93) | func TestMarshalAndUnmarshalJSONExportLogsServiceResponseUnknown(t *test... function TestMarshalAndUnmarshalJSONExportLogsServiceResponse (line 102) | func TestMarshalAndUnmarshalJSONExportLogsServiceResponse(t *testing.T) { function TestMarshalAndUnmarshalProtoExportLogsServiceResponseFailing (line 130) | func TestMarshalAndUnmarshalProtoExportLogsServiceResponseFailing(t *tes... function TestMarshalAndUnmarshalProtoExportLogsServiceResponseUnknown (line 139) | func TestMarshalAndUnmarshalProtoExportLogsServiceResponseUnknown(t *tes... function TestMarshalAndUnmarshalProtoExportLogsServiceResponse (line 146) | func TestMarshalAndUnmarshalProtoExportLogsServiceResponse(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufExportLogsServiceResponse (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufExportLogsServiceResponse(t ... function genTestFailingUnmarshalProtoValuesExportLogsServiceResponse (line 190) | func genTestFailingUnmarshalProtoValuesExportLogsServiceResponse() map[s... function genTestEncodingValuesExportLogsServiceResponse (line 198) | func genTestEncodingValuesExportLogsServiceResponse() map[string]*Export... FILE: pdata/internal/generated_proto_exportmetricspartialsuccess.go type ExportMetricsPartialSuccess (line 19) | type ExportMetricsPartialSuccess struct method Reset (line 122) | func (orig *ExportMetricsPartialSuccess) Reset() { method MarshalJSON (line 127) | func (orig *ExportMetricsPartialSuccess) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 141) | func (orig *ExportMetricsPartialSuccess) UnmarshalJSON(iter *json.Iter... method SizeProto (line 154) | func (orig *ExportMetricsPartialSuccess) SizeProto() int { method MarshalProto (line 169) | func (orig *ExportMetricsPartialSuccess) MarshalProto(buf []byte) int { method UnmarshalProto (line 189) | func (orig *ExportMetricsPartialSuccess) UnmarshalProto(buf []byte) er... function NewExportMetricsPartialSuccess (line 32) | func NewExportMetricsPartialSuccess() *ExportMetricsPartialSuccess { function DeleteExportMetricsPartialSuccess (line 39) | func DeleteExportMetricsPartialSuccess(orig *ExportMetricsPartialSuccess... function CopyExportMetricsPartialSuccess (line 55) | func CopyExportMetricsPartialSuccess(dest, src *ExportMetricsPartialSucc... function CopyExportMetricsPartialSuccessSlice (line 74) | func CopyExportMetricsPartialSuccessSlice(dest, src []ExportMetricsParti... function CopyExportMetricsPartialSuccessPtrSlice (line 92) | func CopyExportMetricsPartialSuccessPtrSlice(dest, src []*ExportMetricsP... function GenTestExportMetricsPartialSuccess (line 236) | func GenTestExportMetricsPartialSuccess() *ExportMetricsPartialSuccess { function GenTestExportMetricsPartialSuccessPtrSlice (line 243) | func GenTestExportMetricsPartialSuccessPtrSlice() []*ExportMetricsPartia... function GenTestExportMetricsPartialSuccessSlice (line 253) | func GenTestExportMetricsPartialSuccessSlice() []ExportMetricsPartialSuc... FILE: pdata/internal/generated_proto_exportmetricspartialsuccess_test.go function TestCopyExportMetricsPartialSuccess (line 23) | func TestCopyExportMetricsPartialSuccess(t *testing.T) { function TestCopyExportMetricsPartialSuccessSlice (line 43) | func TestCopyExportMetricsPartialSuccessSlice(t *testing.T) { function TestCopyExportMetricsPartialSuccessPtrSlice (line 68) | func TestCopyExportMetricsPartialSuccessPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONExportMetricsPartialSuccessUnknown (line 93) | func TestMarshalAndUnmarshalJSONExportMetricsPartialSuccessUnknown(t *te... function TestMarshalAndUnmarshalJSONExportMetricsPartialSuccess (line 102) | func TestMarshalAndUnmarshalJSONExportMetricsPartialSuccess(t *testing.T) { function TestMarshalAndUnmarshalProtoExportMetricsPartialSuccessFailing (line 130) | func TestMarshalAndUnmarshalProtoExportMetricsPartialSuccessFailing(t *t... function TestMarshalAndUnmarshalProtoExportMetricsPartialSuccessUnknown (line 139) | func TestMarshalAndUnmarshalProtoExportMetricsPartialSuccessUnknown(t *t... function TestMarshalAndUnmarshalProtoExportMetricsPartialSuccess (line 146) | func TestMarshalAndUnmarshalProtoExportMetricsPartialSuccess(t *testing.... function TestMarshalAndUnmarshalProtoViaProtobufExportMetricsPartialSuccess (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufExportMetricsPartialSuccess(... function genTestFailingUnmarshalProtoValuesExportMetricsPartialSuccess (line 190) | func genTestFailingUnmarshalProtoValuesExportMetricsPartialSuccess() map... function genTestEncodingValuesExportMetricsPartialSuccess (line 200) | func genTestEncodingValuesExportMetricsPartialSuccess() map[string]*Expo... FILE: pdata/internal/generated_proto_exportmetricsservicerequest.go type ExportMetricsServiceRequest (line 20) | type ExportMetricsServiceRequest struct method Reset (line 123) | func (orig *ExportMetricsServiceRequest) Reset() { method MarshalJSON (line 128) | func (orig *ExportMetricsServiceRequest) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 144) | func (orig *ExportMetricsServiceRequest) UnmarshalJSON(iter *json.Iter... method SizeProto (line 159) | func (orig *ExportMetricsServiceRequest) SizeProto() int { method MarshalProto (line 170) | func (orig *ExportMetricsServiceRequest) MarshalProto(buf []byte) int { method UnmarshalProto (line 184) | func (orig *ExportMetricsServiceRequest) UnmarshalProto(buf []byte) er... function NewExportMetricsServiceRequest (line 32) | func NewExportMetricsServiceRequest() *ExportMetricsServiceRequest { function DeleteExportMetricsServiceRequest (line 39) | func DeleteExportMetricsServiceRequest(orig *ExportMetricsServiceRequest... function CopyExportMetricsServiceRequest (line 57) | func CopyExportMetricsServiceRequest(dest, src *ExportMetricsServiceRequ... function CopyExportMetricsServiceRequestSlice (line 75) | func CopyExportMetricsServiceRequestSlice(dest, src []ExportMetricsServi... function CopyExportMetricsServiceRequestPtrSlice (line 93) | func CopyExportMetricsServiceRequestPtrSlice(dest, src []*ExportMetricsS... function GenTestExportMetricsServiceRequest (line 224) | func GenTestExportMetricsServiceRequest() *ExportMetricsServiceRequest { function GenTestExportMetricsServiceRequestPtrSlice (line 230) | func GenTestExportMetricsServiceRequestPtrSlice() []*ExportMetricsServic... function GenTestExportMetricsServiceRequestSlice (line 240) | func GenTestExportMetricsServiceRequestSlice() []ExportMetricsServiceReq... FILE: pdata/internal/generated_proto_exportmetricsservicerequest_test.go function TestCopyExportMetricsServiceRequest (line 23) | func TestCopyExportMetricsServiceRequest(t *testing.T) { function TestCopyExportMetricsServiceRequestSlice (line 43) | func TestCopyExportMetricsServiceRequestSlice(t *testing.T) { function TestCopyExportMetricsServiceRequestPtrSlice (line 68) | func TestCopyExportMetricsServiceRequestPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONExportMetricsServiceRequestUnknown (line 93) | func TestMarshalAndUnmarshalJSONExportMetricsServiceRequestUnknown(t *te... function TestMarshalAndUnmarshalJSONExportMetricsServiceRequest (line 102) | func TestMarshalAndUnmarshalJSONExportMetricsServiceRequest(t *testing.T) { function TestMarshalAndUnmarshalProtoExportMetricsServiceRequestFailing (line 130) | func TestMarshalAndUnmarshalProtoExportMetricsServiceRequestFailing(t *t... function TestMarshalAndUnmarshalProtoExportMetricsServiceRequestUnknown (line 139) | func TestMarshalAndUnmarshalProtoExportMetricsServiceRequestUnknown(t *t... function TestMarshalAndUnmarshalProtoExportMetricsServiceRequest (line 146) | func TestMarshalAndUnmarshalProtoExportMetricsServiceRequest(t *testing.... function TestMarshalAndUnmarshalProtoViaProtobufExportMetricsServiceRequest (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufExportMetricsServiceRequest(... function genTestFailingUnmarshalProtoValuesExportMetricsServiceRequest (line 190) | func genTestFailingUnmarshalProtoValuesExportMetricsServiceRequest() map... function genTestEncodingValuesExportMetricsServiceRequest (line 198) | func genTestEncodingValuesExportMetricsServiceRequest() map[string]*Expo... FILE: pdata/internal/generated_proto_exportmetricsserviceresponse.go type ExportMetricsServiceResponse (line 19) | type ExportMetricsServiceResponse struct method Reset (line 120) | func (orig *ExportMetricsServiceResponse) Reset() { method MarshalJSON (line 125) | func (orig *ExportMetricsServiceResponse) MarshalJSON(dest *json.Strea... method UnmarshalJSON (line 133) | func (orig *ExportMetricsServiceResponse) UnmarshalJSON(iter *json.Ite... method SizeProto (line 145) | func (orig *ExportMetricsServiceResponse) SizeProto() int { method MarshalProto (line 154) | func (orig *ExportMetricsServiceResponse) MarshalProto(buf []byte) int { method UnmarshalProto (line 167) | func (orig *ExportMetricsServiceResponse) UnmarshalProto(buf []byte) e... function NewExportMetricsServiceResponse (line 31) | func NewExportMetricsServiceResponse() *ExportMetricsServiceResponse { function DeleteExportMetricsServiceResponse (line 38) | func DeleteExportMetricsServiceResponse(orig *ExportMetricsServiceRespon... function CopyExportMetricsServiceResponse (line 54) | func CopyExportMetricsServiceResponse(dest, src *ExportMetricsServiceRes... function CopyExportMetricsServiceResponseSlice (line 72) | func CopyExportMetricsServiceResponseSlice(dest, src []ExportMetricsServ... function CopyExportMetricsServiceResponsePtrSlice (line 90) | func CopyExportMetricsServiceResponsePtrSlice(dest, src []*ExportMetrics... function GenTestExportMetricsServiceResponse (line 207) | func GenTestExportMetricsServiceResponse() *ExportMetricsServiceResponse { function GenTestExportMetricsServiceResponsePtrSlice (line 213) | func GenTestExportMetricsServiceResponsePtrSlice() []*ExportMetricsServi... function GenTestExportMetricsServiceResponseSlice (line 223) | func GenTestExportMetricsServiceResponseSlice() []ExportMetricsServiceRe... FILE: pdata/internal/generated_proto_exportmetricsserviceresponse_test.go function TestCopyExportMetricsServiceResponse (line 23) | func TestCopyExportMetricsServiceResponse(t *testing.T) { function TestCopyExportMetricsServiceResponseSlice (line 43) | func TestCopyExportMetricsServiceResponseSlice(t *testing.T) { function TestCopyExportMetricsServiceResponsePtrSlice (line 68) | func TestCopyExportMetricsServiceResponsePtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONExportMetricsServiceResponseUnknown (line 93) | func TestMarshalAndUnmarshalJSONExportMetricsServiceResponseUnknown(t *t... function TestMarshalAndUnmarshalJSONExportMetricsServiceResponse (line 102) | func TestMarshalAndUnmarshalJSONExportMetricsServiceResponse(t *testing.... function TestMarshalAndUnmarshalProtoExportMetricsServiceResponseFailing (line 130) | func TestMarshalAndUnmarshalProtoExportMetricsServiceResponseFailing(t *... function TestMarshalAndUnmarshalProtoExportMetricsServiceResponseUnknown (line 139) | func TestMarshalAndUnmarshalProtoExportMetricsServiceResponseUnknown(t *... function TestMarshalAndUnmarshalProtoExportMetricsServiceResponse (line 146) | func TestMarshalAndUnmarshalProtoExportMetricsServiceResponse(t *testing... function TestMarshalAndUnmarshalProtoViaProtobufExportMetricsServiceResponse (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufExportMetricsServiceResponse... function genTestFailingUnmarshalProtoValuesExportMetricsServiceResponse (line 190) | func genTestFailingUnmarshalProtoValuesExportMetricsServiceResponse() ma... function genTestEncodingValuesExportMetricsServiceResponse (line 198) | func genTestEncodingValuesExportMetricsServiceResponse() map[string]*Exp... FILE: pdata/internal/generated_proto_exportprofilespartialsuccess.go type ExportProfilesPartialSuccess (line 19) | type ExportProfilesPartialSuccess struct method Reset (line 122) | func (orig *ExportProfilesPartialSuccess) Reset() { method MarshalJSON (line 127) | func (orig *ExportProfilesPartialSuccess) MarshalJSON(dest *json.Strea... method UnmarshalJSON (line 141) | func (orig *ExportProfilesPartialSuccess) UnmarshalJSON(iter *json.Ite... method SizeProto (line 154) | func (orig *ExportProfilesPartialSuccess) SizeProto() int { method MarshalProto (line 169) | func (orig *ExportProfilesPartialSuccess) MarshalProto(buf []byte) int { method UnmarshalProto (line 189) | func (orig *ExportProfilesPartialSuccess) UnmarshalProto(buf []byte) e... function NewExportProfilesPartialSuccess (line 32) | func NewExportProfilesPartialSuccess() *ExportProfilesPartialSuccess { function DeleteExportProfilesPartialSuccess (line 39) | func DeleteExportProfilesPartialSuccess(orig *ExportProfilesPartialSucce... function CopyExportProfilesPartialSuccess (line 55) | func CopyExportProfilesPartialSuccess(dest, src *ExportProfilesPartialSu... function CopyExportProfilesPartialSuccessSlice (line 74) | func CopyExportProfilesPartialSuccessSlice(dest, src []ExportProfilesPar... function CopyExportProfilesPartialSuccessPtrSlice (line 92) | func CopyExportProfilesPartialSuccessPtrSlice(dest, src []*ExportProfile... function GenTestExportProfilesPartialSuccess (line 236) | func GenTestExportProfilesPartialSuccess() *ExportProfilesPartialSuccess { function GenTestExportProfilesPartialSuccessPtrSlice (line 243) | func GenTestExportProfilesPartialSuccessPtrSlice() []*ExportProfilesPart... function GenTestExportProfilesPartialSuccessSlice (line 253) | func GenTestExportProfilesPartialSuccessSlice() []ExportProfilesPartialS... FILE: pdata/internal/generated_proto_exportprofilespartialsuccess_test.go function TestCopyExportProfilesPartialSuccess (line 23) | func TestCopyExportProfilesPartialSuccess(t *testing.T) { function TestCopyExportProfilesPartialSuccessSlice (line 43) | func TestCopyExportProfilesPartialSuccessSlice(t *testing.T) { function TestCopyExportProfilesPartialSuccessPtrSlice (line 68) | func TestCopyExportProfilesPartialSuccessPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONExportProfilesPartialSuccessUnknown (line 93) | func TestMarshalAndUnmarshalJSONExportProfilesPartialSuccessUnknown(t *t... function TestMarshalAndUnmarshalJSONExportProfilesPartialSuccess (line 102) | func TestMarshalAndUnmarshalJSONExportProfilesPartialSuccess(t *testing.... function TestMarshalAndUnmarshalProtoExportProfilesPartialSuccessFailing (line 130) | func TestMarshalAndUnmarshalProtoExportProfilesPartialSuccessFailing(t *... function TestMarshalAndUnmarshalProtoExportProfilesPartialSuccessUnknown (line 139) | func TestMarshalAndUnmarshalProtoExportProfilesPartialSuccessUnknown(t *... function TestMarshalAndUnmarshalProtoExportProfilesPartialSuccess (line 146) | func TestMarshalAndUnmarshalProtoExportProfilesPartialSuccess(t *testing... function TestMarshalAndUnmarshalProtoViaProtobufExportProfilesPartialSuccess (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufExportProfilesPartialSuccess... function genTestFailingUnmarshalProtoValuesExportProfilesPartialSuccess (line 190) | func genTestFailingUnmarshalProtoValuesExportProfilesPartialSuccess() ma... function genTestEncodingValuesExportProfilesPartialSuccess (line 200) | func genTestEncodingValuesExportProfilesPartialSuccess() map[string]*Exp... FILE: pdata/internal/generated_proto_exportprofilesservicerequest.go type ExportProfilesServiceRequest (line 20) | type ExportProfilesServiceRequest struct method Reset (line 127) | func (orig *ExportProfilesServiceRequest) Reset() { method MarshalJSON (line 132) | func (orig *ExportProfilesServiceRequest) MarshalJSON(dest *json.Strea... method UnmarshalJSON (line 150) | func (orig *ExportProfilesServiceRequest) UnmarshalJSON(iter *json.Ite... method SizeProto (line 168) | func (orig *ExportProfilesServiceRequest) SizeProto() int { method MarshalProto (line 181) | func (orig *ExportProfilesServiceRequest) MarshalProto(buf []byte) int { method UnmarshalProto (line 201) | func (orig *ExportProfilesServiceRequest) UnmarshalProto(buf []byte) e... function NewExportProfilesServiceRequest (line 33) | func NewExportProfilesServiceRequest() *ExportProfilesServiceRequest { function DeleteExportProfilesServiceRequest (line 40) | func DeleteExportProfilesServiceRequest(orig *ExportProfilesServiceReque... function CopyExportProfilesServiceRequest (line 59) | func CopyExportProfilesServiceRequest(dest, src *ExportProfilesServiceRe... function CopyExportProfilesServiceRequestSlice (line 79) | func CopyExportProfilesServiceRequestSlice(dest, src []ExportProfilesSer... function CopyExportProfilesServiceRequestPtrSlice (line 97) | func CopyExportProfilesServiceRequestPtrSlice(dest, src []*ExportProfile... function GenTestExportProfilesServiceRequest (line 257) | func GenTestExportProfilesServiceRequest() *ExportProfilesServiceRequest { function GenTestExportProfilesServiceRequestPtrSlice (line 264) | func GenTestExportProfilesServiceRequestPtrSlice() []*ExportProfilesServ... function GenTestExportProfilesServiceRequestSlice (line 274) | func GenTestExportProfilesServiceRequestSlice() []ExportProfilesServiceR... FILE: pdata/internal/generated_proto_exportprofilesservicerequest_test.go function TestCopyExportProfilesServiceRequest (line 23) | func TestCopyExportProfilesServiceRequest(t *testing.T) { function TestCopyExportProfilesServiceRequestSlice (line 43) | func TestCopyExportProfilesServiceRequestSlice(t *testing.T) { function TestCopyExportProfilesServiceRequestPtrSlice (line 68) | func TestCopyExportProfilesServiceRequestPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONExportProfilesServiceRequestUnknown (line 93) | func TestMarshalAndUnmarshalJSONExportProfilesServiceRequestUnknown(t *t... function TestMarshalAndUnmarshalJSONExportProfilesServiceRequest (line 102) | func TestMarshalAndUnmarshalJSONExportProfilesServiceRequest(t *testing.... function TestMarshalAndUnmarshalProtoExportProfilesServiceRequestFailing (line 130) | func TestMarshalAndUnmarshalProtoExportProfilesServiceRequestFailing(t *... function TestMarshalAndUnmarshalProtoExportProfilesServiceRequestUnknown (line 139) | func TestMarshalAndUnmarshalProtoExportProfilesServiceRequestUnknown(t *... function TestMarshalAndUnmarshalProtoExportProfilesServiceRequest (line 146) | func TestMarshalAndUnmarshalProtoExportProfilesServiceRequest(t *testing... function TestMarshalAndUnmarshalProtoViaProtobufExportProfilesServiceRequest (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufExportProfilesServiceRequest... function genTestFailingUnmarshalProtoValuesExportProfilesServiceRequest (line 190) | func genTestFailingUnmarshalProtoValuesExportProfilesServiceRequest() ma... function genTestEncodingValuesExportProfilesServiceRequest (line 200) | func genTestEncodingValuesExportProfilesServiceRequest() map[string]*Exp... FILE: pdata/internal/generated_proto_exportprofilesserviceresponse.go type ExportProfilesServiceResponse (line 19) | type ExportProfilesServiceResponse struct method Reset (line 120) | func (orig *ExportProfilesServiceResponse) Reset() { method MarshalJSON (line 125) | func (orig *ExportProfilesServiceResponse) MarshalJSON(dest *json.Stre... method UnmarshalJSON (line 133) | func (orig *ExportProfilesServiceResponse) UnmarshalJSON(iter *json.It... method SizeProto (line 145) | func (orig *ExportProfilesServiceResponse) SizeProto() int { method MarshalProto (line 154) | func (orig *ExportProfilesServiceResponse) MarshalProto(buf []byte) int { method UnmarshalProto (line 167) | func (orig *ExportProfilesServiceResponse) UnmarshalProto(buf []byte) ... function NewExportProfilesServiceResponse (line 31) | func NewExportProfilesServiceResponse() *ExportProfilesServiceResponse { function DeleteExportProfilesServiceResponse (line 38) | func DeleteExportProfilesServiceResponse(orig *ExportProfilesServiceResp... function CopyExportProfilesServiceResponse (line 54) | func CopyExportProfilesServiceResponse(dest, src *ExportProfilesServiceR... function CopyExportProfilesServiceResponseSlice (line 72) | func CopyExportProfilesServiceResponseSlice(dest, src []ExportProfilesSe... function CopyExportProfilesServiceResponsePtrSlice (line 90) | func CopyExportProfilesServiceResponsePtrSlice(dest, src []*ExportProfil... function GenTestExportProfilesServiceResponse (line 207) | func GenTestExportProfilesServiceResponse() *ExportProfilesServiceRespon... function GenTestExportProfilesServiceResponsePtrSlice (line 213) | func GenTestExportProfilesServiceResponsePtrSlice() []*ExportProfilesSer... function GenTestExportProfilesServiceResponseSlice (line 223) | func GenTestExportProfilesServiceResponseSlice() []ExportProfilesService... FILE: pdata/internal/generated_proto_exportprofilesserviceresponse_test.go function TestCopyExportProfilesServiceResponse (line 23) | func TestCopyExportProfilesServiceResponse(t *testing.T) { function TestCopyExportProfilesServiceResponseSlice (line 43) | func TestCopyExportProfilesServiceResponseSlice(t *testing.T) { function TestCopyExportProfilesServiceResponsePtrSlice (line 68) | func TestCopyExportProfilesServiceResponsePtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONExportProfilesServiceResponseUnknown (line 93) | func TestMarshalAndUnmarshalJSONExportProfilesServiceResponseUnknown(t *... function TestMarshalAndUnmarshalJSONExportProfilesServiceResponse (line 102) | func TestMarshalAndUnmarshalJSONExportProfilesServiceResponse(t *testing... function TestMarshalAndUnmarshalProtoExportProfilesServiceResponseFailing (line 130) | func TestMarshalAndUnmarshalProtoExportProfilesServiceResponseFailing(t ... function TestMarshalAndUnmarshalProtoExportProfilesServiceResponseUnknown (line 139) | func TestMarshalAndUnmarshalProtoExportProfilesServiceResponseUnknown(t ... function TestMarshalAndUnmarshalProtoExportProfilesServiceResponse (line 146) | func TestMarshalAndUnmarshalProtoExportProfilesServiceResponse(t *testin... function TestMarshalAndUnmarshalProtoViaProtobufExportProfilesServiceResponse (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufExportProfilesServiceRespons... function genTestFailingUnmarshalProtoValuesExportProfilesServiceResponse (line 190) | func genTestFailingUnmarshalProtoValuesExportProfilesServiceResponse() m... function genTestEncodingValuesExportProfilesServiceResponse (line 198) | func genTestEncodingValuesExportProfilesServiceResponse() map[string]*Ex... FILE: pdata/internal/generated_proto_exporttracepartialsuccess.go type ExportTracePartialSuccess (line 19) | type ExportTracePartialSuccess struct method Reset (line 122) | func (orig *ExportTracePartialSuccess) Reset() { method MarshalJSON (line 127) | func (orig *ExportTracePartialSuccess) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 141) | func (orig *ExportTracePartialSuccess) UnmarshalJSON(iter *json.Iterat... method SizeProto (line 154) | func (orig *ExportTracePartialSuccess) SizeProto() int { method MarshalProto (line 169) | func (orig *ExportTracePartialSuccess) MarshalProto(buf []byte) int { method UnmarshalProto (line 189) | func (orig *ExportTracePartialSuccess) UnmarshalProto(buf []byte) error { function NewExportTracePartialSuccess (line 32) | func NewExportTracePartialSuccess() *ExportTracePartialSuccess { function DeleteExportTracePartialSuccess (line 39) | func DeleteExportTracePartialSuccess(orig *ExportTracePartialSuccess, nu... function CopyExportTracePartialSuccess (line 55) | func CopyExportTracePartialSuccess(dest, src *ExportTracePartialSuccess)... function CopyExportTracePartialSuccessSlice (line 74) | func CopyExportTracePartialSuccessSlice(dest, src []ExportTracePartialSu... function CopyExportTracePartialSuccessPtrSlice (line 92) | func CopyExportTracePartialSuccessPtrSlice(dest, src []*ExportTraceParti... function GenTestExportTracePartialSuccess (line 236) | func GenTestExportTracePartialSuccess() *ExportTracePartialSuccess { function GenTestExportTracePartialSuccessPtrSlice (line 243) | func GenTestExportTracePartialSuccessPtrSlice() []*ExportTracePartialSuc... function GenTestExportTracePartialSuccessSlice (line 253) | func GenTestExportTracePartialSuccessSlice() []ExportTracePartialSuccess { FILE: pdata/internal/generated_proto_exporttracepartialsuccess_test.go function TestCopyExportTracePartialSuccess (line 23) | func TestCopyExportTracePartialSuccess(t *testing.T) { function TestCopyExportTracePartialSuccessSlice (line 43) | func TestCopyExportTracePartialSuccessSlice(t *testing.T) { function TestCopyExportTracePartialSuccessPtrSlice (line 68) | func TestCopyExportTracePartialSuccessPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONExportTracePartialSuccessUnknown (line 93) | func TestMarshalAndUnmarshalJSONExportTracePartialSuccessUnknown(t *test... function TestMarshalAndUnmarshalJSONExportTracePartialSuccess (line 102) | func TestMarshalAndUnmarshalJSONExportTracePartialSuccess(t *testing.T) { function TestMarshalAndUnmarshalProtoExportTracePartialSuccessFailing (line 130) | func TestMarshalAndUnmarshalProtoExportTracePartialSuccessFailing(t *tes... function TestMarshalAndUnmarshalProtoExportTracePartialSuccessUnknown (line 139) | func TestMarshalAndUnmarshalProtoExportTracePartialSuccessUnknown(t *tes... function TestMarshalAndUnmarshalProtoExportTracePartialSuccess (line 146) | func TestMarshalAndUnmarshalProtoExportTracePartialSuccess(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufExportTracePartialSuccess (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufExportTracePartialSuccess(t ... function genTestFailingUnmarshalProtoValuesExportTracePartialSuccess (line 190) | func genTestFailingUnmarshalProtoValuesExportTracePartialSuccess() map[s... function genTestEncodingValuesExportTracePartialSuccess (line 200) | func genTestEncodingValuesExportTracePartialSuccess() map[string]*Export... FILE: pdata/internal/generated_proto_exporttraceservicerequest.go type ExportTraceServiceRequest (line 20) | type ExportTraceServiceRequest struct method Reset (line 123) | func (orig *ExportTraceServiceRequest) Reset() { method MarshalJSON (line 128) | func (orig *ExportTraceServiceRequest) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 144) | func (orig *ExportTraceServiceRequest) UnmarshalJSON(iter *json.Iterat... method SizeProto (line 159) | func (orig *ExportTraceServiceRequest) SizeProto() int { method MarshalProto (line 170) | func (orig *ExportTraceServiceRequest) MarshalProto(buf []byte) int { method UnmarshalProto (line 184) | func (orig *ExportTraceServiceRequest) UnmarshalProto(buf []byte) error { function NewExportTraceServiceRequest (line 32) | func NewExportTraceServiceRequest() *ExportTraceServiceRequest { function DeleteExportTraceServiceRequest (line 39) | func DeleteExportTraceServiceRequest(orig *ExportTraceServiceRequest, nu... function CopyExportTraceServiceRequest (line 57) | func CopyExportTraceServiceRequest(dest, src *ExportTraceServiceRequest)... function CopyExportTraceServiceRequestSlice (line 75) | func CopyExportTraceServiceRequestSlice(dest, src []ExportTraceServiceRe... function CopyExportTraceServiceRequestPtrSlice (line 93) | func CopyExportTraceServiceRequestPtrSlice(dest, src []*ExportTraceServi... function GenTestExportTraceServiceRequest (line 224) | func GenTestExportTraceServiceRequest() *ExportTraceServiceRequest { function GenTestExportTraceServiceRequestPtrSlice (line 230) | func GenTestExportTraceServiceRequestPtrSlice() []*ExportTraceServiceReq... function GenTestExportTraceServiceRequestSlice (line 240) | func GenTestExportTraceServiceRequestSlice() []ExportTraceServiceRequest { FILE: pdata/internal/generated_proto_exporttraceservicerequest_test.go function TestCopyExportTraceServiceRequest (line 23) | func TestCopyExportTraceServiceRequest(t *testing.T) { function TestCopyExportTraceServiceRequestSlice (line 43) | func TestCopyExportTraceServiceRequestSlice(t *testing.T) { function TestCopyExportTraceServiceRequestPtrSlice (line 68) | func TestCopyExportTraceServiceRequestPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONExportTraceServiceRequestUnknown (line 93) | func TestMarshalAndUnmarshalJSONExportTraceServiceRequestUnknown(t *test... function TestMarshalAndUnmarshalJSONExportTraceServiceRequest (line 102) | func TestMarshalAndUnmarshalJSONExportTraceServiceRequest(t *testing.T) { function TestMarshalAndUnmarshalProtoExportTraceServiceRequestFailing (line 130) | func TestMarshalAndUnmarshalProtoExportTraceServiceRequestFailing(t *tes... function TestMarshalAndUnmarshalProtoExportTraceServiceRequestUnknown (line 139) | func TestMarshalAndUnmarshalProtoExportTraceServiceRequestUnknown(t *tes... function TestMarshalAndUnmarshalProtoExportTraceServiceRequest (line 146) | func TestMarshalAndUnmarshalProtoExportTraceServiceRequest(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufExportTraceServiceRequest (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufExportTraceServiceRequest(t ... function genTestFailingUnmarshalProtoValuesExportTraceServiceRequest (line 190) | func genTestFailingUnmarshalProtoValuesExportTraceServiceRequest() map[s... function genTestEncodingValuesExportTraceServiceRequest (line 198) | func genTestEncodingValuesExportTraceServiceRequest() map[string]*Export... FILE: pdata/internal/generated_proto_exporttraceserviceresponse.go type ExportTraceServiceResponse (line 19) | type ExportTraceServiceResponse struct method Reset (line 120) | func (orig *ExportTraceServiceResponse) Reset() { method MarshalJSON (line 125) | func (orig *ExportTraceServiceResponse) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 133) | func (orig *ExportTraceServiceResponse) UnmarshalJSON(iter *json.Itera... method SizeProto (line 145) | func (orig *ExportTraceServiceResponse) SizeProto() int { method MarshalProto (line 154) | func (orig *ExportTraceServiceResponse) MarshalProto(buf []byte) int { method UnmarshalProto (line 167) | func (orig *ExportTraceServiceResponse) UnmarshalProto(buf []byte) err... function NewExportTraceServiceResponse (line 31) | func NewExportTraceServiceResponse() *ExportTraceServiceResponse { function DeleteExportTraceServiceResponse (line 38) | func DeleteExportTraceServiceResponse(orig *ExportTraceServiceResponse, ... function CopyExportTraceServiceResponse (line 54) | func CopyExportTraceServiceResponse(dest, src *ExportTraceServiceRespons... function CopyExportTraceServiceResponseSlice (line 72) | func CopyExportTraceServiceResponseSlice(dest, src []ExportTraceServiceR... function CopyExportTraceServiceResponsePtrSlice (line 90) | func CopyExportTraceServiceResponsePtrSlice(dest, src []*ExportTraceServ... function GenTestExportTraceServiceResponse (line 207) | func GenTestExportTraceServiceResponse() *ExportTraceServiceResponse { function GenTestExportTraceServiceResponsePtrSlice (line 213) | func GenTestExportTraceServiceResponsePtrSlice() []*ExportTraceServiceRe... function GenTestExportTraceServiceResponseSlice (line 223) | func GenTestExportTraceServiceResponseSlice() []ExportTraceServiceRespon... FILE: pdata/internal/generated_proto_exporttraceserviceresponse_test.go function TestCopyExportTraceServiceResponse (line 23) | func TestCopyExportTraceServiceResponse(t *testing.T) { function TestCopyExportTraceServiceResponseSlice (line 43) | func TestCopyExportTraceServiceResponseSlice(t *testing.T) { function TestCopyExportTraceServiceResponsePtrSlice (line 68) | func TestCopyExportTraceServiceResponsePtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONExportTraceServiceResponseUnknown (line 93) | func TestMarshalAndUnmarshalJSONExportTraceServiceResponseUnknown(t *tes... function TestMarshalAndUnmarshalJSONExportTraceServiceResponse (line 102) | func TestMarshalAndUnmarshalJSONExportTraceServiceResponse(t *testing.T) { function TestMarshalAndUnmarshalProtoExportTraceServiceResponseFailing (line 130) | func TestMarshalAndUnmarshalProtoExportTraceServiceResponseFailing(t *te... function TestMarshalAndUnmarshalProtoExportTraceServiceResponseUnknown (line 139) | func TestMarshalAndUnmarshalProtoExportTraceServiceResponseUnknown(t *te... function TestMarshalAndUnmarshalProtoExportTraceServiceResponse (line 146) | func TestMarshalAndUnmarshalProtoExportTraceServiceResponse(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufExportTraceServiceResponse (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufExportTraceServiceResponse(t... function genTestFailingUnmarshalProtoValuesExportTraceServiceResponse (line 190) | func genTestFailingUnmarshalProtoValuesExportTraceServiceResponse() map[... function genTestEncodingValuesExportTraceServiceResponse (line 198) | func genTestEncodingValuesExportTraceServiceResponse() map[string]*Expor... FILE: pdata/internal/generated_proto_function.go type Function (line 19) | type Function struct method Reset (line 126) | func (orig *Function) Reset() { method MarshalJSON (line 131) | func (orig *Function) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 153) | func (orig *Function) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 170) | func (orig *Function) SizeProto() int { method MarshalProto (line 189) | func (orig *Function) MarshalProto(buf []byte) int { method UnmarshalProto (line 216) | func (orig *Function) UnmarshalProto(buf []byte) error { function NewFunction (line 34) | func NewFunction() *Function { function DeleteFunction (line 41) | func DeleteFunction(orig *Function, nullable bool) { function CopyFunction (line 57) | func CopyFunction(dest, src *Function) *Function { function CopyFunctionSlice (line 78) | func CopyFunctionSlice(dest, src []Function) []Function { function CopyFunctionPtrSlice (line 96) | func CopyFunctionPtrSlice(dest, src []*Function) []*Function { function GenTestFunction (line 284) | func GenTestFunction() *Function { function GenTestFunctionPtrSlice (line 293) | func GenTestFunctionPtrSlice() []*Function { function GenTestFunctionSlice (line 303) | func GenTestFunctionSlice() []Function { FILE: pdata/internal/generated_proto_function_test.go function TestCopyFunction (line 23) | func TestCopyFunction(t *testing.T) { function TestCopyFunctionSlice (line 43) | func TestCopyFunctionSlice(t *testing.T) { function TestCopyFunctionPtrSlice (line 68) | func TestCopyFunctionPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONFunctionUnknown (line 93) | func TestMarshalAndUnmarshalJSONFunctionUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONFunction (line 102) | func TestMarshalAndUnmarshalJSONFunction(t *testing.T) { function TestMarshalAndUnmarshalProtoFunctionFailing (line 130) | func TestMarshalAndUnmarshalProtoFunctionFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoFunctionUnknown (line 139) | func TestMarshalAndUnmarshalProtoFunctionUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoFunction (line 146) | func TestMarshalAndUnmarshalProtoFunction(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufFunction (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufFunction(t *testing.T) { function genTestFailingUnmarshalProtoValuesFunction (line 190) | func genTestFailingUnmarshalProtoValuesFunction() map[string][]byte { function genTestEncodingValuesFunction (line 204) | func genTestEncodingValuesFunction() map[string]*Function { FILE: pdata/internal/generated_proto_gauge.go type Gauge (line 19) | type Gauge struct method Reset (line 122) | func (orig *Gauge) Reset() { method MarshalJSON (line 127) | func (orig *Gauge) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 143) | func (orig *Gauge) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 158) | func (orig *Gauge) SizeProto() int { method MarshalProto (line 169) | func (orig *Gauge) MarshalProto(buf []byte) int { method UnmarshalProto (line 183) | func (orig *Gauge) UnmarshalProto(buf []byte) error { function NewGauge (line 31) | func NewGauge() *Gauge { function DeleteGauge (line 38) | func DeleteGauge(orig *Gauge, nullable bool) { function CopyGauge (line 56) | func CopyGauge(dest, src *Gauge) *Gauge { function CopyGaugeSlice (line 74) | func CopyGaugeSlice(dest, src []Gauge) []Gauge { function CopyGaugePtrSlice (line 92) | func CopyGaugePtrSlice(dest, src []*Gauge) []*Gauge { function GenTestGauge (line 223) | func GenTestGauge() *Gauge { function GenTestGaugePtrSlice (line 229) | func GenTestGaugePtrSlice() []*Gauge { function GenTestGaugeSlice (line 239) | func GenTestGaugeSlice() []Gauge { FILE: pdata/internal/generated_proto_gauge_test.go function TestCopyGauge (line 23) | func TestCopyGauge(t *testing.T) { function TestCopyGaugeSlice (line 43) | func TestCopyGaugeSlice(t *testing.T) { function TestCopyGaugePtrSlice (line 68) | func TestCopyGaugePtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONGaugeUnknown (line 93) | func TestMarshalAndUnmarshalJSONGaugeUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONGauge (line 102) | func TestMarshalAndUnmarshalJSONGauge(t *testing.T) { function TestMarshalAndUnmarshalProtoGaugeFailing (line 130) | func TestMarshalAndUnmarshalProtoGaugeFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoGaugeUnknown (line 139) | func TestMarshalAndUnmarshalProtoGaugeUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoGauge (line 146) | func TestMarshalAndUnmarshalProtoGauge(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufGauge (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufGauge(t *testing.T) { function genTestFailingUnmarshalProtoValuesGauge (line 190) | func genTestFailingUnmarshalProtoValuesGauge() map[string][]byte { function genTestEncodingValuesGauge (line 198) | func genTestEncodingValuesGauge() map[string]*Gauge { FILE: pdata/internal/generated_proto_histogram.go type Histogram (line 19) | type Histogram struct method Reset (line 126) | func (orig *Histogram) Reset() { method MarshalJSON (line 131) | func (orig *Histogram) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 152) | func (orig *Histogram) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 169) | func (orig *Histogram) SizeProto() int { method MarshalProto (line 183) | func (orig *Histogram) MarshalProto(buf []byte) int { method UnmarshalProto (line 202) | func (orig *Histogram) UnmarshalProto(buf []byte) error { function NewHistogram (line 32) | func NewHistogram() *Histogram { function DeleteHistogram (line 39) | func DeleteHistogram(orig *Histogram, nullable bool) { function CopyHistogram (line 58) | func CopyHistogram(dest, src *Histogram) *Histogram { function CopyHistogramSlice (line 78) | func CopyHistogramSlice(dest, src []Histogram) []Histogram { function CopyHistogramPtrSlice (line 96) | func CopyHistogramPtrSlice(dest, src []*Histogram) []*Histogram { function GenTestHistogram (line 253) | func GenTestHistogram() *Histogram { function GenTestHistogramPtrSlice (line 260) | func GenTestHistogramPtrSlice() []*Histogram { function GenTestHistogramSlice (line 270) | func GenTestHistogramSlice() []Histogram { FILE: pdata/internal/generated_proto_histogram_test.go function TestCopyHistogram (line 23) | func TestCopyHistogram(t *testing.T) { function TestCopyHistogramSlice (line 43) | func TestCopyHistogramSlice(t *testing.T) { function TestCopyHistogramPtrSlice (line 68) | func TestCopyHistogramPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONHistogramUnknown (line 93) | func TestMarshalAndUnmarshalJSONHistogramUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONHistogram (line 102) | func TestMarshalAndUnmarshalJSONHistogram(t *testing.T) { function TestMarshalAndUnmarshalProtoHistogramFailing (line 130) | func TestMarshalAndUnmarshalProtoHistogramFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoHistogramUnknown (line 139) | func TestMarshalAndUnmarshalProtoHistogramUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoHistogram (line 146) | func TestMarshalAndUnmarshalProtoHistogram(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufHistogram (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufHistogram(t *testing.T) { function genTestFailingUnmarshalProtoValuesHistogram (line 190) | func genTestFailingUnmarshalProtoValuesHistogram() map[string][]byte { function genTestEncodingValuesHistogram (line 200) | func genTestEncodingValuesHistogram() map[string]*Histogram { FILE: pdata/internal/generated_proto_histogramdatapoint.go type HistogramDataPoint (line 21) | type HistogramDataPoint struct method Reset (line 168) | func (orig *HistogramDataPoint) Reset() { method MarshalJSON (line 173) | func (orig *HistogramDataPoint) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 249) | func (orig *HistogramDataPoint) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 297) | func (orig *HistogramDataPoint) SizeProto() int { method MarshalProto (line 343) | func (orig *HistogramDataPoint) MarshalProto(buf []byte) int { method UnmarshalProto (line 425) | func (orig *HistogramDataPoint) UnmarshalProto(buf []byte) error { method SetSum (line 628) | func (m *HistogramDataPoint) SetSum(value float64) { method RemoveSum (line 633) | func (m *HistogramDataPoint) RemoveSum() { method HasSum (line 638) | func (m *HistogramDataPoint) HasSum() bool { method SetMin (line 645) | func (m *HistogramDataPoint) SetMin(value float64) { method RemoveMin (line 650) | func (m *HistogramDataPoint) RemoveMin() { method HasMin (line 655) | func (m *HistogramDataPoint) HasMin() bool { method SetMax (line 662) | func (m *HistogramDataPoint) SetMax(value float64) { method RemoveMax (line 667) | func (m *HistogramDataPoint) RemoveMax() { method HasMax (line 672) | func (m *HistogramDataPoint) HasMax() bool { function NewHistogramDataPoint (line 44) | func NewHistogramDataPoint() *HistogramDataPoint { function DeleteHistogramDataPoint (line 51) | func DeleteHistogramDataPoint(orig *HistogramDataPoint, nullable bool) { function CopyHistogramDataPoint (line 74) | func CopyHistogramDataPoint(dest, src *HistogramDataPoint) *HistogramDat... function CopyHistogramDataPointSlice (line 120) | func CopyHistogramDataPointSlice(dest, src []HistogramDataPoint) []Histo... function CopyHistogramDataPointPtrSlice (line 138) | func CopyHistogramDataPointPtrSlice(dest, src []*HistogramDataPoint) []*... constant fieldBlockHistogramDataPointSum (line 625) | fieldBlockHistogramDataPointSum = uint64(0 >> 6) constant fieldBitHistogramDataPointSum (line 626) | fieldBitHistogramDataPointSum = uint64(1 << 0 & 0x3F) constant fieldBlockHistogramDataPointMin (line 642) | fieldBlockHistogramDataPointMin = uint64(1 >> 6) constant fieldBitHistogramDataPointMin (line 643) | fieldBitHistogramDataPointMin = uint64(1 << 1 & 0x3F) constant fieldBlockHistogramDataPointMax (line 659) | fieldBlockHistogramDataPointMax = uint64(2 >> 6) constant fieldBitHistogramDataPointMax (line 660) | fieldBitHistogramDataPointMax = uint64(1 << 2 & 0x3F) function GenTestHistogramDataPoint (line 676) | func GenTestHistogramDataPoint() *HistogramDataPoint { function GenTestHistogramDataPointPtrSlice (line 692) | func GenTestHistogramDataPointPtrSlice() []*HistogramDataPoint { function GenTestHistogramDataPointSlice (line 702) | func GenTestHistogramDataPointSlice() []HistogramDataPoint { FILE: pdata/internal/generated_proto_histogramdatapoint_test.go function TestCopyHistogramDataPoint (line 23) | func TestCopyHistogramDataPoint(t *testing.T) { function TestCopyHistogramDataPointSlice (line 43) | func TestCopyHistogramDataPointSlice(t *testing.T) { function TestCopyHistogramDataPointPtrSlice (line 68) | func TestCopyHistogramDataPointPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONHistogramDataPointUnknown (line 93) | func TestMarshalAndUnmarshalJSONHistogramDataPointUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONHistogramDataPoint (line 102) | func TestMarshalAndUnmarshalJSONHistogramDataPoint(t *testing.T) { function TestMarshalAndUnmarshalProtoHistogramDataPointFailing (line 130) | func TestMarshalAndUnmarshalProtoHistogramDataPointFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoHistogramDataPointUnknown (line 139) | func TestMarshalAndUnmarshalProtoHistogramDataPointUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoHistogramDataPoint (line 146) | func TestMarshalAndUnmarshalProtoHistogramDataPoint(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufHistogramDataPoint (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufHistogramDataPoint(t *testin... function genTestFailingUnmarshalProtoValuesHistogramDataPoint (line 190) | func genTestFailingUnmarshalProtoValuesHistogramDataPoint() map[string][... function genTestEncodingValuesHistogramDataPoint (line 218) | func genTestEncodingValuesHistogramDataPoint() map[string]*HistogramData... FILE: pdata/internal/generated_proto_instrumentationscope.go type InstrumentationScope (line 19) | type InstrumentationScope struct method Reset (line 131) | func (orig *InstrumentationScope) Reset() { method MarshalJSON (line 136) | func (orig *InstrumentationScope) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 164) | func (orig *InstrumentationScope) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 185) | func (orig *InstrumentationScope) SizeProto() int { method MarshalProto (line 209) | func (orig *InstrumentationScope) MarshalProto(buf []byte) int { method UnmarshalProto (line 244) | func (orig *InstrumentationScope) UnmarshalProto(buf []byte) error { function NewInstrumentationScope (line 34) | func NewInstrumentationScope() *InstrumentationScope { function DeleteInstrumentationScope (line 41) | func DeleteInstrumentationScope(orig *InstrumentationScope, nullable boo... function CopyInstrumentationScope (line 61) | func CopyInstrumentationScope(dest, src *InstrumentationScope) *Instrume... function CopyInstrumentationScopeSlice (line 83) | func CopyInstrumentationScopeSlice(dest, src []InstrumentationScope) []I... function CopyInstrumentationScopePtrSlice (line 101) | func CopyInstrumentationScopePtrSlice(dest, src []*InstrumentationScope)... function GenTestInstrumentationScope (line 319) | func GenTestInstrumentationScope() *InstrumentationScope { function GenTestInstrumentationScopePtrSlice (line 328) | func GenTestInstrumentationScopePtrSlice() []*InstrumentationScope { function GenTestInstrumentationScopeSlice (line 338) | func GenTestInstrumentationScopeSlice() []InstrumentationScope { FILE: pdata/internal/generated_proto_instrumentationscope_test.go function TestCopyInstrumentationScope (line 23) | func TestCopyInstrumentationScope(t *testing.T) { function TestCopyInstrumentationScopeSlice (line 43) | func TestCopyInstrumentationScopeSlice(t *testing.T) { function TestCopyInstrumentationScopePtrSlice (line 68) | func TestCopyInstrumentationScopePtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONInstrumentationScopeUnknown (line 93) | func TestMarshalAndUnmarshalJSONInstrumentationScopeUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONInstrumentationScope (line 102) | func TestMarshalAndUnmarshalJSONInstrumentationScope(t *testing.T) { function TestMarshalAndUnmarshalProtoInstrumentationScopeFailing (line 130) | func TestMarshalAndUnmarshalProtoInstrumentationScopeFailing(t *testing.... function TestMarshalAndUnmarshalProtoInstrumentationScopeUnknown (line 139) | func TestMarshalAndUnmarshalProtoInstrumentationScopeUnknown(t *testing.... function TestMarshalAndUnmarshalProtoInstrumentationScope (line 146) | func TestMarshalAndUnmarshalProtoInstrumentationScope(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufInstrumentationScope (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufInstrumentationScope(t *test... function genTestFailingUnmarshalProtoValuesInstrumentationScope (line 190) | func genTestFailingUnmarshalProtoValuesInstrumentationScope() map[string... function genTestEncodingValuesInstrumentationScope (line 204) | func genTestEncodingValuesInstrumentationScope() map[string]*Instrumenta... FILE: pdata/internal/generated_proto_ipaddr.go type IPAddr (line 18) | type IPAddr struct method Reset (line 121) | func (orig *IPAddr) Reset() { method MarshalJSON (line 126) | func (orig *IPAddr) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 141) | func (orig *IPAddr) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 154) | func (orig *IPAddr) SizeProto() int { method MarshalProto (line 171) | func (orig *IPAddr) MarshalProto(buf []byte) int { method UnmarshalProto (line 194) | func (orig *IPAddr) UnmarshalProto(buf []byte) error { function NewIPAddr (line 31) | func NewIPAddr() *IPAddr { function DeleteIPAddr (line 38) | func DeleteIPAddr(orig *IPAddr, nullable bool) { function CopyIPAddr (line 54) | func CopyIPAddr(dest, src *IPAddr) *IPAddr { function CopyIPAddrSlice (line 73) | func CopyIPAddrSlice(dest, src []IPAddr) []IPAddr { function CopyIPAddrPtrSlice (line 91) | func CopyIPAddrPtrSlice(dest, src []*IPAddr) []*IPAddr { function GenTestIPAddr (line 245) | func GenTestIPAddr() *IPAddr { function GenTestIPAddrPtrSlice (line 252) | func GenTestIPAddrPtrSlice() []*IPAddr { function GenTestIPAddrSlice (line 262) | func GenTestIPAddrSlice() []IPAddr { FILE: pdata/internal/generated_proto_ipaddr_test.go function TestCopyIPAddr (line 23) | func TestCopyIPAddr(t *testing.T) { function TestCopyIPAddrSlice (line 43) | func TestCopyIPAddrSlice(t *testing.T) { function TestCopyIPAddrPtrSlice (line 68) | func TestCopyIPAddrPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONIPAddrUnknown (line 93) | func TestMarshalAndUnmarshalJSONIPAddrUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONIPAddr (line 102) | func TestMarshalAndUnmarshalJSONIPAddr(t *testing.T) { function TestMarshalAndUnmarshalProtoIPAddrFailing (line 130) | func TestMarshalAndUnmarshalProtoIPAddrFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoIPAddrUnknown (line 139) | func TestMarshalAndUnmarshalProtoIPAddrUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoIPAddr (line 146) | func TestMarshalAndUnmarshalProtoIPAddr(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufIPAddr (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufIPAddr(t *testing.T) { function genTestFailingUnmarshalProtoValuesIPAddr (line 190) | func genTestFailingUnmarshalProtoValuesIPAddr() map[string][]byte { function genTestEncodingValuesIPAddr (line 200) | func genTestEncodingValuesIPAddr() map[string]*IPAddr { FILE: pdata/internal/generated_proto_keyvalue.go type KeyValue (line 18) | type KeyValue struct method Reset (line 126) | func (orig *KeyValue) Reset() { method MarshalJSON (line 131) | func (orig *KeyValue) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 147) | func (orig *KeyValue) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 163) | func (orig *KeyValue) SizeProto() int { method MarshalProto (line 180) | func (orig *KeyValue) MarshalProto(buf []byte) int { method UnmarshalProto (line 206) | func (orig *KeyValue) UnmarshalProto(buf []byte) error { function NewKeyValue (line 32) | func NewKeyValue() *KeyValue { function DeleteKeyValue (line 39) | func DeleteKeyValue(orig *KeyValue, nullable bool) { function CopyKeyValue (line 57) | func CopyKeyValue(dest, src *KeyValue) *KeyValue { function CopyKeyValueSlice (line 78) | func CopyKeyValueSlice(dest, src []KeyValue) []KeyValue { function CopyKeyValuePtrSlice (line 96) | func CopyKeyValuePtrSlice(dest, src []*KeyValue) []*KeyValue { function GenTestKeyValue (line 269) | func GenTestKeyValue() *KeyValue { function GenTestKeyValuePtrSlice (line 277) | func GenTestKeyValuePtrSlice() []*KeyValue { function GenTestKeyValueSlice (line 287) | func GenTestKeyValueSlice() []KeyValue { FILE: pdata/internal/generated_proto_keyvalue_test.go function TestCopyKeyValue (line 23) | func TestCopyKeyValue(t *testing.T) { function TestCopyKeyValueSlice (line 43) | func TestCopyKeyValueSlice(t *testing.T) { function TestCopyKeyValuePtrSlice (line 68) | func TestCopyKeyValuePtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONKeyValueUnknown (line 93) | func TestMarshalAndUnmarshalJSONKeyValueUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONKeyValue (line 102) | func TestMarshalAndUnmarshalJSONKeyValue(t *testing.T) { function TestMarshalAndUnmarshalProtoKeyValueFailing (line 130) | func TestMarshalAndUnmarshalProtoKeyValueFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoKeyValueUnknown (line 139) | func TestMarshalAndUnmarshalProtoKeyValueUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoKeyValue (line 146) | func TestMarshalAndUnmarshalProtoKeyValue(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufKeyValue (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufKeyValue(t *testing.T) { function genTestFailingUnmarshalProtoValuesKeyValue (line 190) | func genTestFailingUnmarshalProtoValuesKeyValue() map[string][]byte { function genTestEncodingValuesKeyValue (line 202) | func genTestEncodingValuesKeyValue() map[string]*KeyValue { FILE: pdata/internal/generated_proto_keyvalueandunit.go type KeyValueAndUnit (line 21) | type KeyValueAndUnit struct method Reset (line 129) | func (orig *KeyValueAndUnit) Reset() { method MarshalJSON (line 134) | func (orig *KeyValueAndUnit) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 150) | func (orig *KeyValueAndUnit) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 166) | func (orig *KeyValueAndUnit) SizeProto() int { method MarshalProto (line 181) | func (orig *KeyValueAndUnit) MarshalProto(buf []byte) int { method UnmarshalProto (line 204) | func (orig *KeyValueAndUnit) UnmarshalProto(buf []byte) error { function NewKeyValueAndUnit (line 35) | func NewKeyValueAndUnit() *KeyValueAndUnit { function DeleteKeyValueAndUnit (line 42) | func DeleteKeyValueAndUnit(orig *KeyValueAndUnit, nullable bool) { function CopyKeyValueAndUnit (line 60) | func CopyKeyValueAndUnit(dest, src *KeyValueAndUnit) *KeyValueAndUnit { function CopyKeyValueAndUnitSlice (line 81) | func CopyKeyValueAndUnitSlice(dest, src []KeyValueAndUnit) []KeyValueAnd... function CopyKeyValueAndUnitPtrSlice (line 99) | func CopyKeyValueAndUnitPtrSlice(dest, src []*KeyValueAndUnit) []*KeyVal... function GenTestKeyValueAndUnit (line 266) | func GenTestKeyValueAndUnit() *KeyValueAndUnit { function GenTestKeyValueAndUnitPtrSlice (line 274) | func GenTestKeyValueAndUnitPtrSlice() []*KeyValueAndUnit { function GenTestKeyValueAndUnitSlice (line 284) | func GenTestKeyValueAndUnitSlice() []KeyValueAndUnit { FILE: pdata/internal/generated_proto_keyvalueandunit_test.go function TestCopyKeyValueAndUnit (line 23) | func TestCopyKeyValueAndUnit(t *testing.T) { function TestCopyKeyValueAndUnitSlice (line 43) | func TestCopyKeyValueAndUnitSlice(t *testing.T) { function TestCopyKeyValueAndUnitPtrSlice (line 68) | func TestCopyKeyValueAndUnitPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONKeyValueAndUnitUnknown (line 93) | func TestMarshalAndUnmarshalJSONKeyValueAndUnitUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONKeyValueAndUnit (line 102) | func TestMarshalAndUnmarshalJSONKeyValueAndUnit(t *testing.T) { function TestMarshalAndUnmarshalProtoKeyValueAndUnitFailing (line 130) | func TestMarshalAndUnmarshalProtoKeyValueAndUnitFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoKeyValueAndUnitUnknown (line 139) | func TestMarshalAndUnmarshalProtoKeyValueAndUnitUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoKeyValueAndUnit (line 146) | func TestMarshalAndUnmarshalProtoKeyValueAndUnit(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufKeyValueAndUnit (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufKeyValueAndUnit(t *testing.T) { function genTestFailingUnmarshalProtoValuesKeyValueAndUnit (line 190) | func genTestFailingUnmarshalProtoValuesKeyValueAndUnit() map[string][]by... function genTestEncodingValuesKeyValueAndUnit (line 202) | func genTestEncodingValuesKeyValueAndUnit() map[string]*KeyValueAndUnit { FILE: pdata/internal/generated_proto_keyvaluelist.go type KeyValueList (line 19) | type KeyValueList struct method Reset (line 122) | func (orig *KeyValueList) Reset() { method MarshalJSON (line 127) | func (orig *KeyValueList) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 143) | func (orig *KeyValueList) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 158) | func (orig *KeyValueList) SizeProto() int { method MarshalProto (line 169) | func (orig *KeyValueList) MarshalProto(buf []byte) int { method UnmarshalProto (line 183) | func (orig *KeyValueList) UnmarshalProto(buf []byte) error { function NewKeyValueList (line 31) | func NewKeyValueList() *KeyValueList { function DeleteKeyValueList (line 38) | func DeleteKeyValueList(orig *KeyValueList, nullable bool) { function CopyKeyValueList (line 56) | func CopyKeyValueList(dest, src *KeyValueList) *KeyValueList { function CopyKeyValueListSlice (line 74) | func CopyKeyValueListSlice(dest, src []KeyValueList) []KeyValueList { function CopyKeyValueListPtrSlice (line 92) | func CopyKeyValueListPtrSlice(dest, src []*KeyValueList) []*KeyValueList { function GenTestKeyValueList (line 223) | func GenTestKeyValueList() *KeyValueList { function GenTestKeyValueListPtrSlice (line 229) | func GenTestKeyValueListPtrSlice() []*KeyValueList { function GenTestKeyValueListSlice (line 239) | func GenTestKeyValueListSlice() []KeyValueList { FILE: pdata/internal/generated_proto_keyvaluelist_test.go function TestCopyKeyValueList (line 23) | func TestCopyKeyValueList(t *testing.T) { function TestCopyKeyValueListSlice (line 43) | func TestCopyKeyValueListSlice(t *testing.T) { function TestCopyKeyValueListPtrSlice (line 68) | func TestCopyKeyValueListPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONKeyValueListUnknown (line 93) | func TestMarshalAndUnmarshalJSONKeyValueListUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONKeyValueList (line 102) | func TestMarshalAndUnmarshalJSONKeyValueList(t *testing.T) { function TestMarshalAndUnmarshalProtoKeyValueListFailing (line 130) | func TestMarshalAndUnmarshalProtoKeyValueListFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoKeyValueListUnknown (line 139) | func TestMarshalAndUnmarshalProtoKeyValueListUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoKeyValueList (line 146) | func TestMarshalAndUnmarshalProtoKeyValueList(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufKeyValueList (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufKeyValueList(t *testing.T) { function genTestFailingUnmarshalProtoValuesKeyValueList (line 190) | func genTestFailingUnmarshalProtoValuesKeyValueList() map[string][]byte { function genTestEncodingValuesKeyValueList (line 198) | func genTestEncodingValuesKeyValueList() map[string]*KeyValueList { FILE: pdata/internal/generated_proto_line.go type Line (line 19) | type Line struct method Reset (line 124) | func (orig *Line) Reset() { method MarshalJSON (line 129) | func (orig *Line) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 147) | func (orig *Line) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 162) | func (orig *Line) SizeProto() int { method MarshalProto (line 178) | func (orig *Line) MarshalProto(buf []byte) int { method UnmarshalProto (line 200) | func (orig *Line) UnmarshalProto(buf []byte) error { function NewLine (line 33) | func NewLine() *Line { function DeleteLine (line 40) | func DeleteLine(orig *Line, nullable bool) { function CopyLine (line 56) | func CopyLine(dest, src *Line) *Line { function CopyLineSlice (line 76) | func CopyLineSlice(dest, src []Line) []Line { function CopyLinePtrSlice (line 94) | func CopyLinePtrSlice(dest, src []*Line) []*Line { function GenTestLine (line 257) | func GenTestLine() *Line { function GenTestLinePtrSlice (line 265) | func GenTestLinePtrSlice() []*Line { function GenTestLineSlice (line 275) | func GenTestLineSlice() []Line { FILE: pdata/internal/generated_proto_line_test.go function TestCopyLine (line 23) | func TestCopyLine(t *testing.T) { function TestCopyLineSlice (line 43) | func TestCopyLineSlice(t *testing.T) { function TestCopyLinePtrSlice (line 68) | func TestCopyLinePtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONLineUnknown (line 93) | func TestMarshalAndUnmarshalJSONLineUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONLine (line 102) | func TestMarshalAndUnmarshalJSONLine(t *testing.T) { function TestMarshalAndUnmarshalProtoLineFailing (line 130) | func TestMarshalAndUnmarshalProtoLineFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoLineUnknown (line 139) | func TestMarshalAndUnmarshalProtoLineUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoLine (line 146) | func TestMarshalAndUnmarshalProtoLine(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufLine (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufLine(t *testing.T) { function genTestFailingUnmarshalProtoValuesLine (line 190) | func genTestFailingUnmarshalProtoValuesLine() map[string][]byte { function genTestEncodingValuesLine (line 202) | func genTestEncodingValuesLine() map[string]*Line { FILE: pdata/internal/generated_proto_link.go type Link (line 19) | type Link struct method Reset (line 124) | func (orig *Link) Reset() { method MarshalJSON (line 129) | func (orig *Link) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 143) | func (orig *Link) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 158) | func (orig *Link) SizeProto() int { method MarshalProto (line 169) | func (orig *Link) MarshalProto(buf []byte) int { method UnmarshalProto (line 188) | func (orig *Link) UnmarshalProto(buf []byte) error { function NewLink (line 32) | func NewLink() *Link { function DeleteLink (line 39) | func DeleteLink(orig *Link, nullable bool) { function CopyLink (line 56) | func CopyLink(dest, src *Link) *Link { function CopyLinkSlice (line 76) | func CopyLinkSlice(dest, src []Link) []Link { function CopyLinkPtrSlice (line 94) | func CopyLinkPtrSlice(dest, src []*Link) []*Link { function GenTestLink (line 244) | func GenTestLink() *Link { function GenTestLinkPtrSlice (line 251) | func GenTestLinkPtrSlice() []*Link { function GenTestLinkSlice (line 261) | func GenTestLinkSlice() []Link { FILE: pdata/internal/generated_proto_link_test.go function TestCopyLink (line 23) | func TestCopyLink(t *testing.T) { function TestCopyLinkSlice (line 43) | func TestCopyLinkSlice(t *testing.T) { function TestCopyLinkPtrSlice (line 68) | func TestCopyLinkPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONLinkUnknown (line 93) | func TestMarshalAndUnmarshalJSONLinkUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONLink (line 102) | func TestMarshalAndUnmarshalJSONLink(t *testing.T) { function TestMarshalAndUnmarshalProtoLinkFailing (line 130) | func TestMarshalAndUnmarshalProtoLinkFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoLinkUnknown (line 139) | func TestMarshalAndUnmarshalProtoLinkUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoLink (line 146) | func TestMarshalAndUnmarshalProtoLink(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufLink (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufLink(t *testing.T) { function genTestFailingUnmarshalProtoValuesLink (line 190) | func genTestFailingUnmarshalProtoValuesLink() map[string][]byte { function genTestEncodingValuesLink (line 200) | func genTestEncodingValuesLink() map[string]*Link { FILE: pdata/internal/generated_proto_location.go type Location (line 19) | type Location struct method Reset (line 131) | func (orig *Location) Reset() { method MarshalJSON (line 136) | func (orig *Location) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 171) | func (orig *Location) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 195) | func (orig *Location) SizeProto() int { method MarshalProto (line 220) | func (orig *Location) MarshalProto(buf []byte) int { method UnmarshalProto (line 254) | func (orig *Location) UnmarshalProto(buf []byte) error { function NewLocation (line 34) | func NewLocation() *Location { function DeleteLocation (line 41) | func DeleteLocation(orig *Location, nullable bool) { function CopyLocation (line 61) | func CopyLocation(dest, src *Location) *Location { function CopyLocationSlice (line 83) | func CopyLocationSlice(dest, src []Location) []Location { function CopyLocationPtrSlice (line 101) | func CopyLocationPtrSlice(dest, src []*Location) []*Location { function GenTestLocation (line 346) | func GenTestLocation() *Location { function GenTestLocationPtrSlice (line 355) | func GenTestLocationPtrSlice() []*Location { function GenTestLocationSlice (line 365) | func GenTestLocationSlice() []Location { FILE: pdata/internal/generated_proto_location_test.go function TestCopyLocation (line 23) | func TestCopyLocation(t *testing.T) { function TestCopyLocationSlice (line 43) | func TestCopyLocationSlice(t *testing.T) { function TestCopyLocationPtrSlice (line 68) | func TestCopyLocationPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONLocationUnknown (line 93) | func TestMarshalAndUnmarshalJSONLocationUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONLocation (line 102) | func TestMarshalAndUnmarshalJSONLocation(t *testing.T) { function TestMarshalAndUnmarshalProtoLocationFailing (line 130) | func TestMarshalAndUnmarshalProtoLocationFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoLocationUnknown (line 139) | func TestMarshalAndUnmarshalProtoLocationUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoLocation (line 146) | func TestMarshalAndUnmarshalProtoLocation(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufLocation (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufLocation(t *testing.T) { function genTestFailingUnmarshalProtoValuesLocation (line 190) | func genTestFailingUnmarshalProtoValuesLocation() map[string][]byte { function genTestEncodingValuesLocation (line 204) | func genTestEncodingValuesLocation() map[string]*Location { FILE: pdata/internal/generated_proto_logrecord.go type LogRecord (line 21) | type LogRecord struct method Reset (line 154) | func (orig *LogRecord) Reset() { method MarshalJSON (line 159) | func (orig *LogRecord) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 214) | func (orig *LogRecord) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 252) | func (orig *LogRecord) SizeProto() int { method MarshalProto (line 294) | func (orig *LogRecord) MarshalProto(buf []byte) int { method UnmarshalProto (line 370) | func (orig *LogRecord) UnmarshalProto(buf []byte) error { function NewLogRecord (line 43) | func NewLogRecord() *LogRecord { function DeleteLogRecord (line 50) | func DeleteLogRecord(orig *LogRecord, nullable bool) { function CopyLogRecord (line 74) | func CopyLogRecord(dest, src *LogRecord) *LogRecord { function CopyLogRecordSlice (line 106) | func CopyLogRecordSlice(dest, src []LogRecord) []LogRecord { function CopyLogRecordPtrSlice (line 124) | func CopyLogRecordPtrSlice(dest, src []*LogRecord) []*LogRecord { function GenTestLogRecord (line 540) | func GenTestLogRecord() *LogRecord { function GenTestLogRecordPtrSlice (line 556) | func GenTestLogRecordPtrSlice() []*LogRecord { function GenTestLogRecordSlice (line 566) | func GenTestLogRecordSlice() []LogRecord { FILE: pdata/internal/generated_proto_logrecord_test.go function TestCopyLogRecord (line 23) | func TestCopyLogRecord(t *testing.T) { function TestCopyLogRecordSlice (line 43) | func TestCopyLogRecordSlice(t *testing.T) { function TestCopyLogRecordPtrSlice (line 68) | func TestCopyLogRecordPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONLogRecordUnknown (line 93) | func TestMarshalAndUnmarshalJSONLogRecordUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONLogRecord (line 102) | func TestMarshalAndUnmarshalJSONLogRecord(t *testing.T) { function TestMarshalAndUnmarshalProtoLogRecordFailing (line 130) | func TestMarshalAndUnmarshalProtoLogRecordFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoLogRecordUnknown (line 139) | func TestMarshalAndUnmarshalProtoLogRecordUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoLogRecord (line 146) | func TestMarshalAndUnmarshalProtoLogRecord(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufLogRecord (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufLogRecord(t *testing.T) { function genTestFailingUnmarshalProtoValuesLogRecord (line 190) | func genTestFailingUnmarshalProtoValuesLogRecord() map[string][]byte { function genTestEncodingValuesLogRecord (line 218) | func genTestEncodingValuesLogRecord() map[string]*LogRecord { FILE: pdata/internal/generated_proto_logsdata.go type LogsData (line 21) | type LogsData struct method Reset (line 124) | func (orig *LogsData) Reset() { method MarshalJSON (line 129) | func (orig *LogsData) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 145) | func (orig *LogsData) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 160) | func (orig *LogsData) SizeProto() int { method MarshalProto (line 171) | func (orig *LogsData) MarshalProto(buf []byte) int { method UnmarshalProto (line 185) | func (orig *LogsData) UnmarshalProto(buf []byte) error { function NewLogsData (line 33) | func NewLogsData() *LogsData { function DeleteLogsData (line 40) | func DeleteLogsData(orig *LogsData, nullable bool) { function CopyLogsData (line 58) | func CopyLogsData(dest, src *LogsData) *LogsData { function CopyLogsDataSlice (line 76) | func CopyLogsDataSlice(dest, src []LogsData) []LogsData { function CopyLogsDataPtrSlice (line 94) | func CopyLogsDataPtrSlice(dest, src []*LogsData) []*LogsData { function GenTestLogsData (line 225) | func GenTestLogsData() *LogsData { function GenTestLogsDataPtrSlice (line 231) | func GenTestLogsDataPtrSlice() []*LogsData { function GenTestLogsDataSlice (line 241) | func GenTestLogsDataSlice() []LogsData { FILE: pdata/internal/generated_proto_logsdata_test.go function TestCopyLogsData (line 23) | func TestCopyLogsData(t *testing.T) { function TestCopyLogsDataSlice (line 43) | func TestCopyLogsDataSlice(t *testing.T) { function TestCopyLogsDataPtrSlice (line 68) | func TestCopyLogsDataPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONLogsDataUnknown (line 93) | func TestMarshalAndUnmarshalJSONLogsDataUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONLogsData (line 102) | func TestMarshalAndUnmarshalJSONLogsData(t *testing.T) { function TestMarshalAndUnmarshalProtoLogsDataFailing (line 130) | func TestMarshalAndUnmarshalProtoLogsDataFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoLogsDataUnknown (line 139) | func TestMarshalAndUnmarshalProtoLogsDataUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoLogsData (line 146) | func TestMarshalAndUnmarshalProtoLogsData(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufLogsData (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufLogsData(t *testing.T) { function genTestFailingUnmarshalProtoValuesLogsData (line 190) | func genTestFailingUnmarshalProtoValuesLogsData() map[string][]byte { function genTestEncodingValuesLogsData (line 198) | func genTestEncodingValuesLogsData() map[string]*LogsData { FILE: pdata/internal/generated_proto_logsrequest.go type LogsRequest (line 19) | type LogsRequest struct method Reset (line 128) | func (orig *LogsRequest) Reset() { method MarshalJSON (line 133) | func (orig *LogsRequest) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 149) | func (orig *LogsRequest) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 166) | func (orig *LogsRequest) SizeProto() int { method MarshalProto (line 182) | func (orig *LogsRequest) MarshalProto(buf []byte) int { method UnmarshalProto (line 208) | func (orig *LogsRequest) UnmarshalProto(buf []byte) error { function NewLogsRequest (line 33) | func NewLogsRequest() *LogsRequest { function DeleteLogsRequest (line 40) | func DeleteLogsRequest(orig *LogsRequest, nullable bool) { function CopyLogsRequest (line 58) | func CopyLogsRequest(dest, src *LogsRequest) *LogsRequest { function CopyLogsRequestSlice (line 80) | func CopyLogsRequestSlice(dest, src []LogsRequest) []LogsRequest { function CopyLogsRequestPtrSlice (line 98) | func CopyLogsRequestPtrSlice(dest, src []*LogsRequest) []*LogsRequest { function GenTestLogsRequest (line 277) | func GenTestLogsRequest() *LogsRequest { function GenTestLogsRequestPtrSlice (line 285) | func GenTestLogsRequestPtrSlice() []*LogsRequest { function GenTestLogsRequestSlice (line 295) | func GenTestLogsRequestSlice() []LogsRequest { FILE: pdata/internal/generated_proto_logsrequest_test.go function TestCopyLogsRequest (line 23) | func TestCopyLogsRequest(t *testing.T) { function TestCopyLogsRequestSlice (line 43) | func TestCopyLogsRequestSlice(t *testing.T) { function TestCopyLogsRequestPtrSlice (line 68) | func TestCopyLogsRequestPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONLogsRequestUnknown (line 93) | func TestMarshalAndUnmarshalJSONLogsRequestUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONLogsRequest (line 102) | func TestMarshalAndUnmarshalJSONLogsRequest(t *testing.T) { function TestMarshalAndUnmarshalProtoLogsRequestFailing (line 130) | func TestMarshalAndUnmarshalProtoLogsRequestFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoLogsRequestUnknown (line 139) | func TestMarshalAndUnmarshalProtoLogsRequestUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoLogsRequest (line 146) | func TestMarshalAndUnmarshalProtoLogsRequest(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufLogsRequest (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufLogsRequest(t *testing.T) { function genTestFailingUnmarshalProtoValuesLogsRequest (line 190) | func genTestFailingUnmarshalProtoValuesLogsRequest() map[string][]byte { function genTestEncodingValuesLogsRequest (line 202) | func genTestEncodingValuesLogsRequest() map[string]*LogsRequest { FILE: pdata/internal/generated_proto_mapping.go type Mapping (line 19) | type Mapping struct method Reset (line 128) | func (orig *Mapping) Reset() { method MarshalJSON (line 133) | func (orig *Mapping) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 166) | func (orig *Mapping) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 188) | func (orig *Mapping) SizeProto() int { method MarshalProto (line 215) | func (orig *Mapping) MarshalProto(buf []byte) int { method UnmarshalProto (line 252) | func (orig *Mapping) UnmarshalProto(buf []byte) error { function NewMapping (line 35) | func NewMapping() *Mapping { function DeleteMapping (line 42) | func DeleteMapping(orig *Mapping, nullable bool) { function CopyMapping (line 58) | func CopyMapping(dest, src *Mapping) *Mapping { function CopyMappingSlice (line 80) | func CopyMappingSlice(dest, src []Mapping) []Mapping { function CopyMappingPtrSlice (line 98) | func CopyMappingPtrSlice(dest, src []*Mapping) []*Mapping { function GenTestMapping (line 350) | func GenTestMapping() *Mapping { function GenTestMappingPtrSlice (line 360) | func GenTestMappingPtrSlice() []*Mapping { function GenTestMappingSlice (line 370) | func GenTestMappingSlice() []Mapping { FILE: pdata/internal/generated_proto_mapping_test.go function TestCopyMapping (line 23) | func TestCopyMapping(t *testing.T) { function TestCopyMappingSlice (line 43) | func TestCopyMappingSlice(t *testing.T) { function TestCopyMappingPtrSlice (line 68) | func TestCopyMappingPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONMappingUnknown (line 93) | func TestMarshalAndUnmarshalJSONMappingUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONMapping (line 102) | func TestMarshalAndUnmarshalJSONMapping(t *testing.T) { function TestMarshalAndUnmarshalProtoMappingFailing (line 130) | func TestMarshalAndUnmarshalProtoMappingFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoMappingUnknown (line 139) | func TestMarshalAndUnmarshalProtoMappingUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoMapping (line 146) | func TestMarshalAndUnmarshalProtoMapping(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufMapping (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufMapping(t *testing.T) { function genTestFailingUnmarshalProtoValuesMapping (line 190) | func genTestFailingUnmarshalProtoValuesMapping() map[string][]byte { function genTestEncodingValuesMapping (line 206) | func genTestEncodingValuesMapping() map[string]*Mapping { FILE: pdata/internal/generated_proto_metric.go type Metric_Gauge (line 25) | type Metric_Gauge struct type Metric_Sum (line 36) | type Metric_Sum struct type Metric_Histogram (line 47) | type Metric_Histogram struct type Metric_ExponentialHistogram (line 58) | type Metric_ExponentialHistogram struct type Metric_Summary (line 69) | type Metric_Summary struct type Metric (line 82) | type Metric struct method GetData (line 18) | func (m *Metric) GetData() any { method GetGauge (line 29) | func (m *Metric) GetGauge() *Gauge { method GetSum (line 40) | func (m *Metric) GetSum() *Sum { method GetHistogram (line 51) | func (m *Metric) GetHistogram() *Histogram { method GetExponentialHistogram (line 62) | func (m *Metric) GetExponentialHistogram() *ExponentialHistogram { method GetSummary (line 73) | func (m *Metric) GetSummary() *Summary { method Reset (line 304) | func (orig *Metric) Reset() { method MarshalJSON (line 309) | func (orig *Metric) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 364) | func (orig *Metric) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 447) | func (orig *Metric) SizeProto() int { method MarshalProto (line 503) | func (orig *Metric) MarshalProto(buf []byte) int { method UnmarshalProto (line 583) | func (orig *Metric) UnmarshalProto(buf []byte) error { function NewMetric (line 128) | func NewMetric() *Metric { function DeleteMetric (line 135) | func DeleteMetric(orig *Metric, nullable bool) { function CopyMetric (line 176) | func CopyMetric(dest, src *Metric) *Metric { function CopyMetricSlice (line 256) | func CopyMetricSlice(dest, src []Metric) []Metric { function CopyMetricPtrSlice (line 274) | func CopyMetricPtrSlice(dest, src []*Metric) []*Metric { function GenTestMetric (line 774) | func GenTestMetric() *Metric { function GenTestMetricPtrSlice (line 784) | func GenTestMetricPtrSlice() []*Metric { function GenTestMetricSlice (line 794) | func GenTestMetricSlice() []Metric { FILE: pdata/internal/generated_proto_metric_test.go function TestCopyMetric (line 23) | func TestCopyMetric(t *testing.T) { function TestCopyMetricSlice (line 43) | func TestCopyMetricSlice(t *testing.T) { function TestCopyMetricPtrSlice (line 68) | func TestCopyMetricPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONMetricUnknown (line 93) | func TestMarshalAndUnmarshalJSONMetricUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONMetric (line 102) | func TestMarshalAndUnmarshalJSONMetric(t *testing.T) { function TestMarshalAndUnmarshalProtoMetricFailing (line 130) | func TestMarshalAndUnmarshalProtoMetricFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoMetricUnknown (line 139) | func TestMarshalAndUnmarshalProtoMetricUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoMetric (line 146) | func TestMarshalAndUnmarshalProtoMetric(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufMetric (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufMetric(t *testing.T) { function genTestFailingUnmarshalProtoValuesMetric (line 190) | func genTestFailingUnmarshalProtoValuesMetric() map[string][]byte { function genTestEncodingValuesMetric (line 215) | func genTestEncodingValuesMetric() map[string]*Metric { FILE: pdata/internal/generated_proto_metricsdata.go type MetricsData (line 21) | type MetricsData struct method Reset (line 124) | func (orig *MetricsData) Reset() { method MarshalJSON (line 129) | func (orig *MetricsData) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 145) | func (orig *MetricsData) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 160) | func (orig *MetricsData) SizeProto() int { method MarshalProto (line 171) | func (orig *MetricsData) MarshalProto(buf []byte) int { method UnmarshalProto (line 185) | func (orig *MetricsData) UnmarshalProto(buf []byte) error { function NewMetricsData (line 33) | func NewMetricsData() *MetricsData { function DeleteMetricsData (line 40) | func DeleteMetricsData(orig *MetricsData, nullable bool) { function CopyMetricsData (line 58) | func CopyMetricsData(dest, src *MetricsData) *MetricsData { function CopyMetricsDataSlice (line 76) | func CopyMetricsDataSlice(dest, src []MetricsData) []MetricsData { function CopyMetricsDataPtrSlice (line 94) | func CopyMetricsDataPtrSlice(dest, src []*MetricsData) []*MetricsData { function GenTestMetricsData (line 225) | func GenTestMetricsData() *MetricsData { function GenTestMetricsDataPtrSlice (line 231) | func GenTestMetricsDataPtrSlice() []*MetricsData { function GenTestMetricsDataSlice (line 241) | func GenTestMetricsDataSlice() []MetricsData { FILE: pdata/internal/generated_proto_metricsdata_test.go function TestCopyMetricsData (line 23) | func TestCopyMetricsData(t *testing.T) { function TestCopyMetricsDataSlice (line 43) | func TestCopyMetricsDataSlice(t *testing.T) { function TestCopyMetricsDataPtrSlice (line 68) | func TestCopyMetricsDataPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONMetricsDataUnknown (line 93) | func TestMarshalAndUnmarshalJSONMetricsDataUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONMetricsData (line 102) | func TestMarshalAndUnmarshalJSONMetricsData(t *testing.T) { function TestMarshalAndUnmarshalProtoMetricsDataFailing (line 130) | func TestMarshalAndUnmarshalProtoMetricsDataFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoMetricsDataUnknown (line 139) | func TestMarshalAndUnmarshalProtoMetricsDataUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoMetricsData (line 146) | func TestMarshalAndUnmarshalProtoMetricsData(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufMetricsData (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufMetricsData(t *testing.T) { function genTestFailingUnmarshalProtoValuesMetricsData (line 190) | func genTestFailingUnmarshalProtoValuesMetricsData() map[string][]byte { function genTestEncodingValuesMetricsData (line 198) | func genTestEncodingValuesMetricsData() map[string]*MetricsData { FILE: pdata/internal/generated_proto_metricsrequest.go type MetricsRequest (line 19) | type MetricsRequest struct method Reset (line 128) | func (orig *MetricsRequest) Reset() { method MarshalJSON (line 133) | func (orig *MetricsRequest) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 149) | func (orig *MetricsRequest) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 166) | func (orig *MetricsRequest) SizeProto() int { method MarshalProto (line 182) | func (orig *MetricsRequest) MarshalProto(buf []byte) int { method UnmarshalProto (line 208) | func (orig *MetricsRequest) UnmarshalProto(buf []byte) error { function NewMetricsRequest (line 33) | func NewMetricsRequest() *MetricsRequest { function DeleteMetricsRequest (line 40) | func DeleteMetricsRequest(orig *MetricsRequest, nullable bool) { function CopyMetricsRequest (line 58) | func CopyMetricsRequest(dest, src *MetricsRequest) *MetricsRequest { function CopyMetricsRequestSlice (line 80) | func CopyMetricsRequestSlice(dest, src []MetricsRequest) []MetricsRequest { function CopyMetricsRequestPtrSlice (line 98) | func CopyMetricsRequestPtrSlice(dest, src []*MetricsRequest) []*MetricsR... function GenTestMetricsRequest (line 277) | func GenTestMetricsRequest() *MetricsRequest { function GenTestMetricsRequestPtrSlice (line 285) | func GenTestMetricsRequestPtrSlice() []*MetricsRequest { function GenTestMetricsRequestSlice (line 295) | func GenTestMetricsRequestSlice() []MetricsRequest { FILE: pdata/internal/generated_proto_metricsrequest_test.go function TestCopyMetricsRequest (line 23) | func TestCopyMetricsRequest(t *testing.T) { function TestCopyMetricsRequestSlice (line 43) | func TestCopyMetricsRequestSlice(t *testing.T) { function TestCopyMetricsRequestPtrSlice (line 68) | func TestCopyMetricsRequestPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONMetricsRequestUnknown (line 93) | func TestMarshalAndUnmarshalJSONMetricsRequestUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONMetricsRequest (line 102) | func TestMarshalAndUnmarshalJSONMetricsRequest(t *testing.T) { function TestMarshalAndUnmarshalProtoMetricsRequestFailing (line 130) | func TestMarshalAndUnmarshalProtoMetricsRequestFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoMetricsRequestUnknown (line 139) | func TestMarshalAndUnmarshalProtoMetricsRequestUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoMetricsRequest (line 146) | func TestMarshalAndUnmarshalProtoMetricsRequest(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufMetricsRequest (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufMetricsRequest(t *testing.T) { function genTestFailingUnmarshalProtoValuesMetricsRequest (line 190) | func genTestFailingUnmarshalProtoValuesMetricsRequest() map[string][]byte { function genTestEncodingValuesMetricsRequest (line 202) | func genTestEncodingValuesMetricsRequest() map[string]*MetricsRequest { FILE: pdata/internal/generated_proto_numberdatapoint.go type NumberDataPoint_AsDouble (line 27) | type NumberDataPoint_AsDouble struct type NumberDataPoint_AsInt (line 38) | type NumberDataPoint_AsInt struct type NumberDataPoint (line 50) | type NumberDataPoint struct method GetValue (line 20) | func (m *NumberDataPoint) GetValue() any { method GetAsDouble (line 31) | func (m *NumberDataPoint) GetAsDouble() float64 { method GetAsInt (line 42) | func (m *NumberDataPoint) GetAsInt() int64 { method Reset (line 217) | func (orig *NumberDataPoint) Reset() { method MarshalJSON (line 222) | func (orig *NumberDataPoint) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 268) | func (orig *NumberDataPoint) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 319) | func (orig *NumberDataPoint) SizeProto() int { method MarshalProto (line 354) | func (orig *NumberDataPoint) MarshalProto(buf []byte) int { method UnmarshalProto (line 406) | func (orig *NumberDataPoint) UnmarshalProto(buf []byte) error { function NewNumberDataPoint (line 79) | func NewNumberDataPoint() *NumberDataPoint { function DeleteNumberDataPoint (line 86) | func DeleteNumberDataPoint(orig *NumberDataPoint, nullable bool) { function CopyNumberDataPoint (line 121) | func CopyNumberDataPoint(dest, src *NumberDataPoint) *NumberDataPoint { function CopyNumberDataPointSlice (line 169) | func CopyNumberDataPointSlice(dest, src []NumberDataPoint) []NumberDataP... function CopyNumberDataPointPtrSlice (line 187) | func CopyNumberDataPointPtrSlice(dest, src []*NumberDataPoint) []*Number... function GenTestNumberDataPoint (line 533) | func GenTestNumberDataPoint() *NumberDataPoint { function GenTestNumberDataPointPtrSlice (line 544) | func GenTestNumberDataPointPtrSlice() []*NumberDataPoint { function GenTestNumberDataPointSlice (line 554) | func GenTestNumberDataPointSlice() []NumberDataPoint { FILE: pdata/internal/generated_proto_numberdatapoint_test.go function TestCopyNumberDataPoint (line 23) | func TestCopyNumberDataPoint(t *testing.T) { function TestCopyNumberDataPointSlice (line 43) | func TestCopyNumberDataPointSlice(t *testing.T) { function TestCopyNumberDataPointPtrSlice (line 68) | func TestCopyNumberDataPointPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONNumberDataPointUnknown (line 93) | func TestMarshalAndUnmarshalJSONNumberDataPointUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONNumberDataPoint (line 102) | func TestMarshalAndUnmarshalJSONNumberDataPoint(t *testing.T) { function TestMarshalAndUnmarshalProtoNumberDataPointFailing (line 130) | func TestMarshalAndUnmarshalProtoNumberDataPointFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoNumberDataPointUnknown (line 139) | func TestMarshalAndUnmarshalProtoNumberDataPointUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoNumberDataPoint (line 146) | func TestMarshalAndUnmarshalProtoNumberDataPoint(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufNumberDataPoint (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufNumberDataPoint(t *testing.T) { function genTestFailingUnmarshalProtoValuesNumberDataPoint (line 190) | func genTestFailingUnmarshalProtoValuesNumberDataPoint() map[string][]by... function genTestEncodingValuesNumberDataPoint (line 211) | func genTestEncodingValuesNumberDataPoint() map[string]*NumberDataPoint { FILE: pdata/internal/generated_proto_profile.go type Profile (line 21) | type Profile struct method Reset (line 154) | func (orig *Profile) Reset() { method MarshalJSON (line 159) | func (orig *Profile) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 219) | func (orig *Profile) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 260) | func (orig *Profile) SizeProto() int { method MarshalProto (line 307) | func (orig *Profile) MarshalProto(buf []byte) int { method UnmarshalProto (line 386) | func (orig *Profile) UnmarshalProto(buf []byte) error { function NewProfile (line 43) | func NewProfile() *Profile { function DeleteProfile (line 50) | func DeleteProfile(orig *Profile, nullable bool) { function CopyProfile (line 74) | func CopyProfile(dest, src *Profile) *Profile { function CopyProfileSlice (line 106) | func CopyProfileSlice(dest, src []Profile) []Profile { function CopyProfilePtrSlice (line 124) | func CopyProfilePtrSlice(dest, src []*Profile) []*Profile { function GenTestProfile (line 576) | func GenTestProfile() *Profile { function GenTestProfilePtrSlice (line 592) | func GenTestProfilePtrSlice() []*Profile { function GenTestProfileSlice (line 602) | func GenTestProfileSlice() []Profile { FILE: pdata/internal/generated_proto_profile_test.go function TestCopyProfile (line 23) | func TestCopyProfile(t *testing.T) { function TestCopyProfileSlice (line 43) | func TestCopyProfileSlice(t *testing.T) { function TestCopyProfilePtrSlice (line 68) | func TestCopyProfilePtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONProfileUnknown (line 93) | func TestMarshalAndUnmarshalJSONProfileUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONProfile (line 102) | func TestMarshalAndUnmarshalJSONProfile(t *testing.T) { function TestMarshalAndUnmarshalProtoProfileFailing (line 130) | func TestMarshalAndUnmarshalProtoProfileFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoProfileUnknown (line 139) | func TestMarshalAndUnmarshalProtoProfileUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoProfile (line 146) | func TestMarshalAndUnmarshalProtoProfile(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufProfile (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufProfile(t *testing.T) { function genTestFailingUnmarshalProtoValuesProfile (line 190) | func genTestFailingUnmarshalProtoValuesProfile() map[string][]byte { function genTestEncodingValuesProfile (line 218) | func genTestEncodingValuesProfile() map[string]*Profile { FILE: pdata/internal/generated_proto_profilesdata.go type ProfilesData (line 21) | type ProfilesData struct method Reset (line 128) | func (orig *ProfilesData) Reset() { method MarshalJSON (line 133) | func (orig *ProfilesData) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 151) | func (orig *ProfilesData) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 169) | func (orig *ProfilesData) SizeProto() int { method MarshalProto (line 182) | func (orig *ProfilesData) MarshalProto(buf []byte) int { method UnmarshalProto (line 202) | func (orig *ProfilesData) UnmarshalProto(buf []byte) error { function NewProfilesData (line 34) | func NewProfilesData() *ProfilesData { function DeleteProfilesData (line 41) | func DeleteProfilesData(orig *ProfilesData, nullable bool) { function CopyProfilesData (line 60) | func CopyProfilesData(dest, src *ProfilesData) *ProfilesData { function CopyProfilesDataSlice (line 80) | func CopyProfilesDataSlice(dest, src []ProfilesData) []ProfilesData { function CopyProfilesDataPtrSlice (line 98) | func CopyProfilesDataPtrSlice(dest, src []*ProfilesData) []*ProfilesData { function GenTestProfilesData (line 258) | func GenTestProfilesData() *ProfilesData { function GenTestProfilesDataPtrSlice (line 265) | func GenTestProfilesDataPtrSlice() []*ProfilesData { function GenTestProfilesDataSlice (line 275) | func GenTestProfilesDataSlice() []ProfilesData { FILE: pdata/internal/generated_proto_profilesdata_test.go function TestCopyProfilesData (line 23) | func TestCopyProfilesData(t *testing.T) { function TestCopyProfilesDataSlice (line 43) | func TestCopyProfilesDataSlice(t *testing.T) { function TestCopyProfilesDataPtrSlice (line 68) | func TestCopyProfilesDataPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONProfilesDataUnknown (line 93) | func TestMarshalAndUnmarshalJSONProfilesDataUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONProfilesData (line 102) | func TestMarshalAndUnmarshalJSONProfilesData(t *testing.T) { function TestMarshalAndUnmarshalProtoProfilesDataFailing (line 130) | func TestMarshalAndUnmarshalProtoProfilesDataFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoProfilesDataUnknown (line 139) | func TestMarshalAndUnmarshalProtoProfilesDataUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoProfilesData (line 146) | func TestMarshalAndUnmarshalProtoProfilesData(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufProfilesData (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufProfilesData(t *testing.T) { function genTestFailingUnmarshalProtoValuesProfilesData (line 190) | func genTestFailingUnmarshalProtoValuesProfilesData() map[string][]byte { function genTestEncodingValuesProfilesData (line 200) | func genTestEncodingValuesProfilesData() map[string]*ProfilesData { FILE: pdata/internal/generated_proto_profilesdictionary.go type ProfilesDictionary (line 19) | type ProfilesDictionary struct method Reset (line 156) | func (orig *ProfilesDictionary) Reset() { method MarshalJSON (line 161) | func (orig *ProfilesDictionary) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 238) | func (orig *ProfilesDictionary) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 288) | func (orig *ProfilesDictionary) SizeProto() int { method MarshalProto (line 323) | func (orig *ProfilesDictionary) MarshalProto(buf []byte) int { method UnmarshalProto (line 380) | func (orig *ProfilesDictionary) UnmarshalProto(buf []byte) error { function NewProfilesDictionary (line 37) | func NewProfilesDictionary() *ProfilesDictionary { function DeleteProfilesDictionary (line 44) | func DeleteProfilesDictionary(orig *ProfilesDictionary, nullable bool) { function CopyProfilesDictionary (line 78) | func CopyProfilesDictionary(dest, src *ProfilesDictionary) *ProfilesDict... function CopyProfilesDictionarySlice (line 108) | func CopyProfilesDictionarySlice(dest, src []ProfilesDictionary) []Profi... function CopyProfilesDictionaryPtrSlice (line 126) | func CopyProfilesDictionaryPtrSlice(dest, src []*ProfilesDictionary) []*... function GenTestProfilesDictionary (line 512) | func GenTestProfilesDictionary() *ProfilesDictionary { function GenTestProfilesDictionaryPtrSlice (line 524) | func GenTestProfilesDictionaryPtrSlice() []*ProfilesDictionary { function GenTestProfilesDictionarySlice (line 534) | func GenTestProfilesDictionarySlice() []ProfilesDictionary { FILE: pdata/internal/generated_proto_profilesdictionary_test.go function TestCopyProfilesDictionary (line 23) | func TestCopyProfilesDictionary(t *testing.T) { function TestCopyProfilesDictionarySlice (line 43) | func TestCopyProfilesDictionarySlice(t *testing.T) { function TestCopyProfilesDictionaryPtrSlice (line 68) | func TestCopyProfilesDictionaryPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONProfilesDictionaryUnknown (line 93) | func TestMarshalAndUnmarshalJSONProfilesDictionaryUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONProfilesDictionary (line 102) | func TestMarshalAndUnmarshalJSONProfilesDictionary(t *testing.T) { function TestMarshalAndUnmarshalProtoProfilesDictionaryFailing (line 130) | func TestMarshalAndUnmarshalProtoProfilesDictionaryFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoProfilesDictionaryUnknown (line 139) | func TestMarshalAndUnmarshalProtoProfilesDictionaryUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoProfilesDictionary (line 146) | func TestMarshalAndUnmarshalProtoProfilesDictionary(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufProfilesDictionary (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufProfilesDictionary(t *testin... function genTestFailingUnmarshalProtoValuesProfilesDictionary (line 190) | func genTestFailingUnmarshalProtoValuesProfilesDictionary() map[string][... function genTestEncodingValuesProfilesDictionary (line 210) | func genTestEncodingValuesProfilesDictionary() map[string]*ProfilesDicti... FILE: pdata/internal/generated_proto_profilesrequest.go type ProfilesRequest (line 19) | type ProfilesRequest struct method Reset (line 128) | func (orig *ProfilesRequest) Reset() { method MarshalJSON (line 133) | func (orig *ProfilesRequest) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 149) | func (orig *ProfilesRequest) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 166) | func (orig *ProfilesRequest) SizeProto() int { method MarshalProto (line 182) | func (orig *ProfilesRequest) MarshalProto(buf []byte) int { method UnmarshalProto (line 208) | func (orig *ProfilesRequest) UnmarshalProto(buf []byte) error { function NewProfilesRequest (line 33) | func NewProfilesRequest() *ProfilesRequest { function DeleteProfilesRequest (line 40) | func DeleteProfilesRequest(orig *ProfilesRequest, nullable bool) { function CopyProfilesRequest (line 58) | func CopyProfilesRequest(dest, src *ProfilesRequest) *ProfilesRequest { function CopyProfilesRequestSlice (line 80) | func CopyProfilesRequestSlice(dest, src []ProfilesRequest) []ProfilesReq... function CopyProfilesRequestPtrSlice (line 98) | func CopyProfilesRequestPtrSlice(dest, src []*ProfilesRequest) []*Profil... function GenTestProfilesRequest (line 277) | func GenTestProfilesRequest() *ProfilesRequest { function GenTestProfilesRequestPtrSlice (line 285) | func GenTestProfilesRequestPtrSlice() []*ProfilesRequest { function GenTestProfilesRequestSlice (line 295) | func GenTestProfilesRequestSlice() []ProfilesRequest { FILE: pdata/internal/generated_proto_profilesrequest_test.go function TestCopyProfilesRequest (line 23) | func TestCopyProfilesRequest(t *testing.T) { function TestCopyProfilesRequestSlice (line 43) | func TestCopyProfilesRequestSlice(t *testing.T) { function TestCopyProfilesRequestPtrSlice (line 68) | func TestCopyProfilesRequestPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONProfilesRequestUnknown (line 93) | func TestMarshalAndUnmarshalJSONProfilesRequestUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONProfilesRequest (line 102) | func TestMarshalAndUnmarshalJSONProfilesRequest(t *testing.T) { function TestMarshalAndUnmarshalProtoProfilesRequestFailing (line 130) | func TestMarshalAndUnmarshalProtoProfilesRequestFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoProfilesRequestUnknown (line 139) | func TestMarshalAndUnmarshalProtoProfilesRequestUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoProfilesRequest (line 146) | func TestMarshalAndUnmarshalProtoProfilesRequest(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufProfilesRequest (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufProfilesRequest(t *testing.T) { function genTestFailingUnmarshalProtoValuesProfilesRequest (line 190) | func genTestFailingUnmarshalProtoValuesProfilesRequest() map[string][]by... function genTestEncodingValuesProfilesRequest (line 202) | func genTestEncodingValuesProfilesRequest() map[string]*ProfilesRequest { FILE: pdata/internal/generated_proto_requestcontext.go type RequestContext_IP (line 25) | type RequestContext_IP struct type RequestContext_TCP (line 36) | type RequestContext_TCP struct type RequestContext_UDP (line 47) | type RequestContext_UDP struct type RequestContext_Unix (line 58) | type RequestContext_Unix struct type RequestContext (line 69) | type RequestContext struct method GetClientAddress (line 18) | func (m *RequestContext) GetClientAddress() any { method GetIP (line 29) | func (m *RequestContext) GetIP() *IPAddr { method GetTCP (line 40) | func (m *RequestContext) GetTCP() *TCPAddr { method GetUDP (line 51) | func (m *RequestContext) GetUDP() *UDPAddr { method GetUnix (line 62) | func (m *RequestContext) GetUnix() *UnixAddr { method Reset (line 268) | func (orig *RequestContext) Reset() { method MarshalJSON (line 273) | func (orig *RequestContext) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 315) | func (orig *RequestContext) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 382) | func (orig *RequestContext) SizeProto() int { method MarshalProto (line 422) | func (orig *RequestContext) MarshalProto(buf []byte) int { method UnmarshalProto (line 477) | func (orig *RequestContext) UnmarshalProto(buf []byte) error { function NewRequestContext (line 107) | func NewRequestContext() *RequestContext { function DeleteRequestContext (line 114) | func DeleteRequestContext(orig *RequestContext, nullable bool) { function CopyRequestContext (line 151) | func CopyRequestContext(dest, src *RequestContext) *RequestContext { function CopyRequestContextSlice (line 220) | func CopyRequestContextSlice(dest, src []RequestContext) []RequestContext { function CopyRequestContextPtrSlice (line 238) | func CopyRequestContextPtrSlice(dest, src []*RequestContext) []*RequestC... function GenTestRequestContext (line 627) | func GenTestRequestContext() *RequestContext { function GenTestRequestContextPtrSlice (line 635) | func GenTestRequestContextPtrSlice() []*RequestContext { function GenTestRequestContextSlice (line 645) | func GenTestRequestContextSlice() []RequestContext { FILE: pdata/internal/generated_proto_requestcontext_test.go function TestCopyRequestContext (line 23) | func TestCopyRequestContext(t *testing.T) { function TestCopyRequestContextSlice (line 43) | func TestCopyRequestContextSlice(t *testing.T) { function TestCopyRequestContextPtrSlice (line 68) | func TestCopyRequestContextPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONRequestContextUnknown (line 93) | func TestMarshalAndUnmarshalJSONRequestContextUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONRequestContext (line 102) | func TestMarshalAndUnmarshalJSONRequestContext(t *testing.T) { function TestMarshalAndUnmarshalProtoRequestContextFailing (line 130) | func TestMarshalAndUnmarshalProtoRequestContextFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoRequestContextUnknown (line 139) | func TestMarshalAndUnmarshalProtoRequestContextUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoRequestContext (line 146) | func TestMarshalAndUnmarshalProtoRequestContext(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufRequestContext (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufRequestContext(t *testing.T) { function genTestFailingUnmarshalProtoValuesRequestContext (line 190) | func genTestFailingUnmarshalProtoValuesRequestContext() map[string][]byte { function genTestEncodingValuesRequestContext (line 209) | func genTestEncodingValuesRequestContext() map[string]*RequestContext { FILE: pdata/internal/generated_proto_resource.go type Resource (line 19) | type Resource struct method Reset (line 131) | func (orig *Resource) Reset() { method MarshalJSON (line 136) | func (orig *Resource) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 166) | func (orig *Resource) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 189) | func (orig *Resource) SizeProto() int { method MarshalProto (line 207) | func (orig *Resource) MarshalProto(buf []byte) int { method UnmarshalProto (line 233) | func (orig *Resource) UnmarshalProto(buf []byte) error { function NewResource (line 33) | func NewResource() *Resource { function DeleteResource (line 40) | func DeleteResource(orig *Resource, nullable bool) { function CopyResource (line 62) | func CopyResource(dest, src *Resource) *Resource { function CopyResourceSlice (line 83) | func CopyResourceSlice(dest, src []Resource) []Resource { function CopyResourcePtrSlice (line 101) | func CopyResourcePtrSlice(dest, src []*Resource) []*Resource { function GenTestResource (line 300) | func GenTestResource() *Resource { function GenTestResourcePtrSlice (line 308) | func GenTestResourcePtrSlice() []*Resource { function GenTestResourceSlice (line 318) | func GenTestResourceSlice() []Resource { FILE: pdata/internal/generated_proto_resource_test.go function TestCopyResource (line 23) | func TestCopyResource(t *testing.T) { function TestCopyResourceSlice (line 43) | func TestCopyResourceSlice(t *testing.T) { function TestCopyResourcePtrSlice (line 68) | func TestCopyResourcePtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONResourceUnknown (line 93) | func TestMarshalAndUnmarshalJSONResourceUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONResource (line 102) | func TestMarshalAndUnmarshalJSONResource(t *testing.T) { function TestMarshalAndUnmarshalProtoResourceFailing (line 130) | func TestMarshalAndUnmarshalProtoResourceFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoResourceUnknown (line 139) | func TestMarshalAndUnmarshalProtoResourceUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoResource (line 146) | func TestMarshalAndUnmarshalProtoResource(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufResource (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufResource(t *testing.T) { function genTestFailingUnmarshalProtoValuesResource (line 190) | func genTestFailingUnmarshalProtoValuesResource() map[string][]byte { function genTestEncodingValuesResource (line 202) | func genTestEncodingValuesResource() map[string]*Resource { FILE: pdata/internal/generated_proto_resourcelogs.go type ResourceLogs (line 19) | type ResourceLogs struct method Reset (line 135) | func (orig *ResourceLogs) Reset() { method MarshalJSON (line 140) | func (orig *ResourceLogs) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 172) | func (orig *ResourceLogs) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 198) | func (orig *ResourceLogs) SizeProto() int { method MarshalProto (line 220) | func (orig *ResourceLogs) MarshalProto(buf []byte) int { method UnmarshalProto (line 257) | func (orig *ResourceLogs) UnmarshalProto(buf []byte) error { function NewResourceLogs (line 34) | func NewResourceLogs() *ResourceLogs { function DeleteResourceLogs (line 41) | func DeleteResourceLogs(orig *ResourceLogs, nullable bool) { function CopyResourceLogs (line 64) | func CopyResourceLogs(dest, src *ResourceLogs) *ResourceLogs { function CopyResourceLogsSlice (line 87) | func CopyResourceLogsSlice(dest, src []ResourceLogs) []ResourceLogs { function CopyResourceLogsPtrSlice (line 105) | func CopyResourceLogsPtrSlice(dest, src []*ResourceLogs) []*ResourceLogs { function GenTestResourceLogs (line 341) | func GenTestResourceLogs() *ResourceLogs { function GenTestResourceLogsPtrSlice (line 350) | func GenTestResourceLogsPtrSlice() []*ResourceLogs { function GenTestResourceLogsSlice (line 360) | func GenTestResourceLogsSlice() []ResourceLogs { FILE: pdata/internal/generated_proto_resourcelogs_test.go function TestCopyResourceLogs (line 23) | func TestCopyResourceLogs(t *testing.T) { function TestCopyResourceLogsSlice (line 43) | func TestCopyResourceLogsSlice(t *testing.T) { function TestCopyResourceLogsPtrSlice (line 68) | func TestCopyResourceLogsPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONResourceLogsUnknown (line 93) | func TestMarshalAndUnmarshalJSONResourceLogsUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONResourceLogs (line 102) | func TestMarshalAndUnmarshalJSONResourceLogs(t *testing.T) { function TestMarshalAndUnmarshalProtoResourceLogsFailing (line 130) | func TestMarshalAndUnmarshalProtoResourceLogsFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoResourceLogsUnknown (line 139) | func TestMarshalAndUnmarshalProtoResourceLogsUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoResourceLogs (line 146) | func TestMarshalAndUnmarshalProtoResourceLogs(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufResourceLogs (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufResourceLogs(t *testing.T) { function genTestFailingUnmarshalProtoValuesResourceLogs (line 190) | func genTestFailingUnmarshalProtoValuesResourceLogs() map[string][]byte { function genTestEncodingValuesResourceLogs (line 204) | func genTestEncodingValuesResourceLogs() map[string]*ResourceLogs { FILE: pdata/internal/generated_proto_resourcemetrics.go type ResourceMetrics (line 19) | type ResourceMetrics struct method Reset (line 135) | func (orig *ResourceMetrics) Reset() { method MarshalJSON (line 140) | func (orig *ResourceMetrics) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 172) | func (orig *ResourceMetrics) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 198) | func (orig *ResourceMetrics) SizeProto() int { method MarshalProto (line 220) | func (orig *ResourceMetrics) MarshalProto(buf []byte) int { method UnmarshalProto (line 257) | func (orig *ResourceMetrics) UnmarshalProto(buf []byte) error { function NewResourceMetrics (line 34) | func NewResourceMetrics() *ResourceMetrics { function DeleteResourceMetrics (line 41) | func DeleteResourceMetrics(orig *ResourceMetrics, nullable bool) { function CopyResourceMetrics (line 64) | func CopyResourceMetrics(dest, src *ResourceMetrics) *ResourceMetrics { function CopyResourceMetricsSlice (line 87) | func CopyResourceMetricsSlice(dest, src []ResourceMetrics) []ResourceMet... function CopyResourceMetricsPtrSlice (line 105) | func CopyResourceMetricsPtrSlice(dest, src []*ResourceMetrics) []*Resour... function GenTestResourceMetrics (line 341) | func GenTestResourceMetrics() *ResourceMetrics { function GenTestResourceMetricsPtrSlice (line 350) | func GenTestResourceMetricsPtrSlice() []*ResourceMetrics { function GenTestResourceMetricsSlice (line 360) | func GenTestResourceMetricsSlice() []ResourceMetrics { FILE: pdata/internal/generated_proto_resourcemetrics_test.go function TestCopyResourceMetrics (line 23) | func TestCopyResourceMetrics(t *testing.T) { function TestCopyResourceMetricsSlice (line 43) | func TestCopyResourceMetricsSlice(t *testing.T) { function TestCopyResourceMetricsPtrSlice (line 68) | func TestCopyResourceMetricsPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONResourceMetricsUnknown (line 93) | func TestMarshalAndUnmarshalJSONResourceMetricsUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONResourceMetrics (line 102) | func TestMarshalAndUnmarshalJSONResourceMetrics(t *testing.T) { function TestMarshalAndUnmarshalProtoResourceMetricsFailing (line 130) | func TestMarshalAndUnmarshalProtoResourceMetricsFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoResourceMetricsUnknown (line 139) | func TestMarshalAndUnmarshalProtoResourceMetricsUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoResourceMetrics (line 146) | func TestMarshalAndUnmarshalProtoResourceMetrics(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufResourceMetrics (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufResourceMetrics(t *testing.T) { function genTestFailingUnmarshalProtoValuesResourceMetrics (line 190) | func genTestFailingUnmarshalProtoValuesResourceMetrics() map[string][]by... function genTestEncodingValuesResourceMetrics (line 204) | func genTestEncodingValuesResourceMetrics() map[string]*ResourceMetrics { FILE: pdata/internal/generated_proto_resourceprofiles.go type ResourceProfiles (line 19) | type ResourceProfiles struct method Reset (line 130) | func (orig *ResourceProfiles) Reset() { method MarshalJSON (line 135) | func (orig *ResourceProfiles) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 157) | func (orig *ResourceProfiles) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 177) | func (orig *ResourceProfiles) SizeProto() int { method MarshalProto (line 195) | func (orig *ResourceProfiles) MarshalProto(buf []byte) int { method UnmarshalProto (line 223) | func (orig *ResourceProfiles) UnmarshalProto(buf []byte) error { function NewResourceProfiles (line 33) | func NewResourceProfiles() *ResourceProfiles { function DeleteResourceProfiles (line 40) | func DeleteResourceProfiles(orig *ResourceProfiles, nullable bool) { function CopyResourceProfiles (line 60) | func CopyResourceProfiles(dest, src *ResourceProfiles) *ResourceProfiles { function CopyResourceProfilesSlice (line 82) | func CopyResourceProfilesSlice(dest, src []ResourceProfiles) []ResourceP... function CopyResourceProfilesPtrSlice (line 100) | func CopyResourceProfilesPtrSlice(dest, src []*ResourceProfiles) []*Reso... function GenTestResourceProfiles (line 291) | func GenTestResourceProfiles() *ResourceProfiles { function GenTestResourceProfilesPtrSlice (line 299) | func GenTestResourceProfilesPtrSlice() []*ResourceProfiles { function GenTestResourceProfilesSlice (line 309) | func GenTestResourceProfilesSlice() []ResourceProfiles { FILE: pdata/internal/generated_proto_resourceprofiles_test.go function TestCopyResourceProfiles (line 23) | func TestCopyResourceProfiles(t *testing.T) { function TestCopyResourceProfilesSlice (line 43) | func TestCopyResourceProfilesSlice(t *testing.T) { function TestCopyResourceProfilesPtrSlice (line 68) | func TestCopyResourceProfilesPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONResourceProfilesUnknown (line 93) | func TestMarshalAndUnmarshalJSONResourceProfilesUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONResourceProfiles (line 102) | func TestMarshalAndUnmarshalJSONResourceProfiles(t *testing.T) { function TestMarshalAndUnmarshalProtoResourceProfilesFailing (line 130) | func TestMarshalAndUnmarshalProtoResourceProfilesFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoResourceProfilesUnknown (line 139) | func TestMarshalAndUnmarshalProtoResourceProfilesUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoResourceProfiles (line 146) | func TestMarshalAndUnmarshalProtoResourceProfiles(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufResourceProfiles (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufResourceProfiles(t *testing.... function genTestFailingUnmarshalProtoValuesResourceProfiles (line 190) | func genTestFailingUnmarshalProtoValuesResourceProfiles() map[string][]b... function genTestEncodingValuesResourceProfiles (line 202) | func genTestEncodingValuesResourceProfiles() map[string]*ResourceProfiles { FILE: pdata/internal/generated_proto_resourcespans.go type ResourceSpans (line 19) | type ResourceSpans struct method Reset (line 135) | func (orig *ResourceSpans) Reset() { method MarshalJSON (line 140) | func (orig *ResourceSpans) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 172) | func (orig *ResourceSpans) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 198) | func (orig *ResourceSpans) SizeProto() int { method MarshalProto (line 220) | func (orig *ResourceSpans) MarshalProto(buf []byte) int { method UnmarshalProto (line 257) | func (orig *ResourceSpans) UnmarshalProto(buf []byte) error { function NewResourceSpans (line 34) | func NewResourceSpans() *ResourceSpans { function DeleteResourceSpans (line 41) | func DeleteResourceSpans(orig *ResourceSpans, nullable bool) { function CopyResourceSpans (line 64) | func CopyResourceSpans(dest, src *ResourceSpans) *ResourceSpans { function CopyResourceSpansSlice (line 87) | func CopyResourceSpansSlice(dest, src []ResourceSpans) []ResourceSpans { function CopyResourceSpansPtrSlice (line 105) | func CopyResourceSpansPtrSlice(dest, src []*ResourceSpans) []*ResourceSp... function GenTestResourceSpans (line 341) | func GenTestResourceSpans() *ResourceSpans { function GenTestResourceSpansPtrSlice (line 350) | func GenTestResourceSpansPtrSlice() []*ResourceSpans { function GenTestResourceSpansSlice (line 360) | func GenTestResourceSpansSlice() []ResourceSpans { FILE: pdata/internal/generated_proto_resourcespans_test.go function TestCopyResourceSpans (line 23) | func TestCopyResourceSpans(t *testing.T) { function TestCopyResourceSpansSlice (line 43) | func TestCopyResourceSpansSlice(t *testing.T) { function TestCopyResourceSpansPtrSlice (line 68) | func TestCopyResourceSpansPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONResourceSpansUnknown (line 93) | func TestMarshalAndUnmarshalJSONResourceSpansUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONResourceSpans (line 102) | func TestMarshalAndUnmarshalJSONResourceSpans(t *testing.T) { function TestMarshalAndUnmarshalProtoResourceSpansFailing (line 130) | func TestMarshalAndUnmarshalProtoResourceSpansFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoResourceSpansUnknown (line 139) | func TestMarshalAndUnmarshalProtoResourceSpansUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoResourceSpans (line 146) | func TestMarshalAndUnmarshalProtoResourceSpans(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufResourceSpans (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufResourceSpans(t *testing.T) { function genTestFailingUnmarshalProtoValuesResourceSpans (line 190) | func genTestFailingUnmarshalProtoValuesResourceSpans() map[string][]byte { function genTestEncodingValuesResourceSpans (line 204) | func genTestEncodingValuesResourceSpans() map[string]*ResourceSpans { FILE: pdata/internal/generated_proto_sample.go type Sample (line 20) | type Sample struct method Reset (line 131) | func (orig *Sample) Reset() { method MarshalJSON (line 136) | func (orig *Sample) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 183) | func (orig *Sample) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 211) | func (orig *Sample) SizeProto() int { method MarshalProto (line 245) | func (orig *Sample) MarshalProto(buf []byte) int { method UnmarshalProto (line 292) | func (orig *Sample) UnmarshalProto(buf []byte) error { function NewSample (line 36) | func NewSample() *Sample { function DeleteSample (line 43) | func DeleteSample(orig *Sample, nullable bool) { function CopySample (line 59) | func CopySample(dest, src *Sample) *Sample { function CopySampleSlice (line 83) | func CopySampleSlice(dest, src []Sample) []Sample { function CopySamplePtrSlice (line 101) | func CopySamplePtrSlice(dest, src []*Sample) []*Sample { function GenTestSample (line 430) | func GenTestSample() *Sample { function GenTestSamplePtrSlice (line 440) | func GenTestSamplePtrSlice() []*Sample { function GenTestSampleSlice (line 450) | func GenTestSampleSlice() []Sample { FILE: pdata/internal/generated_proto_sample_test.go function TestCopySample (line 23) | func TestCopySample(t *testing.T) { function TestCopySampleSlice (line 43) | func TestCopySampleSlice(t *testing.T) { function TestCopySamplePtrSlice (line 68) | func TestCopySamplePtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONSampleUnknown (line 93) | func TestMarshalAndUnmarshalJSONSampleUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONSample (line 102) | func TestMarshalAndUnmarshalJSONSample(t *testing.T) { function TestMarshalAndUnmarshalProtoSampleFailing (line 130) | func TestMarshalAndUnmarshalProtoSampleFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoSampleUnknown (line 139) | func TestMarshalAndUnmarshalProtoSampleUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoSample (line 146) | func TestMarshalAndUnmarshalProtoSample(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufSample (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufSample(t *testing.T) { function genTestFailingUnmarshalProtoValuesSample (line 190) | func genTestFailingUnmarshalProtoValuesSample() map[string][]byte { function genTestEncodingValuesSample (line 206) | func genTestEncodingValuesSample() map[string]*Sample { FILE: pdata/internal/generated_proto_scopelogs.go type ScopeLogs (line 19) | type ScopeLogs struct method Reset (line 130) | func (orig *ScopeLogs) Reset() { method MarshalJSON (line 135) | func (orig *ScopeLogs) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 157) | func (orig *ScopeLogs) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 177) | func (orig *ScopeLogs) SizeProto() int { method MarshalProto (line 195) | func (orig *ScopeLogs) MarshalProto(buf []byte) int { method UnmarshalProto (line 223) | func (orig *ScopeLogs) UnmarshalProto(buf []byte) error { function NewScopeLogs (line 33) | func NewScopeLogs() *ScopeLogs { function DeleteScopeLogs (line 40) | func DeleteScopeLogs(orig *ScopeLogs, nullable bool) { function CopyScopeLogs (line 60) | func CopyScopeLogs(dest, src *ScopeLogs) *ScopeLogs { function CopyScopeLogsSlice (line 82) | func CopyScopeLogsSlice(dest, src []ScopeLogs) []ScopeLogs { function CopyScopeLogsPtrSlice (line 100) | func CopyScopeLogsPtrSlice(dest, src []*ScopeLogs) []*ScopeLogs { function GenTestScopeLogs (line 291) | func GenTestScopeLogs() *ScopeLogs { function GenTestScopeLogsPtrSlice (line 299) | func GenTestScopeLogsPtrSlice() []*ScopeLogs { function GenTestScopeLogsSlice (line 309) | func GenTestScopeLogsSlice() []ScopeLogs { FILE: pdata/internal/generated_proto_scopelogs_test.go function TestCopyScopeLogs (line 23) | func TestCopyScopeLogs(t *testing.T) { function TestCopyScopeLogsSlice (line 43) | func TestCopyScopeLogsSlice(t *testing.T) { function TestCopyScopeLogsPtrSlice (line 68) | func TestCopyScopeLogsPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONScopeLogsUnknown (line 93) | func TestMarshalAndUnmarshalJSONScopeLogsUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONScopeLogs (line 102) | func TestMarshalAndUnmarshalJSONScopeLogs(t *testing.T) { function TestMarshalAndUnmarshalProtoScopeLogsFailing (line 130) | func TestMarshalAndUnmarshalProtoScopeLogsFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoScopeLogsUnknown (line 139) | func TestMarshalAndUnmarshalProtoScopeLogsUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoScopeLogs (line 146) | func TestMarshalAndUnmarshalProtoScopeLogs(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufScopeLogs (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufScopeLogs(t *testing.T) { function genTestFailingUnmarshalProtoValuesScopeLogs (line 190) | func genTestFailingUnmarshalProtoValuesScopeLogs() map[string][]byte { function genTestEncodingValuesScopeLogs (line 202) | func genTestEncodingValuesScopeLogs() map[string]*ScopeLogs { FILE: pdata/internal/generated_proto_scopemetrics.go type ScopeMetrics (line 19) | type ScopeMetrics struct method Reset (line 130) | func (orig *ScopeMetrics) Reset() { method MarshalJSON (line 135) | func (orig *ScopeMetrics) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 157) | func (orig *ScopeMetrics) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 177) | func (orig *ScopeMetrics) SizeProto() int { method MarshalProto (line 195) | func (orig *ScopeMetrics) MarshalProto(buf []byte) int { method UnmarshalProto (line 223) | func (orig *ScopeMetrics) UnmarshalProto(buf []byte) error { function NewScopeMetrics (line 33) | func NewScopeMetrics() *ScopeMetrics { function DeleteScopeMetrics (line 40) | func DeleteScopeMetrics(orig *ScopeMetrics, nullable bool) { function CopyScopeMetrics (line 60) | func CopyScopeMetrics(dest, src *ScopeMetrics) *ScopeMetrics { function CopyScopeMetricsSlice (line 82) | func CopyScopeMetricsSlice(dest, src []ScopeMetrics) []ScopeMetrics { function CopyScopeMetricsPtrSlice (line 100) | func CopyScopeMetricsPtrSlice(dest, src []*ScopeMetrics) []*ScopeMetrics { function GenTestScopeMetrics (line 291) | func GenTestScopeMetrics() *ScopeMetrics { function GenTestScopeMetricsPtrSlice (line 299) | func GenTestScopeMetricsPtrSlice() []*ScopeMetrics { function GenTestScopeMetricsSlice (line 309) | func GenTestScopeMetricsSlice() []ScopeMetrics { FILE: pdata/internal/generated_proto_scopemetrics_test.go function TestCopyScopeMetrics (line 23) | func TestCopyScopeMetrics(t *testing.T) { function TestCopyScopeMetricsSlice (line 43) | func TestCopyScopeMetricsSlice(t *testing.T) { function TestCopyScopeMetricsPtrSlice (line 68) | func TestCopyScopeMetricsPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONScopeMetricsUnknown (line 93) | func TestMarshalAndUnmarshalJSONScopeMetricsUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONScopeMetrics (line 102) | func TestMarshalAndUnmarshalJSONScopeMetrics(t *testing.T) { function TestMarshalAndUnmarshalProtoScopeMetricsFailing (line 130) | func TestMarshalAndUnmarshalProtoScopeMetricsFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoScopeMetricsUnknown (line 139) | func TestMarshalAndUnmarshalProtoScopeMetricsUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoScopeMetrics (line 146) | func TestMarshalAndUnmarshalProtoScopeMetrics(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufScopeMetrics (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufScopeMetrics(t *testing.T) { function genTestFailingUnmarshalProtoValuesScopeMetrics (line 190) | func genTestFailingUnmarshalProtoValuesScopeMetrics() map[string][]byte { function genTestEncodingValuesScopeMetrics (line 202) | func genTestEncodingValuesScopeMetrics() map[string]*ScopeMetrics { FILE: pdata/internal/generated_proto_scopeprofiles.go type ScopeProfiles (line 19) | type ScopeProfiles struct method Reset (line 130) | func (orig *ScopeProfiles) Reset() { method MarshalJSON (line 135) | func (orig *ScopeProfiles) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 157) | func (orig *ScopeProfiles) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 177) | func (orig *ScopeProfiles) SizeProto() int { method MarshalProto (line 195) | func (orig *ScopeProfiles) MarshalProto(buf []byte) int { method UnmarshalProto (line 223) | func (orig *ScopeProfiles) UnmarshalProto(buf []byte) error { function NewScopeProfiles (line 33) | func NewScopeProfiles() *ScopeProfiles { function DeleteScopeProfiles (line 40) | func DeleteScopeProfiles(orig *ScopeProfiles, nullable bool) { function CopyScopeProfiles (line 60) | func CopyScopeProfiles(dest, src *ScopeProfiles) *ScopeProfiles { function CopyScopeProfilesSlice (line 82) | func CopyScopeProfilesSlice(dest, src []ScopeProfiles) []ScopeProfiles { function CopyScopeProfilesPtrSlice (line 100) | func CopyScopeProfilesPtrSlice(dest, src []*ScopeProfiles) []*ScopeProfi... function GenTestScopeProfiles (line 291) | func GenTestScopeProfiles() *ScopeProfiles { function GenTestScopeProfilesPtrSlice (line 299) | func GenTestScopeProfilesPtrSlice() []*ScopeProfiles { function GenTestScopeProfilesSlice (line 309) | func GenTestScopeProfilesSlice() []ScopeProfiles { FILE: pdata/internal/generated_proto_scopeprofiles_test.go function TestCopyScopeProfiles (line 23) | func TestCopyScopeProfiles(t *testing.T) { function TestCopyScopeProfilesSlice (line 43) | func TestCopyScopeProfilesSlice(t *testing.T) { function TestCopyScopeProfilesPtrSlice (line 68) | func TestCopyScopeProfilesPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONScopeProfilesUnknown (line 93) | func TestMarshalAndUnmarshalJSONScopeProfilesUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONScopeProfiles (line 102) | func TestMarshalAndUnmarshalJSONScopeProfiles(t *testing.T) { function TestMarshalAndUnmarshalProtoScopeProfilesFailing (line 130) | func TestMarshalAndUnmarshalProtoScopeProfilesFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoScopeProfilesUnknown (line 139) | func TestMarshalAndUnmarshalProtoScopeProfilesUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoScopeProfiles (line 146) | func TestMarshalAndUnmarshalProtoScopeProfiles(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufScopeProfiles (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufScopeProfiles(t *testing.T) { function genTestFailingUnmarshalProtoValuesScopeProfiles (line 190) | func genTestFailingUnmarshalProtoValuesScopeProfiles() map[string][]byte { function genTestEncodingValuesScopeProfiles (line 202) | func genTestEncodingValuesScopeProfiles() map[string]*ScopeProfiles { FILE: pdata/internal/generated_proto_scopespans.go type ScopeSpans (line 19) | type ScopeSpans struct method Reset (line 130) | func (orig *ScopeSpans) Reset() { method MarshalJSON (line 135) | func (orig *ScopeSpans) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 157) | func (orig *ScopeSpans) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 177) | func (orig *ScopeSpans) SizeProto() int { method MarshalProto (line 195) | func (orig *ScopeSpans) MarshalProto(buf []byte) int { method UnmarshalProto (line 223) | func (orig *ScopeSpans) UnmarshalProto(buf []byte) error { function NewScopeSpans (line 33) | func NewScopeSpans() *ScopeSpans { function DeleteScopeSpans (line 40) | func DeleteScopeSpans(orig *ScopeSpans, nullable bool) { function CopyScopeSpans (line 60) | func CopyScopeSpans(dest, src *ScopeSpans) *ScopeSpans { function CopyScopeSpansSlice (line 82) | func CopyScopeSpansSlice(dest, src []ScopeSpans) []ScopeSpans { function CopyScopeSpansPtrSlice (line 100) | func CopyScopeSpansPtrSlice(dest, src []*ScopeSpans) []*ScopeSpans { function GenTestScopeSpans (line 291) | func GenTestScopeSpans() *ScopeSpans { function GenTestScopeSpansPtrSlice (line 299) | func GenTestScopeSpansPtrSlice() []*ScopeSpans { function GenTestScopeSpansSlice (line 309) | func GenTestScopeSpansSlice() []ScopeSpans { FILE: pdata/internal/generated_proto_scopespans_test.go function TestCopyScopeSpans (line 23) | func TestCopyScopeSpans(t *testing.T) { function TestCopyScopeSpansSlice (line 43) | func TestCopyScopeSpansSlice(t *testing.T) { function TestCopyScopeSpansPtrSlice (line 68) | func TestCopyScopeSpansPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONScopeSpansUnknown (line 93) | func TestMarshalAndUnmarshalJSONScopeSpansUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONScopeSpans (line 102) | func TestMarshalAndUnmarshalJSONScopeSpans(t *testing.T) { function TestMarshalAndUnmarshalProtoScopeSpansFailing (line 130) | func TestMarshalAndUnmarshalProtoScopeSpansFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoScopeSpansUnknown (line 139) | func TestMarshalAndUnmarshalProtoScopeSpansUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoScopeSpans (line 146) | func TestMarshalAndUnmarshalProtoScopeSpans(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufScopeSpans (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufScopeSpans(t *testing.T) { function genTestFailingUnmarshalProtoValuesScopeSpans (line 190) | func genTestFailingUnmarshalProtoValuesScopeSpans() map[string][]byte { function genTestEncodingValuesScopeSpans (line 202) | func genTestEncodingValuesScopeSpans() map[string]*ScopeSpans { FILE: pdata/internal/generated_proto_span.go type Span (line 21) | type Span struct method Reset (line 175) | func (orig *Span) Reset() { method MarshalJSON (line 180) | func (orig *Span) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 267) | func (orig *Span) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 324) | func (orig *Span) SizeProto() int { method MarshalProto (line 382) | func (orig *Span) MarshalProto(buf []byte) int { method UnmarshalProto (line 490) | func (orig *Span) UnmarshalProto(buf []byte) error { function NewSpan (line 48) | func NewSpan() *Span { function DeleteSpan (line 55) | func DeleteSpan(orig *Span, nullable bool) { function CopySpan (line 88) | func CopySpan(dest, src *Span) *Span { function CopySpanSlice (line 127) | func CopySpanSlice(dest, src []Span) []Span { function CopySpanPtrSlice (line 145) | func CopySpanPtrSlice(dest, src []*Span) []*Span { function GenTestSpan (line 730) | func GenTestSpan() *Span { function GenTestSpanPtrSlice (line 751) | func GenTestSpanPtrSlice() []*Span { function GenTestSpanSlice (line 761) | func GenTestSpanSlice() []Span { FILE: pdata/internal/generated_proto_span_test.go function TestCopySpan (line 23) | func TestCopySpan(t *testing.T) { function TestCopySpanSlice (line 43) | func TestCopySpanSlice(t *testing.T) { function TestCopySpanPtrSlice (line 68) | func TestCopySpanPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONSpanUnknown (line 93) | func TestMarshalAndUnmarshalJSONSpanUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONSpan (line 102) | func TestMarshalAndUnmarshalJSONSpan(t *testing.T) { function TestMarshalAndUnmarshalProtoSpanFailing (line 130) | func TestMarshalAndUnmarshalProtoSpanFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoSpanUnknown (line 139) | func TestMarshalAndUnmarshalProtoSpanUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoSpan (line 146) | func TestMarshalAndUnmarshalProtoSpan(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufSpan (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufSpan(t *testing.T) { function genTestFailingUnmarshalProtoValuesSpan (line 190) | func genTestFailingUnmarshalProtoValuesSpan() map[string][]byte { function genTestEncodingValuesSpan (line 228) | func genTestEncodingValuesSpan() map[string]*Span { FILE: pdata/internal/generated_proto_spancontext.go type SpanContext (line 19) | type SpanContext struct method Reset (line 132) | func (orig *SpanContext) Reset() { method MarshalJSON (line 137) | func (orig *SpanContext) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 163) | func (orig *SpanContext) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 184) | func (orig *SpanContext) SizeProto() int { method MarshalProto (line 206) | func (orig *SpanContext) MarshalProto(buf []byte) int { method UnmarshalProto (line 249) | func (orig *SpanContext) UnmarshalProto(buf []byte) error { function NewSpanContext (line 35) | func NewSpanContext() *SpanContext { function DeleteSpanContext (line 42) | func DeleteSpanContext(orig *SpanContext, nullable bool) { function CopySpanContext (line 60) | func CopySpanContext(dest, src *SpanContext) *SpanContext { function CopySpanContextSlice (line 84) | func CopySpanContextSlice(dest, src []SpanContext) []SpanContext { function CopySpanContextPtrSlice (line 102) | func CopySpanContextPtrSlice(dest, src []*SpanContext) []*SpanContext { function GenTestSpanContext (line 340) | func GenTestSpanContext() *SpanContext { function GenTestSpanContextPtrSlice (line 350) | func GenTestSpanContextPtrSlice() []*SpanContext { function GenTestSpanContextSlice (line 360) | func GenTestSpanContextSlice() []SpanContext { FILE: pdata/internal/generated_proto_spancontext_test.go function TestCopySpanContext (line 23) | func TestCopySpanContext(t *testing.T) { function TestCopySpanContextSlice (line 43) | func TestCopySpanContextSlice(t *testing.T) { function TestCopySpanContextPtrSlice (line 68) | func TestCopySpanContextPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONSpanContextUnknown (line 93) | func TestMarshalAndUnmarshalJSONSpanContextUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONSpanContext (line 102) | func TestMarshalAndUnmarshalJSONSpanContext(t *testing.T) { function TestMarshalAndUnmarshalProtoSpanContextFailing (line 130) | func TestMarshalAndUnmarshalProtoSpanContextFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoSpanContextUnknown (line 139) | func TestMarshalAndUnmarshalProtoSpanContextUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoSpanContext (line 146) | func TestMarshalAndUnmarshalProtoSpanContext(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufSpanContext (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufSpanContext(t *testing.T) { function genTestFailingUnmarshalProtoValuesSpanContext (line 190) | func genTestFailingUnmarshalProtoValuesSpanContext() map[string][]byte { function genTestEncodingValuesSpanContext (line 206) | func genTestEncodingValuesSpanContext() map[string]*SpanContext { FILE: pdata/internal/generated_proto_spanevent.go type SpanEvent (line 21) | type SpanEvent struct method Reset (line 133) | func (orig *SpanEvent) Reset() { method MarshalJSON (line 138) | func (orig *SpanEvent) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 166) | func (orig *SpanEvent) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 187) | func (orig *SpanEvent) SizeProto() int { method MarshalProto (line 209) | func (orig *SpanEvent) MarshalProto(buf []byte) int { method UnmarshalProto (line 242) | func (orig *SpanEvent) UnmarshalProto(buf []byte) error { function NewSpanEvent (line 36) | func NewSpanEvent() *SpanEvent { function DeleteSpanEvent (line 43) | func DeleteSpanEvent(orig *SpanEvent, nullable bool) { function CopySpanEvent (line 63) | func CopySpanEvent(dest, src *SpanEvent) *SpanEvent { function CopySpanEventSlice (line 85) | func CopySpanEventSlice(dest, src []SpanEvent) []SpanEvent { function CopySpanEventPtrSlice (line 103) | func CopySpanEventPtrSlice(dest, src []*SpanEvent) []*SpanEvent { function GenTestSpanEvent (line 317) | func GenTestSpanEvent() *SpanEvent { function GenTestSpanEventPtrSlice (line 326) | func GenTestSpanEventPtrSlice() []*SpanEvent { function GenTestSpanEventSlice (line 336) | func GenTestSpanEventSlice() []SpanEvent { FILE: pdata/internal/generated_proto_spanevent_test.go function TestCopySpanEvent (line 23) | func TestCopySpanEvent(t *testing.T) { function TestCopySpanEventSlice (line 43) | func TestCopySpanEventSlice(t *testing.T) { function TestCopySpanEventPtrSlice (line 68) | func TestCopySpanEventPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONSpanEventUnknown (line 93) | func TestMarshalAndUnmarshalJSONSpanEventUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONSpanEvent (line 102) | func TestMarshalAndUnmarshalJSONSpanEvent(t *testing.T) { function TestMarshalAndUnmarshalProtoSpanEventFailing (line 130) | func TestMarshalAndUnmarshalProtoSpanEventFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoSpanEventUnknown (line 139) | func TestMarshalAndUnmarshalProtoSpanEventUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoSpanEvent (line 146) | func TestMarshalAndUnmarshalProtoSpanEvent(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufSpanEvent (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufSpanEvent(t *testing.T) { function genTestFailingUnmarshalProtoValuesSpanEvent (line 190) | func genTestFailingUnmarshalProtoValuesSpanEvent() map[string][]byte { function genTestEncodingValuesSpanEvent (line 204) | func genTestEncodingValuesSpanEvent() map[string]*SpanEvent { FILE: pdata/internal/generated_proto_spanlink.go type SpanLink (line 22) | type SpanLink struct method Reset (line 142) | func (orig *SpanLink) Reset() { method MarshalJSON (line 147) | func (orig *SpanLink) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 183) | func (orig *SpanLink) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 210) | func (orig *SpanLink) SizeProto() int { method MarshalProto (line 236) | func (orig *SpanLink) MarshalProto(buf []byte) int { method UnmarshalProto (line 281) | func (orig *SpanLink) UnmarshalProto(buf []byte) error { function NewSpanLink (line 39) | func NewSpanLink() *SpanLink { function DeleteSpanLink (line 46) | func DeleteSpanLink(orig *SpanLink, nullable bool) { function CopySpanLink (line 68) | func CopySpanLink(dest, src *SpanLink) *SpanLink { function CopySpanLinkSlice (line 94) | func CopySpanLinkSlice(dest, src []SpanLink) []SpanLink { function CopySpanLinkPtrSlice (line 112) | func CopySpanLinkPtrSlice(dest, src []*SpanLink) []*SpanLink { function GenTestSpanLink (line 388) | func GenTestSpanLink() *SpanLink { function GenTestSpanLinkPtrSlice (line 399) | func GenTestSpanLinkPtrSlice() []*SpanLink { function GenTestSpanLinkSlice (line 409) | func GenTestSpanLinkSlice() []SpanLink { FILE: pdata/internal/generated_proto_spanlink_test.go function TestCopySpanLink (line 23) | func TestCopySpanLink(t *testing.T) { function TestCopySpanLinkSlice (line 43) | func TestCopySpanLinkSlice(t *testing.T) { function TestCopySpanLinkPtrSlice (line 68) | func TestCopySpanLinkPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONSpanLinkUnknown (line 93) | func TestMarshalAndUnmarshalJSONSpanLinkUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONSpanLink (line 102) | func TestMarshalAndUnmarshalJSONSpanLink(t *testing.T) { function TestMarshalAndUnmarshalProtoSpanLinkFailing (line 130) | func TestMarshalAndUnmarshalProtoSpanLinkFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoSpanLinkUnknown (line 139) | func TestMarshalAndUnmarshalProtoSpanLinkUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoSpanLink (line 146) | func TestMarshalAndUnmarshalProtoSpanLink(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufSpanLink (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufSpanLink(t *testing.T) { function genTestFailingUnmarshalProtoValuesSpanLink (line 190) | func genTestFailingUnmarshalProtoValuesSpanLink() map[string][]byte { function genTestEncodingValuesSpanLink (line 208) | func genTestEncodingValuesSpanLink() map[string]*SpanLink { FILE: pdata/internal/generated_proto_stack.go type Stack (line 20) | type Stack struct method Reset (line 121) | func (orig *Stack) Reset() { method MarshalJSON (line 126) | func (orig *Stack) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 143) | func (orig *Stack) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 157) | func (orig *Stack) SizeProto() int { method MarshalProto (line 172) | func (orig *Stack) MarshalProto(buf []byte) int { method UnmarshalProto (line 189) | func (orig *Stack) UnmarshalProto(buf []byte) error { function NewStack (line 32) | func NewStack() *Stack { function DeleteStack (line 39) | func DeleteStack(orig *Stack, nullable bool) { function CopyStack (line 55) | func CopyStack(dest, src *Stack) *Stack { function CopyStackSlice (line 73) | func CopyStackSlice(dest, src []Stack) []Stack { function CopyStackPtrSlice (line 91) | func CopyStackPtrSlice(dest, src []*Stack) []*Stack { function GenTestStack (line 243) | func GenTestStack() *Stack { function GenTestStackPtrSlice (line 249) | func GenTestStackPtrSlice() []*Stack { function GenTestStackSlice (line 259) | func GenTestStackSlice() []Stack { FILE: pdata/internal/generated_proto_stack_test.go function TestCopyStack (line 23) | func TestCopyStack(t *testing.T) { function TestCopyStackSlice (line 43) | func TestCopyStackSlice(t *testing.T) { function TestCopyStackPtrSlice (line 68) | func TestCopyStackPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONStackUnknown (line 93) | func TestMarshalAndUnmarshalJSONStackUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONStack (line 102) | func TestMarshalAndUnmarshalJSONStack(t *testing.T) { function TestMarshalAndUnmarshalProtoStackFailing (line 130) | func TestMarshalAndUnmarshalProtoStackFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoStackUnknown (line 139) | func TestMarshalAndUnmarshalProtoStackUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoStack (line 146) | func TestMarshalAndUnmarshalProtoStack(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufStack (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufStack(t *testing.T) { function genTestFailingUnmarshalProtoValuesStack (line 190) | func genTestFailingUnmarshalProtoValuesStack() map[string][]byte { function genTestEncodingValuesStack (line 198) | func genTestEncodingValuesStack() map[string]*Stack { FILE: pdata/internal/generated_proto_status.go type Status (line 20) | type Status struct method Reset (line 123) | func (orig *Status) Reset() { method MarshalJSON (line 128) | func (orig *Status) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 143) | func (orig *Status) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 156) | func (orig *Status) SizeProto() int { method MarshalProto (line 171) | func (orig *Status) MarshalProto(buf []byte) int { method UnmarshalProto (line 191) | func (orig *Status) UnmarshalProto(buf []byte) error { function NewStatus (line 33) | func NewStatus() *Status { function DeleteStatus (line 40) | func DeleteStatus(orig *Status, nullable bool) { function CopyStatus (line 56) | func CopyStatus(dest, src *Status) *Status { function CopyStatusSlice (line 75) | func CopyStatusSlice(dest, src []Status) []Status { function CopyStatusPtrSlice (line 93) | func CopyStatusPtrSlice(dest, src []*Status) []*Status { function GenTestStatus (line 238) | func GenTestStatus() *Status { function GenTestStatusPtrSlice (line 245) | func GenTestStatusPtrSlice() []*Status { function GenTestStatusSlice (line 255) | func GenTestStatusSlice() []Status { FILE: pdata/internal/generated_proto_status_test.go function TestCopyStatus (line 23) | func TestCopyStatus(t *testing.T) { function TestCopyStatusSlice (line 43) | func TestCopyStatusSlice(t *testing.T) { function TestCopyStatusPtrSlice (line 68) | func TestCopyStatusPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONStatusUnknown (line 93) | func TestMarshalAndUnmarshalJSONStatusUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONStatus (line 102) | func TestMarshalAndUnmarshalJSONStatus(t *testing.T) { function TestMarshalAndUnmarshalProtoStatusFailing (line 130) | func TestMarshalAndUnmarshalProtoStatusFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoStatusUnknown (line 139) | func TestMarshalAndUnmarshalProtoStatusUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoStatus (line 146) | func TestMarshalAndUnmarshalProtoStatus(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufStatus (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufStatus(t *testing.T) { function genTestFailingUnmarshalProtoValuesStatus (line 190) | func genTestFailingUnmarshalProtoValuesStatus() map[string][]byte { function genTestEncodingValuesStatus (line 200) | func genTestEncodingValuesStatus() map[string]*Status { FILE: pdata/internal/generated_proto_sum.go type Sum (line 19) | type Sum struct method Reset (line 128) | func (orig *Sum) Reset() { method MarshalJSON (line 133) | func (orig *Sum) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 158) | func (orig *Sum) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 177) | func (orig *Sum) SizeProto() int { method MarshalProto (line 194) | func (orig *Sum) MarshalProto(buf []byte) int { method UnmarshalProto (line 223) | func (orig *Sum) UnmarshalProto(buf []byte) error { function NewSum (line 33) | func NewSum() *Sum { function DeleteSum (line 40) | func DeleteSum(orig *Sum, nullable bool) { function CopySum (line 59) | func CopySum(dest, src *Sum) *Sum { function CopySumSlice (line 80) | func CopySumSlice(dest, src []Sum) []Sum { function CopySumPtrSlice (line 98) | func CopySumPtrSlice(dest, src []*Sum) []*Sum { function GenTestSum (line 285) | func GenTestSum() *Sum { function GenTestSumPtrSlice (line 293) | func GenTestSumPtrSlice() []*Sum { function GenTestSumSlice (line 303) | func GenTestSumSlice() []Sum { FILE: pdata/internal/generated_proto_sum_test.go function TestCopySum (line 23) | func TestCopySum(t *testing.T) { function TestCopySumSlice (line 43) | func TestCopySumSlice(t *testing.T) { function TestCopySumPtrSlice (line 68) | func TestCopySumPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONSumUnknown (line 93) | func TestMarshalAndUnmarshalJSONSumUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONSum (line 102) | func TestMarshalAndUnmarshalJSONSum(t *testing.T) { function TestMarshalAndUnmarshalProtoSumFailing (line 130) | func TestMarshalAndUnmarshalProtoSumFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoSumUnknown (line 139) | func TestMarshalAndUnmarshalProtoSumUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoSum (line 146) | func TestMarshalAndUnmarshalProtoSum(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufSum (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufSum(t *testing.T) { function genTestFailingUnmarshalProtoValuesSum (line 190) | func genTestFailingUnmarshalProtoValuesSum() map[string][]byte { function genTestEncodingValuesSum (line 202) | func genTestEncodingValuesSum() map[string]*Sum { FILE: pdata/internal/generated_proto_summary.go type Summary (line 19) | type Summary struct method Reset (line 122) | func (orig *Summary) Reset() { method MarshalJSON (line 127) | func (orig *Summary) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 143) | func (orig *Summary) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 158) | func (orig *Summary) SizeProto() int { method MarshalProto (line 169) | func (orig *Summary) MarshalProto(buf []byte) int { method UnmarshalProto (line 183) | func (orig *Summary) UnmarshalProto(buf []byte) error { function NewSummary (line 31) | func NewSummary() *Summary { function DeleteSummary (line 38) | func DeleteSummary(orig *Summary, nullable bool) { function CopySummary (line 56) | func CopySummary(dest, src *Summary) *Summary { function CopySummarySlice (line 74) | func CopySummarySlice(dest, src []Summary) []Summary { function CopySummaryPtrSlice (line 92) | func CopySummaryPtrSlice(dest, src []*Summary) []*Summary { function GenTestSummary (line 223) | func GenTestSummary() *Summary { function GenTestSummaryPtrSlice (line 229) | func GenTestSummaryPtrSlice() []*Summary { function GenTestSummarySlice (line 239) | func GenTestSummarySlice() []Summary { FILE: pdata/internal/generated_proto_summary_test.go function TestCopySummary (line 23) | func TestCopySummary(t *testing.T) { function TestCopySummarySlice (line 43) | func TestCopySummarySlice(t *testing.T) { function TestCopySummaryPtrSlice (line 68) | func TestCopySummaryPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONSummaryUnknown (line 93) | func TestMarshalAndUnmarshalJSONSummaryUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONSummary (line 102) | func TestMarshalAndUnmarshalJSONSummary(t *testing.T) { function TestMarshalAndUnmarshalProtoSummaryFailing (line 130) | func TestMarshalAndUnmarshalProtoSummaryFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoSummaryUnknown (line 139) | func TestMarshalAndUnmarshalProtoSummaryUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoSummary (line 146) | func TestMarshalAndUnmarshalProtoSummary(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufSummary (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufSummary(t *testing.T) { function genTestFailingUnmarshalProtoValuesSummary (line 190) | func genTestFailingUnmarshalProtoValuesSummary() map[string][]byte { function genTestEncodingValuesSummary (line 198) | func genTestEncodingValuesSummary() map[string]*Summary { FILE: pdata/internal/generated_proto_summarydatapoint.go type SummaryDataPoint (line 21) | type SummaryDataPoint struct method Reset (line 143) | func (orig *SummaryDataPoint) Reset() { method MarshalJSON (line 148) | func (orig *SummaryDataPoint) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 194) | func (orig *SummaryDataPoint) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 225) | func (orig *SummaryDataPoint) SizeProto() int { method MarshalProto (line 255) | func (orig *SummaryDataPoint) MarshalProto(buf []byte) int { method UnmarshalProto (line 305) | func (orig *SummaryDataPoint) UnmarshalProto(buf []byte) error { function NewSummaryDataPoint (line 39) | func NewSummaryDataPoint() *SummaryDataPoint { function DeleteSummaryDataPoint (line 46) | func DeleteSummaryDataPoint(orig *SummaryDataPoint, nullable bool) { function CopySummaryDataPoint (line 69) | func CopySummaryDataPoint(dest, src *SummaryDataPoint) *SummaryDataPoint { function CopySummaryDataPointSlice (line 95) | func CopySummaryDataPointSlice(dest, src []SummaryDataPoint) []SummaryDa... function CopySummaryDataPointPtrSlice (line 113) | func CopySummaryDataPointPtrSlice(dest, src []*SummaryDataPoint) []*Summ... function GenTestSummaryDataPoint (line 419) | func GenTestSummaryDataPoint() *SummaryDataPoint { function GenTestSummaryDataPointPtrSlice (line 431) | func GenTestSummaryDataPointPtrSlice() []*SummaryDataPoint { function GenTestSummaryDataPointSlice (line 441) | func GenTestSummaryDataPointSlice() []SummaryDataPoint { FILE: pdata/internal/generated_proto_summarydatapoint_test.go function TestCopySummaryDataPoint (line 23) | func TestCopySummaryDataPoint(t *testing.T) { function TestCopySummaryDataPointSlice (line 43) | func TestCopySummaryDataPointSlice(t *testing.T) { function TestCopySummaryDataPointPtrSlice (line 68) | func TestCopySummaryDataPointPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONSummaryDataPointUnknown (line 93) | func TestMarshalAndUnmarshalJSONSummaryDataPointUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONSummaryDataPoint (line 102) | func TestMarshalAndUnmarshalJSONSummaryDataPoint(t *testing.T) { function TestMarshalAndUnmarshalProtoSummaryDataPointFailing (line 130) | func TestMarshalAndUnmarshalProtoSummaryDataPointFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoSummaryDataPointUnknown (line 139) | func TestMarshalAndUnmarshalProtoSummaryDataPointUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoSummaryDataPoint (line 146) | func TestMarshalAndUnmarshalProtoSummaryDataPoint(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufSummaryDataPoint (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufSummaryDataPoint(t *testing.... function genTestFailingUnmarshalProtoValuesSummaryDataPoint (line 190) | func genTestFailingUnmarshalProtoValuesSummaryDataPoint() map[string][]b... function genTestEncodingValuesSummaryDataPoint (line 210) | func genTestEncodingValuesSummaryDataPoint() map[string]*SummaryDataPoint { FILE: pdata/internal/generated_proto_summarydatapointvalueatquantile.go type SummaryDataPointValueAtQuantile (line 21) | type SummaryDataPointValueAtQuantile struct method Reset (line 124) | func (orig *SummaryDataPointValueAtQuantile) Reset() { method MarshalJSON (line 129) | func (orig *SummaryDataPointValueAtQuantile) MarshalJSON(dest *json.St... method UnmarshalJSON (line 143) | func (orig *SummaryDataPointValueAtQuantile) UnmarshalJSON(iter *json.... method SizeProto (line 156) | func (orig *SummaryDataPointValueAtQuantile) SizeProto() int { method MarshalProto (line 169) | func (orig *SummaryDataPointValueAtQuantile) MarshalProto(buf []byte) ... method UnmarshalProto (line 188) | func (orig *SummaryDataPointValueAtQuantile) UnmarshalProto(buf []byte... function NewSummaryDataPointValueAtQuantile (line 34) | func NewSummaryDataPointValueAtQuantile() *SummaryDataPointValueAtQuanti... function DeleteSummaryDataPointValueAtQuantile (line 41) | func DeleteSummaryDataPointValueAtQuantile(orig *SummaryDataPointValueAt... function CopySummaryDataPointValueAtQuantile (line 57) | func CopySummaryDataPointValueAtQuantile(dest, src *SummaryDataPointValu... function CopySummaryDataPointValueAtQuantileSlice (line 76) | func CopySummaryDataPointValueAtQuantileSlice(dest, src []SummaryDataPoi... function CopySummaryDataPointValueAtQuantilePtrSlice (line 94) | func CopySummaryDataPointValueAtQuantilePtrSlice(dest, src []*SummaryDat... function GenTestSummaryDataPointValueAtQuantile (line 234) | func GenTestSummaryDataPointValueAtQuantile() *SummaryDataPointValueAtQu... function GenTestSummaryDataPointValueAtQuantilePtrSlice (line 241) | func GenTestSummaryDataPointValueAtQuantilePtrSlice() []*SummaryDataPoin... function GenTestSummaryDataPointValueAtQuantileSlice (line 251) | func GenTestSummaryDataPointValueAtQuantileSlice() []SummaryDataPointVal... FILE: pdata/internal/generated_proto_summarydatapointvalueatquantile_test.go function TestCopySummaryDataPointValueAtQuantile (line 23) | func TestCopySummaryDataPointValueAtQuantile(t *testing.T) { function TestCopySummaryDataPointValueAtQuantileSlice (line 43) | func TestCopySummaryDataPointValueAtQuantileSlice(t *testing.T) { function TestCopySummaryDataPointValueAtQuantilePtrSlice (line 68) | func TestCopySummaryDataPointValueAtQuantilePtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONSummaryDataPointValueAtQuantileUnknown (line 93) | func TestMarshalAndUnmarshalJSONSummaryDataPointValueAtQuantileUnknown(t... function TestMarshalAndUnmarshalJSONSummaryDataPointValueAtQuantile (line 102) | func TestMarshalAndUnmarshalJSONSummaryDataPointValueAtQuantile(t *testi... function TestMarshalAndUnmarshalProtoSummaryDataPointValueAtQuantileFailing (line 130) | func TestMarshalAndUnmarshalProtoSummaryDataPointValueAtQuantileFailing(... function TestMarshalAndUnmarshalProtoSummaryDataPointValueAtQuantileUnknown (line 139) | func TestMarshalAndUnmarshalProtoSummaryDataPointValueAtQuantileUnknown(... function TestMarshalAndUnmarshalProtoSummaryDataPointValueAtQuantile (line 146) | func TestMarshalAndUnmarshalProtoSummaryDataPointValueAtQuantile(t *test... function TestMarshalAndUnmarshalProtoViaProtobufSummaryDataPointValueAtQuantile (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufSummaryDataPointValueAtQuant... function genTestFailingUnmarshalProtoValuesSummaryDataPointValueAtQuantile (line 190) | func genTestFailingUnmarshalProtoValuesSummaryDataPointValueAtQuantile()... function genTestEncodingValuesSummaryDataPointValueAtQuantile (line 200) | func genTestEncodingValuesSummaryDataPointValueAtQuantile() map[string]*... FILE: pdata/internal/generated_proto_tcpaddr.go type TCPAddr (line 18) | type TCPAddr struct method Reset (line 123) | func (orig *TCPAddr) Reset() { method MarshalJSON (line 128) | func (orig *TCPAddr) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 147) | func (orig *TCPAddr) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 162) | func (orig *TCPAddr) SizeProto() int { method MarshalProto (line 182) | func (orig *TCPAddr) MarshalProto(buf []byte) int { method UnmarshalProto (line 210) | func (orig *TCPAddr) UnmarshalProto(buf []byte) error { function NewTCPAddr (line 32) | func NewTCPAddr() *TCPAddr { function DeleteTCPAddr (line 39) | func DeleteTCPAddr(orig *TCPAddr, nullable bool) { function CopyTCPAddr (line 55) | func CopyTCPAddr(dest, src *TCPAddr) *TCPAddr { function CopyTCPAddrSlice (line 75) | func CopyTCPAddrSlice(dest, src []TCPAddr) []TCPAddr { function CopyTCPAddrPtrSlice (line 93) | func CopyTCPAddrPtrSlice(dest, src []*TCPAddr) []*TCPAddr { function GenTestTCPAddr (line 272) | func GenTestTCPAddr() *TCPAddr { function GenTestTCPAddrPtrSlice (line 280) | func GenTestTCPAddrPtrSlice() []*TCPAddr { function GenTestTCPAddrSlice (line 290) | func GenTestTCPAddrSlice() []TCPAddr { FILE: pdata/internal/generated_proto_tcpaddr_test.go function TestCopyTCPAddr (line 23) | func TestCopyTCPAddr(t *testing.T) { function TestCopyTCPAddrSlice (line 43) | func TestCopyTCPAddrSlice(t *testing.T) { function TestCopyTCPAddrPtrSlice (line 68) | func TestCopyTCPAddrPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONTCPAddrUnknown (line 93) | func TestMarshalAndUnmarshalJSONTCPAddrUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONTCPAddr (line 102) | func TestMarshalAndUnmarshalJSONTCPAddr(t *testing.T) { function TestMarshalAndUnmarshalProtoTCPAddrFailing (line 130) | func TestMarshalAndUnmarshalProtoTCPAddrFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoTCPAddrUnknown (line 139) | func TestMarshalAndUnmarshalProtoTCPAddrUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoTCPAddr (line 146) | func TestMarshalAndUnmarshalProtoTCPAddr(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufTCPAddr (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufTCPAddr(t *testing.T) { function genTestFailingUnmarshalProtoValuesTCPAddr (line 190) | func genTestFailingUnmarshalProtoValuesTCPAddr() map[string][]byte { function genTestEncodingValuesTCPAddr (line 202) | func genTestEncodingValuesTCPAddr() map[string]*TCPAddr { FILE: pdata/internal/generated_proto_tracesdata.go type TracesData (line 21) | type TracesData struct method Reset (line 124) | func (orig *TracesData) Reset() { method MarshalJSON (line 129) | func (orig *TracesData) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 145) | func (orig *TracesData) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 160) | func (orig *TracesData) SizeProto() int { method MarshalProto (line 171) | func (orig *TracesData) MarshalProto(buf []byte) int { method UnmarshalProto (line 185) | func (orig *TracesData) UnmarshalProto(buf []byte) error { function NewTracesData (line 33) | func NewTracesData() *TracesData { function DeleteTracesData (line 40) | func DeleteTracesData(orig *TracesData, nullable bool) { function CopyTracesData (line 58) | func CopyTracesData(dest, src *TracesData) *TracesData { function CopyTracesDataSlice (line 76) | func CopyTracesDataSlice(dest, src []TracesData) []TracesData { function CopyTracesDataPtrSlice (line 94) | func CopyTracesDataPtrSlice(dest, src []*TracesData) []*TracesData { function GenTestTracesData (line 225) | func GenTestTracesData() *TracesData { function GenTestTracesDataPtrSlice (line 231) | func GenTestTracesDataPtrSlice() []*TracesData { function GenTestTracesDataSlice (line 241) | func GenTestTracesDataSlice() []TracesData { FILE: pdata/internal/generated_proto_tracesdata_test.go function TestCopyTracesData (line 23) | func TestCopyTracesData(t *testing.T) { function TestCopyTracesDataSlice (line 43) | func TestCopyTracesDataSlice(t *testing.T) { function TestCopyTracesDataPtrSlice (line 68) | func TestCopyTracesDataPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONTracesDataUnknown (line 93) | func TestMarshalAndUnmarshalJSONTracesDataUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONTracesData (line 102) | func TestMarshalAndUnmarshalJSONTracesData(t *testing.T) { function TestMarshalAndUnmarshalProtoTracesDataFailing (line 130) | func TestMarshalAndUnmarshalProtoTracesDataFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoTracesDataUnknown (line 139) | func TestMarshalAndUnmarshalProtoTracesDataUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoTracesData (line 146) | func TestMarshalAndUnmarshalProtoTracesData(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufTracesData (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufTracesData(t *testing.T) { function genTestFailingUnmarshalProtoValuesTracesData (line 190) | func genTestFailingUnmarshalProtoValuesTracesData() map[string][]byte { function genTestEncodingValuesTracesData (line 198) | func genTestEncodingValuesTracesData() map[string]*TracesData { FILE: pdata/internal/generated_proto_tracesrequest.go type TracesRequest (line 19) | type TracesRequest struct method Reset (line 128) | func (orig *TracesRequest) Reset() { method MarshalJSON (line 133) | func (orig *TracesRequest) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 149) | func (orig *TracesRequest) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 166) | func (orig *TracesRequest) SizeProto() int { method MarshalProto (line 182) | func (orig *TracesRequest) MarshalProto(buf []byte) int { method UnmarshalProto (line 208) | func (orig *TracesRequest) UnmarshalProto(buf []byte) error { function NewTracesRequest (line 33) | func NewTracesRequest() *TracesRequest { function DeleteTracesRequest (line 40) | func DeleteTracesRequest(orig *TracesRequest, nullable bool) { function CopyTracesRequest (line 58) | func CopyTracesRequest(dest, src *TracesRequest) *TracesRequest { function CopyTracesRequestSlice (line 80) | func CopyTracesRequestSlice(dest, src []TracesRequest) []TracesRequest { function CopyTracesRequestPtrSlice (line 98) | func CopyTracesRequestPtrSlice(dest, src []*TracesRequest) []*TracesRequ... function GenTestTracesRequest (line 277) | func GenTestTracesRequest() *TracesRequest { function GenTestTracesRequestPtrSlice (line 285) | func GenTestTracesRequestPtrSlice() []*TracesRequest { function GenTestTracesRequestSlice (line 295) | func GenTestTracesRequestSlice() []TracesRequest { FILE: pdata/internal/generated_proto_tracesrequest_test.go function TestCopyTracesRequest (line 23) | func TestCopyTracesRequest(t *testing.T) { function TestCopyTracesRequestSlice (line 43) | func TestCopyTracesRequestSlice(t *testing.T) { function TestCopyTracesRequestPtrSlice (line 68) | func TestCopyTracesRequestPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONTracesRequestUnknown (line 93) | func TestMarshalAndUnmarshalJSONTracesRequestUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONTracesRequest (line 102) | func TestMarshalAndUnmarshalJSONTracesRequest(t *testing.T) { function TestMarshalAndUnmarshalProtoTracesRequestFailing (line 130) | func TestMarshalAndUnmarshalProtoTracesRequestFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoTracesRequestUnknown (line 139) | func TestMarshalAndUnmarshalProtoTracesRequestUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoTracesRequest (line 146) | func TestMarshalAndUnmarshalProtoTracesRequest(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufTracesRequest (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufTracesRequest(t *testing.T) { function genTestFailingUnmarshalProtoValuesTracesRequest (line 190) | func genTestFailingUnmarshalProtoValuesTracesRequest() map[string][]byte { function genTestEncodingValuesTracesRequest (line 202) | func genTestEncodingValuesTracesRequest() map[string]*TracesRequest { FILE: pdata/internal/generated_proto_udpaddr.go type UDPAddr (line 18) | type UDPAddr struct method Reset (line 123) | func (orig *UDPAddr) Reset() { method MarshalJSON (line 128) | func (orig *UDPAddr) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 147) | func (orig *UDPAddr) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 162) | func (orig *UDPAddr) SizeProto() int { method MarshalProto (line 182) | func (orig *UDPAddr) MarshalProto(buf []byte) int { method UnmarshalProto (line 210) | func (orig *UDPAddr) UnmarshalProto(buf []byte) error { function NewUDPAddr (line 32) | func NewUDPAddr() *UDPAddr { function DeleteUDPAddr (line 39) | func DeleteUDPAddr(orig *UDPAddr, nullable bool) { function CopyUDPAddr (line 55) | func CopyUDPAddr(dest, src *UDPAddr) *UDPAddr { function CopyUDPAddrSlice (line 75) | func CopyUDPAddrSlice(dest, src []UDPAddr) []UDPAddr { function CopyUDPAddrPtrSlice (line 93) | func CopyUDPAddrPtrSlice(dest, src []*UDPAddr) []*UDPAddr { function GenTestUDPAddr (line 272) | func GenTestUDPAddr() *UDPAddr { function GenTestUDPAddrPtrSlice (line 280) | func GenTestUDPAddrPtrSlice() []*UDPAddr { function GenTestUDPAddrSlice (line 290) | func GenTestUDPAddrSlice() []UDPAddr { FILE: pdata/internal/generated_proto_udpaddr_test.go function TestCopyUDPAddr (line 23) | func TestCopyUDPAddr(t *testing.T) { function TestCopyUDPAddrSlice (line 43) | func TestCopyUDPAddrSlice(t *testing.T) { function TestCopyUDPAddrPtrSlice (line 68) | func TestCopyUDPAddrPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONUDPAddrUnknown (line 93) | func TestMarshalAndUnmarshalJSONUDPAddrUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONUDPAddr (line 102) | func TestMarshalAndUnmarshalJSONUDPAddr(t *testing.T) { function TestMarshalAndUnmarshalProtoUDPAddrFailing (line 130) | func TestMarshalAndUnmarshalProtoUDPAddrFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoUDPAddrUnknown (line 139) | func TestMarshalAndUnmarshalProtoUDPAddrUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoUDPAddr (line 146) | func TestMarshalAndUnmarshalProtoUDPAddr(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufUDPAddr (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufUDPAddr(t *testing.T) { function genTestFailingUnmarshalProtoValuesUDPAddr (line 190) | func genTestFailingUnmarshalProtoValuesUDPAddr() map[string][]byte { function genTestEncodingValuesUDPAddr (line 202) | func genTestEncodingValuesUDPAddr() map[string]*UDPAddr { FILE: pdata/internal/generated_proto_unixaddr.go type UnixAddr (line 18) | type UnixAddr struct method Reset (line 121) | func (orig *UnixAddr) Reset() { method MarshalJSON (line 126) | func (orig *UnixAddr) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 140) | func (orig *UnixAddr) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 153) | func (orig *UnixAddr) SizeProto() int { method MarshalProto (line 170) | func (orig *UnixAddr) MarshalProto(buf []byte) int { method UnmarshalProto (line 193) | func (orig *UnixAddr) UnmarshalProto(buf []byte) error { function NewUnixAddr (line 31) | func NewUnixAddr() *UnixAddr { function DeleteUnixAddr (line 38) | func DeleteUnixAddr(orig *UnixAddr, nullable bool) { function CopyUnixAddr (line 54) | func CopyUnixAddr(dest, src *UnixAddr) *UnixAddr { function CopyUnixAddrSlice (line 73) | func CopyUnixAddrSlice(dest, src []UnixAddr) []UnixAddr { function CopyUnixAddrPtrSlice (line 91) | func CopyUnixAddrPtrSlice(dest, src []*UnixAddr) []*UnixAddr { function GenTestUnixAddr (line 241) | func GenTestUnixAddr() *UnixAddr { function GenTestUnixAddrPtrSlice (line 248) | func GenTestUnixAddrPtrSlice() []*UnixAddr { function GenTestUnixAddrSlice (line 258) | func GenTestUnixAddrSlice() []UnixAddr { FILE: pdata/internal/generated_proto_unixaddr_test.go function TestCopyUnixAddr (line 23) | func TestCopyUnixAddr(t *testing.T) { function TestCopyUnixAddrSlice (line 43) | func TestCopyUnixAddrSlice(t *testing.T) { function TestCopyUnixAddrPtrSlice (line 68) | func TestCopyUnixAddrPtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONUnixAddrUnknown (line 93) | func TestMarshalAndUnmarshalJSONUnixAddrUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONUnixAddr (line 102) | func TestMarshalAndUnmarshalJSONUnixAddr(t *testing.T) { function TestMarshalAndUnmarshalProtoUnixAddrFailing (line 130) | func TestMarshalAndUnmarshalProtoUnixAddrFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoUnixAddrUnknown (line 139) | func TestMarshalAndUnmarshalProtoUnixAddrUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoUnixAddr (line 146) | func TestMarshalAndUnmarshalProtoUnixAddr(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufUnixAddr (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufUnixAddr(t *testing.T) { function genTestFailingUnmarshalProtoValuesUnixAddr (line 190) | func genTestFailingUnmarshalProtoValuesUnixAddr() map[string][]byte { function genTestEncodingValuesUnixAddr (line 200) | func genTestEncodingValuesUnixAddr() map[string]*UnixAddr { FILE: pdata/internal/generated_proto_valuetype.go type ValueType (line 19) | type ValueType struct method Reset (line 122) | func (orig *ValueType) Reset() { method MarshalJSON (line 127) | func (orig *ValueType) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 141) | func (orig *ValueType) UnmarshalJSON(iter *json.Iterator) { method SizeProto (line 154) | func (orig *ValueType) SizeProto() int { method MarshalProto (line 167) | func (orig *ValueType) MarshalProto(buf []byte) int { method UnmarshalProto (line 184) | func (orig *ValueType) UnmarshalProto(buf []byte) error { function NewValueType (line 32) | func NewValueType() *ValueType { function DeleteValueType (line 39) | func DeleteValueType(orig *ValueType, nullable bool) { function CopyValueType (line 55) | func CopyValueType(dest, src *ValueType) *ValueType { function CopyValueTypeSlice (line 74) | func CopyValueTypeSlice(dest, src []ValueType) []ValueType { function CopyValueTypePtrSlice (line 92) | func CopyValueTypePtrSlice(dest, src []*ValueType) []*ValueType { function GenTestValueType (line 230) | func GenTestValueType() *ValueType { function GenTestValueTypePtrSlice (line 237) | func GenTestValueTypePtrSlice() []*ValueType { function GenTestValueTypeSlice (line 247) | func GenTestValueTypeSlice() []ValueType { FILE: pdata/internal/generated_proto_valuetype_test.go function TestCopyValueType (line 23) | func TestCopyValueType(t *testing.T) { function TestCopyValueTypeSlice (line 43) | func TestCopyValueTypeSlice(t *testing.T) { function TestCopyValueTypePtrSlice (line 68) | func TestCopyValueTypePtrSlice(t *testing.T) { function TestMarshalAndUnmarshalJSONValueTypeUnknown (line 93) | func TestMarshalAndUnmarshalJSONValueTypeUnknown(t *testing.T) { function TestMarshalAndUnmarshalJSONValueType (line 102) | func TestMarshalAndUnmarshalJSONValueType(t *testing.T) { function TestMarshalAndUnmarshalProtoValueTypeFailing (line 130) | func TestMarshalAndUnmarshalProtoValueTypeFailing(t *testing.T) { function TestMarshalAndUnmarshalProtoValueTypeUnknown (line 139) | func TestMarshalAndUnmarshalProtoValueTypeUnknown(t *testing.T) { function TestMarshalAndUnmarshalProtoValueType (line 146) | func TestMarshalAndUnmarshalProtoValueType(t *testing.T) { function TestMarshalAndUnmarshalProtoViaProtobufValueType (line 170) | func TestMarshalAndUnmarshalProtoViaProtobufValueType(t *testing.T) { function genTestFailingUnmarshalProtoValuesValueType (line 190) | func genTestFailingUnmarshalProtoValuesValueType() map[string][]byte { function genTestEncodingValuesValueType (line 200) | func genTestEncodingValuesValueType() map[string]*ValueType { FILE: pdata/internal/generated_wrapper_anyvalueslice.go type SliceWrapper (line 9) | type SliceWrapper struct function GetSliceOrig (line 14) | func GetSliceOrig(ms SliceWrapper) *[]AnyValue { function GetSliceState (line 18) | func GetSliceState(ms SliceWrapper) *State { function NewSliceWrapper (line 22) | func NewSliceWrapper(orig *[]AnyValue, state *State) SliceWrapper { function GenTestSliceWrapper (line 26) | func GenTestSliceWrapper() SliceWrapper { FILE: pdata/internal/generated_wrapper_byteslice.go type ByteSliceWrapper (line 9) | type ByteSliceWrapper struct function GetByteSliceOrig (line 14) | func GetByteSliceOrig(ms ByteSliceWrapper) *[]byte { function GetByteSliceState (line 18) | func GetByteSliceState(ms ByteSliceWrapper) *State { function NewByteSliceWrapper (line 22) | func NewByteSliceWrapper(orig *[]byte, state *State) ByteSliceWrapper { function GenTestByteSliceWrapper (line 26) | func GenTestByteSliceWrapper() ByteSliceWrapper { function GenTestByteSlice (line 31) | func GenTestByteSlice() []byte { FILE: pdata/internal/generated_wrapper_entityref.go type EntityRefWrapper (line 9) | type EntityRefWrapper struct function GetEntityRefOrig (line 14) | func GetEntityRefOrig(ms EntityRefWrapper) *EntityRef { function GetEntityRefState (line 18) | func GetEntityRefState(ms EntityRefWrapper) *State { function NewEntityRefWrapper (line 22) | func NewEntityRefWrapper(orig *EntityRef, state *State) EntityRefWrapper { function GenTestEntityRefWrapper (line 26) | func GenTestEntityRefWrapper() EntityRefWrapper { FILE: pdata/internal/generated_wrapper_entityrefslice.go type EntityRefSliceWrapper (line 9) | type EntityRefSliceWrapper struct function GetEntityRefSliceOrig (line 14) | func GetEntityRefSliceOrig(ms EntityRefSliceWrapper) *[]*EntityRef { function GetEntityRefSliceState (line 18) | func GetEntityRefSliceState(ms EntityRefSliceWrapper) *State { function NewEntityRefSliceWrapper (line 22) | func NewEntityRefSliceWrapper(orig *[]*EntityRef, state *State) EntityRe... function GenTestEntityRefSliceWrapper (line 26) | func GenTestEntityRefSliceWrapper() EntityRefSliceWrapper { FILE: pdata/internal/generated_wrapper_exportlogsservicerequest.go type LogsWrapper (line 9) | type LogsWrapper struct function GetLogsOrig (line 14) | func GetLogsOrig(ms LogsWrapper) *ExportLogsServiceRequest { function GetLogsState (line 18) | func GetLogsState(ms LogsWrapper) *State { function NewLogsWrapper (line 22) | func NewLogsWrapper(orig *ExportLogsServiceRequest, state *State) LogsWr... function GenTestLogsWrapper (line 26) | func GenTestLogsWrapper() LogsWrapper { FILE: pdata/internal/generated_wrapper_exportmetricsservicerequest.go type MetricsWrapper (line 9) | type MetricsWrapper struct function GetMetricsOrig (line 14) | func GetMetricsOrig(ms MetricsWrapper) *ExportMetricsServiceRequest { function GetMetricsState (line 18) | func GetMetricsState(ms MetricsWrapper) *State { function NewMetricsWrapper (line 22) | func NewMetricsWrapper(orig *ExportMetricsServiceRequest, state *State) ... function GenTestMetricsWrapper (line 26) | func GenTestMetricsWrapper() MetricsWrapper { FILE: pdata/internal/generated_wrapper_exportprofilesservicerequest.go type ProfilesWrapper (line 9) | type ProfilesWrapper struct function GetProfilesOrig (line 14) | func GetProfilesOrig(ms ProfilesWrapper) *ExportProfilesServiceRequest { function GetProfilesState (line 18) | func GetProfilesState(ms ProfilesWrapper) *State { function NewProfilesWrapper (line 22) | func NewProfilesWrapper(orig *ExportProfilesServiceRequest, state *State... function GenTestProfilesWrapper (line 26) | func GenTestProfilesWrapper() ProfilesWrapper { FILE: pdata/internal/generated_wrapper_exporttraceservicerequest.go type TracesWrapper (line 9) | type TracesWrapper struct function GetTracesOrig (line 14) | func GetTracesOrig(ms TracesWrapper) *ExportTraceServiceRequest { function GetTracesState (line 18) | func GetTracesState(ms TracesWrapper) *State { function NewTracesWrapper (line 22) | func NewTracesWrapper(orig *ExportTraceServiceRequest, state *State) Tra... function GenTestTracesWrapper (line 26) | func GenTestTracesWrapper() TracesWrapper { FILE: pdata/internal/generated_wrapper_float64slice.go type Float64SliceWrapper (line 9) | type Float64SliceWrapper struct function GetFloat64SliceOrig (line 14) | func GetFloat64SliceOrig(ms Float64SliceWrapper) *[]float64 { function GetFloat64SliceState (line 18) | func GetFloat64SliceState(ms Float64SliceWrapper) *State { function NewFloat64SliceWrapper (line 22) | func NewFloat64SliceWrapper(orig *[]float64, state *State) Float64SliceW... function GenTestFloat64SliceWrapper (line 26) | func GenTestFloat64SliceWrapper() Float64SliceWrapper { function GenTestFloat64Slice (line 31) | func GenTestFloat64Slice() []float64 { FILE: pdata/internal/generated_wrapper_instrumentationscope.go type InstrumentationScopeWrapper (line 9) | type InstrumentationScopeWrapper struct function GetInstrumentationScopeOrig (line 14) | func GetInstrumentationScopeOrig(ms InstrumentationScopeWrapper) *Instru... function GetInstrumentationScopeState (line 18) | func GetInstrumentationScopeState(ms InstrumentationScopeWrapper) *State { function NewInstrumentationScopeWrapper (line 22) | func NewInstrumentationScopeWrapper(orig *InstrumentationScope, state *S... function GenTestInstrumentationScopeWrapper (line 26) | func GenTestInstrumentationScopeWrapper() InstrumentationScopeWrapper { FILE: pdata/internal/generated_wrapper_int32slice.go type Int32SliceWrapper (line 9) | type Int32SliceWrapper struct function GetInt32SliceOrig (line 14) | func GetInt32SliceOrig(ms Int32SliceWrapper) *[]int32 { function GetInt32SliceState (line 18) | func GetInt32SliceState(ms Int32SliceWrapper) *State { function NewInt32SliceWrapper (line 22) | func NewInt32SliceWrapper(orig *[]int32, state *State) Int32SliceWrapper { function GenTestInt32SliceWrapper (line 26) | func GenTestInt32SliceWrapper() Int32SliceWrapper { function GenTestInt32Slice (line 31) | func GenTestInt32Slice() []int32 { FILE: pdata/internal/generated_wrapper_int64slice.go type Int64SliceWrapper (line 9) | type Int64SliceWrapper struct function GetInt64SliceOrig (line 14) | func GetInt64SliceOrig(ms Int64SliceWrapper) *[]int64 { function GetInt64SliceState (line 18) | func GetInt64SliceState(ms Int64SliceWrapper) *State { function NewInt64SliceWrapper (line 22) | func NewInt64SliceWrapper(orig *[]int64, state *State) Int64SliceWrapper { function GenTestInt64SliceWrapper (line 26) | func GenTestInt64SliceWrapper() Int64SliceWrapper { function GenTestInt64Slice (line 31) | func GenTestInt64Slice() []int64 { FILE: pdata/internal/generated_wrapper_profilesdata.go type ProfilesDataWrapper (line 9) | type ProfilesDataWrapper struct function GetProfilesDataOrig (line 14) | func GetProfilesDataOrig(ms ProfilesDataWrapper) *ProfilesData { function GetProfilesDataState (line 18) | func GetProfilesDataState(ms ProfilesDataWrapper) *State { function NewProfilesDataWrapper (line 22) | func NewProfilesDataWrapper(orig *ProfilesData, state *State) ProfilesDa... function GenTestProfilesDataWrapper (line 26) | func GenTestProfilesDataWrapper() ProfilesDataWrapper { FILE: pdata/internal/generated_wrapper_resource.go type ResourceWrapper (line 9) | type ResourceWrapper struct function GetResourceOrig (line 14) | func GetResourceOrig(ms ResourceWrapper) *Resource { function GetResourceState (line 18) | func GetResourceState(ms ResourceWrapper) *State { function NewResourceWrapper (line 22) | func NewResourceWrapper(orig *Resource, state *State) ResourceWrapper { function GenTestResourceWrapper (line 26) | func GenTestResourceWrapper() ResourceWrapper { FILE: pdata/internal/generated_wrapper_stringslice.go type StringSliceWrapper (line 9) | type StringSliceWrapper struct function GetStringSliceOrig (line 14) | func GetStringSliceOrig(ms StringSliceWrapper) *[]string { function GetStringSliceState (line 18) | func GetStringSliceState(ms StringSliceWrapper) *State { function NewStringSliceWrapper (line 22) | func NewStringSliceWrapper(orig *[]string, state *State) StringSliceWrap... function GenTestStringSliceWrapper (line 26) | func GenTestStringSliceWrapper() StringSliceWrapper { function GenTestStringSlice (line 31) | func GenTestStringSlice() []string { FILE: pdata/internal/generated_wrapper_uint64slice.go type UInt64SliceWrapper (line 9) | type UInt64SliceWrapper struct function GetUInt64SliceOrig (line 14) | func GetUInt64SliceOrig(ms UInt64SliceWrapper) *[]uint64 { function GetUInt64SliceState (line 18) | func GetUInt64SliceState(ms UInt64SliceWrapper) *State { function NewUInt64SliceWrapper (line 22) | func NewUInt64SliceWrapper(orig *[]uint64, state *State) UInt64SliceWrap... function GenTestUInt64SliceWrapper (line 26) | func GenTestUInt64SliceWrapper() UInt64SliceWrapper { function GenTestUint64Slice (line 31) | func GenTestUint64Slice() []uint64 { FILE: pdata/internal/json/iterator.go function BorrowIterator (line 12) | func BorrowIterator(data []byte) *Iterator { function ReturnIterator (line 18) | func ReturnIterator(s *Iterator) { type Iterator (line 22) | type Iterator struct method ReadInt32 (line 28) | func (iter *Iterator) ReadInt32() int32 { method ReadUint32 (line 47) | func (iter *Iterator) ReadUint32() uint32 { method ReadInt64 (line 66) | func (iter *Iterator) ReadInt64() int64 { method ReadUint64 (line 85) | func (iter *Iterator) ReadUint64() uint64 { method ReadFloat32 (line 102) | func (iter *Iterator) ReadFloat32() float32 { method ReadFloat64 (line 119) | func (iter *Iterator) ReadFloat64() float64 { method ReadBool (line 137) | func (iter *Iterator) ReadBool() bool { method ReadString (line 142) | func (iter *Iterator) ReadString() string { method ReadBytes (line 147) | func (iter *Iterator) ReadBytes() []byte { method ReadStringAsSlice (line 162) | func (iter *Iterator) ReadStringAsSlice() []byte { method ReportError (line 167) | func (iter *Iterator) ReportError(operation, msg string) { method Error (line 172) | func (iter *Iterator) Error() error { method Skip (line 177) | func (iter *Iterator) Skip() { method ReadArray (line 182) | func (iter *Iterator) ReadArray() bool { method ReadObject (line 188) | func (iter *Iterator) ReadObject() string { method ReadEnumValue (line 194) | func (iter *Iterator) ReadEnumValue(valueMap map[string]int32) int32 { method ResetBytes (line 214) | func (iter *Iterator) ResetBytes(input []byte) *Iterator { FILE: pdata/internal/json/iterator_test.go function TestReadInt32 (line 14) | func TestReadInt32(t *testing.T) { function TestReadUint32 (line 67) | func TestReadUint32(t *testing.T) { function TestReadInt64 (line 120) | func TestReadInt64(t *testing.T) { function TestReadUint64 (line 173) | func TestReadUint64(t *testing.T) { function TestReadFloat32 (line 226) | func TestReadFloat32(t *testing.T) { function TestReadFloat32MaxValue (line 279) | func TestReadFloat32MaxValue(t *testing.T) { function TestReadFloat64 (line 289) | func TestReadFloat64(t *testing.T) { function TestReadFloat64MaxValue (line 357) | func TestReadFloat64MaxValue(t *testing.T) { function TestReadEnumValue (line 367) | func TestReadEnumValue(t *testing.T) { function TestReadBytes (line 430) | func TestReadBytes(t *testing.T) { FILE: pdata/internal/json/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: pdata/internal/json/stream.go function BorrowStream (line 16) | func BorrowStream(writer io.Writer) *Stream { function ReturnStream (line 23) | func ReturnStream(s *Stream) { type Stream (line 30) | type Stream struct method WriteObjectStart (line 38) | func (ots *Stream) WriteObjectStart() { method WriteObjectField (line 43) | func (ots *Stream) WriteObjectField(field string) { method WriteObjectEnd (line 52) | func (ots *Stream) WriteObjectEnd() { method WriteInt64 (line 58) | func (ots *Stream) WriteInt64(val int64) { method WriteUint64 (line 63) | func (ots *Stream) WriteUint64(val uint64) { method WriteBytes (line 68) | func (ots *Stream) WriteBytes(val []byte) { method WriteFloat64 (line 81) | func (ots *Stream) WriteFloat64(val float64) { method ReportError (line 98) | func (ots *Stream) ReportError(err error) { method Error (line 102) | func (ots *Stream) Error() error { FILE: pdata/internal/json/stream_test.go function TestNestedObject (line 14) | func TestNestedObject(t *testing.T) { function TestMarshalFloat (line 52) | func TestMarshalFloat(t *testing.T) { function TestWriteBytes (line 89) | func TestWriteBytes(t *testing.T) { FILE: pdata/internal/otelgrpc/encoding.go function DefaultBufferPool (line 28) | func DefaultBufferPool() mem.BufferPool { constant Name (line 33) | Name = "proto" function init (line 35) | func init() { type codecV2 (line 42) | type codecV2 struct method Marshal (line 52) | func (c *codecV2) Marshal(v any) (mem.BufferSlice, error) { method Unmarshal (line 64) | func (c *codecV2) Unmarshal(data mem.BufferSlice, v any) (err error) { method Name (line 75) | func (c *codecV2) Name() string { type otelEncoder (line 46) | type otelEncoder interface FILE: pdata/internal/otelgrpc/logs_service.go type LogsServiceClient (line 19) | type LogsServiceClient interface type logsServiceClient (line 23) | type logsServiceClient struct method Export (line 31) | func (c *logsServiceClient) Export(ctx context.Context, in *internal.E... function NewLogsServiceClient (line 27) | func NewLogsServiceClient(cc *grpc.ClientConn) LogsServiceClient { type LogsServiceServer (line 41) | type LogsServiceServer interface type UnimplementedLogsServiceServer (line 46) | type UnimplementedLogsServiceServer struct method Export (line 48) | func (*UnimplementedLogsServiceServer) Export(context.Context, *intern... function RegisterLogsServiceServer (line 52) | func RegisterLogsServiceServer(s *grpc.Server, srv LogsServiceServer) { function logsServiceExportHandler (line 59) | func logsServiceExportHandler(srv any, ctx context.Context, dec func(any... FILE: pdata/internal/otelgrpc/metrics_service.go type MetricsServiceClient (line 19) | type MetricsServiceClient interface type metricsServiceClient (line 23) | type metricsServiceClient struct method Export (line 31) | func (c *metricsServiceClient) Export(ctx context.Context, in *interna... function NewMetricsServiceClient (line 27) | func NewMetricsServiceClient(cc *grpc.ClientConn) MetricsServiceClient { type MetricsServiceServer (line 41) | type MetricsServiceServer interface type UnimplementedMetricsServiceServer (line 46) | type UnimplementedMetricsServiceServer struct method Export (line 48) | func (*UnimplementedMetricsServiceServer) Export(context.Context, *int... function RegisterMetricsServiceServer (line 52) | func RegisterMetricsServiceServer(s *grpc.Server, srv MetricsServiceServ... function metricsServiceExportHandler (line 59) | func metricsServiceExportHandler(srv any, ctx context.Context, dec func(... FILE: pdata/internal/otelgrpc/profiles_service.go type ProfilesServiceClient (line 19) | type ProfilesServiceClient interface type profilesServiceClient (line 23) | type profilesServiceClient struct method Export (line 31) | func (c *profilesServiceClient) Export(ctx context.Context, in *intern... function NewProfilesServiceClient (line 27) | func NewProfilesServiceClient(cc *grpc.ClientConn) ProfilesServiceClient { type ProfilesServiceServer (line 41) | type ProfilesServiceServer interface type UnimplementedProfilesServiceServer (line 46) | type UnimplementedProfilesServiceServer struct method Export (line 48) | func (*UnimplementedProfilesServiceServer) Export(context.Context, *in... function RegisterProfilesServiceServer (line 52) | func RegisterProfilesServiceServer(s *grpc.Server, srv ProfilesServiceSe... function profilesServiceExportHandler (line 59) | func profilesServiceExportHandler(srv any, ctx context.Context, dec func... FILE: pdata/internal/otelgrpc/trace_service.go type TraceServiceClient (line 19) | type TraceServiceClient interface type traceServiceClient (line 23) | type traceServiceClient struct method Export (line 31) | func (c *traceServiceClient) Export(ctx context.Context, in *internal.... function NewTraceServiceClient (line 27) | func NewTraceServiceClient(cc *grpc.ClientConn) TraceServiceClient { type TraceServiceServer (line 41) | type TraceServiceServer interface type UnimplementedTraceServiceServer (line 46) | type UnimplementedTraceServiceServer struct method Export (line 48) | func (*UnimplementedTraceServiceServer) Export(context.Context, *inter... function RegisterTraceServiceServer (line 52) | func RegisterTraceServiceServer(s *grpc.Server, srv TraceServiceServer) { function traceServiceExportHandler (line 59) | func traceServiceExportHandler(srv any, ctx context.Context, dec func(an... FILE: pdata/internal/otlp/logs.go function MigrateLogs (line 12) | func MigrateLogs(rls []*internal.ResourceLogs) { FILE: pdata/internal/otlp/logs_test.go function TestDeprecatedScopeLogs (line 14) | func TestDeprecatedScopeLogs(t *testing.T) { FILE: pdata/internal/otlp/metrics.go function MigrateMetrics (line 12) | func MigrateMetrics(rms []*internal.ResourceMetrics) { FILE: pdata/internal/otlp/metrics_test.go function TestDeprecatedScopeMetrics (line 14) | func TestDeprecatedScopeMetrics(t *testing.T) { FILE: pdata/internal/otlp/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: pdata/internal/otlp/profiles.go function MigrateProfiles (line 12) | func MigrateProfiles(_ []*internal.ResourceProfiles) {} FILE: pdata/internal/otlp/profiles_test.go function TestMigrateProfiles (line 12) | func TestMigrateProfiles(_ *testing.T) { FILE: pdata/internal/otlp/traces.go function MigrateTraces (line 12) | func MigrateTraces(rss []*internal.ResourceSpans) { FILE: pdata/internal/otlp/traces_test.go function TestDeprecatedScopeSpans (line 14) | func TestDeprecatedScopeSpans(t *testing.T) { FILE: pdata/internal/profileid.go constant profileIDSize (line 13) | profileIDSize = 16 type ProfileID (line 19) | type ProfileID method IsEmpty (line 28) | func (pid ProfileID) IsEmpty() bool { method SizeProto (line 33) | func (pid ProfileID) SizeProto() int { method MarshalProto (line 42) | func (pid ProfileID) MarshalProto(buf []byte) int { method UnmarshalProto (line 51) | func (pid *ProfileID) UnmarshalProto(buf []byte) error { method MarshalJSON (line 68) | func (pid ProfileID) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 75) | func (pid *ProfileID) UnmarshalJSON(iter *json.Iterator) { function DeleteProfileID (line 21) | func DeleteProfileID(*ProfileID, bool) {} function CopyProfileID (line 23) | func CopyProfileID(dest, src *ProfileID) { function GenTestProfileID (line 80) | func GenTestProfileID() *ProfileID { FILE: pdata/internal/profileid_test.go function TestProfileID (line 15) | func TestProfileID(t *testing.T) { function TestProfileIDMarshal (line 26) | func TestProfileIDMarshal(t *testing.T) { function TestProfileIDUnmarshal (line 39) | func TestProfileIDUnmarshal(t *testing.T) { function TestProfileIDMarshalAndUnmarshalJSON (line 56) | func TestProfileIDMarshalAndUnmarshalJSON(t *testing.T) { FILE: pdata/internal/proto/marshal.go function EncodeVarint (line 7) | func EncodeVarint(buf []byte, offset int, v uint64) int { FILE: pdata/internal/proto/size.go function Sov (line 10) | func Sov(x uint64) (n int) { function Soz (line 14) | func Soz(x uint64) (n int) { FILE: pdata/internal/proto/unmarshal.go type WireType (line 14) | type WireType constant WireTypeVarint (line 17) | WireTypeVarint WireType = 0 constant WireTypeI64 (line 18) | WireTypeI64 WireType = 1 constant WireTypeLen (line 19) | WireTypeLen WireType = 2 constant WireTypeStartGroup (line 20) | WireTypeStartGroup WireType = 3 constant WireTypeEndGroup (line 21) | WireTypeEndGroup WireType = 4 constant WireTypeI32 (line 22) | WireTypeI32 WireType = 5 function ConsumeUnknown (line 32) | func ConsumeUnknown(buf []byte, pos int, wireType WireType) (int, error) { function ConsumeI64 (line 76) | func ConsumeI64(buf []byte, pos int) (uint64, int, error) { function ConsumeLen (line 85) | func ConsumeLen(buf []byte, pos int) (int, int, error) { function ConsumeI32 (line 104) | func ConsumeI32(buf []byte, pos int) (uint32, int, error) { function ConsumeTag (line 113) | func ConsumeTag(buf []byte, pos int) (int32, WireType, int, error) { function ConsumeVarint (line 127) | func ConsumeVarint(buf []byte, pos int) (uint64, int, error) { FILE: pdata/internal/spanid.go constant spanIDSize (line 13) | spanIDSize = 8 type SpanID (line 19) | type SpanID method IsEmpty (line 28) | func (sid SpanID) IsEmpty() bool { method SizeProto (line 33) | func (sid SpanID) SizeProto() int { method MarshalProto (line 41) | func (sid SpanID) MarshalProto(buf []byte) int { method UnmarshalProto (line 50) | func (sid *SpanID) UnmarshalProto(data []byte) error { method MarshalJSON (line 67) | func (sid SpanID) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 74) | func (sid *SpanID) UnmarshalJSON(iter *json.Iterator) { function DeleteSpanID (line 21) | func DeleteSpanID(*SpanID, bool) {} function CopySpanID (line 23) | func CopySpanID(dest, src *SpanID) { function GenTestSpanID (line 79) | func GenTestSpanID() *SpanID { FILE: pdata/internal/spanid_test.go function TestSpanID (line 15) | func TestSpanID(t *testing.T) { function TestSpanIDMarshal (line 26) | func TestSpanIDMarshal(t *testing.T) { function TestSpanIDUnmarshal (line 39) | func TestSpanIDUnmarshal(t *testing.T) { function TestSpanIDMarshalAndUnmarshalJSON (line 59) | func TestSpanIDMarshalAndUnmarshalJSON(t *testing.T) { FILE: pdata/internal/state.go type State (line 10) | type State struct method MarkReadOnly (line 29) | func (st *State) MarkReadOnly() { method IsReadOnly (line 33) | func (st *State) IsReadOnly() bool { method AssertMutable (line 38) | func (st *State) AssertMutable() { method MarkPipelineOwned (line 46) | func (st *State) MarkPipelineOwned() bool { method Ref (line 55) | func (st *State) Ref() { method Unref (line 61) | func (st *State) Unref() bool { constant defaultState (line 16) | defaultState uint32 = 0 constant stateReadOnlyBit (line 17) | stateReadOnlyBit = uint32(1 << 0) constant statePipelineOwnedBit (line 18) | statePipelineOwnedBit = uint32(1 << 1) function NewState (line 21) | func NewState() *State { FILE: pdata/internal/state_test.go function TestAssertMutable (line 14) | func TestAssertMutable(t *testing.T) { function BenchmarkAssertMutable (line 23) | func BenchmarkAssertMutable(b *testing.B) { FILE: pdata/internal/traceid.go constant traceIDSize (line 13) | traceIDSize = 16 type TraceID (line 19) | type TraceID method IsEmpty (line 28) | func (tid TraceID) IsEmpty() bool { method SizeProto (line 33) | func (tid TraceID) SizeProto() int { method MarshalProto (line 42) | func (tid TraceID) MarshalProto(buf []byte) int { method UnmarshalProto (line 51) | func (tid *TraceID) UnmarshalProto(buf []byte) error { method MarshalJSON (line 68) | func (tid TraceID) MarshalJSON(dest *json.Stream) { method UnmarshalJSON (line 75) | func (tid *TraceID) UnmarshalJSON(iter *json.Iterator) { function DeleteTraceID (line 21) | func DeleteTraceID(*TraceID, bool) {} function CopyTraceID (line 23) | func CopyTraceID(dest, src *TraceID) { function GenTestTraceID (line 80) | func GenTestTraceID() *TraceID { FILE: pdata/internal/traceid_test.go function TestTraceID (line 15) | func TestTraceID(t *testing.T) { function TestTraceIDMarshal (line 26) | func TestTraceIDMarshal(t *testing.T) { function TestTraceIDUnmarshal (line 39) | func TestTraceIDUnmarshal(t *testing.T) { function TestTraceIDMarshalAndUnmarshalJSON (line 56) | func TestTraceIDMarshalAndUnmarshalJSON(t *testing.T) { FILE: pdata/internal/unpacked_unmarshal_test.go function appendTag (line 22) | func appendTag(buf []byte, fieldNo byte, wireType proto.WireType) []byte { function appendVarint (line 26) | func appendVarint(buf []byte, v uint64) []byte { function TestUnmarshalUnpackedHistogramDataPoint (line 35) | func TestUnmarshalUnpackedHistogramDataPoint(t *testing.T) { function TestUnmarshalUnpackedExponentialHistogramDataPoint_Buckets (line 51) | func TestUnmarshalUnpackedExponentialHistogramDataPoint_Buckets(t *testi... FILE: pdata/internal/wrapper_logs.go function LogsToProto (line 7) | func LogsToProto(l LogsWrapper) LogsData { function LogsFromProto (line 15) | func LogsFromProto(orig LogsData) LogsWrapper { FILE: pdata/internal/wrapper_map.go type MapWrapper (line 6) | type MapWrapper struct function GetMapOrig (line 11) | func GetMapOrig(ms MapWrapper) *[]KeyValue { function GetMapState (line 15) | func GetMapState(ms MapWrapper) *State { function NewMapWrapper (line 19) | func NewMapWrapper(orig *[]KeyValue, state *State) MapWrapper { function GenTestMapWrapper (line 23) | func GenTestMapWrapper() MapWrapper { FILE: pdata/internal/wrapper_metrics.go function MetricsToProto (line 7) | func MetricsToProto(l MetricsWrapper) MetricsData { function MetricsFromProto (line 15) | func MetricsFromProto(orig MetricsData) MetricsWrapper { FILE: pdata/internal/wrapper_profiles.go function ProfilesToProto (line 7) | func ProfilesToProto(l ProfilesWrapper) ProfilesData { function ProfilesFromProto (line 16) | func ProfilesFromProto(orig ProfilesData) ProfilesWrapper { FILE: pdata/internal/wrapper_traces.go function TracesToProto (line 7) | func TracesToProto(l TracesWrapper) TracesData { function TracesFromProto (line 15) | func TracesFromProto(orig TracesData) TracesWrapper { FILE: pdata/internal/wrapper_tracestate.go type TraceStateWrapper (line 6) | type TraceStateWrapper struct function GetTraceStateOrig (line 11) | func GetTraceStateOrig(ms TraceStateWrapper) *string { function GetTraceStateState (line 15) | func GetTraceStateState(ms TraceStateWrapper) *State { function NewTraceStateWrapper (line 19) | func NewTraceStateWrapper(orig *string, state *State) TraceStateWrapper { function GenTestTraceStateWrapper (line 23) | func GenTestTraceStateWrapper() TraceStateWrapper { function GenTestTraceState (line 27) | func GenTestTraceState() *string { FILE: pdata/internal/wrapper_value.go type ValueWrapper (line 8) | type ValueWrapper struct function GetValueOrig (line 13) | func GetValueOrig(ms ValueWrapper) *AnyValue { function GetValueState (line 17) | func GetValueState(ms ValueWrapper) *State { function NewValueWrapper (line 21) | func NewValueWrapper(orig *AnyValue, state *State) ValueWrapper { function GenTestValueWrapper (line 25) | func GenTestValueWrapper() ValueWrapper { function NewAnyValueStringValue (line 30) | func NewAnyValueStringValue() *AnyValue_StringValue { function NewAnyValueIntValue (line 37) | func NewAnyValueIntValue() *AnyValue_IntValue { function NewAnyValueBoolValue (line 44) | func NewAnyValueBoolValue() *AnyValue_BoolValue { function NewAnyValueDoubleValue (line 51) | func NewAnyValueDoubleValue() *AnyValue_DoubleValue { function NewAnyValueBytesValue (line 58) | func NewAnyValueBytesValue() *AnyValue_BytesValue { function NewAnyValueArrayValue (line 65) | func NewAnyValueArrayValue() *AnyValue_ArrayValue { function NewAnyValueKvlistValue (line 72) | func NewAnyValueKvlistValue() *AnyValue_KvlistValue { FILE: pdata/internal/wrapper_value_test.go function TestAnyValueBytes (line 14) | func TestAnyValueBytes(t *testing.T) { FILE: pdata/pcommon/generated_byteslice.go type ByteSlice (line 21) | type ByteSlice method getOrig (line 23) | func (ms ByteSlice) getOrig() *[]byte { method getState (line 27) | func (ms ByteSlice) getState() *internal.State { method AsRaw (line 38) | func (ms ByteSlice) AsRaw() []byte { method FromRaw (line 43) | func (ms ByteSlice) FromRaw(val []byte) { method Len (line 50) | func (ms ByteSlice) Len() int { method At (line 56) | func (ms ByteSlice) At(i int) byte { method All (line 61) | func (ms ByteSlice) All() iter.Seq2[int, byte] { method SetAt (line 73) | func (ms ByteSlice) SetAt(i int, val byte) { method EnsureCapacity (line 84) | func (ms ByteSlice) EnsureCapacity(newCap int) { method Append (line 98) | func (ms ByteSlice) Append(elms ...byte) { method MoveTo (line 105) | func (ms ByteSlice) MoveTo(dest ByteSlice) { method MoveAndAppendTo (line 118) | func (ms ByteSlice) MoveAndAppendTo(dest ByteSlice) { method RemoveIf (line 132) | func (ms ByteSlice) RemoveIf(f func(byte) bool) { method CopyTo (line 153) | func (ms ByteSlice) CopyTo(dest ByteSlice) { method Equal (line 162) | func (ms ByteSlice) Equal(val ByteSlice) bool { function NewByteSlice (line 32) | func NewByteSlice() ByteSlice { function copyByteSlice (line 166) | func copyByteSlice(dst, src []byte) []byte { FILE: pdata/pcommon/generated_byteslice_test.go function TestNewByteSlice (line 18) | func TestNewByteSlice(t *testing.T) { function TestByteSliceReadOnly (line 52) | func TestByteSliceReadOnly(t *testing.T) { function TestByteSliceAppend (line 74) | func TestByteSliceAppend(t *testing.T) { function TestByteSliceEnsureCapacity (line 82) | func TestByteSliceEnsureCapacity(t *testing.T) { function TestByteSliceAll (line 90) | func TestByteSliceAll(t *testing.T) { function TestByteSliceMoveAndAppendTo (line 103) | func TestByteSliceMoveAndAppendTo(t *testing.T) { function TestByteSliceRemoveIf (line 122) | func TestByteSliceRemoveIf(t *testing.T) { function TestByteSliceRemoveIfAll (line 139) | func TestByteSliceRemoveIfAll(t *testing.T) { function TestByteSliceEqual (line 148) | func TestByteSliceEqual(t *testing.T) { function BenchmarkByteSliceEqual (line 160) | func BenchmarkByteSliceEqual(b *testing.B) { FILE: pdata/pcommon/generated_float64slice.go type Float64Slice (line 21) | type Float64Slice method getOrig (line 23) | func (ms Float64Slice) getOrig() *[]float64 { method getState (line 27) | func (ms Float64Slice) getState() *internal.State { method AsRaw (line 38) | func (ms Float64Slice) AsRaw() []float64 { method FromRaw (line 43) | func (ms Float64Slice) FromRaw(val []float64) { method Len (line 50) | func (ms Float64Slice) Len() int { method At (line 56) | func (ms Float64Slice) At(i int) float64 { method All (line 61) | func (ms Float64Slice) All() iter.Seq2[int, float64] { method SetAt (line 73) | func (ms Float64Slice) SetAt(i int, val float64) { method EnsureCapacity (line 84) | func (ms Float64Slice) EnsureCapacity(newCap int) { method Append (line 98) | func (ms Float64Slice) Append(elms ...float64) { method MoveTo (line 105) | func (ms Float64Slice) MoveTo(dest Float64Slice) { method MoveAndAppendTo (line 118) | func (ms Float64Slice) MoveAndAppendTo(dest Float64Slice) { method RemoveIf (line 132) | func (ms Float64Slice) RemoveIf(f func(float64) bool) { method CopyTo (line 153) | func (ms Float64Slice) CopyTo(dest Float64Slice) { method Equal (line 162) | func (ms Float64Slice) Equal(val Float64Slice) bool { function NewFloat64Slice (line 32) | func NewFloat64Slice() Float64Slice { function copyFloat64Slice (line 166) | func copyFloat64Slice(dst, src []float64) []float64 { FILE: pdata/pcommon/generated_float64slice_test.go function TestNewFloat64Slice (line 18) | func TestNewFloat64Slice(t *testing.T) { function TestFloat64SliceReadOnly (line 52) | func TestFloat64SliceReadOnly(t *testing.T) { function TestFloat64SliceAppend (line 74) | func TestFloat64SliceAppend(t *testing.T) { function TestFloat64SliceEnsureCapacity (line 82) | func TestFloat64SliceEnsureCapacity(t *testing.T) { function TestFloat64SliceAll (line 90) | func TestFloat64SliceAll(t *testing.T) { function TestFloat64SliceMoveAndAppendTo (line 103) | func TestFloat64SliceMoveAndAppendTo(t *testing.T) { function TestFloat64SliceRemoveIf (line 122) | func TestFloat64SliceRemoveIf(t *testing.T) { function TestFloat64SliceRemoveIfAll (line 139) | func TestFloat64SliceRemoveIfAll(t *testing.T) { function TestFloat64SliceEqual (line 148) | func TestFloat64SliceEqual(t *testing.T) { function BenchmarkFloat64SliceEqual (line 160) | func BenchmarkFloat64SliceEqual(b *testing.B) { FILE: pdata/pcommon/generated_instrumentationscope.go type InstrumentationScope (line 20) | type InstrumentationScope method MoveTo (line 36) | func (ms InstrumentationScope) MoveTo(dest InstrumentationScope) { method Name (line 48) | func (ms InstrumentationScope) Name() string { method SetName (line 53) | func (ms InstrumentationScope) SetName(v string) { method Version (line 59) | func (ms InstrumentationScope) Version() string { method SetVersion (line 64) | func (ms InstrumentationScope) SetVersion(v string) { method Attributes (line 70) | func (ms InstrumentationScope) Attributes() Map { method DroppedAttributesCount (line 75) | func (ms InstrumentationScope) DroppedAttributesCount() uint32 { method SetDroppedAttributesCount (line 80) | func (ms InstrumentationScope) SetDroppedAttributesCount(v uint32) { method CopyTo (line 86) | func (ms InstrumentationScope) CopyTo(dest InstrumentationScope) { method getOrig (line 91) | func (ms InstrumentationScope) getOrig() *internal.InstrumentationScope { method getState (line 95) | func (ms InstrumentationScope) getState() *internal.State { function newInstrumentationScope (line 22) | func newInstrumentationScope(orig *internal.InstrumentationScope, state ... function NewInstrumentationScope (line 30) | func NewInstrumentationScope() InstrumentationScope { FILE: pdata/pcommon/generated_instrumentationscope_test.go function TestInstrumentationScope_MoveTo (line 17) | func TestInstrumentationScope_MoveTo(t *testing.T) { function TestInstrumentationScope_CopyTo (line 31) | func TestInstrumentationScope_CopyTo(t *testing.T) { function TestInstrumentationScope_Name (line 44) | func TestInstrumentationScope_Name(t *testing.T) { function TestInstrumentationScope_Version (line 54) | func TestInstrumentationScope_Version(t *testing.T) { function TestInstrumentationScope_Attributes (line 66) | func TestInstrumentationScope_Attributes(t *testing.T) { function TestInstrumentationScope_DroppedAttributesCount (line 73) | func TestInstrumentationScope_DroppedAttributesCount(t *testing.T) { function generateTestInstrumentationScope (line 85) | func generateTestInstrumentationScope() InstrumentationScope { FILE: pdata/pcommon/generated_int32slice.go type Int32Slice (line 21) | type Int32Slice method getOrig (line 23) | func (ms Int32Slice) getOrig() *[]int32 { method getState (line 27) | func (ms Int32Slice) getState() *internal.State { method AsRaw (line 38) | func (ms Int32Slice) AsRaw() []int32 { method FromRaw (line 43) | func (ms Int32Slice) FromRaw(val []int32) { method Len (line 50) | func (ms Int32Slice) Len() int { method At (line 56) | func (ms Int32Slice) At(i int) int32 { method All (line 61) | func (ms Int32Slice) All() iter.Seq2[int, int32] { method SetAt (line 73) | func (ms Int32Slice) SetAt(i int, val int32) { method EnsureCapacity (line 84) | func (ms Int32Slice) EnsureCapacity(newCap int) { method Append (line 98) | func (ms Int32Slice) Append(elms ...int32) { method MoveTo (line 105) | func (ms Int32Slice) MoveTo(dest Int32Slice) { method MoveAndAppendTo (line 118) | func (ms Int32Slice) MoveAndAppendTo(dest Int32Slice) { method RemoveIf (line 132) | func (ms Int32Slice) RemoveIf(f func(int32) bool) { method CopyTo (line 153) | func (ms Int32Slice) CopyTo(dest Int32Slice) { method Equal (line 162) | func (ms Int32Slice) Equal(val Int32Slice) bool { function NewInt32Slice (line 32) | func NewInt32Slice() Int32Slice { function copyInt32Slice (line 166) | func copyInt32Slice(dst, src []int32) []int32 { FILE: pdata/pcommon/generated_int32slice_test.go function TestNewInt32Slice (line 18) | func TestNewInt32Slice(t *testing.T) { function TestInt32SliceReadOnly (line 52) | func TestInt32SliceReadOnly(t *testing.T) { function TestInt32SliceAppend (line 74) | func TestInt32SliceAppend(t *testing.T) { function TestInt32SliceEnsureCapacity (line 82) | func TestInt32SliceEnsureCapacity(t *testing.T) { function TestInt32SliceAll (line 90) | func TestInt32SliceAll(t *testing.T) { function TestInt32SliceMoveAndAppendTo (line 103) | func TestInt32SliceMoveAndAppendTo(t *testing.T) { function TestInt32SliceRemoveIf (line 122) | func TestInt32SliceRemoveIf(t *testing.T) { function TestInt32SliceRemoveIfAll (line 139) | func TestInt32SliceRemoveIfAll(t *testing.T) { function TestInt32SliceEqual (line 148) | func TestInt32SliceEqual(t *testing.T) { function BenchmarkInt32SliceEqual (line 160) | func BenchmarkInt32SliceEqual(b *testing.B) { FILE: pdata/pcommon/generated_int64slice.go type Int64Slice (line 21) | type Int64Slice method getOrig (line 23) | func (ms Int64Slice) getOrig() *[]int64 { method getState (line 27) | func (ms Int64Slice) getState() *internal.State { method AsRaw (line 38) | func (ms Int64Slice) AsRaw() []int64 { method FromRaw (line 43) | func (ms Int64Slice) FromRaw(val []int64) { method Len (line 50) | func (ms Int64Slice) Len() int { method At (line 56) | func (ms Int64Slice) At(i int) int64 { method All (line 61) | func (ms Int64Slice) All() iter.Seq2[int, int64] { method SetAt (line 73) | func (ms Int64Slice) SetAt(i int, val int64) { method EnsureCapacity (line 84) | func (ms Int64Slice) EnsureCapacity(newCap int) { method Append (line 98) | func (ms Int64Slice) Append(elms ...int64) { method MoveTo (line 105) | func (ms Int64Slice) MoveTo(dest Int64Slice) { method MoveAndAppendTo (line 118) | func (ms Int64Slice) MoveAndAppendTo(dest Int64Slice) { method RemoveIf (line 132) | func (ms Int64Slice) RemoveIf(f func(int64) bool) { method CopyTo (line 153) | func (ms Int64Slice) CopyTo(dest Int64Slice) { method Equal (line 162) | func (ms Int64Slice) Equal(val Int64Slice) bool { function NewInt64Slice (line 32) | func NewInt64Slice() Int64Slice { function copyInt64Slice (line 166) | func copyInt64Slice(dst, src []int64) []int64 { FILE: pdata/pcommon/generated_int64slice_test.go function TestNewInt64Slice (line 18) | func TestNewInt64Slice(t *testing.T) { function TestInt64SliceReadOnly (line 52) | func TestInt64SliceReadOnly(t *testing.T) { function TestInt64SliceAppend (line 74) | func TestInt64SliceAppend(t *testing.T) { function TestInt64SliceEnsureCapacity (line 82) | func TestInt64SliceEnsureCapacity(t *testing.T) { function TestInt64SliceAll (line 90) | func TestInt64SliceAll(t *testing.T) { function TestInt64SliceMoveAndAppendTo (line 103) | func TestInt64SliceMoveAndAppendTo(t *testing.T) { function TestInt64SliceRemoveIf (line 122) | func TestInt64SliceRemoveIf(t *testing.T) { function TestInt64SliceRemoveIfAll (line 139) | func TestInt64SliceRemoveIfAll(t *testing.T) { function TestInt64SliceEqual (line 148) | func TestInt64SliceEqual(t *testing.T) { function BenchmarkInt64SliceEqual (line 160) | func BenchmarkInt64SliceEqual(b *testing.B) { FILE: pdata/pcommon/generated_resource.go type Resource (line 20) | type Resource method MoveTo (line 36) | func (ms Resource) MoveTo(dest Resource) { method Attributes (line 48) | func (ms Resource) Attributes() Map { method DroppedAttributesCount (line 53) | func (ms Resource) DroppedAttributesCount() uint32 { method SetDroppedAttributesCount (line 58) | func (ms Resource) SetDroppedAttributesCount(v uint32) { method CopyTo (line 64) | func (ms Resource) CopyTo(dest Resource) { method getOrig (line 69) | func (ms Resource) getOrig() *internal.Resource { method getState (line 73) | func (ms Resource) getState() *internal.State { function newResource (line 22) | func newResource(orig *internal.Resource, state *internal.State) Resource { function NewResource (line 30) | func NewResource() Resource { FILE: pdata/pcommon/generated_resource_test.go function TestResource_MoveTo (line 17) | func TestResource_MoveTo(t *testing.T) { function TestResource_CopyTo (line 31) | func TestResource_CopyTo(t *testing.T) { function TestResource_Attributes (line 44) | func TestResource_Attributes(t *testing.T) { function TestResource_DroppedAttributesCount (line 51) | func TestResource_DroppedAttributesCount(t *testing.T) { function generateTestResource (line 61) | func generateTestResource() Resource { FILE: pdata/pcommon/generated_slice.go type Slice (line 22) | type Slice method Len (line 38) | func (es Slice) Len() int { method At (line 50) | func (es Slice) At(i int) Value { method All (line 59) | func (es Slice) All() iter.Seq2[int, Value] { method EnsureCapacity (line 81) | func (es Slice) EnsureCapacity(newCap int) { method AppendEmpty (line 95) | func (es Slice) AppendEmpty() Value { method MoveAndAppendTo (line 103) | func (es Slice) MoveAndAppendTo(dest Slice) { method RemoveIf (line 121) | func (es Slice) RemoveIf(f func(Value) bool) { method CopyTo (line 142) | func (es Slice) CopyTo(dest Slice) { method getOrig (line 150) | func (ms Slice) getOrig() *[]internal.AnyValue { method getState (line 154) | func (ms Slice) getState() *internal.State { function newSlice (line 24) | func newSlice(orig *[]internal.AnyValue, state *internal.State) Slice { function NewSlice (line 30) | func NewSlice() Slice { FILE: pdata/pcommon/generated_slice_test.go function TestSlice (line 17) | func TestSlice(t *testing.T) { function TestSliceReadOnly (line 34) | func TestSliceReadOnly(t *testing.T) { function TestSlice_CopyTo (line 48) | func TestSlice_CopyTo(t *testing.T) { function TestSlice_EnsureCapacity (line 57) | func TestSlice_EnsureCapacity(t *testing.T) { function TestSlice_MoveAndAppendTo (line 75) | func TestSlice_MoveAndAppendTo(t *testing.T) { function TestSlice_RemoveIf (line 107) | func TestSlice_RemoveIf(t *testing.T) { function TestSlice_RemoveIfAll (line 125) | func TestSlice_RemoveIfAll(t *testing.T) { function TestSliceAll (line 133) | func TestSliceAll(t *testing.T) { function generateTestSlice (line 145) | func generateTestSlice() Slice { FILE: pdata/pcommon/generated_stringslice.go type StringSlice (line 21) | type StringSlice method getOrig (line 23) | func (ms StringSlice) getOrig() *[]string { method getState (line 27) | func (ms StringSlice) getState() *internal.State { method AsRaw (line 38) | func (ms StringSlice) AsRaw() []string { method FromRaw (line 43) | func (ms StringSlice) FromRaw(val []string) { method Len (line 50) | func (ms StringSlice) Len() int { method At (line 56) | func (ms StringSlice) At(i int) string { method All (line 61) | func (ms StringSlice) All() iter.Seq2[int, string] { method SetAt (line 73) | func (ms StringSlice) SetAt(i int, val string) { method EnsureCapacity (line 84) | func (ms StringSlice) EnsureCapacity(newCap int) { method Append (line 98) | func (ms StringSlice) Append(elms ...string) { method MoveTo (line 105) | func (ms StringSlice) MoveTo(dest StringSlice) { method MoveAndAppendTo (line 118) | func (ms StringSlice) MoveAndAppendTo(dest StringSlice) { method RemoveIf (line 132) | func (ms StringSlice) RemoveIf(f func(string) bool) { method CopyTo (line 153) | func (ms StringSlice) CopyTo(dest StringSlice) { method Equal (line 162) | func (ms StringSlice) Equal(val StringSlice) bool { function NewStringSlice (line 32) | func NewStringSlice() StringSlice { function copyStringSlice (line 166) | func copyStringSlice(dst, src []string) []string { FILE: pdata/pcommon/generated_stringslice_test.go function TestNewStringSlice (line 18) | func TestNewStringSlice(t *testing.T) { function TestStringSliceReadOnly (line 52) | func TestStringSliceReadOnly(t *testing.T) { function TestStringSliceAppend (line 74) | func TestStringSliceAppend(t *testing.T) { function TestStringSliceEnsureCapacity (line 82) | func TestStringSliceEnsureCapacity(t *testing.T) { function TestStringSliceAll (line 90) | func TestStringSliceAll(t *testing.T) { function TestStringSliceMoveAndAppendTo (line 103) | func TestStringSliceMoveAndAppendTo(t *testing.T) { function TestStringSliceRemoveIf (line 122) | func TestStringSliceRemoveIf(t *testing.T) { function TestStringSliceRemoveIfAll (line 139) | func TestStringSliceRemoveIfAll(t *testing.T) { function TestStringSliceEqual (line 148) | func TestStringSliceEqual(t *testing.T) { function BenchmarkStringSliceEqual (line 160) | func BenchmarkStringSliceEqual(b *testing.B) { FILE: pdata/pcommon/generated_uint64slice.go type UInt64Slice (line 21) | type UInt64Slice method getOrig (line 23) | func (ms UInt64Slice) getOrig() *[]uint64 { method getState (line 27) | func (ms UInt64Slice) getState() *internal.State { method AsRaw (line 38) | func (ms UInt64Slice) AsRaw() []uint64 { method FromRaw (line 43) | func (ms UInt64Slice) FromRaw(val []uint64) { method Len (line 50) | func (ms UInt64Slice) Len() int { method At (line 56) | func (ms UInt64Slice) At(i int) uint64 { method All (line 61) | func (ms UInt64Slice) All() iter.Seq2[int, uint64] { method SetAt (line 73) | func (ms UInt64Slice) SetAt(i int, val uint64) { method EnsureCapacity (line 84) | func (ms UInt64Slice) EnsureCapacity(newCap int) { method Append (line 98) | func (ms UInt64Slice) Append(elms ...uint64) { method MoveTo (line 105) | func (ms UInt64Slice) MoveTo(dest UInt64Slice) { method MoveAndAppendTo (line 118) | func (ms UInt64Slice) MoveAndAppendTo(dest UInt64Slice) { method RemoveIf (line 132) | func (ms UInt64Slice) RemoveIf(f func(uint64) bool) { method CopyTo (line 153) | func (ms UInt64Slice) CopyTo(dest UInt64Slice) { method Equal (line 162) | func (ms UInt64Slice) Equal(val UInt64Slice) bool { function NewUInt64Slice (line 32) | func NewUInt64Slice() UInt64Slice { function copyUint64Slice (line 166) | func copyUint64Slice(dst, src []uint64) []uint64 { FILE: pdata/pcommon/generated_uint64slice_test.go function TestNewUInt64Slice (line 18) | func TestNewUInt64Slice(t *testing.T) { function TestUInt64SliceReadOnly (line 52) | func TestUInt64SliceReadOnly(t *testing.T) { function TestUInt64SliceAppend (line 74) | func TestUInt64SliceAppend(t *testing.T) { function TestUInt64SliceEnsureCapacity (line 82) | func TestUInt64SliceEnsureCapacity(t *testing.T) { function TestUInt64SliceAll (line 90) | func TestUInt64SliceAll(t *testing.T) { function TestUInt64SliceMoveAndAppendTo (line 103) | func TestUInt64SliceMoveAndAppendTo(t *testing.T) { function TestUInt64SliceRemoveIf (line 122) | func TestUInt64SliceRemoveIf(t *testing.T) { function TestUInt64SliceRemoveIfAll (line 139) | func TestUInt64SliceRemoveIfAll(t *testing.T) { function TestUInt64SliceEqual (line 148) | func TestUInt64SliceEqual(t *testing.T) { function BenchmarkUInt64SliceEqual (line 160) | func BenchmarkUInt64SliceEqual(b *testing.B) { FILE: pdata/pcommon/map.go type Map (line 18) | type Map method getOrig (line 26) | func (m Map) getOrig() *[]internal.KeyValue { method getState (line 30) | func (m Map) getState() *internal.State { method Clear (line 39) | func (m Map) Clear() { method EnsureCapacity (line 46) | func (m Map) EnsureCapacity(capacity int) { method Get (line 65) | func (m Map) Get(key string) (Value, bool) { method Remove (line 77) | func (m Map) Remove(key string) bool { method RemoveIf (line 91) | func (m Map) RemoveIf(f func(string, Value) bool) { method PutEmpty (line 113) | func (m Map) PutEmpty(k string) Value { method GetOrPutEmpty (line 126) | func (m Map) GetOrPutEmpty(k string) (Value, bool) { method PutStr (line 138) | func (m Map) PutStr(k, v string) { method PutInt (line 152) | func (m Map) PutInt(k string, v int64) { method PutDouble (line 166) | func (m Map) PutDouble(k string, v float64) { method PutBool (line 180) | func (m Map) PutBool(k string, v bool) { method PutEmptyBytes (line 192) | func (m Map) PutEmptyBytes(k string) ByteSlice { method PutEmptyMap (line 203) | func (m Map) PutEmptyMap(k string) Map { method PutEmptySlice (line 215) | func (m Map) PutEmptySlice(k string) Slice { method Len (line 230) | func (m Map) Len() int { method Range (line 241) | func (m Map) Range(f func(k string, v Value) bool) { method All (line 255) | func (m Map) All() iter.Seq2[string, Value] { method MoveTo (line 268) | func (m Map) MoveTo(dest Map) { method CopyTo (line 280) | func (m Map) CopyTo(dest Map) { method AsRaw (line 289) | func (m Map) AsRaw() map[string]any { method FromRaw (line 299) | func (m Map) FromRaw(rawMap map[string]any) error { method Equal (line 319) | func (m Map) Equal(val Map) bool { function NewMap (line 21) | func NewMap() Map { function newMap (line 34) | func newMap(orig *[]internal.KeyValue, state *internal.State) Map { FILE: pdata/pcommon/map_test.go function TestMap (line 16) | func TestMap(t *testing.T) { function TestMapReadOnly (line 56) | func TestMapReadOnly(t *testing.T) { function TestMapPutEmpty (line 97) | func TestMapPutEmpty(t *testing.T) { function TestMapGetOrPutEmpty (line 116) | func TestMapGetOrPutEmpty(t *testing.T) { function TestMapPutEmptyMap (line 134) | func TestMapPutEmptyMap(t *testing.T) { function TestMapPutEmptySlice (line 155) | func TestMapPutEmptySlice(t *testing.T) { function TestMapPutEmptyBytes (line 178) | func TestMapPutEmptyBytes(t *testing.T) { function TestMapWithEmpty (line 199) | func TestMapWithEmpty(t *testing.T) { function TestMapIterationNil (line 311) | func TestMapIterationNil(t *testing.T) { function TestMap_Range (line 319) | func TestMap_Range(t *testing.T) { function TestMap_All (line 346) | func TestMap_All(t *testing.T) { function TestMap_FromRaw (line 371) | func TestMap_FromRaw(t *testing.T) { function TestMap_MoveTo (line 423) | func TestMap_MoveTo(t *testing.T) { function TestMap_CopyTo (line 445) | func TestMap_CopyTo(t *testing.T) { function TestMap_CopyToAndEnsureCapacity (line 469) | func TestMap_CopyToAndEnsureCapacity(t *testing.T) { function TestMap_EnsureCapacity_Zero (line 477) | func TestMap_EnsureCapacity_Zero(t *testing.T) { function TestMap_EnsureCapacity (line 484) | func TestMap_EnsureCapacity(t *testing.T) { function TestMap_EnsureCapacity_Existing (line 497) | func TestMap_EnsureCapacity_Existing(t *testing.T) { function TestMap_Clear (line 529) | func TestMap_Clear(t *testing.T) { function TestMap_RemoveIf (line 540) | func TestMap_RemoveIf(t *testing.T) { function TestMap_RemoveIfAll (line 566) | func TestMap_RemoveIfAll(t *testing.T) { function generateTestEmptyMap (line 575) | func generateTestEmptyMap(t *testing.T) Map { function generateTestEmptySlice (line 581) | func generateTestEmptySlice(t *testing.T) Map { function generateTestStringMap (line 587) | func generateTestStringMap(t *testing.T) Map { function generateTestIntMap (line 593) | func generateTestIntMap(t *testing.T) Map { function generateTestDoubleMap (line 599) | func generateTestDoubleMap(t *testing.T) Map { function generateTestBoolMap (line 605) | func generateTestBoolMap(t *testing.T) Map { function generateTestBytesMap (line 611) | func generateTestBytesMap(t *testing.T) Map { function TestInvalidMap (line 617) | func TestInvalidMap(t *testing.T) { function TestMapEqual (line 645) | func TestMapEqual(t *testing.T) { function BenchmarkMapEqual (line 739) | func BenchmarkMapEqual(b *testing.B) { FILE: pdata/pcommon/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: pdata/pcommon/slice.go method AsRaw (line 13) | func (es Slice) AsRaw() []any { method FromRaw (line 22) | func (es Slice) FromRaw(rawSlice []any) error { method Equal (line 38) | func (es Slice) Equal(val Slice) bool { FILE: pdata/pcommon/slice_test.go function TestSlice_AsFromRaw (line 15) | func TestSlice_AsFromRaw(t *testing.T) { function TestInvalidSlice (line 25) | func TestInvalidSlice(t *testing.T) { function TestSliceEqual (line 39) | func TestSliceEqual(t *testing.T) { function BenchmarkSliceEqual (line 53) | func BenchmarkSliceEqual(b *testing.B) { FILE: pdata/pcommon/spanid.go type SpanID (line 14) | type SpanID method String (line 26) | func (ms SpanID) String() string { method IsEmpty (line 34) | func (ms SpanID) IsEmpty() bool { function NewSpanIDEmpty (line 17) | func NewSpanIDEmpty() SpanID { FILE: pdata/pcommon/spanid_test.go function TestSpanID (line 12) | func TestSpanID(t *testing.T) { function TestNewSpanIDEmpty (line 18) | func TestNewSpanIDEmpty(t *testing.T) { function TestSpanIDString (line 24) | func TestSpanIDString(t *testing.T) { function TestSpanIDImmutable (line 32) | func TestSpanIDImmutable(t *testing.T) { FILE: pdata/pcommon/timestamp.go type Timestamp (line 12) | type Timestamp method AsTime (line 20) | func (ts Timestamp) AsTime() time.Time { method String (line 25) | func (ts Timestamp) String() string { function NewTimestampFromTime (line 15) | func NewTimestampFromTime(t time.Time) Timestamp { FILE: pdata/pcommon/timestamp_test.go function TestUnixNanosConverters (line 13) | func TestUnixNanosConverters(t *testing.T) { function TestZeroTimestamp (line 23) | func TestZeroTimestamp(t *testing.T) { FILE: pdata/pcommon/trace_state.go type TraceState (line 14) | type TraceState method getOrig (line 20) | func (ms TraceState) getOrig() *string { method getState (line 24) | func (ms TraceState) getState() *internal.State { method AsRaw (line 29) | func (ms TraceState) AsRaw() string { method FromRaw (line 34) | func (ms TraceState) FromRaw(v string) { method MoveTo (line 41) | func (ms TraceState) MoveTo(dest TraceState) { method CopyTo (line 53) | func (ms TraceState) CopyTo(dest TraceState) { function NewTraceState (line 16) | func NewTraceState() TraceState { FILE: pdata/pcommon/trace_state_test.go function TestTraceState_MoveTo (line 14) | func TestTraceState_MoveTo(t *testing.T) { function TestTraceState_CopyTo (line 25) | func TestTraceState_CopyTo(t *testing.T) { function TestTraceState_FromRaw_AsRaw (line 35) | func TestTraceState_FromRaw_AsRaw(t *testing.T) { function TestInvalidTraceState (line 42) | func TestInvalidTraceState(t *testing.T) { FILE: pdata/pcommon/traceid.go type TraceID (line 15) | type TraceID method String (line 27) | func (ms TraceID) String() string { method IsEmpty (line 35) | func (ms TraceID) IsEmpty() bool { function NewTraceIDEmpty (line 18) | func NewTraceIDEmpty() TraceID { FILE: pdata/pcommon/traceid_test.go function TestTraceID (line 12) | func TestTraceID(t *testing.T) { function TestNewTraceIDEmpty (line 18) | func TestNewTraceIDEmpty(t *testing.T) { function TestTraceIDString (line 24) | func TestTraceIDString(t *testing.T) { function TestTraceIDImmutable (line 32) | func TestTraceIDImmutable(t *testing.T) { FILE: pdata/pcommon/value.go type ValueType (line 17) | type ValueType method String (line 31) | func (avt ValueType) String() string { constant ValueTypeEmpty (line 20) | ValueTypeEmpty ValueType = iota constant ValueTypeStr (line 21) | ValueTypeStr constant ValueTypeInt (line 22) | ValueTypeInt constant ValueTypeDouble (line 23) | ValueTypeDouble constant ValueTypeBool (line 24) | ValueTypeBool constant ValueTypeMap (line 25) | ValueTypeMap constant ValueTypeSlice (line 26) | ValueTypeSlice constant ValueTypeBytes (line 27) | ValueTypeBytes type Value (line 69) | type Value method getOrig (line 142) | func (v Value) getOrig() *internal.AnyValue { method getState (line 146) | func (v Value) getState() *internal.State { method FromRaw (line 152) | func (v Value) FromRaw(iv any) error { method Type (line 198) | func (v Value) Type() ValueType { method Str (line 221) | func (v Value) Str() string { method Int (line 227) | func (v Value) Int() int64 { method Double (line 233) | func (v Value) Double() float64 { method Bool (line 239) | func (v Value) Bool() bool { method Map (line 246) | func (v Value) Map() Map { method Slice (line 257) | func (v Value) Slice() Slice { method Bytes (line 268) | func (v Value) Bytes() ByteSlice { method SetStr (line 281) | func (v Value) SetStr(sv string) { method SetInt (line 293) | func (v Value) SetInt(iv int64) { method SetDouble (line 305) | func (v Value) SetDouble(dv float64) { method SetBool (line 317) | func (v Value) SetBool(bv bool) { method SetEmptyBytes (line 328) | func (v Value) SetEmptyBytes() ByteSlice { method SetEmptyMap (line 339) | func (v Value) SetEmptyMap() Map { method SetEmptySlice (line 351) | func (v Value) SetEmptySlice() Slice { method MoveTo (line 364) | func (v Value) MoveTo(dest Value) { method CopyTo (line 377) | func (v Value) CopyTo(dest Value) { method AsString (line 386) | func (v Value) AsString() string { method AsRaw (line 450) | func (v Value) AsRaw() any { method Equal (line 472) | func (v Value) Equal(c Value) bool { function NewValueEmpty (line 72) | func NewValueEmpty() Value { function NewValueStr (line 77) | func NewValueStr(v string) Value { function NewValueInt (line 86) | func NewValueInt(v int64) Value { function NewValueDouble (line 95) | func NewValueDouble(v float64) Value { function NewValueBool (line 104) | func NewValueBool(v bool) Value { function NewValueMap (line 113) | func NewValueMap() Value { function NewValueSlice (line 122) | func NewValueSlice() Value { function NewValueBytes (line 131) | func NewValueBytes() Value { function newValue (line 138) | func newValue(orig *internal.AnyValue, state *internal.State) Value { function float64AsString (line 421) | func float64AsString(f float64) string { FILE: pdata/pcommon/value_test.go function TestValue (line 18) | func TestValue(t *testing.T) { function TestValueReadOnly (line 48) | func TestValueReadOnly(t *testing.T) { function TestValueType (line 78) | func TestValueType(t *testing.T) { function TestValueMap (line 90) | func TestValueMap(t *testing.T) { function TestValueSlice (line 166) | func TestValueSlice(t *testing.T) { function TestNilOrigSetValue (line 203) | func TestNilOrigSetValue(t *testing.T) { function TestValue_MoveTo (line 233) | func TestValue_MoveTo(t *testing.T) { function TestValue_CopyTo (line 251) | func TestValue_CopyTo(t *testing.T) { function TestSliceWithNilValues (line 258) | func TestSliceWithNilValues(t *testing.T) { function TestValueAsString (line 279) | func TestValueAsString(t *testing.T) { function TestValueAsRaw (line 354) | func TestValueAsRaw(t *testing.T) { function TestNewValueFromRaw (line 412) | func TestNewValueFromRaw(t *testing.T) { function TestNewValueFromRawInvalid (line 550) | func TestNewValueFromRawInvalid(t *testing.T) { function TestInvalidValue (line 555) | func TestInvalidValue(t *testing.T) { function TestValueEqual (line 580) | func TestValueEqual(t *testing.T) { function BenchmarkValueEqual (line 738) | func BenchmarkValueEqual(b *testing.B) { function generateTestValueMap (line 822) | func generateTestValueMap() Value { function generateTestValueSlice (line 842) | func generateTestValueSlice() Value { function generateTestValueBytes (line 853) | func generateTestValueBytes() Value { FILE: pdata/plog/doc_test.go function ExampleNewLogs (line 13) | func ExampleNewLogs() { function ExampleLogRecord_SetSeverityNumber (line 47) | func ExampleLogRecord_SetSeverityNumber() { function ExampleLogRecord_Body (line 85) | func ExampleLogRecord_Body() { function ExampleLogRecord_TraceID (line 120) | func ExampleLogRecord_TraceID() { function ExampleLogRecord_ObservedTimestamp (line 147) | func ExampleLogRecord_ObservedTimestamp() { function ExampleLogRecord_EventName (line 172) | func ExampleLogRecord_EventName() { function ExampleLogRecordFlags (line 193) | func ExampleLogRecordFlags() { function ExampleSeverityNumber (line 223) | func ExampleSeverityNumber() { function ExampleLogRecord_DroppedAttributesCount (line 280) | func ExampleLogRecord_DroppedAttributesCount() { FILE: pdata/plog/encoding.go type MarshalSizer (line 7) | type MarshalSizer interface type Marshaler (line 13) | type Marshaler interface type Unmarshaler (line 20) | type Unmarshaler interface type Sizer (line 28) | type Sizer interface FILE: pdata/plog/fuzz_test.go function FuzzUnmarshalJSONLogs (line 15) | func FuzzUnmarshalJSONLogs(f *testing.F) { function FuzzUnmarshalPBLogs (line 37) | func FuzzUnmarshalPBLogs(f *testing.F) { FILE: pdata/plog/generated_logrecord.go type LogRecord (line 21) | type LogRecord struct method MoveTo (line 40) | func (ms LogRecord) MoveTo(dest LogRecord) { method Timestamp (line 52) | func (ms LogRecord) Timestamp() pcommon.Timestamp { method SetTimestamp (line 57) | func (ms LogRecord) SetTimestamp(v pcommon.Timestamp) { method ObservedTimestamp (line 63) | func (ms LogRecord) ObservedTimestamp() pcommon.Timestamp { method SetObservedTimestamp (line 68) | func (ms LogRecord) SetObservedTimestamp(v pcommon.Timestamp) { method SeverityNumber (line 74) | func (ms LogRecord) SeverityNumber() SeverityNumber { method SetSeverityNumber (line 79) | func (ms LogRecord) SetSeverityNumber(v SeverityNumber) { method SeverityText (line 85) | func (ms LogRecord) SeverityText() string { method SetSeverityText (line 90) | func (ms LogRecord) SetSeverityText(v string) { method Body (line 96) | func (ms LogRecord) Body() pcommon.Value { method Attributes (line 101) | func (ms LogRecord) Attributes() pcommon.Map { method DroppedAttributesCount (line 106) | func (ms LogRecord) DroppedAttributesCount() uint32 { method SetDroppedAttributesCount (line 111) | func (ms LogRecord) SetDroppedAttributesCount(v uint32) { method Flags (line 117) | func (ms LogRecord) Flags() LogRecordFlags { method SetFlags (line 122) | func (ms LogRecord) SetFlags(v LogRecordFlags) { method TraceID (line 128) | func (ms LogRecord) TraceID() pcommon.TraceID { method SetTraceID (line 133) | func (ms LogRecord) SetTraceID(v pcommon.TraceID) { method SpanID (line 139) | func (ms LogRecord) SpanID() pcommon.SpanID { method SetSpanID (line 144) | func (ms LogRecord) SetSpanID(v pcommon.SpanID) { method EventName (line 150) | func (ms LogRecord) EventName() string { method SetEventName (line 155) | func (ms LogRecord) SetEventName(v string) { method CopyTo (line 161) | func (ms LogRecord) CopyTo(dest LogRecord) { function newLogRecord (line 26) | func newLogRecord(orig *internal.LogRecord, state *internal.State) LogRe... function NewLogRecord (line 34) | func NewLogRecord() LogRecord { FILE: pdata/plog/generated_logrecord_test.go function TestLogRecord_MoveTo (line 18) | func TestLogRecord_MoveTo(t *testing.T) { function TestLogRecord_CopyTo (line 32) | func TestLogRecord_CopyTo(t *testing.T) { function TestLogRecord_Timestamp (line 45) | func TestLogRecord_Timestamp(t *testing.T) { function TestLogRecord_ObservedTimestamp (line 53) | func TestLogRecord_ObservedTimestamp(t *testing.T) { function TestLogRecord_SeverityNumber (line 61) | func TestLogRecord_SeverityNumber(t *testing.T) { function TestLogRecord_SeverityText (line 69) | func TestLogRecord_SeverityText(t *testing.T) { function TestLogRecord_Body (line 79) | func TestLogRecord_Body(t *testing.T) { function TestLogRecord_Attributes (line 86) | func TestLogRecord_Attributes(t *testing.T) { function TestLogRecord_DroppedAttributesCount (line 93) | func TestLogRecord_DroppedAttributesCount(t *testing.T) { function TestLogRecord_Flags (line 103) | func TestLogRecord_Flags(t *testing.T) { function TestLogRecord_TraceID (line 111) | func TestLogRecord_TraceID(t *testing.T) { function TestLogRecord_SpanID (line 119) | func TestLogRecord_SpanID(t *testing.T) { function TestLogRecord_EventName (line 127) | func TestLogRecord_EventName(t *testing.T) { function generateTestLogRecord (line 137) | func generateTestLogRecord() LogRecord { FILE: pdata/plog/generated_logrecordslice.go type LogRecordSlice (line 23) | type LogRecordSlice struct method Len (line 42) | func (es LogRecordSlice) Len() int { method At (line 54) | func (es LogRecordSlice) At(i int) LogRecord { method All (line 63) | func (es LogRecordSlice) All() iter.Seq2[int, LogRecord] { method EnsureCapacity (line 85) | func (es LogRecordSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es LogRecordSlice) AppendEmpty() LogRecord { method MoveAndAppendTo (line 107) | func (es LogRecordSlice) MoveAndAppendTo(dest LogRecordSlice) { method RemoveIf (line 125) | func (es LogRecordSlice) RemoveIf(f func(LogRecord) bool) { method CopyTo (line 149) | func (es LogRecordSlice) CopyTo(dest LogRecordSlice) { method Sort (line 160) | func (es LogRecordSlice) Sort(less func(a, b LogRecord) bool) { function newLogRecordSlice (line 28) | func newLogRecordSlice(orig *[]*internal.LogRecord, state *internal.Stat... function NewLogRecordSlice (line 34) | func NewLogRecordSlice() LogRecordSlice { FILE: pdata/plog/generated_logrecordslice_test.go function TestLogRecordSlice (line 18) | func TestLogRecordSlice(t *testing.T) { function TestLogRecordSliceReadOnly (line 35) | func TestLogRecordSliceReadOnly(t *testing.T) { function TestLogRecordSlice_CopyTo (line 49) | func TestLogRecordSlice_CopyTo(t *testing.T) { function TestLogRecordSlice_EnsureCapacity (line 58) | func TestLogRecordSlice_EnsureCapacity(t *testing.T) { function TestLogRecordSlice_MoveAndAppendTo (line 76) | func TestLogRecordSlice_MoveAndAppendTo(t *testing.T) { function TestLogRecordSlice_RemoveIf (line 108) | func TestLogRecordSlice_RemoveIf(t *testing.T) { function TestLogRecordSlice_RemoveIfAll (line 126) | func TestLogRecordSlice_RemoveIfAll(t *testing.T) { function TestLogRecordSliceAll (line 134) | func TestLogRecordSliceAll(t *testing.T) { function TestLogRecordSlice_Sort (line 146) | func TestLogRecordSlice_Sort(t *testing.T) { function generateTestLogRecordSlice (line 162) | func generateTestLogRecordSlice() LogRecordSlice { FILE: pdata/plog/generated_logs.go type Logs (line 21) | type Logs method MoveTo (line 37) | func (ms Logs) MoveTo(dest Logs) { method ResourceLogs (line 49) | func (ms Logs) ResourceLogs() ResourceLogsSlice { method CopyTo (line 54) | func (ms Logs) CopyTo(dest Logs) { method getOrig (line 59) | func (ms Logs) getOrig() *internal.ExportLogsServiceRequest { method getState (line 63) | func (ms Logs) getState() *internal.State { function newLogs (line 23) | func newLogs(orig *internal.ExportLogsServiceRequest, state *internal.St... function NewLogs (line 31) | func NewLogs() Logs { FILE: pdata/plog/generated_logs_test.go function TestLogs_MoveTo (line 17) | func TestLogs_MoveTo(t *testing.T) { function TestLogs_CopyTo (line 31) | func TestLogs_CopyTo(t *testing.T) { function TestLogs_ResourceLogs (line 44) | func TestLogs_ResourceLogs(t *testing.T) { function generateTestLogs (line 51) | func generateTestLogs() Logs { FILE: pdata/plog/generated_resourcelogs.go type ResourceLogs (line 21) | type ResourceLogs struct method MoveTo (line 40) | func (ms ResourceLogs) MoveTo(dest ResourceLogs) { method Resource (line 52) | func (ms ResourceLogs) Resource() pcommon.Resource { method ScopeLogs (line 57) | func (ms ResourceLogs) ScopeLogs() ScopeLogsSlice { method SchemaUrl (line 62) | func (ms ResourceLogs) SchemaUrl() string { method SetSchemaUrl (line 67) | func (ms ResourceLogs) SetSchemaUrl(v string) { method CopyTo (line 73) | func (ms ResourceLogs) CopyTo(dest ResourceLogs) { function newResourceLogs (line 26) | func newResourceLogs(orig *internal.ResourceLogs, state *internal.State)... function NewResourceLogs (line 34) | func NewResourceLogs() ResourceLogs { FILE: pdata/plog/generated_resourcelogs_test.go function TestResourceLogs_MoveTo (line 18) | func TestResourceLogs_MoveTo(t *testing.T) { function TestResourceLogs_CopyTo (line 32) | func TestResourceLogs_CopyTo(t *testing.T) { function TestResourceLogs_Resource (line 45) | func TestResourceLogs_Resource(t *testing.T) { function TestResourceLogs_ScopeLogs (line 52) | func TestResourceLogs_ScopeLogs(t *testing.T) { function TestResourceLogs_SchemaUrl (line 59) | func TestResourceLogs_SchemaUrl(t *testing.T) { function generateTestResourceLogs (line 69) | func generateTestResourceLogs() ResourceLogs { FILE: pdata/plog/generated_resourcelogsslice.go type ResourceLogsSlice (line 23) | type ResourceLogsSlice struct method Len (line 42) | func (es ResourceLogsSlice) Len() int { method At (line 54) | func (es ResourceLogsSlice) At(i int) ResourceLogs { method All (line 63) | func (es ResourceLogsSlice) All() iter.Seq2[int, ResourceLogs] { method EnsureCapacity (line 85) | func (es ResourceLogsSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es ResourceLogsSlice) AppendEmpty() ResourceLogs { method MoveAndAppendTo (line 107) | func (es ResourceLogsSlice) MoveAndAppendTo(dest ResourceLogsSlice) { method RemoveIf (line 125) | func (es ResourceLogsSlice) RemoveIf(f func(ResourceLogs) bool) { method CopyTo (line 149) | func (es ResourceLogsSlice) CopyTo(dest ResourceLogsSlice) { method Sort (line 160) | func (es ResourceLogsSlice) Sort(less func(a, b ResourceLogs) bool) { function newResourceLogsSlice (line 28) | func newResourceLogsSlice(orig *[]*internal.ResourceLogs, state *interna... function NewResourceLogsSlice (line 34) | func NewResourceLogsSlice() ResourceLogsSlice { FILE: pdata/plog/generated_resourcelogsslice_test.go function TestResourceLogsSlice (line 18) | func TestResourceLogsSlice(t *testing.T) { function TestResourceLogsSliceReadOnly (line 35) | func TestResourceLogsSliceReadOnly(t *testing.T) { function TestResourceLogsSlice_CopyTo (line 49) | func TestResourceLogsSlice_CopyTo(t *testing.T) { function TestResourceLogsSlice_EnsureCapacity (line 58) | func TestResourceLogsSlice_EnsureCapacity(t *testing.T) { function TestResourceLogsSlice_MoveAndAppendTo (line 76) | func TestResourceLogsSlice_MoveAndAppendTo(t *testing.T) { function TestResourceLogsSlice_RemoveIf (line 108) | func TestResourceLogsSlice_RemoveIf(t *testing.T) { function TestResourceLogsSlice_RemoveIfAll (line 126) | func TestResourceLogsSlice_RemoveIfAll(t *testing.T) { function TestResourceLogsSliceAll (line 134) | func TestResourceLogsSliceAll(t *testing.T) { function TestResourceLogsSlice_Sort (line 146) | func TestResourceLogsSlice_Sort(t *testing.T) { function generateTestResourceLogsSlice (line 162) | func generateTestResourceLogsSlice() ResourceLogsSlice { FILE: pdata/plog/generated_scopelogs.go type ScopeLogs (line 21) | type ScopeLogs struct method MoveTo (line 40) | func (ms ScopeLogs) MoveTo(dest ScopeLogs) { method Scope (line 52) | func (ms ScopeLogs) Scope() pcommon.InstrumentationScope { method LogRecords (line 57) | func (ms ScopeLogs) LogRecords() LogRecordSlice { method SchemaUrl (line 62) | func (ms ScopeLogs) SchemaUrl() string { method SetSchemaUrl (line 67) | func (ms ScopeLogs) SetSchemaUrl(v string) { method CopyTo (line 73) | func (ms ScopeLogs) CopyTo(dest ScopeLogs) { function newScopeLogs (line 26) | func newScopeLogs(orig *internal.ScopeLogs, state *internal.State) Scope... function NewScopeLogs (line 34) | func NewScopeLogs() ScopeLogs { FILE: pdata/plog/generated_scopelogs_test.go function TestScopeLogs_MoveTo (line 18) | func TestScopeLogs_MoveTo(t *testing.T) { function TestScopeLogs_CopyTo (line 32) | func TestScopeLogs_CopyTo(t *testing.T) { function TestScopeLogs_Scope (line 45) | func TestScopeLogs_Scope(t *testing.T) { function TestScopeLogs_LogRecords (line 52) | func TestScopeLogs_LogRecords(t *testing.T) { function TestScopeLogs_SchemaUrl (line 59) | func TestScopeLogs_SchemaUrl(t *testing.T) { function generateTestScopeLogs (line 69) | func generateTestScopeLogs() ScopeLogs { FILE: pdata/plog/generated_scopelogsslice.go type ScopeLogsSlice (line 23) | type ScopeLogsSlice struct method Len (line 42) | func (es ScopeLogsSlice) Len() int { method At (line 54) | func (es ScopeLogsSlice) At(i int) ScopeLogs { method All (line 63) | func (es ScopeLogsSlice) All() iter.Seq2[int, ScopeLogs] { method EnsureCapacity (line 85) | func (es ScopeLogsSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es ScopeLogsSlice) AppendEmpty() ScopeLogs { method MoveAndAppendTo (line 107) | func (es ScopeLogsSlice) MoveAndAppendTo(dest ScopeLogsSlice) { method RemoveIf (line 125) | func (es ScopeLogsSlice) RemoveIf(f func(ScopeLogs) bool) { method CopyTo (line 149) | func (es ScopeLogsSlice) CopyTo(dest ScopeLogsSlice) { method Sort (line 160) | func (es ScopeLogsSlice) Sort(less func(a, b ScopeLogs) bool) { function newScopeLogsSlice (line 28) | func newScopeLogsSlice(orig *[]*internal.ScopeLogs, state *internal.Stat... function NewScopeLogsSlice (line 34) | func NewScopeLogsSlice() ScopeLogsSlice { FILE: pdata/plog/generated_scopelogsslice_test.go function TestScopeLogsSlice (line 18) | func TestScopeLogsSlice(t *testing.T) { function TestScopeLogsSliceReadOnly (line 35) | func TestScopeLogsSliceReadOnly(t *testing.T) { function TestScopeLogsSlice_CopyTo (line 49) | func TestScopeLogsSlice_CopyTo(t *testing.T) { function TestScopeLogsSlice_EnsureCapacity (line 58) | func TestScopeLogsSlice_EnsureCapacity(t *testing.T) { function TestScopeLogsSlice_MoveAndAppendTo (line 76) | func TestScopeLogsSlice_MoveAndAppendTo(t *testing.T) { function TestScopeLogsSlice_RemoveIf (line 108) | func TestScopeLogsSlice_RemoveIf(t *testing.T) { function TestScopeLogsSlice_RemoveIfAll (line 126) | func TestScopeLogsSlice_RemoveIfAll(t *testing.T) { function TestScopeLogsSliceAll (line 134) | func TestScopeLogsSliceAll(t *testing.T) { function TestScopeLogsSlice_Sort (line 146) | func TestScopeLogsSlice_Sort(t *testing.T) { function generateTestScopeLogsSlice (line 162) | func generateTestScopeLogsSlice() ScopeLogsSlice { FILE: pdata/plog/json.go type JSONMarshaler (line 14) | type JSONMarshaler struct method MarshalLogs (line 17) | func (*JSONMarshaler) MarshalLogs(ld Logs) ([]byte, error) { type JSONUnmarshaler (line 30) | type JSONUnmarshaler struct method UnmarshalLogs (line 33) | func (*JSONUnmarshaler) UnmarshalLogs(buf []byte) (Logs, error) { FILE: pdata/plog/log_record_flags.go constant isSampledMask (line 6) | isSampledMask = uint32(1) type LogRecordFlags (line 12) | type LogRecordFlags method IsSampled (line 15) | func (ms LogRecordFlags) IsSampled() bool { method WithIsSampled (line 20) | func (ms LogRecordFlags) WithIsSampled(b bool) LogRecordFlags { FILE: pdata/plog/log_record_flags_test.go function TestLogRecordFlags (line 12) | func TestLogRecordFlags(t *testing.T) { function TestDefaultLogRecordFlags (line 26) | func TestDefaultLogRecordFlags(t *testing.T) { FILE: pdata/plog/logs.go method MarkReadOnly (line 7) | func (ms Logs) MarkReadOnly() { method IsReadOnly (line 12) | func (ms Logs) IsReadOnly() bool { method LogRecordCount (line 17) | func (ms Logs) LogRecordCount() int { FILE: pdata/plog/logs_test.go function TestLogRecordCount (line 17) | func TestLogRecordCount(t *testing.T) { function TestLogRecordCountWithEmpty (line 41) | func TestLogRecordCountWithEmpty(t *testing.T) { function TestReadOnlyLogsInvalidUsage (line 66) | func TestReadOnlyLogsInvalidUsage(t *testing.T) { function BenchmarkLogsUsage (line 76) | func BenchmarkLogsUsage(b *testing.B) { function BenchmarkLogsMarshalJSON (line 121) | func BenchmarkLogsMarshalJSON(b *testing.B) { FILE: pdata/plog/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: pdata/plog/pb.go type ProtoMarshaler (line 8) | type ProtoMarshaler struct method MarshalLogs (line 10) | func (e *ProtoMarshaler) MarshalLogs(ld Logs) ([]byte, error) { method LogsSize (line 17) | func (e *ProtoMarshaler) LogsSize(ld Logs) int { method ResourceLogsSize (line 21) | func (e *ProtoMarshaler) ResourceLogsSize(ld ResourceLogs) int { method ScopeLogsSize (line 25) | func (e *ProtoMarshaler) ScopeLogsSize(ld ScopeLogs) int { method LogRecordSize (line 29) | func (e *ProtoMarshaler) LogRecordSize(ld LogRecord) int { type ProtoUnmarshaler (line 35) | type ProtoUnmarshaler struct method UnmarshalLogs (line 37) | func (d *ProtoUnmarshaler) UnmarshalLogs(buf []byte) (Logs, error) { FILE: pdata/plog/pb_test.go function TestLogsProtoWireCompatibility (line 18) | func TestLogsProtoWireCompatibility(t *testing.T) { function TestProtoLogsUnmarshalerError (line 53) | func TestProtoLogsUnmarshalerError(t *testing.T) { function TestProtoSizer (line 59) | func TestProtoSizer(t *testing.T) { function TestProtoSizerEmptyLogs (line 71) | func TestProtoSizerEmptyLogs(t *testing.T) { function BenchmarkLogsToProto2k (line 76) | func BenchmarkLogsToProto2k(b *testing.B) { function BenchmarkLogsFromProto2k (line 87) | func BenchmarkLogsFromProto2k(b *testing.B) { function generateBenchmarkLogs (line 103) | func generateBenchmarkLogs(logsCount int) Logs { FILE: pdata/plog/plogotlp/fuzz_test.go function FuzzRequestUnmarshalJSON (line 15) | func FuzzRequestUnmarshalJSON(f *testing.F) { function FuzzResponseUnmarshalJSON (line 34) | func FuzzResponseUnmarshalJSON(f *testing.F) { function FuzzRequestUnmarshalProto (line 53) | func FuzzRequestUnmarshalProto(f *testing.F) { function FuzzResponseUnmarshalProto (line 71) | func FuzzResponseUnmarshalProto(f *testing.F) { FILE: pdata/plog/plogotlp/generated_exportpartialsuccess.go type ExportPartialSuccess (line 20) | type ExportPartialSuccess struct method MoveTo (line 39) | func (ms ExportPartialSuccess) MoveTo(dest ExportPartialSuccess) { method RejectedLogRecords (line 51) | func (ms ExportPartialSuccess) RejectedLogRecords() int64 { method SetRejectedLogRecords (line 56) | func (ms ExportPartialSuccess) SetRejectedLogRecords(v int64) { method ErrorMessage (line 62) | func (ms ExportPartialSuccess) ErrorMessage() string { method SetErrorMessage (line 67) | func (ms ExportPartialSuccess) SetErrorMessage(v string) { method CopyTo (line 73) | func (ms ExportPartialSuccess) CopyTo(dest ExportPartialSuccess) { function newExportPartialSuccess (line 25) | func newExportPartialSuccess(orig *internal.ExportLogsPartialSuccess, st... function NewExportPartialSuccess (line 33) | func NewExportPartialSuccess() ExportPartialSuccess { FILE: pdata/plog/plogotlp/generated_exportpartialsuccess_test.go function TestExportPartialSuccess_MoveTo (line 17) | func TestExportPartialSuccess_MoveTo(t *testing.T) { function TestExportPartialSuccess_CopyTo (line 31) | func TestExportPartialSuccess_CopyTo(t *testing.T) { function TestExportPartialSuccess_RejectedLogRecords (line 44) | func TestExportPartialSuccess_RejectedLogRecords(t *testing.T) { function TestExportPartialSuccess_ErrorMessage (line 56) | func TestExportPartialSuccess_ErrorMessage(t *testing.T) { function generateTestExportPartialSuccess (line 68) | func generateTestExportPartialSuccess() ExportPartialSuccess { FILE: pdata/plog/plogotlp/generated_exportresponse.go type ExportResponse (line 20) | type ExportResponse struct method MoveTo (line 39) | func (ms ExportResponse) MoveTo(dest ExportResponse) { method PartialSuccess (line 51) | func (ms ExportResponse) PartialSuccess() ExportPartialSuccess { method CopyTo (line 56) | func (ms ExportResponse) CopyTo(dest ExportResponse) { function newExportResponse (line 25) | func newExportResponse(orig *internal.ExportLogsServiceResponse, state *... function NewExportResponse (line 33) | func NewExportResponse() ExportResponse { FILE: pdata/plog/plogotlp/generated_exportresponse_test.go function TestExportResponse_MoveTo (line 17) | func TestExportResponse_MoveTo(t *testing.T) { function TestExportResponse_CopyTo (line 31) | func TestExportResponse_CopyTo(t *testing.T) { function TestExportResponse_PartialSuccess (line 44) | func TestExportResponse_PartialSuccess(t *testing.T) { function generateTestExportResponse (line 51) | func generateTestExportResponse() ExportResponse { FILE: pdata/plog/plogotlp/grpc.go type GRPCClient (line 21) | type GRPCClient interface function NewGRPCClient (line 33) | func NewGRPCClient(cc *grpc.ClientConn) GRPCClient { type grpcClient (line 37) | type grpcClient struct method Export (line 41) | func (c *grpcClient) Export(ctx context.Context, request ExportRequest... method unexported (line 49) | func (c *grpcClient) unexported() {} type GRPCServer (line 53) | type GRPCServer interface type UnimplementedGRPCServer (line 67) | type UnimplementedGRPCServer struct method Export (line 69) | func (*UnimplementedGRPCServer) Export(context.Context, ExportRequest)... method unexported (line 73) | func (*UnimplementedGRPCServer) unexported() {} function RegisterGRPCServer (line 76) | func RegisterGRPCServer(s *grpc.Server, srv GRPCServer) { type rawLogsServer (line 80) | type rawLogsServer struct method Export (line 84) | func (s rawLogsServer) Export(ctx context.Context, request *internal.E... FILE: pdata/plog/plogotlp/grpc_test.go function TestGrpc (line 25) | func TestGrpc(t *testing.T) { function TestGrpcError (line 56) | func TestGrpcError(t *testing.T) { type fakeLogsServer (line 89) | type fakeLogsServer struct method Export (line 95) | func (f fakeLogsServer) Export(_ context.Context, request ExportReques... function generateLogsRequest (line 100) | func generateLogsRequest() ExportRequest { FILE: pdata/plog/plogotlp/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: pdata/plog/plogotlp/request.go type ExportRequest (line 17) | type ExportRequest struct method MarshalProto (line 41) | func (ms ExportRequest) MarshalProto() ([]byte, error) { method UnmarshalProto (line 49) | func (ms ExportRequest) UnmarshalProto(data []byte) error { method MarshalJSON (line 59) | func (ms ExportRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 70) | func (ms ExportRequest) UnmarshalJSON(data []byte) error { method Logs (line 77) | func (ms ExportRequest) Logs() plog.Logs { function NewExportRequest (line 23) | func NewExportRequest() ExportRequest { function NewExportRequestFromLogs (line 33) | func NewExportRequestFromLogs(ld plog.Logs) ExportRequest { FILE: pdata/plog/plogotlp/request_test.go function TestRequestToPData (line 47) | func TestRequestToPData(t *testing.T) { function TestRequestJSON (line 54) | func TestRequestJSON(t *testing.T) { function TestLogsProtoWireCompatibility (line 64) | func TestLogsProtoWireCompatibility(t *testing.T) { FILE: pdata/plog/plogotlp/response.go method MarshalProto (line 13) | func (ms ExportResponse) MarshalProto() ([]byte, error) { method UnmarshalProto (line 21) | func (ms ExportResponse) UnmarshalProto(data []byte) error { method MarshalJSON (line 26) | func (ms ExportResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 34) | func (ms ExportResponse) UnmarshalJSON(data []byte) error { FILE: pdata/plog/plogotlp/response_test.go function TestExportResponseJSON (line 19) | func TestExportResponseJSON(t *testing.T) { function TestUnmarshalJSONExportResponse (line 32) | func TestUnmarshalJSONExportResponse(t *testing.T) { FILE: pdata/plog/severity_number.go type SeverityNumber (line 11) | type SeverityNumber method String (line 42) | func (sn SeverityNumber) String() string { constant SeverityNumberUnspecified (line 14) | SeverityNumberUnspecified = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberTrace (line 15) | SeverityNumberTrace = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberTrace2 (line 16) | SeverityNumberTrace2 = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberTrace3 (line 17) | SeverityNumberTrace3 = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberTrace4 (line 18) | SeverityNumberTrace4 = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberDebug (line 19) | SeverityNumberDebug = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberDebug2 (line 20) | SeverityNumberDebug2 = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberDebug3 (line 21) | SeverityNumberDebug3 = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberDebug4 (line 22) | SeverityNumberDebug4 = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberInfo (line 23) | SeverityNumberInfo = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberInfo2 (line 24) | SeverityNumberInfo2 = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberInfo3 (line 25) | SeverityNumberInfo3 = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberInfo4 (line 26) | SeverityNumberInfo4 = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberWarn (line 27) | SeverityNumberWarn = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberWarn2 (line 28) | SeverityNumberWarn2 = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberWarn3 (line 29) | SeverityNumberWarn3 = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberWarn4 (line 30) | SeverityNumberWarn4 = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberError (line 31) | SeverityNumberError = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberError2 (line 32) | SeverityNumberError2 = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberError3 (line 33) | SeverityNumberError3 = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberError4 (line 34) | SeverityNumberError4 = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberFatal (line 35) | SeverityNumberFatal = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberFatal2 (line 36) | SeverityNumberFatal2 = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberFatal3 (line 37) | SeverityNumberFatal3 = SeverityNumber(internal.SeverityNumber_SEVER... constant SeverityNumberFatal4 (line 38) | SeverityNumberFatal4 = SeverityNumber(internal.SeverityNumber_SEVER... FILE: pdata/plog/severity_number_test.go function TestSeverityNumberString (line 12) | func TestSeverityNumberString(t *testing.T) { FILE: pdata/pmetric/aggregation_temporality.go type AggregationTemporality (line 12) | type AggregationTemporality method String (line 24) | func (at AggregationTemporality) String() string { constant AggregationTemporalityUnspecified (line 16) | AggregationTemporalityUnspecified = AggregationTemporality(internal.Aggr... constant AggregationTemporalityDelta (line 18) | AggregationTemporalityDelta = AggregationTemporality(internal.Aggregatio... constant AggregationTemporalityCumulative (line 20) | AggregationTemporalityCumulative = AggregationTemporality(internal.Aggre... FILE: pdata/pmetric/aggregation_temporality_test.go function TestAggregationTemporalityString (line 12) | func TestAggregationTemporalityString(t *testing.T) { FILE: pdata/pmetric/doc_test.go function ExampleNewMetrics (line 13) | func ExampleNewMetrics() { function ExampleMetric_SetEmptyGauge (line 52) | func ExampleMetric_SetEmptyGauge() { function ExampleMetric_SetEmptyHistogram (line 80) | func ExampleMetric_SetEmptyHistogram() { function ExampleMetric_SetEmptyExponentialHistogram (line 122) | func ExampleMetric_SetEmptyExponentialHistogram() { function ExampleMetric_SetEmptySummary (line 169) | func ExampleMetric_SetEmptySummary() { function ExampleNumberDataPoint_Exemplars (line 215) | func ExampleNumberDataPoint_Exemplars() { function ExampleDataPointFlags (line 242) | func ExampleDataPointFlags() { FILE: pdata/pmetric/encoding.go type MarshalSizer (line 7) | type MarshalSizer interface type Marshaler (line 13) | type Marshaler interface type Unmarshaler (line 20) | type Unmarshaler interface type Sizer (line 27) | type Sizer interface FILE: pdata/pmetric/exemplar_value_type.go type ExemplarValueType (line 7) | type ExemplarValueType method String (line 17) | func (nt ExemplarValueType) String() string { constant ExemplarValueTypeEmpty (line 11) | ExemplarValueTypeEmpty ExemplarValueType = iota constant ExemplarValueTypeInt (line 12) | ExemplarValueTypeInt constant ExemplarValueTypeDouble (line 13) | ExemplarValueTypeDouble FILE: pdata/pmetric/exemplar_value_type_test.go function TestExemplarValueTypeString (line 12) | func TestExemplarValueTypeString(t *testing.T) { FILE: pdata/pmetric/fuzz_test.go function FuzzUnmarshalMetrics (line 10) | func FuzzUnmarshalMetrics(f *testing.F) { FILE: pdata/pmetric/generated_exemplar.go type Exemplar (line 25) | type Exemplar struct method MoveTo (line 44) | func (ms Exemplar) MoveTo(dest Exemplar) { method FilteredAttributes (line 56) | func (ms Exemplar) FilteredAttributes() pcommon.Map { method Timestamp (line 61) | func (ms Exemplar) Timestamp() pcommon.Timestamp { method SetTimestamp (line 66) | func (ms Exemplar) SetTimestamp(v pcommon.Timestamp) { method ValueType (line 73) | func (ms Exemplar) ValueType() ExemplarValueType { method DoubleValue (line 84) | func (ms Exemplar) DoubleValue() float64 { method SetDoubleValue (line 89) | func (ms Exemplar) SetDoubleValue(v float64) { method IntValue (line 100) | func (ms Exemplar) IntValue() int64 { method SetIntValue (line 105) | func (ms Exemplar) SetIntValue(v int64) { method TraceID (line 118) | func (ms Exemplar) TraceID() pcommon.TraceID { method SetTraceID (line 123) | func (ms Exemplar) SetTraceID(v pcommon.TraceID) { method SpanID (line 129) | func (ms Exemplar) SpanID() pcommon.SpanID { method SetSpanID (line 134) | func (ms Exemplar) SetSpanID(v pcommon.SpanID) { method CopyTo (line 140) | func (ms Exemplar) CopyTo(dest Exemplar) { function newExemplar (line 30) | func newExemplar(orig *internal.Exemplar, state *internal.State) Exemplar { function NewExemplar (line 38) | func NewExemplar() Exemplar { FILE: pdata/pmetric/generated_exemplar_test.go function TestExemplar_MoveTo (line 18) | func TestExemplar_MoveTo(t *testing.T) { function TestExemplar_CopyTo (line 32) | func TestExemplar_CopyTo(t *testing.T) { function TestExemplar_FilteredAttributes (line 45) | func TestExemplar_FilteredAttributes(t *testing.T) { function TestExemplar_Timestamp (line 52) | func TestExemplar_Timestamp(t *testing.T) { function TestExemplar_ValueType (line 60) | func TestExemplar_ValueType(t *testing.T) { function TestExemplar_DoubleValue (line 65) | func TestExemplar_DoubleValue(t *testing.T) { function TestExemplar_IntValue (line 75) | func TestExemplar_IntValue(t *testing.T) { function TestExemplar_TraceID (line 86) | func TestExemplar_TraceID(t *testing.T) { function TestExemplar_SpanID (line 94) | func TestExemplar_SpanID(t *testing.T) { function generateTestExemplar (line 102) | func generateTestExemplar() Exemplar { FILE: pdata/pmetric/generated_exemplarslice.go type ExemplarSlice (line 22) | type ExemplarSlice struct method Len (line 41) | func (es ExemplarSlice) Len() int { method At (line 53) | func (es ExemplarSlice) At(i int) Exemplar { method All (line 62) | func (es ExemplarSlice) All() iter.Seq2[int, Exemplar] { method EnsureCapacity (line 84) | func (es ExemplarSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 98) | func (es ExemplarSlice) AppendEmpty() Exemplar { method MoveAndAppendTo (line 106) | func (es ExemplarSlice) MoveAndAppendTo(dest ExemplarSlice) { method RemoveIf (line 124) | func (es ExemplarSlice) RemoveIf(f func(Exemplar) bool) { method CopyTo (line 145) | func (es ExemplarSlice) CopyTo(dest ExemplarSlice) { function newExemplarSlice (line 27) | func newExemplarSlice(orig *[]internal.Exemplar, state *internal.State) ... function NewExemplarSlice (line 33) | func NewExemplarSlice() ExemplarSlice { FILE: pdata/pmetric/generated_exemplarslice_test.go function TestExemplarSlice (line 17) | func TestExemplarSlice(t *testing.T) { function TestExemplarSliceReadOnly (line 34) | func TestExemplarSliceReadOnly(t *testing.T) { function TestExemplarSlice_CopyTo (line 48) | func TestExemplarSlice_CopyTo(t *testing.T) { function TestExemplarSlice_EnsureCapacity (line 57) | func TestExemplarSlice_EnsureCapacity(t *testing.T) { function TestExemplarSlice_MoveAndAppendTo (line 75) | func TestExemplarSlice_MoveAndAppendTo(t *testing.T) { function TestExemplarSlice_RemoveIf (line 107) | func TestExemplarSlice_RemoveIf(t *testing.T) { function TestExemplarSlice_RemoveIfAll (line 125) | func TestExemplarSlice_RemoveIfAll(t *testing.T) { function TestExemplarSliceAll (line 133) | func TestExemplarSliceAll(t *testing.T) { function generateTestExemplarSlice (line 145) | func generateTestExemplarSlice() ExemplarSlice { FILE: pdata/pmetric/generated_exponentialhistogram.go type ExponentialHistogram (line 21) | type ExponentialHistogram struct method MoveTo (line 40) | func (ms ExponentialHistogram) MoveTo(dest ExponentialHistogram) { method DataPoints (line 52) | func (ms ExponentialHistogram) DataPoints() ExponentialHistogramDataPo... method AggregationTemporality (line 57) | func (ms ExponentialHistogram) AggregationTemporality() AggregationTem... method SetAggregationTemporality (line 62) | func (ms ExponentialHistogram) SetAggregationTemporality(v Aggregation... method CopyTo (line 68) | func (ms ExponentialHistogram) CopyTo(dest ExponentialHistogram) { function newExponentialHistogram (line 26) | func newExponentialHistogram(orig *internal.ExponentialHistogram, state ... function NewExponentialHistogram (line 34) | func NewExponentialHistogram() ExponentialHistogram { FILE: pdata/pmetric/generated_exponentialhistogram_test.go function TestExponentialHistogram_MoveTo (line 17) | func TestExponentialHistogram_MoveTo(t *testing.T) { function TestExponentialHistogram_CopyTo (line 31) | func TestExponentialHistogram_CopyTo(t *testing.T) { function TestExponentialHistogram_DataPoints (line 44) | func TestExponentialHistogram_DataPoints(t *testing.T) { function TestExponentialHistogram_AggregationTemporality (line 51) | func TestExponentialHistogram_AggregationTemporality(t *testing.T) { function generateTestExponentialHistogram (line 59) | func generateTestExponentialHistogram() ExponentialHistogram { FILE: pdata/pmetric/generated_exponentialhistogramdatapoint.go type ExponentialHistogramDataPoint (line 24) | type ExponentialHistogramDataPoint struct method MoveTo (line 43) | func (ms ExponentialHistogramDataPoint) MoveTo(dest ExponentialHistogr... method Attributes (line 55) | func (ms ExponentialHistogramDataPoint) Attributes() pcommon.Map { method StartTimestamp (line 60) | func (ms ExponentialHistogramDataPoint) StartTimestamp() pcommon.Times... method SetStartTimestamp (line 65) | func (ms ExponentialHistogramDataPoint) SetStartTimestamp(v pcommon.Ti... method Timestamp (line 71) | func (ms ExponentialHistogramDataPoint) Timestamp() pcommon.Timestamp { method SetTimestamp (line 76) | func (ms ExponentialHistogramDataPoint) SetTimestamp(v pcommon.Timesta... method Count (line 82) | func (ms ExponentialHistogramDataPoint) Count() uint64 { method SetCount (line 87) | func (ms ExponentialHistogramDataPoint) SetCount(v uint64) { method Sum (line 93) | func (ms ExponentialHistogramDataPoint) Sum() float64 { method HasSum (line 99) | func (ms ExponentialHistogramDataPoint) HasSum() bool { method SetSum (line 104) | func (ms ExponentialHistogramDataPoint) SetSum(v float64) { method RemoveSum (line 110) | func (ms ExponentialHistogramDataPoint) RemoveSum() { method Scale (line 116) | func (ms ExponentialHistogramDataPoint) Scale() int32 { method SetScale (line 121) | func (ms ExponentialHistogramDataPoint) SetScale(v int32) { method ZeroCount (line 127) | func (ms ExponentialHistogramDataPoint) ZeroCount() uint64 { method SetZeroCount (line 132) | func (ms ExponentialHistogramDataPoint) SetZeroCount(v uint64) { method Positive (line 138) | func (ms ExponentialHistogramDataPoint) Positive() ExponentialHistogra... method Negative (line 143) | func (ms ExponentialHistogramDataPoint) Negative() ExponentialHistogra... method Flags (line 148) | func (ms ExponentialHistogramDataPoint) Flags() DataPointFlags { method SetFlags (line 153) | func (ms ExponentialHistogramDataPoint) SetFlags(v DataPointFlags) { method Exemplars (line 159) | func (ms ExponentialHistogramDataPoint) Exemplars() ExemplarSlice { method Min (line 164) | func (ms ExponentialHistogramDataPoint) Min() float64 { method HasMin (line 170) | func (ms ExponentialHistogramDataPoint) HasMin() bool { method SetMin (line 175) | func (ms ExponentialHistogramDataPoint) SetMin(v float64) { method RemoveMin (line 181) | func (ms ExponentialHistogramDataPoint) RemoveMin() { method Max (line 187) | func (ms ExponentialHistogramDataPoint) Max() float64 { method HasMax (line 193) | func (ms ExponentialHistogramDataPoint) HasMax() bool { method SetMax (line 198) | func (ms ExponentialHistogramDataPoint) SetMax(v float64) { method RemoveMax (line 204) | func (ms ExponentialHistogramDataPoint) RemoveMax() { method ZeroThreshold (line 210) | func (ms ExponentialHistogramDataPoint) ZeroThreshold() float64 { method SetZeroThreshold (line 215) | func (ms ExponentialHistogramDataPoint) SetZeroThreshold(v float64) { method CopyTo (line 221) | func (ms ExponentialHistogramDataPoint) CopyTo(dest ExponentialHistogr... function newExponentialHistogramDataPoint (line 29) | func newExponentialHistogramDataPoint(orig *internal.ExponentialHistogra... function NewExponentialHistogramDataPoint (line 37) | func NewExponentialHistogramDataPoint() ExponentialHistogramDataPoint { FILE: pdata/pmetric/generated_exponentialhistogramdatapoint_test.go function TestExponentialHistogramDataPoint_MoveTo (line 18) | func TestExponentialHistogramDataPoint_MoveTo(t *testing.T) { function TestExponentialHistogramDataPoint_CopyTo (line 36) | func TestExponentialHistogramDataPoint_CopyTo(t *testing.T) { function TestExponentialHistogramDataPoint_Attributes (line 51) | func TestExponentialHistogramDataPoint_Attributes(t *testing.T) { function TestExponentialHistogramDataPoint_StartTimestamp (line 58) | func TestExponentialHistogramDataPoint_StartTimestamp(t *testing.T) { function TestExponentialHistogramDataPoint_Timestamp (line 66) | func TestExponentialHistogramDataPoint_Timestamp(t *testing.T) { function TestExponentialHistogramDataPoint_Count (line 74) | func TestExponentialHistogramDataPoint_Count(t *testing.T) { function TestExponentialHistogramDataPoint_Sum (line 86) | func TestExponentialHistogramDataPoint_Sum(t *testing.T) { function TestExponentialHistogramDataPoint_Scale (line 100) | func TestExponentialHistogramDataPoint_Scale(t *testing.T) { function TestExponentialHistogramDataPoint_ZeroCount (line 112) | func TestExponentialHistogramDataPoint_ZeroCount(t *testing.T) { function TestExponentialHistogramDataPoint_Positive (line 124) | func TestExponentialHistogramDataPoint_Positive(t *testing.T) { function TestExponentialHistogramDataPoint_Negative (line 131) | func TestExponentialHistogramDataPoint_Negative(t *testing.T) { function TestExponentialHistogramDataPoint_Flags (line 138) | func TestExponentialHistogramDataPoint_Flags(t *testing.T) { function TestExponentialHistogramDataPoint_Exemplars (line 146) | func TestExponentialHistogramDataPoint_Exemplars(t *testing.T) { function TestExponentialHistogramDataPoint_Min (line 153) | func TestExponentialHistogramDataPoint_Min(t *testing.T) { function TestExponentialHistogramDataPoint_Max (line 167) | func TestExponentialHistogramDataPoint_Max(t *testing.T) { function TestExponentialHistogramDataPoint_ZeroThreshold (line 181) | func TestExponentialHistogramDataPoint_ZeroThreshold(t *testing.T) { function generateTestExponentialHistogramDataPoint (line 193) | func generateTestExponentialHistogramDataPoint() ExponentialHistogramDat... FILE: pdata/pmetric/generated_exponentialhistogramdatapointbuckets.go type ExponentialHistogramDataPointBuckets (line 21) | type ExponentialHistogramDataPointBuckets struct method MoveTo (line 40) | func (ms ExponentialHistogramDataPointBuckets) MoveTo(dest Exponential... method Offset (line 52) | func (ms ExponentialHistogramDataPointBuckets) Offset() int32 { method SetOffset (line 57) | func (ms ExponentialHistogramDataPointBuckets) SetOffset(v int32) { method BucketCounts (line 63) | func (ms ExponentialHistogramDataPointBuckets) BucketCounts() pcommon.... method CopyTo (line 68) | func (ms ExponentialHistogramDataPointBuckets) CopyTo(dest Exponential... function newExponentialHistogramDataPointBuckets (line 26) | func newExponentialHistogramDataPointBuckets(orig *internal.ExponentialH... function NewExponentialHistogramDataPointBuckets (line 34) | func NewExponentialHistogramDataPointBuckets() ExponentialHistogramDataP... FILE: pdata/pmetric/generated_exponentialhistogramdatapointbuckets_test.go function TestExponentialHistogramDataPointBuckets_MoveTo (line 18) | func TestExponentialHistogramDataPointBuckets_MoveTo(t *testing.T) { function TestExponentialHistogramDataPointBuckets_CopyTo (line 36) | func TestExponentialHistogramDataPointBuckets_CopyTo(t *testing.T) { function TestExponentialHistogramDataPointBuckets_Offset (line 51) | func TestExponentialHistogramDataPointBuckets_Offset(t *testing.T) { function TestExponentialHistogramDataPointBuckets_BucketCounts (line 63) | func TestExponentialHistogramDataPointBuckets_BucketCounts(t *testing.T) { function generateTestExponentialHistogramDataPointBuckets (line 70) | func generateTestExponentialHistogramDataPointBuckets() ExponentialHisto... FILE: pdata/pmetric/generated_exponentialhistogramdatapointslice.go type ExponentialHistogramDataPointSlice (line 23) | type ExponentialHistogramDataPointSlice struct method Len (line 42) | func (es ExponentialHistogramDataPointSlice) Len() int { method At (line 54) | func (es ExponentialHistogramDataPointSlice) At(i int) ExponentialHist... method All (line 63) | func (es ExponentialHistogramDataPointSlice) All() iter.Seq2[int, Expo... method EnsureCapacity (line 85) | func (es ExponentialHistogramDataPointSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es ExponentialHistogramDataPointSlice) AppendEmpty() Exponential... method MoveAndAppendTo (line 107) | func (es ExponentialHistogramDataPointSlice) MoveAndAppendTo(dest Expo... method RemoveIf (line 125) | func (es ExponentialHistogramDataPointSlice) RemoveIf(f func(Exponenti... method CopyTo (line 149) | func (es ExponentialHistogramDataPointSlice) CopyTo(dest ExponentialHi... method Sort (line 160) | func (es ExponentialHistogramDataPointSlice) Sort(less func(a, b Expon... function newExponentialHistogramDataPointSlice (line 28) | func newExponentialHistogramDataPointSlice(orig *[]*internal.Exponential... function NewExponentialHistogramDataPointSlice (line 34) | func NewExponentialHistogramDataPointSlice() ExponentialHistogramDataPoi... FILE: pdata/pmetric/generated_exponentialhistogramdatapointslice_test.go function TestExponentialHistogramDataPointSlice (line 18) | func TestExponentialHistogramDataPointSlice(t *testing.T) { function TestExponentialHistogramDataPointSliceReadOnly (line 35) | func TestExponentialHistogramDataPointSliceReadOnly(t *testing.T) { function TestExponentialHistogramDataPointSlice_CopyTo (line 49) | func TestExponentialHistogramDataPointSlice_CopyTo(t *testing.T) { function TestExponentialHistogramDataPointSlice_EnsureCapacity (line 58) | func TestExponentialHistogramDataPointSlice_EnsureCapacity(t *testing.T) { function TestExponentialHistogramDataPointSlice_MoveAndAppendTo (line 76) | func TestExponentialHistogramDataPointSlice_MoveAndAppendTo(t *testing.T) { function TestExponentialHistogramDataPointSlice_RemoveIf (line 108) | func TestExponentialHistogramDataPointSlice_RemoveIf(t *testing.T) { function TestExponentialHistogramDataPointSlice_RemoveIfAll (line 126) | func TestExponentialHistogramDataPointSlice_RemoveIfAll(t *testing.T) { function TestExponentialHistogramDataPointSliceAll (line 134) | func TestExponentialHistogramDataPointSliceAll(t *testing.T) { function TestExponentialHistogramDataPointSlice_Sort (line 146) | func TestExponentialHistogramDataPointSlice_Sort(t *testing.T) { function generateTestExponentialHistogramDataPointSlice (line 162) | func generateTestExponentialHistogramDataPointSlice() ExponentialHistogr... FILE: pdata/pmetric/generated_gauge.go type Gauge (line 20) | type Gauge struct method MoveTo (line 39) | func (ms Gauge) MoveTo(dest Gauge) { method DataPoints (line 51) | func (ms Gauge) DataPoints() NumberDataPointSlice { method CopyTo (line 56) | func (ms Gauge) CopyTo(dest Gauge) { function newGauge (line 25) | func newGauge(orig *internal.Gauge, state *internal.State) Gauge { function NewGauge (line 33) | func NewGauge() Gauge { FILE: pdata/pmetric/generated_gauge_test.go function TestGauge_MoveTo (line 17) | func TestGauge_MoveTo(t *testing.T) { function TestGauge_CopyTo (line 31) | func TestGauge_CopyTo(t *testing.T) { function TestGauge_DataPoints (line 44) | func TestGauge_DataPoints(t *testing.T) { function generateTestGauge (line 51) | func generateTestGauge() Gauge { FILE: pdata/pmetric/generated_histogram.go type Histogram (line 20) | type Histogram struct method MoveTo (line 39) | func (ms Histogram) MoveTo(dest Histogram) { method DataPoints (line 51) | func (ms Histogram) DataPoints() HistogramDataPointSlice { method AggregationTemporality (line 56) | func (ms Histogram) AggregationTemporality() AggregationTemporality { method SetAggregationTemporality (line 61) | func (ms Histogram) SetAggregationTemporality(v AggregationTemporality) { method CopyTo (line 67) | func (ms Histogram) CopyTo(dest Histogram) { function newHistogram (line 25) | func newHistogram(orig *internal.Histogram, state *internal.State) Histo... function NewHistogram (line 33) | func NewHistogram() Histogram { FILE: pdata/pmetric/generated_histogram_test.go function TestHistogram_MoveTo (line 17) | func TestHistogram_MoveTo(t *testing.T) { function TestHistogram_CopyTo (line 31) | func TestHistogram_CopyTo(t *testing.T) { function TestHistogram_DataPoints (line 44) | func TestHistogram_DataPoints(t *testing.T) { function TestHistogram_AggregationTemporality (line 51) | func TestHistogram_AggregationTemporality(t *testing.T) { function generateTestHistogram (line 59) | func generateTestHistogram() Histogram { FILE: pdata/pmetric/generated_histogramdatapoint.go type HistogramDataPoint (line 21) | type HistogramDataPoint struct method MoveTo (line 40) | func (ms HistogramDataPoint) MoveTo(dest HistogramDataPoint) { method Attributes (line 52) | func (ms HistogramDataPoint) Attributes() pcommon.Map { method StartTimestamp (line 57) | func (ms HistogramDataPoint) StartTimestamp() pcommon.Timestamp { method SetStartTimestamp (line 62) | func (ms HistogramDataPoint) SetStartTimestamp(v pcommon.Timestamp) { method Timestamp (line 68) | func (ms HistogramDataPoint) Timestamp() pcommon.Timestamp { method SetTimestamp (line 73) | func (ms HistogramDataPoint) SetTimestamp(v pcommon.Timestamp) { method Count (line 79) | func (ms HistogramDataPoint) Count() uint64 { method SetCount (line 84) | func (ms HistogramDataPoint) SetCount(v uint64) { method Sum (line 90) | func (ms HistogramDataPoint) Sum() float64 { method HasSum (line 96) | func (ms HistogramDataPoint) HasSum() bool { method SetSum (line 101) | func (ms HistogramDataPoint) SetSum(v float64) { method RemoveSum (line 107) | func (ms HistogramDataPoint) RemoveSum() { method BucketCounts (line 113) | func (ms HistogramDataPoint) BucketCounts() pcommon.UInt64Slice { method ExplicitBounds (line 118) | func (ms HistogramDataPoint) ExplicitBounds() pcommon.Float64Slice { method Exemplars (line 123) | func (ms HistogramDataPoint) Exemplars() ExemplarSlice { method Flags (line 128) | func (ms HistogramDataPoint) Flags() DataPointFlags { method SetFlags (line 133) | func (ms HistogramDataPoint) SetFlags(v DataPointFlags) { method Min (line 139) | func (ms HistogramDataPoint) Min() float64 { method HasMin (line 145) | func (ms HistogramDataPoint) HasMin() bool { method SetMin (line 150) | func (ms HistogramDataPoint) SetMin(v float64) { method RemoveMin (line 156) | func (ms HistogramDataPoint) RemoveMin() { method Max (line 162) | func (ms HistogramDataPoint) Max() float64 { method HasMax (line 168) | func (ms HistogramDataPoint) HasMax() bool { method SetMax (line 173) | func (ms HistogramDataPoint) SetMax(v float64) { method RemoveMax (line 179) | func (ms HistogramDataPoint) RemoveMax() { method CopyTo (line 185) | func (ms HistogramDataPoint) CopyTo(dest HistogramDataPoint) { function newHistogramDataPoint (line 26) | func newHistogramDataPoint(orig *internal.HistogramDataPoint, state *int... function NewHistogramDataPoint (line 34) | func NewHistogramDataPoint() HistogramDataPoint { FILE: pdata/pmetric/generated_histogramdatapoint_test.go function TestHistogramDataPoint_MoveTo (line 18) | func TestHistogramDataPoint_MoveTo(t *testing.T) { function TestHistogramDataPoint_CopyTo (line 32) | func TestHistogramDataPoint_CopyTo(t *testing.T) { function TestHistogramDataPoint_Attributes (line 45) | func TestHistogramDataPoint_Attributes(t *testing.T) { function TestHistogramDataPoint_StartTimestamp (line 52) | func TestHistogramDataPoint_StartTimestamp(t *testing.T) { function TestHistogramDataPoint_Timestamp (line 60) | func TestHistogramDataPoint_Timestamp(t *testing.T) { function TestHistogramDataPoint_Count (line 68) | func TestHistogramDataPoint_Count(t *testing.T) { function TestHistogramDataPoint_Sum (line 78) | func TestHistogramDataPoint_Sum(t *testing.T) { function TestHistogramDataPoint_BucketCounts (line 92) | func TestHistogramDataPoint_BucketCounts(t *testing.T) { function TestHistogramDataPoint_ExplicitBounds (line 99) | func TestHistogramDataPoint_ExplicitBounds(t *testing.T) { function TestHistogramDataPoint_Exemplars (line 106) | func TestHistogramDataPoint_Exemplars(t *testing.T) { function TestHistogramDataPoint_Flags (line 113) | func TestHistogramDataPoint_Flags(t *testing.T) { function TestHistogramDataPoint_Min (line 121) | func TestHistogramDataPoint_Min(t *testing.T) { function TestHistogramDataPoint_Max (line 135) | func TestHistogramDataPoint_Max(t *testing.T) { function generateTestHistogramDataPoint (line 149) | func generateTestHistogramDataPoint() HistogramDataPoint { FILE: pdata/pmetric/generated_histogramdatapointslice.go type HistogramDataPointSlice (line 23) | type HistogramDataPointSlice struct method Len (line 42) | func (es HistogramDataPointSlice) Len() int { method At (line 54) | func (es HistogramDataPointSlice) At(i int) HistogramDataPoint { method All (line 63) | func (es HistogramDataPointSlice) All() iter.Seq2[int, HistogramDataPo... method EnsureCapacity (line 85) | func (es HistogramDataPointSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es HistogramDataPointSlice) AppendEmpty() HistogramDataPoint { method MoveAndAppendTo (line 107) | func (es HistogramDataPointSlice) MoveAndAppendTo(dest HistogramDataPo... method RemoveIf (line 125) | func (es HistogramDataPointSlice) RemoveIf(f func(HistogramDataPoint) ... method CopyTo (line 149) | func (es HistogramDataPointSlice) CopyTo(dest HistogramDataPointSlice) { method Sort (line 160) | func (es HistogramDataPointSlice) Sort(less func(a, b HistogramDataPoi... function newHistogramDataPointSlice (line 28) | func newHistogramDataPointSlice(orig *[]*internal.HistogramDataPoint, st... function NewHistogramDataPointSlice (line 34) | func NewHistogramDataPointSlice() HistogramDataPointSlice { FILE: pdata/pmetric/generated_histogramdatapointslice_test.go function TestHistogramDataPointSlice (line 18) | func TestHistogramDataPointSlice(t *testing.T) { function TestHistogramDataPointSliceReadOnly (line 35) | func TestHistogramDataPointSliceReadOnly(t *testing.T) { function TestHistogramDataPointSlice_CopyTo (line 49) | func TestHistogramDataPointSlice_CopyTo(t *testing.T) { function TestHistogramDataPointSlice_EnsureCapacity (line 58) | func TestHistogramDataPointSlice_EnsureCapacity(t *testing.T) { function TestHistogramDataPointSlice_MoveAndAppendTo (line 76) | func TestHistogramDataPointSlice_MoveAndAppendTo(t *testing.T) { function TestHistogramDataPointSlice_RemoveIf (line 108) | func TestHistogramDataPointSlice_RemoveIf(t *testing.T) { function TestHistogramDataPointSlice_RemoveIfAll (line 126) | func TestHistogramDataPointSlice_RemoveIfAll(t *testing.T) { function TestHistogramDataPointSliceAll (line 134) | func TestHistogramDataPointSliceAll(t *testing.T) { function TestHistogramDataPointSlice_Sort (line 146) | func TestHistogramDataPointSlice_Sort(t *testing.T) { function generateTestHistogramDataPointSlice (line 162) | func generateTestHistogramDataPointSlice() HistogramDataPointSlice { FILE: pdata/pmetric/generated_metric.go type Metric (line 23) | type Metric struct method MoveTo (line 42) | func (ms Metric) MoveTo(dest Metric) { method Name (line 54) | func (ms Metric) Name() string { method SetName (line 59) | func (ms Metric) SetName(v string) { method Description (line 65) | func (ms Metric) Description() string { method SetDescription (line 70) | func (ms Metric) SetDescription(v string) { method Unit (line 76) | func (ms Metric) Unit() string { method SetUnit (line 81) | func (ms Metric) SetUnit(v string) { method Type (line 88) | func (ms Metric) Type() MetricType { method Gauge (line 110) | func (ms Metric) Gauge() Gauge { method SetEmptyGauge (line 123) | func (ms Metric) SetEmptyGauge() Gauge { method Sum (line 139) | func (ms Metric) Sum() Sum { method SetEmptySum (line 152) | func (ms Metric) SetEmptySum() Sum { method Histogram (line 168) | func (ms Metric) Histogram() Histogram { method SetEmptyHistogram (line 181) | func (ms Metric) SetEmptyHistogram() Histogram { method ExponentialHistogram (line 197) | func (ms Metric) ExponentialHistogram() ExponentialHistogram { method SetEmptyExponentialHistogram (line 210) | func (ms Metric) SetEmptyExponentialHistogram() ExponentialHistogram { method Summary (line 226) | func (ms Metric) Summary() Summary { method SetEmptySummary (line 239) | func (ms Metric) SetEmptySummary() Summary { method Metadata (line 253) | func (ms Metric) Metadata() pcommon.Map { method CopyTo (line 258) | func (ms Metric) CopyTo(dest Metric) { function newMetric (line 28) | func newMetric(orig *internal.Metric, state *internal.State) Metric { function NewMetric (line 36) | func NewMetric() Metric { FILE: pdata/pmetric/generated_metric_test.go function TestMetric_MoveTo (line 18) | func TestMetric_MoveTo(t *testing.T) { function TestMetric_CopyTo (line 32) | func TestMetric_CopyTo(t *testing.T) { function TestMetric_Name (line 45) | func TestMetric_Name(t *testing.T) { function TestMetric_Description (line 55) | func TestMetric_Description(t *testing.T) { function TestMetric_Unit (line 65) | func TestMetric_Unit(t *testing.T) { function TestMetric_Type (line 75) | func TestMetric_Type(t *testing.T) { function TestMetric_Gauge (line 80) | func TestMetric_Gauge(t *testing.T) { function TestMetric_Sum (line 91) | func TestMetric_Sum(t *testing.T) { function TestMetric_Histogram (line 102) | func TestMetric_Histogram(t *testing.T) { function TestMetric_ExponentialHistogram (line 113) | func TestMetric_ExponentialHistogram(t *testing.T) { function TestMetric_Summary (line 124) | func TestMetric_Summary(t *testing.T) { function TestMetric_Metadata (line 136) | func TestMetric_Metadata(t *testing.T) { function generateTestMetric (line 143) | func generateTestMetric() Metric { FILE: pdata/pmetric/generated_metrics.go type Metrics (line 21) | type Metrics method MoveTo (line 37) | func (ms Metrics) MoveTo(dest Metrics) { method ResourceMetrics (line 49) | func (ms Metrics) ResourceMetrics() ResourceMetricsSlice { method CopyTo (line 54) | func (ms Metrics) CopyTo(dest Metrics) { method getOrig (line 59) | func (ms Metrics) getOrig() *internal.ExportMetricsServiceRequest { method getState (line 63) | func (ms Metrics) getState() *internal.State { function newMetrics (line 23) | func newMetrics(orig *internal.ExportMetricsServiceRequest, state *inter... function NewMetrics (line 31) | func NewMetrics() Metrics { FILE: pdata/pmetric/generated_metrics_test.go function TestMetrics_MoveTo (line 17) | func TestMetrics_MoveTo(t *testing.T) { function TestMetrics_CopyTo (line 31) | func TestMetrics_CopyTo(t *testing.T) { function TestMetrics_ResourceMetrics (line 44) | func TestMetrics_ResourceMetrics(t *testing.T) { function generateTestMetrics (line 51) | func generateTestMetrics() Metrics { FILE: pdata/pmetric/generated_metricslice.go type MetricSlice (line 23) | type MetricSlice struct method Len (line 42) | func (es MetricSlice) Len() int { method At (line 54) | func (es MetricSlice) At(i int) Metric { method All (line 63) | func (es MetricSlice) All() iter.Seq2[int, Metric] { method EnsureCapacity (line 85) | func (es MetricSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es MetricSlice) AppendEmpty() Metric { method MoveAndAppendTo (line 107) | func (es MetricSlice) MoveAndAppendTo(dest MetricSlice) { method RemoveIf (line 125) | func (es MetricSlice) RemoveIf(f func(Metric) bool) { method CopyTo (line 149) | func (es MetricSlice) CopyTo(dest MetricSlice) { method Sort (line 160) | func (es MetricSlice) Sort(less func(a, b Metric) bool) { function newMetricSlice (line 28) | func newMetricSlice(orig *[]*internal.Metric, state *internal.State) Met... function NewMetricSlice (line 34) | func NewMetricSlice() MetricSlice { FILE: pdata/pmetric/generated_metricslice_test.go function TestMetricSlice (line 18) | func TestMetricSlice(t *testing.T) { function TestMetricSliceReadOnly (line 35) | func TestMetricSliceReadOnly(t *testing.T) { function TestMetricSlice_CopyTo (line 49) | func TestMetricSlice_CopyTo(t *testing.T) { function TestMetricSlice_EnsureCapacity (line 58) | func TestMetricSlice_EnsureCapacity(t *testing.T) { function TestMetricSlice_MoveAndAppendTo (line 76) | func TestMetricSlice_MoveAndAppendTo(t *testing.T) { function TestMetricSlice_RemoveIf (line 108) | func TestMetricSlice_RemoveIf(t *testing.T) { function TestMetricSlice_RemoveIfAll (line 126) | func TestMetricSlice_RemoveIfAll(t *testing.T) { function TestMetricSliceAll (line 134) | func TestMetricSliceAll(t *testing.T) { function TestMetricSlice_Sort (line 146) | func TestMetricSlice_Sort(t *testing.T) { function generateTestMetricSlice (line 162) | func generateTestMetricSlice() MetricSlice { FILE: pdata/pmetric/generated_numberdatapoint.go type NumberDataPoint (line 22) | type NumberDataPoint struct method MoveTo (line 41) | func (ms NumberDataPoint) MoveTo(dest NumberDataPoint) { method Attributes (line 53) | func (ms NumberDataPoint) Attributes() pcommon.Map { method StartTimestamp (line 58) | func (ms NumberDataPoint) StartTimestamp() pcommon.Timestamp { method SetStartTimestamp (line 63) | func (ms NumberDataPoint) SetStartTimestamp(v pcommon.Timestamp) { method Timestamp (line 69) | func (ms NumberDataPoint) Timestamp() pcommon.Timestamp { method SetTimestamp (line 74) | func (ms NumberDataPoint) SetTimestamp(v pcommon.Timestamp) { method ValueType (line 81) | func (ms NumberDataPoint) ValueType() NumberDataPointValueType { method DoubleValue (line 92) | func (ms NumberDataPoint) DoubleValue() float64 { method SetDoubleValue (line 97) | func (ms NumberDataPoint) SetDoubleValue(v float64) { method IntValue (line 108) | func (ms NumberDataPoint) IntValue() int64 { method SetIntValue (line 113) | func (ms NumberDataPoint) SetIntValue(v int64) { method Exemplars (line 126) | func (ms NumberDataPoint) Exemplars() ExemplarSlice { method Flags (line 131) | func (ms NumberDataPoint) Flags() DataPointFlags { method SetFlags (line 136) | func (ms NumberDataPoint) SetFlags(v DataPointFlags) { method CopyTo (line 142) | func (ms NumberDataPoint) CopyTo(dest NumberDataPoint) { function newNumberDataPoint (line 27) | func newNumberDataPoint(orig *internal.NumberDataPoint, state *internal.... function NewNumberDataPoint (line 35) | func NewNumberDataPoint() NumberDataPoint { FILE: pdata/pmetric/generated_numberdatapoint_test.go function TestNumberDataPoint_MoveTo (line 18) | func TestNumberDataPoint_MoveTo(t *testing.T) { function TestNumberDataPoint_CopyTo (line 32) | func TestNumberDataPoint_CopyTo(t *testing.T) { function TestNumberDataPoint_Attributes (line 45) | func TestNumberDataPoint_Attributes(t *testing.T) { function TestNumberDataPoint_StartTimestamp (line 52) | func TestNumberDataPoint_StartTimestamp(t *testing.T) { function TestNumberDataPoint_Timestamp (line 60) | func TestNumberDataPoint_Timestamp(t *testing.T) { function TestNumberDataPoint_ValueType (line 68) | func TestNumberDataPoint_ValueType(t *testing.T) { function TestNumberDataPoint_DoubleValue (line 73) | func TestNumberDataPoint_DoubleValue(t *testing.T) { function TestNumberDataPoint_IntValue (line 85) | func TestNumberDataPoint_IntValue(t *testing.T) { function TestNumberDataPoint_Exemplars (line 96) | func TestNumberDataPoint_Exemplars(t *testing.T) { function TestNumberDataPoint_Flags (line 103) | func TestNumberDataPoint_Flags(t *testing.T) { function generateTestNumberDataPoint (line 111) | func generateTestNumberDataPoint() NumberDataPoint { FILE: pdata/pmetric/generated_numberdatapointslice.go type NumberDataPointSlice (line 23) | type NumberDataPointSlice struct method Len (line 42) | func (es NumberDataPointSlice) Len() int { method At (line 54) | func (es NumberDataPointSlice) At(i int) NumberDataPoint { method All (line 63) | func (es NumberDataPointSlice) All() iter.Seq2[int, NumberDataPoint] { method EnsureCapacity (line 85) | func (es NumberDataPointSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es NumberDataPointSlice) AppendEmpty() NumberDataPoint { method MoveAndAppendTo (line 107) | func (es NumberDataPointSlice) MoveAndAppendTo(dest NumberDataPointSli... method RemoveIf (line 125) | func (es NumberDataPointSlice) RemoveIf(f func(NumberDataPoint) bool) { method CopyTo (line 149) | func (es NumberDataPointSlice) CopyTo(dest NumberDataPointSlice) { method Sort (line 160) | func (es NumberDataPointSlice) Sort(less func(a, b NumberDataPoint) bo... function newNumberDataPointSlice (line 28) | func newNumberDataPointSlice(orig *[]*internal.NumberDataPoint, state *i... function NewNumberDataPointSlice (line 34) | func NewNumberDataPointSlice() NumberDataPointSlice { FILE: pdata/pmetric/generated_numberdatapointslice_test.go function TestNumberDataPointSlice (line 18) | func TestNumberDataPointSlice(t *testing.T) { function TestNumberDataPointSliceReadOnly (line 35) | func TestNumberDataPointSliceReadOnly(t *testing.T) { function TestNumberDataPointSlice_CopyTo (line 49) | func TestNumberDataPointSlice_CopyTo(t *testing.T) { function TestNumberDataPointSlice_EnsureCapacity (line 58) | func TestNumberDataPointSlice_EnsureCapacity(t *testing.T) { function TestNumberDataPointSlice_MoveAndAppendTo (line 76) | func TestNumberDataPointSlice_MoveAndAppendTo(t *testing.T) { function TestNumberDataPointSlice_RemoveIf (line 108) | func TestNumberDataPointSlice_RemoveIf(t *testing.T) { function TestNumberDataPointSlice_RemoveIfAll (line 126) | func TestNumberDataPointSlice_RemoveIfAll(t *testing.T) { function TestNumberDataPointSliceAll (line 134) | func TestNumberDataPointSliceAll(t *testing.T) { function TestNumberDataPointSlice_Sort (line 146) | func TestNumberDataPointSlice_Sort(t *testing.T) { function generateTestNumberDataPointSlice (line 162) | func generateTestNumberDataPointSlice() NumberDataPointSlice { FILE: pdata/pmetric/generated_resourcemetrics.go type ResourceMetrics (line 21) | type ResourceMetrics struct method MoveTo (line 40) | func (ms ResourceMetrics) MoveTo(dest ResourceMetrics) { method Resource (line 52) | func (ms ResourceMetrics) Resource() pcommon.Resource { method ScopeMetrics (line 57) | func (ms ResourceMetrics) ScopeMetrics() ScopeMetricsSlice { method SchemaUrl (line 62) | func (ms ResourceMetrics) SchemaUrl() string { method SetSchemaUrl (line 67) | func (ms ResourceMetrics) SetSchemaUrl(v string) { method CopyTo (line 73) | func (ms ResourceMetrics) CopyTo(dest ResourceMetrics) { function newResourceMetrics (line 26) | func newResourceMetrics(orig *internal.ResourceMetrics, state *internal.... function NewResourceMetrics (line 34) | func NewResourceMetrics() ResourceMetrics { FILE: pdata/pmetric/generated_resourcemetrics_test.go function TestResourceMetrics_MoveTo (line 18) | func TestResourceMetrics_MoveTo(t *testing.T) { function TestResourceMetrics_CopyTo (line 32) | func TestResourceMetrics_CopyTo(t *testing.T) { function TestResourceMetrics_Resource (line 45) | func TestResourceMetrics_Resource(t *testing.T) { function TestResourceMetrics_ScopeMetrics (line 52) | func TestResourceMetrics_ScopeMetrics(t *testing.T) { function TestResourceMetrics_SchemaUrl (line 59) | func TestResourceMetrics_SchemaUrl(t *testing.T) { function generateTestResourceMetrics (line 69) | func generateTestResourceMetrics() ResourceMetrics { FILE: pdata/pmetric/generated_resourcemetricsslice.go type ResourceMetricsSlice (line 23) | type ResourceMetricsSlice struct method Len (line 42) | func (es ResourceMetricsSlice) Len() int { method At (line 54) | func (es ResourceMetricsSlice) At(i int) ResourceMetrics { method All (line 63) | func (es ResourceMetricsSlice) All() iter.Seq2[int, ResourceMetrics] { method EnsureCapacity (line 85) | func (es ResourceMetricsSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es ResourceMetricsSlice) AppendEmpty() ResourceMetrics { method MoveAndAppendTo (line 107) | func (es ResourceMetricsSlice) MoveAndAppendTo(dest ResourceMetricsSli... method RemoveIf (line 125) | func (es ResourceMetricsSlice) RemoveIf(f func(ResourceMetrics) bool) { method CopyTo (line 149) | func (es ResourceMetricsSlice) CopyTo(dest ResourceMetricsSlice) { method Sort (line 160) | func (es ResourceMetricsSlice) Sort(less func(a, b ResourceMetrics) bo... function newResourceMetricsSlice (line 28) | func newResourceMetricsSlice(orig *[]*internal.ResourceMetrics, state *i... function NewResourceMetricsSlice (line 34) | func NewResourceMetricsSlice() ResourceMetricsSlice { FILE: pdata/pmetric/generated_resourcemetricsslice_test.go function TestResourceMetricsSlice (line 18) | func TestResourceMetricsSlice(t *testing.T) { function TestResourceMetricsSliceReadOnly (line 35) | func TestResourceMetricsSliceReadOnly(t *testing.T) { function TestResourceMetricsSlice_CopyTo (line 49) | func TestResourceMetricsSlice_CopyTo(t *testing.T) { function TestResourceMetricsSlice_EnsureCapacity (line 58) | func TestResourceMetricsSlice_EnsureCapacity(t *testing.T) { function TestResourceMetricsSlice_MoveAndAppendTo (line 76) | func TestResourceMetricsSlice_MoveAndAppendTo(t *testing.T) { function TestResourceMetricsSlice_RemoveIf (line 108) | func TestResourceMetricsSlice_RemoveIf(t *testing.T) { function TestResourceMetricsSlice_RemoveIfAll (line 126) | func TestResourceMetricsSlice_RemoveIfAll(t *testing.T) { function TestResourceMetricsSliceAll (line 134) | func TestResourceMetricsSliceAll(t *testing.T) { function TestResourceMetricsSlice_Sort (line 146) | func TestResourceMetricsSlice_Sort(t *testing.T) { function generateTestResourceMetricsSlice (line 162) | func generateTestResourceMetricsSlice() ResourceMetricsSlice { FILE: pdata/pmetric/generated_scopemetrics.go type ScopeMetrics (line 21) | type ScopeMetrics struct method MoveTo (line 40) | func (ms ScopeMetrics) MoveTo(dest ScopeMetrics) { method Scope (line 52) | func (ms ScopeMetrics) Scope() pcommon.InstrumentationScope { method Metrics (line 57) | func (ms ScopeMetrics) Metrics() MetricSlice { method SchemaUrl (line 62) | func (ms ScopeMetrics) SchemaUrl() string { method SetSchemaUrl (line 67) | func (ms ScopeMetrics) SetSchemaUrl(v string) { method CopyTo (line 73) | func (ms ScopeMetrics) CopyTo(dest ScopeMetrics) { function newScopeMetrics (line 26) | func newScopeMetrics(orig *internal.ScopeMetrics, state *internal.State)... function NewScopeMetrics (line 34) | func NewScopeMetrics() ScopeMetrics { FILE: pdata/pmetric/generated_scopemetrics_test.go function TestScopeMetrics_MoveTo (line 18) | func TestScopeMetrics_MoveTo(t *testing.T) { function TestScopeMetrics_CopyTo (line 32) | func TestScopeMetrics_CopyTo(t *testing.T) { function TestScopeMetrics_Scope (line 45) | func TestScopeMetrics_Scope(t *testing.T) { function TestScopeMetrics_Metrics (line 52) | func TestScopeMetrics_Metrics(t *testing.T) { function TestScopeMetrics_SchemaUrl (line 59) | func TestScopeMetrics_SchemaUrl(t *testing.T) { function generateTestScopeMetrics (line 69) | func generateTestScopeMetrics() ScopeMetrics { FILE: pdata/pmetric/generated_scopemetricsslice.go type ScopeMetricsSlice (line 23) | type ScopeMetricsSlice struct method Len (line 42) | func (es ScopeMetricsSlice) Len() int { method At (line 54) | func (es ScopeMetricsSlice) At(i int) ScopeMetrics { method All (line 63) | func (es ScopeMetricsSlice) All() iter.Seq2[int, ScopeMetrics] { method EnsureCapacity (line 85) | func (es ScopeMetricsSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es ScopeMetricsSlice) AppendEmpty() ScopeMetrics { method MoveAndAppendTo (line 107) | func (es ScopeMetricsSlice) MoveAndAppendTo(dest ScopeMetricsSlice) { method RemoveIf (line 125) | func (es ScopeMetricsSlice) RemoveIf(f func(ScopeMetrics) bool) { method CopyTo (line 149) | func (es ScopeMetricsSlice) CopyTo(dest ScopeMetricsSlice) { method Sort (line 160) | func (es ScopeMetricsSlice) Sort(less func(a, b ScopeMetrics) bool) { function newScopeMetricsSlice (line 28) | func newScopeMetricsSlice(orig *[]*internal.ScopeMetrics, state *interna... function NewScopeMetricsSlice (line 34) | func NewScopeMetricsSlice() ScopeMetricsSlice { FILE: pdata/pmetric/generated_scopemetricsslice_test.go function TestScopeMetricsSlice (line 18) | func TestScopeMetricsSlice(t *testing.T) { function TestScopeMetricsSliceReadOnly (line 35) | func TestScopeMetricsSliceReadOnly(t *testing.T) { function TestScopeMetricsSlice_CopyTo (line 49) | func TestScopeMetricsSlice_CopyTo(t *testing.T) { function TestScopeMetricsSlice_EnsureCapacity (line 58) | func TestScopeMetricsSlice_EnsureCapacity(t *testing.T) { function TestScopeMetricsSlice_MoveAndAppendTo (line 76) | func TestScopeMetricsSlice_MoveAndAppendTo(t *testing.T) { function TestScopeMetricsSlice_RemoveIf (line 108) | func TestScopeMetricsSlice_RemoveIf(t *testing.T) { function TestScopeMetricsSlice_RemoveIfAll (line 126) | func TestScopeMetricsSlice_RemoveIfAll(t *testing.T) { function TestScopeMetricsSliceAll (line 134) | func TestScopeMetricsSliceAll(t *testing.T) { function TestScopeMetricsSlice_Sort (line 146) | func TestScopeMetricsSlice_Sort(t *testing.T) { function generateTestScopeMetricsSlice (line 162) | func generateTestScopeMetricsSlice() ScopeMetricsSlice { FILE: pdata/pmetric/generated_sum.go type Sum (line 20) | type Sum struct method MoveTo (line 39) | func (ms Sum) MoveTo(dest Sum) { method DataPoints (line 51) | func (ms Sum) DataPoints() NumberDataPointSlice { method AggregationTemporality (line 56) | func (ms Sum) AggregationTemporality() AggregationTemporality { method SetAggregationTemporality (line 61) | func (ms Sum) SetAggregationTemporality(v AggregationTemporality) { method IsMonotonic (line 67) | func (ms Sum) IsMonotonic() bool { method SetIsMonotonic (line 72) | func (ms Sum) SetIsMonotonic(v bool) { method CopyTo (line 78) | func (ms Sum) CopyTo(dest Sum) { function newSum (line 25) | func newSum(orig *internal.Sum, state *internal.State) Sum { function NewSum (line 33) | func NewSum() Sum { FILE: pdata/pmetric/generated_sum_test.go function TestSum_MoveTo (line 17) | func TestSum_MoveTo(t *testing.T) { function TestSum_CopyTo (line 31) | func TestSum_CopyTo(t *testing.T) { function TestSum_DataPoints (line 44) | func TestSum_DataPoints(t *testing.T) { function TestSum_AggregationTemporality (line 51) | func TestSum_AggregationTemporality(t *testing.T) { function TestSum_IsMonotonic (line 59) | func TestSum_IsMonotonic(t *testing.T) { function generateTestSum (line 69) | func generateTestSum() Sum { FILE: pdata/pmetric/generated_summary.go type Summary (line 20) | type Summary struct method MoveTo (line 39) | func (ms Summary) MoveTo(dest Summary) { method DataPoints (line 51) | func (ms Summary) DataPoints() SummaryDataPointSlice { method CopyTo (line 56) | func (ms Summary) CopyTo(dest Summary) { function newSummary (line 25) | func newSummary(orig *internal.Summary, state *internal.State) Summary { function NewSummary (line 33) | func NewSummary() Summary { FILE: pdata/pmetric/generated_summary_test.go function TestSummary_MoveTo (line 17) | func TestSummary_MoveTo(t *testing.T) { function TestSummary_CopyTo (line 31) | func TestSummary_CopyTo(t *testing.T) { function TestSummary_DataPoints (line 44) | func TestSummary_DataPoints(t *testing.T) { function generateTestSummary (line 51) | func generateTestSummary() Summary { FILE: pdata/pmetric/generated_summarydatapoint.go type SummaryDataPoint (line 21) | type SummaryDataPoint struct method MoveTo (line 40) | func (ms SummaryDataPoint) MoveTo(dest SummaryDataPoint) { method Attributes (line 52) | func (ms SummaryDataPoint) Attributes() pcommon.Map { method StartTimestamp (line 57) | func (ms SummaryDataPoint) StartTimestamp() pcommon.Timestamp { method SetStartTimestamp (line 62) | func (ms SummaryDataPoint) SetStartTimestamp(v pcommon.Timestamp) { method Timestamp (line 68) | func (ms SummaryDataPoint) Timestamp() pcommon.Timestamp { method SetTimestamp (line 73) | func (ms SummaryDataPoint) SetTimestamp(v pcommon.Timestamp) { method Count (line 79) | func (ms SummaryDataPoint) Count() uint64 { method SetCount (line 84) | func (ms SummaryDataPoint) SetCount(v uint64) { method Sum (line 90) | func (ms SummaryDataPoint) Sum() float64 { method SetSum (line 95) | func (ms SummaryDataPoint) SetSum(v float64) { method QuantileValues (line 101) | func (ms SummaryDataPoint) QuantileValues() SummaryDataPointValueAtQua... method Flags (line 106) | func (ms SummaryDataPoint) Flags() DataPointFlags { method SetFlags (line 111) | func (ms SummaryDataPoint) SetFlags(v DataPointFlags) { method CopyTo (line 117) | func (ms SummaryDataPoint) CopyTo(dest SummaryDataPoint) { function newSummaryDataPoint (line 26) | func newSummaryDataPoint(orig *internal.SummaryDataPoint, state *interna... function NewSummaryDataPoint (line 34) | func NewSummaryDataPoint() SummaryDataPoint { FILE: pdata/pmetric/generated_summarydatapoint_test.go function TestSummaryDataPoint_MoveTo (line 18) | func TestSummaryDataPoint_MoveTo(t *testing.T) { function TestSummaryDataPoint_CopyTo (line 32) | func TestSummaryDataPoint_CopyTo(t *testing.T) { function TestSummaryDataPoint_Attributes (line 45) | func TestSummaryDataPoint_Attributes(t *testing.T) { function TestSummaryDataPoint_StartTimestamp (line 52) | func TestSummaryDataPoint_StartTimestamp(t *testing.T) { function TestSummaryDataPoint_Timestamp (line 60) | func TestSummaryDataPoint_Timestamp(t *testing.T) { function TestSummaryDataPoint_Count (line 68) | func TestSummaryDataPoint_Count(t *testing.T) { function TestSummaryDataPoint_Sum (line 78) | func TestSummaryDataPoint_Sum(t *testing.T) { function TestSummaryDataPoint_QuantileValues (line 88) | func TestSummaryDataPoint_QuantileValues(t *testing.T) { function TestSummaryDataPoint_Flags (line 95) | func TestSummaryDataPoint_Flags(t *testing.T) { function generateTestSummaryDataPoint (line 103) | func generateTestSummaryDataPoint() SummaryDataPoint { FILE: pdata/pmetric/generated_summarydatapointslice.go type SummaryDataPointSlice (line 23) | type SummaryDataPointSlice struct method Len (line 42) | func (es SummaryDataPointSlice) Len() int { method At (line 54) | func (es SummaryDataPointSlice) At(i int) SummaryDataPoint { method All (line 63) | func (es SummaryDataPointSlice) All() iter.Seq2[int, SummaryDataPoint] { method EnsureCapacity (line 85) | func (es SummaryDataPointSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es SummaryDataPointSlice) AppendEmpty() SummaryDataPoint { method MoveAndAppendTo (line 107) | func (es SummaryDataPointSlice) MoveAndAppendTo(dest SummaryDataPointS... method RemoveIf (line 125) | func (es SummaryDataPointSlice) RemoveIf(f func(SummaryDataPoint) bool) { method CopyTo (line 149) | func (es SummaryDataPointSlice) CopyTo(dest SummaryDataPointSlice) { method Sort (line 160) | func (es SummaryDataPointSlice) Sort(less func(a, b SummaryDataPoint) ... function newSummaryDataPointSlice (line 28) | func newSummaryDataPointSlice(orig *[]*internal.SummaryDataPoint, state ... function NewSummaryDataPointSlice (line 34) | func NewSummaryDataPointSlice() SummaryDataPointSlice { FILE: pdata/pmetric/generated_summarydatapointslice_test.go function TestSummaryDataPointSlice (line 18) | func TestSummaryDataPointSlice(t *testing.T) { function TestSummaryDataPointSliceReadOnly (line 35) | func TestSummaryDataPointSliceReadOnly(t *testing.T) { function TestSummaryDataPointSlice_CopyTo (line 49) | func TestSummaryDataPointSlice_CopyTo(t *testing.T) { function TestSummaryDataPointSlice_EnsureCapacity (line 58) | func TestSummaryDataPointSlice_EnsureCapacity(t *testing.T) { function TestSummaryDataPointSlice_MoveAndAppendTo (line 76) | func TestSummaryDataPointSlice_MoveAndAppendTo(t *testing.T) { function TestSummaryDataPointSlice_RemoveIf (line 108) | func TestSummaryDataPointSlice_RemoveIf(t *testing.T) { function TestSummaryDataPointSlice_RemoveIfAll (line 126) | func TestSummaryDataPointSlice_RemoveIfAll(t *testing.T) { function TestSummaryDataPointSliceAll (line 134) | func TestSummaryDataPointSliceAll(t *testing.T) { function TestSummaryDataPointSlice_Sort (line 146) | func TestSummaryDataPointSlice_Sort(t *testing.T) { function generateTestSummaryDataPointSlice (line 162) | func generateTestSummaryDataPointSlice() SummaryDataPointSlice { FILE: pdata/pmetric/generated_summarydatapointvalueatquantile.go type SummaryDataPointValueAtQuantile (line 20) | type SummaryDataPointValueAtQuantile struct method MoveTo (line 39) | func (ms SummaryDataPointValueAtQuantile) MoveTo(dest SummaryDataPoint... method Quantile (line 51) | func (ms SummaryDataPointValueAtQuantile) Quantile() float64 { method SetQuantile (line 56) | func (ms SummaryDataPointValueAtQuantile) SetQuantile(v float64) { method Value (line 62) | func (ms SummaryDataPointValueAtQuantile) Value() float64 { method SetValue (line 67) | func (ms SummaryDataPointValueAtQuantile) SetValue(v float64) { method CopyTo (line 73) | func (ms SummaryDataPointValueAtQuantile) CopyTo(dest SummaryDataPoint... function newSummaryDataPointValueAtQuantile (line 25) | func newSummaryDataPointValueAtQuantile(orig *internal.SummaryDataPointV... function NewSummaryDataPointValueAtQuantile (line 33) | func NewSummaryDataPointValueAtQuantile() SummaryDataPointValueAtQuantile { FILE: pdata/pmetric/generated_summarydatapointvalueatquantile_test.go function TestSummaryDataPointValueAtQuantile_MoveTo (line 17) | func TestSummaryDataPointValueAtQuantile_MoveTo(t *testing.T) { function TestSummaryDataPointValueAtQuantile_CopyTo (line 35) | func TestSummaryDataPointValueAtQuantile_CopyTo(t *testing.T) { function TestSummaryDataPointValueAtQuantile_Quantile (line 50) | func TestSummaryDataPointValueAtQuantile_Quantile(t *testing.T) { function TestSummaryDataPointValueAtQuantile_Value (line 62) | func TestSummaryDataPointValueAtQuantile_Value(t *testing.T) { function generateTestSummaryDataPointValueAtQuantile (line 74) | func generateTestSummaryDataPointValueAtQuantile() SummaryDataPointValue... FILE: pdata/pmetric/generated_summarydatapointvalueatquantileslice.go type SummaryDataPointValueAtQuantileSlice (line 23) | type SummaryDataPointValueAtQuantileSlice struct method Len (line 42) | func (es SummaryDataPointValueAtQuantileSlice) Len() int { method At (line 54) | func (es SummaryDataPointValueAtQuantileSlice) At(i int) SummaryDataPo... method All (line 63) | func (es SummaryDataPointValueAtQuantileSlice) All() iter.Seq2[int, Su... method EnsureCapacity (line 85) | func (es SummaryDataPointValueAtQuantileSlice) EnsureCapacity(newCap i... method AppendEmpty (line 99) | func (es SummaryDataPointValueAtQuantileSlice) AppendEmpty() SummaryDa... method MoveAndAppendTo (line 107) | func (es SummaryDataPointValueAtQuantileSlice) MoveAndAppendTo(dest Su... method RemoveIf (line 125) | func (es SummaryDataPointValueAtQuantileSlice) RemoveIf(f func(Summary... method CopyTo (line 149) | func (es SummaryDataPointValueAtQuantileSlice) CopyTo(dest SummaryData... method Sort (line 160) | func (es SummaryDataPointValueAtQuantileSlice) Sort(less func(a, b Sum... function newSummaryDataPointValueAtQuantileSlice (line 28) | func newSummaryDataPointValueAtQuantileSlice(orig *[]*internal.SummaryDa... function NewSummaryDataPointValueAtQuantileSlice (line 34) | func NewSummaryDataPointValueAtQuantileSlice() SummaryDataPointValueAtQu... FILE: pdata/pmetric/generated_summarydatapointvalueatquantileslice_test.go function TestSummaryDataPointValueAtQuantileSlice (line 18) | func TestSummaryDataPointValueAtQuantileSlice(t *testing.T) { function TestSummaryDataPointValueAtQuantileSliceReadOnly (line 35) | func TestSummaryDataPointValueAtQuantileSliceReadOnly(t *testing.T) { function TestSummaryDataPointValueAtQuantileSlice_CopyTo (line 49) | func TestSummaryDataPointValueAtQuantileSlice_CopyTo(t *testing.T) { function TestSummaryDataPointValueAtQuantileSlice_EnsureCapacity (line 58) | func TestSummaryDataPointValueAtQuantileSlice_EnsureCapacity(t *testing.... function TestSummaryDataPointValueAtQuantileSlice_MoveAndAppendTo (line 76) | func TestSummaryDataPointValueAtQuantileSlice_MoveAndAppendTo(t *testing... function TestSummaryDataPointValueAtQuantileSlice_RemoveIf (line 108) | func TestSummaryDataPointValueAtQuantileSlice_RemoveIf(t *testing.T) { function TestSummaryDataPointValueAtQuantileSlice_RemoveIfAll (line 126) | func TestSummaryDataPointValueAtQuantileSlice_RemoveIfAll(t *testing.T) { function TestSummaryDataPointValueAtQuantileSliceAll (line 134) | func TestSummaryDataPointValueAtQuantileSliceAll(t *testing.T) { function TestSummaryDataPointValueAtQuantileSlice_Sort (line 146) | func TestSummaryDataPointValueAtQuantileSlice_Sort(t *testing.T) { function generateTestSummaryDataPointValueAtQuantileSlice (line 162) | func generateTestSummaryDataPointValueAtQuantileSlice() SummaryDataPoint... FILE: pdata/pmetric/json.go type JSONMarshaler (line 16) | type JSONMarshaler struct method MarshalMetrics (line 19) | func (*JSONMarshaler) MarshalMetrics(md Metrics) ([]byte, error) { type JSONUnmarshaler (line 30) | type JSONUnmarshaler struct method UnmarshalMetrics (line 33) | func (*JSONUnmarshaler) UnmarshalMetrics(buf []byte) (Metrics, error) { FILE: pdata/pmetric/metric_data_point_flags.go constant noRecordValueMask (line 6) | noRecordValueMask = uint32(1) type DataPointFlags (line 12) | type DataPointFlags method NoRecordedValue (line 15) | func (ms DataPointFlags) NoRecordedValue() bool { method WithNoRecordedValue (line 20) | func (ms DataPointFlags) WithNoRecordedValue(b bool) DataPointFlags { FILE: pdata/pmetric/metric_data_point_flags_test.go function TestLogRecordFlags (line 12) | func TestLogRecordFlags(t *testing.T) { function TestDefaultLogRecordFlags (line 26) | func TestDefaultLogRecordFlags(t *testing.T) { FILE: pdata/pmetric/metric_type.go type MetricType (line 7) | type MetricType method String (line 20) | func (mdt MetricType) String() string { constant MetricTypeEmpty (line 11) | MetricTypeEmpty MetricType = iota constant MetricTypeGauge (line 12) | MetricTypeGauge constant MetricTypeSum (line 13) | MetricTypeSum constant MetricTypeHistogram (line 14) | MetricTypeHistogram constant MetricTypeExponentialHistogram (line 15) | MetricTypeExponentialHistogram constant MetricTypeSummary (line 16) | MetricTypeSummary FILE: pdata/pmetric/metric_type_test.go function TestMetricTypeString (line 12) | func TestMetricTypeString(t *testing.T) { FILE: pdata/pmetric/metrics.go method MarkReadOnly (line 7) | func (ms Metrics) MarkReadOnly() { method IsReadOnly (line 12) | func (ms Metrics) IsReadOnly() bool { method MetricCount (line 17) | func (ms Metrics) MetricCount() int { method DataPointCount (line 32) | func (ms Metrics) DataPointCount() (dataPointCount int) { FILE: pdata/pmetric/metrics_test.go constant startTime (line 19) | startTime = uint64(12578940000000012345) constant endTime (line 20) | endTime = uint64(12578940000000054321) function TestMetricCount (line 23) | func TestMetricCount(t *testing.T) { function TestMetricCountWithEmpty (line 48) | func TestMetricCountWithEmpty(t *testing.T) { function TestMetricAndDataPointCount (line 54) | func TestMetricAndDataPointCount(t *testing.T) { function TestDataPointCountWithEmpty (line 107) | func TestDataPointCountWithEmpty(t *testing.T) { function TestDataPointCountWithNilDataPoints (line 114) | func TestDataPointCountWithNilDataPoints(t *testing.T) { function TestHistogramWithNilSum (line 125) | func TestHistogramWithNilSum(t *testing.T) { function TestHistogramWithValidSum (line 136) | func TestHistogramWithValidSum(t *testing.T) { function TestOtlpToInternalReadOnly (line 148) | func TestOtlpToInternalReadOnly(t *testing.T) { function TestOtlpToFromInternalReadOnly (line 236) | func TestOtlpToFromInternalReadOnly(t *testing.T) { function TestOtlpToFromInternalGaugeMutating (line 266) | func TestOtlpToFromInternalGaugeMutating(t *testing.T) { function TestOtlpToFromInternalSumMutating (line 348) | func TestOtlpToFromInternalSumMutating(t *testing.T) { function TestOtlpToFromInternalHistogramMutating (line 432) | func TestOtlpToFromInternalHistogramMutating(t *testing.T) { function TestOtlpToFromInternalExponentialHistogramMutating (line 515) | func TestOtlpToFromInternalExponentialHistogramMutating(t *testing.T) { function TestMetricsCopyTo (line 593) | func TestMetricsCopyTo(t *testing.T) { function TestReadOnlyMetricsInvalidUsage (line 600) | func TestReadOnlyMetricsInvalidUsage(t *testing.T) { function BenchmarkOtlpToFromInternal_PassThrough (line 610) | func BenchmarkOtlpToFromInternal_PassThrough(b *testing.B) { function BenchmarkOtlpToFromInternal_Gauge_MutateOneLabel (line 636) | func BenchmarkOtlpToFromInternal_Gauge_MutateOneLabel(b *testing.B) { function BenchmarkOtlpToFromInternal_Sum_MutateOneLabel (line 664) | func BenchmarkOtlpToFromInternal_Sum_MutateOneLabel(b *testing.B) { function BenchmarkOtlpToFromInternal_HistogramPoints_MutateOneLabel (line 692) | func BenchmarkOtlpToFromInternal_HistogramPoints_MutateOneLabel(b *testi... function generateTestProtoResource (line 720) | func generateTestProtoResource() internal.Resource { function generateTestProtoInstrumentationScope (line 731) | func generateTestProtoInstrumentationScope() internal.InstrumentationSco... function generateTestProtoGaugeMetric (line 738) | func generateTestProtoGaugeMetric() *internal.Metric { function generateTestProtoSumMetric (line 778) | func generateTestProtoSumMetric() *internal.Metric { function generateTestProtoHistogramMetric (line 819) | func generateTestProtoHistogramMetric() *internal.Metric { function generateMetricsEmptyResource (line 858) | func generateMetricsEmptyResource() Metrics { function generateMetricsEmptyInstrumentation (line 864) | func generateMetricsEmptyInstrumentation() Metrics { function generateMetricsEmptyMetrics (line 874) | func generateMetricsEmptyMetrics() Metrics { function generateMetricsEmptyDataPoints (line 888) | func generateMetricsEmptyDataPoints() Metrics { function BenchmarkMetricsUsage (line 912) | func BenchmarkMetricsUsage(b *testing.B) { function BenchmarkMetricsMarshalJSON (line 967) | func BenchmarkMetricsMarshalJSON(b *testing.B) { FILE: pdata/pmetric/number_data_point_value_type.go type NumberDataPointValueType (line 7) | type NumberDataPointValueType method String (line 17) | func (nt NumberDataPointValueType) String() string { constant NumberDataPointValueTypeEmpty (line 11) | NumberDataPointValueTypeEmpty NumberDataPointValueType = iota constant NumberDataPointValueTypeInt (line 12) | NumberDataPointValueTypeInt constant NumberDataPointValueTypeDouble (line 13) | NumberDataPointValueTypeDouble FILE: pdata/pmetric/number_data_point_value_type_test.go function TestNumberDataPointValueTypeString (line 12) | func TestNumberDataPointValueTypeString(t *testing.T) { FILE: pdata/pmetric/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: pdata/pmetric/pb.go type ProtoMarshaler (line 8) | type ProtoMarshaler struct method MarshalMetrics (line 10) | func (e *ProtoMarshaler) MarshalMetrics(md Metrics) ([]byte, error) { method MetricsSize (line 17) | func (e *ProtoMarshaler) MetricsSize(md Metrics) int { method ResourceMetricsSize (line 21) | func (e *ProtoMarshaler) ResourceMetricsSize(md ResourceMetrics) int { method ScopeMetricsSize (line 25) | func (e *ProtoMarshaler) ScopeMetricsSize(md ScopeMetrics) int { method MetricSize (line 29) | func (e *ProtoMarshaler) MetricSize(md Metric) int { method NumberDataPointSize (line 33) | func (e *ProtoMarshaler) NumberDataPointSize(md NumberDataPoint) int { method SummaryDataPointSize (line 37) | func (e *ProtoMarshaler) SummaryDataPointSize(md SummaryDataPoint) int { method HistogramDataPointSize (line 41) | func (e *ProtoMarshaler) HistogramDataPointSize(md HistogramDataPoint)... method ExponentialHistogramDataPointSize (line 45) | func (e *ProtoMarshaler) ExponentialHistogramDataPointSize(md Exponent... type ProtoUnmarshaler (line 49) | type ProtoUnmarshaler struct method UnmarshalMetrics (line 51) | func (d *ProtoUnmarshaler) UnmarshalMetrics(buf []byte) (Metrics, erro... FILE: pdata/pmetric/pb_test.go function TestMetricsProtoWireCompatibility (line 18) | func TestMetricsProtoWireCompatibility(t *testing.T) { function TestProtoMetricsUnmarshalerError (line 53) | func TestProtoMetricsUnmarshalerError(t *testing.T) { function TestProtoSizer (line 59) | func TestProtoSizer(t *testing.T) { function TestProtoSizerEmptyMetrics (line 71) | func TestProtoSizerEmptyMetrics(t *testing.T) { function BenchmarkMetricsToProto2k (line 76) | func BenchmarkMetricsToProto2k(b *testing.B) { function BenchmarkMetricsFromProto10k (line 87) | func BenchmarkMetricsFromProto10k(b *testing.B) { function generateBenchmarkMetrics (line 103) | func generateBenchmarkMetrics(metricsCount int) Metrics { FILE: pdata/pmetric/pmetricotlp/fuzz_test.go function FuzzRequestUnmarshalJSON (line 10) | func FuzzRequestUnmarshalJSON(f *testing.F) { function FuzzResponseUnmarshalJSON (line 17) | func FuzzResponseUnmarshalJSON(f *testing.F) { function FuzzRequestUnmarshalProto (line 24) | func FuzzRequestUnmarshalProto(f *testing.F) { function FuzzResponseUnmarshalProto (line 31) | func FuzzResponseUnmarshalProto(f *testing.F) { FILE: pdata/pmetric/pmetricotlp/generated_exportpartialsuccess.go type ExportPartialSuccess (line 20) | type ExportPartialSuccess struct method MoveTo (line 39) | func (ms ExportPartialSuccess) MoveTo(dest ExportPartialSuccess) { method RejectedDataPoints (line 51) | func (ms ExportPartialSuccess) RejectedDataPoints() int64 { method SetRejectedDataPoints (line 56) | func (ms ExportPartialSuccess) SetRejectedDataPoints(v int64) { method ErrorMessage (line 62) | func (ms ExportPartialSuccess) ErrorMessage() string { method SetErrorMessage (line 67) | func (ms ExportPartialSuccess) SetErrorMessage(v string) { method CopyTo (line 73) | func (ms ExportPartialSuccess) CopyTo(dest ExportPartialSuccess) { function newExportPartialSuccess (line 25) | func newExportPartialSuccess(orig *internal.ExportMetricsPartialSuccess,... function NewExportPartialSuccess (line 33) | func NewExportPartialSuccess() ExportPartialSuccess { FILE: pdata/pmetric/pmetricotlp/generated_exportpartialsuccess_test.go function TestExportPartialSuccess_MoveTo (line 17) | func TestExportPartialSuccess_MoveTo(t *testing.T) { function TestExportPartialSuccess_CopyTo (line 31) | func TestExportPartialSuccess_CopyTo(t *testing.T) { function TestExportPartialSuccess_RejectedDataPoints (line 44) | func TestExportPartialSuccess_RejectedDataPoints(t *testing.T) { function TestExportPartialSuccess_ErrorMessage (line 56) | func TestExportPartialSuccess_ErrorMessage(t *testing.T) { function generateTestExportPartialSuccess (line 68) | func generateTestExportPartialSuccess() ExportPartialSuccess { FILE: pdata/pmetric/pmetricotlp/generated_exportresponse.go type ExportResponse (line 20) | type ExportResponse struct method MoveTo (line 39) | func (ms ExportResponse) MoveTo(dest ExportResponse) { method PartialSuccess (line 51) | func (ms ExportResponse) PartialSuccess() ExportPartialSuccess { method CopyTo (line 56) | func (ms ExportResponse) CopyTo(dest ExportResponse) { function newExportResponse (line 25) | func newExportResponse(orig *internal.ExportMetricsServiceResponse, stat... function NewExportResponse (line 33) | func NewExportResponse() ExportResponse { FILE: pdata/pmetric/pmetricotlp/generated_exportresponse_test.go function TestExportResponse_MoveTo (line 17) | func TestExportResponse_MoveTo(t *testing.T) { function TestExportResponse_CopyTo (line 31) | func TestExportResponse_CopyTo(t *testing.T) { function TestExportResponse_PartialSuccess (line 44) | func TestExportResponse_PartialSuccess(t *testing.T) { function generateTestExportResponse (line 51) | func generateTestExportResponse() ExportResponse { FILE: pdata/pmetric/pmetricotlp/grpc.go type GRPCClient (line 21) | type GRPCClient interface function NewGRPCClient (line 33) | func NewGRPCClient(cc *grpc.ClientConn) GRPCClient { type grpcClient (line 37) | type grpcClient struct method Export (line 41) | func (c *grpcClient) Export(ctx context.Context, request ExportRequest... method unexported (line 49) | func (c *grpcClient) unexported() {} type GRPCServer (line 53) | type GRPCServer interface type UnimplementedGRPCServer (line 67) | type UnimplementedGRPCServer struct method Export (line 69) | func (*UnimplementedGRPCServer) Export(context.Context, ExportRequest)... method unexported (line 73) | func (*UnimplementedGRPCServer) unexported() {} function RegisterGRPCServer (line 76) | func RegisterGRPCServer(s *grpc.Server, srv GRPCServer) { type rawMetricsServer (line 80) | type rawMetricsServer struct method Export (line 84) | func (s rawMetricsServer) Export(ctx context.Context, request *interna... FILE: pdata/pmetric/pmetricotlp/grpc_test.go function TestGrpc (line 25) | func TestGrpc(t *testing.T) { function TestGrpcError (line 56) | func TestGrpcError(t *testing.T) { type fakeMetricsServer (line 89) | type fakeMetricsServer struct method Export (line 95) | func (f fakeMetricsServer) Export(_ context.Context, request ExportReq... function generateMetricsRequest (line 100) | func generateMetricsRequest() ExportRequest { FILE: pdata/pmetric/pmetricotlp/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: pdata/pmetric/pmetricotlp/request.go type ExportRequest (line 17) | type ExportRequest struct method MarshalProto (line 41) | func (ms ExportRequest) MarshalProto() ([]byte, error) { method UnmarshalProto (line 49) | func (ms ExportRequest) UnmarshalProto(data []byte) error { method MarshalJSON (line 59) | func (ms ExportRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 70) | func (ms ExportRequest) UnmarshalJSON(data []byte) error { method Metrics (line 77) | func (ms ExportRequest) Metrics() pmetric.Metrics { function NewExportRequest (line 23) | func NewExportRequest() ExportRequest { function NewExportRequestFromMetrics (line 33) | func NewExportRequestFromMetrics(md pmetric.Metrics) ExportRequest { FILE: pdata/pmetric/pmetricotlp/request_test.go function TestRequestToPData (line 45) | func TestRequestToPData(t *testing.T) { function TestRequestJSON (line 52) | func TestRequestJSON(t *testing.T) { function TestMetricsProtoWireCompatibility (line 62) | func TestMetricsProtoWireCompatibility(t *testing.T) { FILE: pdata/pmetric/pmetricotlp/response.go method MarshalProto (line 13) | func (ms ExportResponse) MarshalProto() ([]byte, error) { method UnmarshalProto (line 21) | func (ms ExportResponse) UnmarshalProto(data []byte) error { method MarshalJSON (line 26) | func (ms ExportResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 34) | func (ms ExportResponse) UnmarshalJSON(data []byte) error { FILE: pdata/pmetric/pmetricotlp/response_test.go function TestExportResponseJSON (line 19) | func TestExportResponseJSON(t *testing.T) { function TestUnmarshalJSONExportResponse (line 32) | func TestUnmarshalJSONExportResponse(t *testing.T) { FILE: pdata/pprofile/aggregation_temporality.go type AggregationTemporality (line 15) | type AggregationTemporality method String (line 35) | func (at AggregationTemporality) String() string { constant AggregationTemporalityUnspecified (line 21) | AggregationTemporalityUnspecified = AggregationTemporality(internal.Aggr... constant AggregationTemporalityDelta (line 25) | AggregationTemporalityDelta = AggregationTemporality(internal.Aggregatio... constant AggregationTemporalityCumulative (line 29) | AggregationTemporalityCumulative = AggregationTemporality(internal.Aggre... FILE: pdata/pprofile/aggregation_temporality_test.go function TestAggregationTemporalityString (line 12) | func TestAggregationTemporalityString(t *testing.T) { FILE: pdata/pprofile/attributes.go type attributable (line 13) | type attributable interface function FromAttributeIndices (line 21) | func FromAttributeIndices(table KeyValueAndUnitSlice, record attributabl... function SetAttribute (line 38) | func SetAttribute(table KeyValueAndUnitSlice, attr KeyValueAndUnit) (int... FILE: pdata/pprofile/attributes_test.go function TestFromAttributeIndices (line 17) | func TestFromAttributeIndices(t *testing.T) { function BenchmarkFromAttributeIndices (line 53) | func BenchmarkFromAttributeIndices(b *testing.B) { function TestSetAttribute (line 75) | func TestSetAttribute(t *testing.T) { function BenchmarkSetAttribute (line 118) | func BenchmarkSetAttribute(b *testing.B) { FILE: pdata/pprofile/dictionary_helpers.go function mapKeyValues (line 13) | func mapKeyValues(m pcommon.Map) []internal.KeyValue { function resolveProfilesReferences (line 20) | func resolveProfilesReferences(profiles Profiles) { function resolveKeyValueReferences (line 37) | func resolveKeyValueReferences(dict ProfilesDictionary, kvs []internal.K... function resolveAnyValueReference (line 56) | func resolveAnyValueReference(dict ProfilesDictionary, anyValue *interna... function convertProfilesToReferences (line 82) | func convertProfilesToReferences(profiles Profiles) { function convertKeyValueToReferences (line 119) | func convertKeyValueToReferences(getStringIndex func(string) int32, kvs ... function convertAnyValueToReference (line 135) | func convertAnyValueToReference(getStringIndex func(string) int32, anyVa... FILE: pdata/pprofile/dictionary_helpers_test.go function TestResolveProfilesReferencesEmpty (line 17) | func TestResolveProfilesReferencesEmpty(t *testing.T) { function TestResolveProfilesReferencesWithKeyRef (line 24) | func TestResolveProfilesReferencesWithKeyRef(t *testing.T) { function TestResolveProfilesReferencesInvalidIndices (line 57) | func TestResolveProfilesReferencesInvalidIndices(t *testing.T) { function TestResolveAnyValueReferenceWithPooling (line 88) | func TestResolveAnyValueReferenceWithPooling(t *testing.T) { function TestResolveAnyValueReferenceNestedKvList (line 114) | func TestResolveAnyValueReferenceNestedKvList(t *testing.T) { function TestResolveAnyValueReferenceNestedArray (line 151) | func TestResolveAnyValueReferenceNestedArray(t *testing.T) { function TestConvertProfilesToReferencesEmpty (line 191) | func TestConvertProfilesToReferencesEmpty(t *testing.T) { function TestConvertProfilesToReferencesDeduplication (line 202) | func TestConvertProfilesToReferencesDeduplication(t *testing.T) { function TestConvertAnyValueToReferenceWithPooling (line 231) | func TestConvertAnyValueToReferenceWithPooling(t *testing.T) { function TestConvertAnyValueToReferenceEmptyString (line 263) | func TestConvertAnyValueToReferenceEmptyString(t *testing.T) { function TestConvertAnyValueToReferenceNestedKvList (line 289) | func TestConvertAnyValueToReferenceNestedKvList(t *testing.T) { function TestConvertAnyValueToReferenceNestedArray (line 333) | func TestConvertAnyValueToReferenceNestedArray(t *testing.T) { function TestConvertMapToReferencesEmptyKey (line 370) | func TestConvertMapToReferencesEmptyKey(t *testing.T) { function TestConvertMapToReferencesExistingKeyRef (line 397) | func TestConvertMapToReferencesExistingKeyRef(t *testing.T) { function TestResolveAnyValueReferenceNonStringTypes (line 425) | func TestResolveAnyValueReferenceNonStringTypes(t *testing.T) { function TestConvertMapToReferencesClearsKey (line 445) | func TestConvertMapToReferencesClearsKey(t *testing.T) { function TestConvertAnyValueToReferenceNestedKvListClearsKey (line 476) | func TestConvertAnyValueToReferenceNestedKvListClearsKey(t *testing.T) { function TestConvertAnyValueToReferenceNonStringTypes (line 516) | func TestConvertAnyValueToReferenceNonStringTypes(t *testing.T) { FILE: pdata/pprofile/encoding.go type MarshalSizer (line 7) | type MarshalSizer interface type Marshaler (line 13) | type Marshaler interface type Unmarshaler (line 20) | type Unmarshaler interface type Sizer (line 28) | type Sizer interface FILE: pdata/pprofile/function.go method Equal (line 9) | func (fn Function) Equal(val Function) bool { method switchDictionary (line 18) | func (fn Function) switchDictionary(src, dst ProfilesDictionary) error { FILE: pdata/pprofile/function_test.go function TestFunctionEqual (line 16) | func TestFunctionEqual(t *testing.T) { function TestFunctionSwitchDictionary (line 70) | func TestFunctionSwitchDictionary(t *testing.T) { function BenchmarkFunctionSwitchDictionary (line 326) | func BenchmarkFunctionSwitchDictionary(b *testing.B) { function buildFunction (line 348) | func buildFunction(name, sName, fileName int32, startLine int64) Function { FILE: pdata/pprofile/functions.go function SetFunction (line 15) | func SetFunction(table FunctionSlice, fn Function) (int32, error) { FILE: pdata/pprofile/functions_test.go function TestSetFunction (line 15) | func TestSetFunction(t *testing.T) { function BenchmarkSetFunction (line 54) | func BenchmarkSetFunction(b *testing.B) { FILE: pdata/pprofile/fuzz_test.go function FuzzUnmarshalProfiles (line 15) | func FuzzUnmarshalProfiles(f *testing.F) { FILE: pdata/pprofile/generated_function.go type Function (line 20) | type Function struct method MoveTo (line 39) | func (ms Function) MoveTo(dest Function) { method NameStrindex (line 51) | func (ms Function) NameStrindex() int32 { method SetNameStrindex (line 56) | func (ms Function) SetNameStrindex(v int32) { method SystemNameStrindex (line 62) | func (ms Function) SystemNameStrindex() int32 { method SetSystemNameStrindex (line 67) | func (ms Function) SetSystemNameStrindex(v int32) { method FilenameStrindex (line 73) | func (ms Function) FilenameStrindex() int32 { method SetFilenameStrindex (line 78) | func (ms Function) SetFilenameStrindex(v int32) { method StartLine (line 84) | func (ms Function) StartLine() int64 { method SetStartLine (line 89) | func (ms Function) SetStartLine(v int64) { method CopyTo (line 95) | func (ms Function) CopyTo(dest Function) { function newFunction (line 25) | func newFunction(orig *internal.Function, state *internal.State) Function { function NewFunction (line 33) | func NewFunction() Function { FILE: pdata/pprofile/generated_function_test.go function TestFunction_MoveTo (line 17) | func TestFunction_MoveTo(t *testing.T) { function TestFunction_CopyTo (line 31) | func TestFunction_CopyTo(t *testing.T) { function TestFunction_NameStrindex (line 44) | func TestFunction_NameStrindex(t *testing.T) { function TestFunction_SystemNameStrindex (line 54) | func TestFunction_SystemNameStrindex(t *testing.T) { function TestFunction_FilenameStrindex (line 64) | func TestFunction_FilenameStrindex(t *testing.T) { function TestFunction_StartLine (line 74) | func TestFunction_StartLine(t *testing.T) { function generateTestFunction (line 84) | func generateTestFunction() Function { FILE: pdata/pprofile/generated_functionslice.go type FunctionSlice (line 23) | type FunctionSlice struct method Len (line 42) | func (es FunctionSlice) Len() int { method At (line 54) | func (es FunctionSlice) At(i int) Function { method All (line 63) | func (es FunctionSlice) All() iter.Seq2[int, Function] { method EnsureCapacity (line 85) | func (es FunctionSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es FunctionSlice) AppendEmpty() Function { method MoveAndAppendTo (line 107) | func (es FunctionSlice) MoveAndAppendTo(dest FunctionSlice) { method RemoveIf (line 125) | func (es FunctionSlice) RemoveIf(f func(Function) bool) { method CopyTo (line 149) | func (es FunctionSlice) CopyTo(dest FunctionSlice) { method Sort (line 160) | func (es FunctionSlice) Sort(less func(a, b Function) bool) { function newFunctionSlice (line 28) | func newFunctionSlice(orig *[]*internal.Function, state *internal.State)... function NewFunctionSlice (line 34) | func NewFunctionSlice() FunctionSlice { FILE: pdata/pprofile/generated_functionslice_test.go function TestFunctionSlice (line 18) | func TestFunctionSlice(t *testing.T) { function TestFunctionSliceReadOnly (line 35) | func TestFunctionSliceReadOnly(t *testing.T) { function TestFunctionSlice_CopyTo (line 49) | func TestFunctionSlice_CopyTo(t *testing.T) { function TestFunctionSlice_EnsureCapacity (line 58) | func TestFunctionSlice_EnsureCapacity(t *testing.T) { function TestFunctionSlice_MoveAndAppendTo (line 76) | func TestFunctionSlice_MoveAndAppendTo(t *testing.T) { function TestFunctionSlice_RemoveIf (line 108) | func TestFunctionSlice_RemoveIf(t *testing.T) { function TestFunctionSlice_RemoveIfAll (line 126) | func TestFunctionSlice_RemoveIfAll(t *testing.T) { function TestFunctionSliceAll (line 134) | func TestFunctionSliceAll(t *testing.T) { function TestFunctionSlice_Sort (line 146) | func TestFunctionSlice_Sort(t *testing.T) { function generateTestFunctionSlice (line 162) | func generateTestFunctionSlice() FunctionSlice { FILE: pdata/pprofile/generated_keyvalueandunit.go type KeyValueAndUnit (line 23) | type KeyValueAndUnit struct method MoveTo (line 42) | func (ms KeyValueAndUnit) MoveTo(dest KeyValueAndUnit) { method KeyStrindex (line 54) | func (ms KeyValueAndUnit) KeyStrindex() int32 { method SetKeyStrindex (line 59) | func (ms KeyValueAndUnit) SetKeyStrindex(v int32) { method Value (line 65) | func (ms KeyValueAndUnit) Value() pcommon.Value { method UnitStrindex (line 70) | func (ms KeyValueAndUnit) UnitStrindex() int32 { method SetUnitStrindex (line 75) | func (ms KeyValueAndUnit) SetUnitStrindex(v int32) { method CopyTo (line 81) | func (ms KeyValueAndUnit) CopyTo(dest KeyValueAndUnit) { function newKeyValueAndUnit (line 28) | func newKeyValueAndUnit(orig *internal.KeyValueAndUnit, state *internal.... function NewKeyValueAndUnit (line 36) | func NewKeyValueAndUnit() KeyValueAndUnit { FILE: pdata/pprofile/generated_keyvalueandunit_test.go function TestKeyValueAndUnit_MoveTo (line 18) | func TestKeyValueAndUnit_MoveTo(t *testing.T) { function TestKeyValueAndUnit_CopyTo (line 32) | func TestKeyValueAndUnit_CopyTo(t *testing.T) { function TestKeyValueAndUnit_KeyStrindex (line 45) | func TestKeyValueAndUnit_KeyStrindex(t *testing.T) { function TestKeyValueAndUnit_Value (line 55) | func TestKeyValueAndUnit_Value(t *testing.T) { function TestKeyValueAndUnit_UnitStrindex (line 62) | func TestKeyValueAndUnit_UnitStrindex(t *testing.T) { function generateTestKeyValueAndUnit (line 72) | func generateTestKeyValueAndUnit() KeyValueAndUnit { FILE: pdata/pprofile/generated_keyvalueandunitslice.go type KeyValueAndUnitSlice (line 23) | type KeyValueAndUnitSlice struct method Len (line 42) | func (es KeyValueAndUnitSlice) Len() int { method At (line 54) | func (es KeyValueAndUnitSlice) At(i int) KeyValueAndUnit { method All (line 63) | func (es KeyValueAndUnitSlice) All() iter.Seq2[int, KeyValueAndUnit] { method EnsureCapacity (line 85) | func (es KeyValueAndUnitSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es KeyValueAndUnitSlice) AppendEmpty() KeyValueAndUnit { method MoveAndAppendTo (line 107) | func (es KeyValueAndUnitSlice) MoveAndAppendTo(dest KeyValueAndUnitSli... method RemoveIf (line 125) | func (es KeyValueAndUnitSlice) RemoveIf(f func(KeyValueAndUnit) bool) { method CopyTo (line 149) | func (es KeyValueAndUnitSlice) CopyTo(dest KeyValueAndUnitSlice) { method Sort (line 160) | func (es KeyValueAndUnitSlice) Sort(less func(a, b KeyValueAndUnit) bo... function newKeyValueAndUnitSlice (line 28) | func newKeyValueAndUnitSlice(orig *[]*internal.KeyValueAndUnit, state *i... function NewKeyValueAndUnitSlice (line 34) | func NewKeyValueAndUnitSlice() KeyValueAndUnitSlice { FILE: pdata/pprofile/generated_keyvalueandunitslice_test.go function TestKeyValueAndUnitSlice (line 18) | func TestKeyValueAndUnitSlice(t *testing.T) { function TestKeyValueAndUnitSliceReadOnly (line 35) | func TestKeyValueAndUnitSliceReadOnly(t *testing.T) { function TestKeyValueAndUnitSlice_CopyTo (line 49) | func TestKeyValueAndUnitSlice_CopyTo(t *testing.T) { function TestKeyValueAndUnitSlice_EnsureCapacity (line 58) | func TestKeyValueAndUnitSlice_EnsureCapacity(t *testing.T) { function TestKeyValueAndUnitSlice_MoveAndAppendTo (line 76) | func TestKeyValueAndUnitSlice_MoveAndAppendTo(t *testing.T) { function TestKeyValueAndUnitSlice_RemoveIf (line 108) | func TestKeyValueAndUnitSlice_RemoveIf(t *testing.T) { function TestKeyValueAndUnitSlice_RemoveIfAll (line 126) | func TestKeyValueAndUnitSlice_RemoveIfAll(t *testing.T) { function TestKeyValueAndUnitSliceAll (line 134) | func TestKeyValueAndUnitSliceAll(t *testing.T) { function TestKeyValueAndUnitSlice_Sort (line 146) | func TestKeyValueAndUnitSlice_Sort(t *testing.T) { function generateTestKeyValueAndUnitSlice (line 162) | func generateTestKeyValueAndUnitSlice() KeyValueAndUnitSlice { FILE: pdata/pprofile/generated_line.go type Line (line 20) | type Line struct method MoveTo (line 39) | func (ms Line) MoveTo(dest Line) { method FunctionIndex (line 51) | func (ms Line) FunctionIndex() int32 { method SetFunctionIndex (line 56) | func (ms Line) SetFunctionIndex(v int32) { method Line (line 62) | func (ms Line) Line() int64 { method SetLine (line 67) | func (ms Line) SetLine(v int64) { method Column (line 73) | func (ms Line) Column() int64 { method SetColumn (line 78) | func (ms Line) SetColumn(v int64) { method CopyTo (line 84) | func (ms Line) CopyTo(dest Line) { function newLine (line 25) | func newLine(orig *internal.Line, state *internal.State) Line { function NewLine (line 33) | func NewLine() Line { FILE: pdata/pprofile/generated_line_test.go function TestLine_MoveTo (line 17) | func TestLine_MoveTo(t *testing.T) { function TestLine_CopyTo (line 31) | func TestLine_CopyTo(t *testing.T) { function TestLine_FunctionIndex (line 44) | func TestLine_FunctionIndex(t *testing.T) { function TestLine_Line (line 54) | func TestLine_Line(t *testing.T) { function TestLine_Column (line 64) | func TestLine_Column(t *testing.T) { function generateTestLine (line 74) | func generateTestLine() Line { FILE: pdata/pprofile/generated_lineslice.go type LineSlice (line 23) | type LineSlice struct method Len (line 42) | func (es LineSlice) Len() int { method At (line 54) | func (es LineSlice) At(i int) Line { method All (line 63) | func (es LineSlice) All() iter.Seq2[int, Line] { method EnsureCapacity (line 85) | func (es LineSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es LineSlice) AppendEmpty() Line { method MoveAndAppendTo (line 107) | func (es LineSlice) MoveAndAppendTo(dest LineSlice) { method RemoveIf (line 125) | func (es LineSlice) RemoveIf(f func(Line) bool) { method CopyTo (line 149) | func (es LineSlice) CopyTo(dest LineSlice) { method Sort (line 160) | func (es LineSlice) Sort(less func(a, b Line) bool) { function newLineSlice (line 28) | func newLineSlice(orig *[]*internal.Line, state *internal.State) LineSli... function NewLineSlice (line 34) | func NewLineSlice() LineSlice { FILE: pdata/pprofile/generated_lineslice_test.go function TestLineSlice (line 18) | func TestLineSlice(t *testing.T) { function TestLineSliceReadOnly (line 35) | func TestLineSliceReadOnly(t *testing.T) { function TestLineSlice_CopyTo (line 49) | func TestLineSlice_CopyTo(t *testing.T) { function TestLineSlice_EnsureCapacity (line 58) | func TestLineSlice_EnsureCapacity(t *testing.T) { function TestLineSlice_MoveAndAppendTo (line 76) | func TestLineSlice_MoveAndAppendTo(t *testing.T) { function TestLineSlice_RemoveIf (line 108) | func TestLineSlice_RemoveIf(t *testing.T) { function TestLineSlice_RemoveIfAll (line 126) | func TestLineSlice_RemoveIfAll(t *testing.T) { function TestLineSliceAll (line 134) | func TestLineSliceAll(t *testing.T) { function TestLineSlice_Sort (line 146) | func TestLineSlice_Sort(t *testing.T) { function generateTestLineSlice (line 162) | func generateTestLineSlice() LineSlice { FILE: pdata/pprofile/generated_link.go type Link (line 21) | type Link struct method MoveTo (line 40) | func (ms Link) MoveTo(dest Link) { method TraceID (line 52) | func (ms Link) TraceID() pcommon.TraceID { method SetTraceID (line 57) | func (ms Link) SetTraceID(v pcommon.TraceID) { method SpanID (line 63) | func (ms Link) SpanID() pcommon.SpanID { method SetSpanID (line 68) | func (ms Link) SetSpanID(v pcommon.SpanID) { method CopyTo (line 74) | func (ms Link) CopyTo(dest Link) { function newLink (line 26) | func newLink(orig *internal.Link, state *internal.State) Link { function NewLink (line 34) | func NewLink() Link { FILE: pdata/pprofile/generated_link_test.go function TestLink_MoveTo (line 18) | func TestLink_MoveTo(t *testing.T) { function TestLink_CopyTo (line 32) | func TestLink_CopyTo(t *testing.T) { function TestLink_TraceID (line 45) | func TestLink_TraceID(t *testing.T) { function TestLink_SpanID (line 53) | func TestLink_SpanID(t *testing.T) { function generateTestLink (line 61) | func generateTestLink() Link { FILE: pdata/pprofile/generated_linkslice.go type LinkSlice (line 23) | type LinkSlice struct method Len (line 42) | func (es LinkSlice) Len() int { method At (line 54) | func (es LinkSlice) At(i int) Link { method All (line 63) | func (es LinkSlice) All() iter.Seq2[int, Link] { method EnsureCapacity (line 85) | func (es LinkSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es LinkSlice) AppendEmpty() Link { method MoveAndAppendTo (line 107) | func (es LinkSlice) MoveAndAppendTo(dest LinkSlice) { method RemoveIf (line 125) | func (es LinkSlice) RemoveIf(f func(Link) bool) { method CopyTo (line 149) | func (es LinkSlice) CopyTo(dest LinkSlice) { method Sort (line 160) | func (es LinkSlice) Sort(less func(a, b Link) bool) { function newLinkSlice (line 28) | func newLinkSlice(orig *[]*internal.Link, state *internal.State) LinkSli... function NewLinkSlice (line 34) | func NewLinkSlice() LinkSlice { FILE: pdata/pprofile/generated_linkslice_test.go function TestLinkSlice (line 18) | func TestLinkSlice(t *testing.T) { function TestLinkSliceReadOnly (line 35) | func TestLinkSliceReadOnly(t *testing.T) { function TestLinkSlice_CopyTo (line 49) | func TestLinkSlice_CopyTo(t *testing.T) { function TestLinkSlice_EnsureCapacity (line 58) | func TestLinkSlice_EnsureCapacity(t *testing.T) { function TestLinkSlice_MoveAndAppendTo (line 76) | func TestLinkSlice_MoveAndAppendTo(t *testing.T) { function TestLinkSlice_RemoveIf (line 108) | func TestLinkSlice_RemoveIf(t *testing.T) { function TestLinkSlice_RemoveIfAll (line 126) | func TestLinkSlice_RemoveIfAll(t *testing.T) { function TestLinkSliceAll (line 134) | func TestLinkSliceAll(t *testing.T) { function TestLinkSlice_Sort (line 146) | func TestLinkSlice_Sort(t *testing.T) { function generateTestLinkSlice (line 162) | func generateTestLinkSlice() LinkSlice { FILE: pdata/pprofile/generated_location.go type Location (line 21) | type Location struct method MoveTo (line 40) | func (ms Location) MoveTo(dest Location) { method MappingIndex (line 52) | func (ms Location) MappingIndex() int32 { method SetMappingIndex (line 57) | func (ms Location) SetMappingIndex(v int32) { method Address (line 63) | func (ms Location) Address() uint64 { method SetAddress (line 68) | func (ms Location) SetAddress(v uint64) { method Lines (line 74) | func (ms Location) Lines() LineSlice { method AttributeIndices (line 79) | func (ms Location) AttributeIndices() pcommon.Int32Slice { method CopyTo (line 84) | func (ms Location) CopyTo(dest Location) { function newLocation (line 26) | func newLocation(orig *internal.Location, state *internal.State) Location { function NewLocation (line 34) | func NewLocation() Location { FILE: pdata/pprofile/generated_location_test.go function TestLocation_MoveTo (line 18) | func TestLocation_MoveTo(t *testing.T) { function TestLocation_CopyTo (line 32) | func TestLocation_CopyTo(t *testing.T) { function TestLocation_MappingIndex (line 45) | func TestLocation_MappingIndex(t *testing.T) { function TestLocation_Address (line 55) | func TestLocation_Address(t *testing.T) { function TestLocation_Lines (line 65) | func TestLocation_Lines(t *testing.T) { function TestLocation_AttributeIndices (line 72) | func TestLocation_AttributeIndices(t *testing.T) { function generateTestLocation (line 79) | func generateTestLocation() Location { FILE: pdata/pprofile/generated_locationslice.go type LocationSlice (line 23) | type LocationSlice struct method Len (line 42) | func (es LocationSlice) Len() int { method At (line 54) | func (es LocationSlice) At(i int) Location { method All (line 63) | func (es LocationSlice) All() iter.Seq2[int, Location] { method EnsureCapacity (line 85) | func (es LocationSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es LocationSlice) AppendEmpty() Location { method MoveAndAppendTo (line 107) | func (es LocationSlice) MoveAndAppendTo(dest LocationSlice) { method RemoveIf (line 125) | func (es LocationSlice) RemoveIf(f func(Location) bool) { method CopyTo (line 149) | func (es LocationSlice) CopyTo(dest LocationSlice) { method Sort (line 160) | func (es LocationSlice) Sort(less func(a, b Location) bool) { function newLocationSlice (line 28) | func newLocationSlice(orig *[]*internal.Location, state *internal.State)... function NewLocationSlice (line 34) | func NewLocationSlice() LocationSlice { FILE: pdata/pprofile/generated_locationslice_test.go function TestLocationSlice (line 18) | func TestLocationSlice(t *testing.T) { function TestLocationSliceReadOnly (line 35) | func TestLocationSliceReadOnly(t *testing.T) { function TestLocationSlice_CopyTo (line 49) | func TestLocationSlice_CopyTo(t *testing.T) { function TestLocationSlice_EnsureCapacity (line 58) | func TestLocationSlice_EnsureCapacity(t *testing.T) { function TestLocationSlice_MoveAndAppendTo (line 76) | func TestLocationSlice_MoveAndAppendTo(t *testing.T) { function TestLocationSlice_RemoveIf (line 108) | func TestLocationSlice_RemoveIf(t *testing.T) { function TestLocationSlice_RemoveIfAll (line 126) | func TestLocationSlice_RemoveIfAll(t *testing.T) { function TestLocationSliceAll (line 134) | func TestLocationSliceAll(t *testing.T) { function TestLocationSlice_Sort (line 146) | func TestLocationSlice_Sort(t *testing.T) { function generateTestLocationSlice (line 162) | func generateTestLocationSlice() LocationSlice { FILE: pdata/pprofile/generated_mapping.go type Mapping (line 21) | type Mapping struct method MoveTo (line 40) | func (ms Mapping) MoveTo(dest Mapping) { method MemoryStart (line 52) | func (ms Mapping) MemoryStart() uint64 { method SetMemoryStart (line 57) | func (ms Mapping) SetMemoryStart(v uint64) { method MemoryLimit (line 63) | func (ms Mapping) MemoryLimit() uint64 { method SetMemoryLimit (line 68) | func (ms Mapping) SetMemoryLimit(v uint64) { method FileOffset (line 74) | func (ms Mapping) FileOffset() uint64 { method SetFileOffset (line 79) | func (ms Mapping) SetFileOffset(v uint64) { method FilenameStrindex (line 85) | func (ms Mapping) FilenameStrindex() int32 { method SetFilenameStrindex (line 90) | func (ms Mapping) SetFilenameStrindex(v int32) { method AttributeIndices (line 96) | func (ms Mapping) AttributeIndices() pcommon.Int32Slice { method CopyTo (line 101) | func (ms Mapping) CopyTo(dest Mapping) { function newMapping (line 26) | func newMapping(orig *internal.Mapping, state *internal.State) Mapping { function NewMapping (line 34) | func NewMapping() Mapping { FILE: pdata/pprofile/generated_mapping_test.go function TestMapping_MoveTo (line 18) | func TestMapping_MoveTo(t *testing.T) { function TestMapping_CopyTo (line 32) | func TestMapping_CopyTo(t *testing.T) { function TestMapping_MemoryStart (line 45) | func TestMapping_MemoryStart(t *testing.T) { function TestMapping_MemoryLimit (line 55) | func TestMapping_MemoryLimit(t *testing.T) { function TestMapping_FileOffset (line 65) | func TestMapping_FileOffset(t *testing.T) { function TestMapping_FilenameStrindex (line 75) | func TestMapping_FilenameStrindex(t *testing.T) { function TestMapping_AttributeIndices (line 85) | func TestMapping_AttributeIndices(t *testing.T) { function generateTestMapping (line 92) | func generateTestMapping() Mapping { FILE: pdata/pprofile/generated_mappingslice.go type MappingSlice (line 23) | type MappingSlice struct method Len (line 42) | func (es MappingSlice) Len() int { method At (line 54) | func (es MappingSlice) At(i int) Mapping { method All (line 63) | func (es MappingSlice) All() iter.Seq2[int, Mapping] { method EnsureCapacity (line 85) | func (es MappingSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es MappingSlice) AppendEmpty() Mapping { method MoveAndAppendTo (line 107) | func (es MappingSlice) MoveAndAppendTo(dest MappingSlice) { method RemoveIf (line 125) | func (es MappingSlice) RemoveIf(f func(Mapping) bool) { method CopyTo (line 149) | func (es MappingSlice) CopyTo(dest MappingSlice) { method Sort (line 160) | func (es MappingSlice) Sort(less func(a, b Mapping) bool) { function newMappingSlice (line 28) | func newMappingSlice(orig *[]*internal.Mapping, state *internal.State) M... function NewMappingSlice (line 34) | func NewMappingSlice() MappingSlice { FILE: pdata/pprofile/generated_mappingslice_test.go function TestMappingSlice (line 18) | func TestMappingSlice(t *testing.T) { function TestMappingSliceReadOnly (line 35) | func TestMappingSliceReadOnly(t *testing.T) { function TestMappingSlice_CopyTo (line 49) | func TestMappingSlice_CopyTo(t *testing.T) { function TestMappingSlice_EnsureCapacity (line 58) | func TestMappingSlice_EnsureCapacity(t *testing.T) { function TestMappingSlice_MoveAndAppendTo (line 76) | func TestMappingSlice_MoveAndAppendTo(t *testing.T) { function TestMappingSlice_RemoveIf (line 108) | func TestMappingSlice_RemoveIf(t *testing.T) { function TestMappingSlice_RemoveIfAll (line 126) | func TestMappingSlice_RemoveIfAll(t *testing.T) { function TestMappingSliceAll (line 134) | func TestMappingSliceAll(t *testing.T) { function TestMappingSlice_Sort (line 146) | func TestMappingSlice_Sort(t *testing.T) { function generateTestMappingSlice (line 162) | func generateTestMappingSlice() MappingSlice { FILE: pdata/pprofile/generated_profile.go type Profile (line 21) | type Profile struct method MoveTo (line 40) | func (ms Profile) MoveTo(dest Profile) { method SampleType (line 52) | func (ms Profile) SampleType() ValueType { method Samples (line 57) | func (ms Profile) Samples() SampleSlice { method Time (line 62) | func (ms Profile) Time() pcommon.Timestamp { method SetTime (line 67) | func (ms Profile) SetTime(v pcommon.Timestamp) { method DurationNano (line 73) | func (ms Profile) DurationNano() uint64 { method SetDurationNano (line 78) | func (ms Profile) SetDurationNano(v uint64) { method PeriodType (line 84) | func (ms Profile) PeriodType() ValueType { method Period (line 89) | func (ms Profile) Period() int64 { method SetPeriod (line 94) | func (ms Profile) SetPeriod(v int64) { method ProfileID (line 100) | func (ms Profile) ProfileID() ProfileID { method SetProfileID (line 105) | func (ms Profile) SetProfileID(v ProfileID) { method DroppedAttributesCount (line 111) | func (ms Profile) DroppedAttributesCount() uint32 { method SetDroppedAttributesCount (line 116) | func (ms Profile) SetDroppedAttributesCount(v uint32) { method OriginalPayloadFormat (line 122) | func (ms Profile) OriginalPayloadFormat() string { method SetOriginalPayloadFormat (line 127) | func (ms Profile) SetOriginalPayloadFormat(v string) { method OriginalPayload (line 133) | func (ms Profile) OriginalPayload() pcommon.ByteSlice { method AttributeIndices (line 138) | func (ms Profile) AttributeIndices() pcommon.Int32Slice { method CopyTo (line 143) | func (ms Profile) CopyTo(dest Profile) { function newProfile (line 26) | func newProfile(orig *internal.Profile, state *internal.State) Profile { function NewProfile (line 34) | func NewProfile() Profile { FILE: pdata/pprofile/generated_profile_test.go function TestProfile_MoveTo (line 18) | func TestProfile_MoveTo(t *testing.T) { function TestProfile_CopyTo (line 32) | func TestProfile_CopyTo(t *testing.T) { function TestProfile_SampleType (line 45) | func TestProfile_SampleType(t *testing.T) { function TestProfile_Samples (line 52) | func TestProfile_Samples(t *testing.T) { function TestProfile_Time (line 59) | func TestProfile_Time(t *testing.T) { function TestProfile_DurationNano (line 67) | func TestProfile_DurationNano(t *testing.T) { function TestProfile_PeriodType (line 77) | func TestProfile_PeriodType(t *testing.T) { function TestProfile_Period (line 84) | func TestProfile_Period(t *testing.T) { function TestProfile_ProfileID (line 94) | func TestProfile_ProfileID(t *testing.T) { function TestProfile_DroppedAttributesCount (line 102) | func TestProfile_DroppedAttributesCount(t *testing.T) { function TestProfile_OriginalPayloadFormat (line 112) | func TestProfile_OriginalPayloadFormat(t *testing.T) { function TestProfile_OriginalPayload (line 124) | func TestProfile_OriginalPayload(t *testing.T) { function TestProfile_AttributeIndices (line 131) | func TestProfile_AttributeIndices(t *testing.T) { function generateTestProfile (line 138) | func generateTestProfile() Profile { FILE: pdata/pprofile/generated_profiles.go type Profiles (line 21) | type Profiles method MoveTo (line 37) | func (ms Profiles) MoveTo(dest Profiles) { method ResourceProfiles (line 49) | func (ms Profiles) ResourceProfiles() ResourceProfilesSlice { method Dictionary (line 54) | func (ms Profiles) Dictionary() ProfilesDictionary { method CopyTo (line 59) | func (ms Profiles) CopyTo(dest Profiles) { method getOrig (line 64) | func (ms Profiles) getOrig() *internal.ExportProfilesServiceRequest { method getState (line 68) | func (ms Profiles) getState() *internal.State { function newProfiles (line 23) | func newProfiles(orig *internal.ExportProfilesServiceRequest, state *int... function NewProfiles (line 31) | func NewProfiles() Profiles { FILE: pdata/pprofile/generated_profiles_test.go function TestProfiles_MoveTo (line 17) | func TestProfiles_MoveTo(t *testing.T) { function TestProfiles_CopyTo (line 31) | func TestProfiles_CopyTo(t *testing.T) { function TestProfiles_ResourceProfiles (line 44) | func TestProfiles_ResourceProfiles(t *testing.T) { function TestProfiles_Dictionary (line 51) | func TestProfiles_Dictionary(t *testing.T) { function generateTestProfiles (line 58) | func generateTestProfiles() Profiles { FILE: pdata/pprofile/generated_profilesdata.go type ProfilesData (line 22) | type ProfilesData method MoveTo (line 38) | func (ms ProfilesData) MoveTo(dest ProfilesData) { method ResourceProfiles (line 50) | func (ms ProfilesData) ResourceProfiles() ResourceProfilesSlice { method Dictionary (line 55) | func (ms ProfilesData) Dictionary() ProfilesDictionary { method CopyTo (line 60) | func (ms ProfilesData) CopyTo(dest ProfilesData) { method getOrig (line 65) | func (ms ProfilesData) getOrig() *internal.ProfilesData { method getState (line 69) | func (ms ProfilesData) getState() *internal.State { function newProfilesData (line 24) | func newProfilesData(orig *internal.ProfilesData, state *internal.State)... function NewProfilesData (line 32) | func NewProfilesData() ProfilesData { FILE: pdata/pprofile/generated_profilesdata_test.go function TestProfilesData_MoveTo (line 17) | func TestProfilesData_MoveTo(t *testing.T) { function TestProfilesData_CopyTo (line 31) | func TestProfilesData_CopyTo(t *testing.T) { function TestProfilesData_ResourceProfiles (line 44) | func TestProfilesData_ResourceProfiles(t *testing.T) { function TestProfilesData_Dictionary (line 51) | func TestProfilesData_Dictionary(t *testing.T) { function generateTestProfilesData (line 58) | func generateTestProfilesData() ProfilesData { FILE: pdata/pprofile/generated_profilesdictionary.go type ProfilesDictionary (line 21) | type ProfilesDictionary struct method MoveTo (line 40) | func (ms ProfilesDictionary) MoveTo(dest ProfilesDictionary) { method MappingTable (line 52) | func (ms ProfilesDictionary) MappingTable() MappingSlice { method LocationTable (line 57) | func (ms ProfilesDictionary) LocationTable() LocationSlice { method FunctionTable (line 62) | func (ms ProfilesDictionary) FunctionTable() FunctionSlice { method LinkTable (line 67) | func (ms ProfilesDictionary) LinkTable() LinkSlice { method StringTable (line 72) | func (ms ProfilesDictionary) StringTable() pcommon.StringSlice { method AttributeTable (line 77) | func (ms ProfilesDictionary) AttributeTable() KeyValueAndUnitSlice { method StackTable (line 82) | func (ms ProfilesDictionary) StackTable() StackSlice { method CopyTo (line 87) | func (ms ProfilesDictionary) CopyTo(dest ProfilesDictionary) { function newProfilesDictionary (line 26) | func newProfilesDictionary(orig *internal.ProfilesDictionary, state *int... function NewProfilesDictionary (line 34) | func NewProfilesDictionary() ProfilesDictionary { FILE: pdata/pprofile/generated_profilesdictionary_test.go function TestProfilesDictionary_MoveTo (line 18) | func TestProfilesDictionary_MoveTo(t *testing.T) { function TestProfilesDictionary_CopyTo (line 32) | func TestProfilesDictionary_CopyTo(t *testing.T) { function TestProfilesDictionary_MappingTable (line 45) | func TestProfilesDictionary_MappingTable(t *testing.T) { function TestProfilesDictionary_LocationTable (line 52) | func TestProfilesDictionary_LocationTable(t *testing.T) { function TestProfilesDictionary_FunctionTable (line 59) | func TestProfilesDictionary_FunctionTable(t *testing.T) { function TestProfilesDictionary_LinkTable (line 66) | func TestProfilesDictionary_LinkTable(t *testing.T) { function TestProfilesDictionary_StringTable (line 73) | func TestProfilesDictionary_StringTable(t *testing.T) { function TestProfilesDictionary_AttributeTable (line 80) | func TestProfilesDictionary_AttributeTable(t *testing.T) { function TestProfilesDictionary_StackTable (line 87) | func TestProfilesDictionary_StackTable(t *testing.T) { function generateTestProfilesDictionary (line 94) | func generateTestProfilesDictionary() ProfilesDictionary { FILE: pdata/pprofile/generated_profilesslice.go type ProfilesSlice (line 23) | type ProfilesSlice struct method Len (line 42) | func (es ProfilesSlice) Len() int { method At (line 54) | func (es ProfilesSlice) At(i int) Profile { method All (line 63) | func (es ProfilesSlice) All() iter.Seq2[int, Profile] { method EnsureCapacity (line 85) | func (es ProfilesSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es ProfilesSlice) AppendEmpty() Profile { method MoveAndAppendTo (line 107) | func (es ProfilesSlice) MoveAndAppendTo(dest ProfilesSlice) { method RemoveIf (line 125) | func (es ProfilesSlice) RemoveIf(f func(Profile) bool) { method CopyTo (line 149) | func (es ProfilesSlice) CopyTo(dest ProfilesSlice) { method Sort (line 160) | func (es ProfilesSlice) Sort(less func(a, b Profile) bool) { function newProfilesSlice (line 28) | func newProfilesSlice(orig *[]*internal.Profile, state *internal.State) ... function NewProfilesSlice (line 34) | func NewProfilesSlice() ProfilesSlice { FILE: pdata/pprofile/generated_profilesslice_test.go function TestProfilesSlice (line 18) | func TestProfilesSlice(t *testing.T) { function TestProfilesSliceReadOnly (line 35) | func TestProfilesSliceReadOnly(t *testing.T) { function TestProfilesSlice_CopyTo (line 49) | func TestProfilesSlice_CopyTo(t *testing.T) { function TestProfilesSlice_EnsureCapacity (line 58) | func TestProfilesSlice_EnsureCapacity(t *testing.T) { function TestProfilesSlice_MoveAndAppendTo (line 76) | func TestProfilesSlice_MoveAndAppendTo(t *testing.T) { function TestProfilesSlice_RemoveIf (line 108) | func TestProfilesSlice_RemoveIf(t *testing.T) { function TestProfilesSlice_RemoveIfAll (line 126) | func TestProfilesSlice_RemoveIfAll(t *testing.T) { function TestProfilesSliceAll (line 134) | func TestProfilesSliceAll(t *testing.T) { function TestProfilesSlice_Sort (line 146) | func TestProfilesSlice_Sort(t *testing.T) { function generateTestProfilesSlice (line 162) | func generateTestProfilesSlice() ProfilesSlice { FILE: pdata/pprofile/generated_resourceprofiles.go type ResourceProfiles (line 21) | type ResourceProfiles struct method MoveTo (line 40) | func (ms ResourceProfiles) MoveTo(dest ResourceProfiles) { method Resource (line 52) | func (ms ResourceProfiles) Resource() pcommon.Resource { method ScopeProfiles (line 57) | func (ms ResourceProfiles) ScopeProfiles() ScopeProfilesSlice { method SchemaUrl (line 62) | func (ms ResourceProfiles) SchemaUrl() string { method SetSchemaUrl (line 67) | func (ms ResourceProfiles) SetSchemaUrl(v string) { method CopyTo (line 73) | func (ms ResourceProfiles) CopyTo(dest ResourceProfiles) { function newResourceProfiles (line 26) | func newResourceProfiles(orig *internal.ResourceProfiles, state *interna... function NewResourceProfiles (line 34) | func NewResourceProfiles() ResourceProfiles { FILE: pdata/pprofile/generated_resourceprofiles_test.go function TestResourceProfiles_MoveTo (line 18) | func TestResourceProfiles_MoveTo(t *testing.T) { function TestResourceProfiles_CopyTo (line 32) | func TestResourceProfiles_CopyTo(t *testing.T) { function TestResourceProfiles_Resource (line 45) | func TestResourceProfiles_Resource(t *testing.T) { function TestResourceProfiles_ScopeProfiles (line 52) | func TestResourceProfiles_ScopeProfiles(t *testing.T) { function TestResourceProfiles_SchemaUrl (line 59) | func TestResourceProfiles_SchemaUrl(t *testing.T) { function generateTestResourceProfiles (line 71) | func generateTestResourceProfiles() ResourceProfiles { FILE: pdata/pprofile/generated_resourceprofilesslice.go type ResourceProfilesSlice (line 23) | type ResourceProfilesSlice struct method Len (line 42) | func (es ResourceProfilesSlice) Len() int { method At (line 54) | func (es ResourceProfilesSlice) At(i int) ResourceProfiles { method All (line 63) | func (es ResourceProfilesSlice) All() iter.Seq2[int, ResourceProfiles] { method EnsureCapacity (line 85) | func (es ResourceProfilesSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es ResourceProfilesSlice) AppendEmpty() ResourceProfiles { method MoveAndAppendTo (line 107) | func (es ResourceProfilesSlice) MoveAndAppendTo(dest ResourceProfilesS... method RemoveIf (line 125) | func (es ResourceProfilesSlice) RemoveIf(f func(ResourceProfiles) bool) { method CopyTo (line 149) | func (es ResourceProfilesSlice) CopyTo(dest ResourceProfilesSlice) { method Sort (line 160) | func (es ResourceProfilesSlice) Sort(less func(a, b ResourceProfiles) ... function newResourceProfilesSlice (line 28) | func newResourceProfilesSlice(orig *[]*internal.ResourceProfiles, state ... function NewResourceProfilesSlice (line 34) | func NewResourceProfilesSlice() ResourceProfilesSlice { FILE: pdata/pprofile/generated_resourceprofilesslice_test.go function TestResourceProfilesSlice (line 18) | func TestResourceProfilesSlice(t *testing.T) { function TestResourceProfilesSliceReadOnly (line 35) | func TestResourceProfilesSliceReadOnly(t *testing.T) { function TestResourceProfilesSlice_CopyTo (line 49) | func TestResourceProfilesSlice_CopyTo(t *testing.T) { function TestResourceProfilesSlice_EnsureCapacity (line 58) | func TestResourceProfilesSlice_EnsureCapacity(t *testing.T) { function TestResourceProfilesSlice_MoveAndAppendTo (line 76) | func TestResourceProfilesSlice_MoveAndAppendTo(t *testing.T) { function TestResourceProfilesSlice_RemoveIf (line 108) | func TestResourceProfilesSlice_RemoveIf(t *testing.T) { function TestResourceProfilesSlice_RemoveIfAll (line 126) | func TestResourceProfilesSlice_RemoveIfAll(t *testing.T) { function TestResourceProfilesSliceAll (line 134) | func TestResourceProfilesSliceAll(t *testing.T) { function TestResourceProfilesSlice_Sort (line 146) | func TestResourceProfilesSlice_Sort(t *testing.T) { function generateTestResourceProfilesSlice (line 162) | func generateTestResourceProfilesSlice() ResourceProfilesSlice { FILE: pdata/pprofile/generated_sample.go type Sample (line 21) | type Sample struct method MoveTo (line 40) | func (ms Sample) MoveTo(dest Sample) { method StackIndex (line 52) | func (ms Sample) StackIndex() int32 { method SetStackIndex (line 57) | func (ms Sample) SetStackIndex(v int32) { method AttributeIndices (line 63) | func (ms Sample) AttributeIndices() pcommon.Int32Slice { method LinkIndex (line 68) | func (ms Sample) LinkIndex() int32 { method SetLinkIndex (line 73) | func (ms Sample) SetLinkIndex(v int32) { method Values (line 79) | func (ms Sample) Values() pcommon.Int64Slice { method TimestampsUnixNano (line 84) | func (ms Sample) TimestampsUnixNano() pcommon.UInt64Slice { method CopyTo (line 89) | func (ms Sample) CopyTo(dest Sample) { function newSample (line 26) | func newSample(orig *internal.Sample, state *internal.State) Sample { function NewSample (line 34) | func NewSample() Sample { FILE: pdata/pprofile/generated_sample_test.go function TestSample_MoveTo (line 18) | func TestSample_MoveTo(t *testing.T) { function TestSample_CopyTo (line 32) | func TestSample_CopyTo(t *testing.T) { function TestSample_StackIndex (line 45) | func TestSample_StackIndex(t *testing.T) { function TestSample_AttributeIndices (line 55) | func TestSample_AttributeIndices(t *testing.T) { function TestSample_LinkIndex (line 62) | func TestSample_LinkIndex(t *testing.T) { function TestSample_Values (line 72) | func TestSample_Values(t *testing.T) { function TestSample_TimestampsUnixNano (line 79) | func TestSample_TimestampsUnixNano(t *testing.T) { function generateTestSample (line 86) | func generateTestSample() Sample { FILE: pdata/pprofile/generated_sampleslice.go type SampleSlice (line 23) | type SampleSlice struct method Len (line 42) | func (es SampleSlice) Len() int { method At (line 54) | func (es SampleSlice) At(i int) Sample { method All (line 63) | func (es SampleSlice) All() iter.Seq2[int, Sample] { method EnsureCapacity (line 85) | func (es SampleSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es SampleSlice) AppendEmpty() Sample { method MoveAndAppendTo (line 107) | func (es SampleSlice) MoveAndAppendTo(dest SampleSlice) { method RemoveIf (line 125) | func (es SampleSlice) RemoveIf(f func(Sample) bool) { method CopyTo (line 149) | func (es SampleSlice) CopyTo(dest SampleSlice) { method Sort (line 160) | func (es SampleSlice) Sort(less func(a, b Sample) bool) { function newSampleSlice (line 28) | func newSampleSlice(orig *[]*internal.Sample, state *internal.State) Sam... function NewSampleSlice (line 34) | func NewSampleSlice() SampleSlice { FILE: pdata/pprofile/generated_sampleslice_test.go function TestSampleSlice (line 18) | func TestSampleSlice(t *testing.T) { function TestSampleSliceReadOnly (line 35) | func TestSampleSliceReadOnly(t *testing.T) { function TestSampleSlice_CopyTo (line 49) | func TestSampleSlice_CopyTo(t *testing.T) { function TestSampleSlice_EnsureCapacity (line 58) | func TestSampleSlice_EnsureCapacity(t *testing.T) { function TestSampleSlice_MoveAndAppendTo (line 76) | func TestSampleSlice_MoveAndAppendTo(t *testing.T) { function TestSampleSlice_RemoveIf (line 108) | func TestSampleSlice_RemoveIf(t *testing.T) { function TestSampleSlice_RemoveIfAll (line 126) | func TestSampleSlice_RemoveIfAll(t *testing.T) { function TestSampleSliceAll (line 134) | func TestSampleSliceAll(t *testing.T) { function TestSampleSlice_Sort (line 146) | func TestSampleSlice_Sort(t *testing.T) { function generateTestSampleSlice (line 162) | func generateTestSampleSlice() SampleSlice { FILE: pdata/pprofile/generated_scopeprofiles.go type ScopeProfiles (line 21) | type ScopeProfiles struct method MoveTo (line 40) | func (ms ScopeProfiles) MoveTo(dest ScopeProfiles) { method Scope (line 52) | func (ms ScopeProfiles) Scope() pcommon.InstrumentationScope { method Profiles (line 57) | func (ms ScopeProfiles) Profiles() ProfilesSlice { method SchemaUrl (line 62) | func (ms ScopeProfiles) SchemaUrl() string { method SetSchemaUrl (line 67) | func (ms ScopeProfiles) SetSchemaUrl(v string) { method CopyTo (line 73) | func (ms ScopeProfiles) CopyTo(dest ScopeProfiles) { function newScopeProfiles (line 26) | func newScopeProfiles(orig *internal.ScopeProfiles, state *internal.Stat... function NewScopeProfiles (line 34) | func NewScopeProfiles() ScopeProfiles { FILE: pdata/pprofile/generated_scopeprofiles_test.go function TestScopeProfiles_MoveTo (line 18) | func TestScopeProfiles_MoveTo(t *testing.T) { function TestScopeProfiles_CopyTo (line 32) | func TestScopeProfiles_CopyTo(t *testing.T) { function TestScopeProfiles_Scope (line 45) | func TestScopeProfiles_Scope(t *testing.T) { function TestScopeProfiles_Profiles (line 52) | func TestScopeProfiles_Profiles(t *testing.T) { function TestScopeProfiles_SchemaUrl (line 59) | func TestScopeProfiles_SchemaUrl(t *testing.T) { function generateTestScopeProfiles (line 69) | func generateTestScopeProfiles() ScopeProfiles { FILE: pdata/pprofile/generated_scopeprofilesslice.go type ScopeProfilesSlice (line 23) | type ScopeProfilesSlice struct method Len (line 42) | func (es ScopeProfilesSlice) Len() int { method At (line 54) | func (es ScopeProfilesSlice) At(i int) ScopeProfiles { method All (line 63) | func (es ScopeProfilesSlice) All() iter.Seq2[int, ScopeProfiles] { method EnsureCapacity (line 85) | func (es ScopeProfilesSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es ScopeProfilesSlice) AppendEmpty() ScopeProfiles { method MoveAndAppendTo (line 107) | func (es ScopeProfilesSlice) MoveAndAppendTo(dest ScopeProfilesSlice) { method RemoveIf (line 125) | func (es ScopeProfilesSlice) RemoveIf(f func(ScopeProfiles) bool) { method CopyTo (line 149) | func (es ScopeProfilesSlice) CopyTo(dest ScopeProfilesSlice) { method Sort (line 160) | func (es ScopeProfilesSlice) Sort(less func(a, b ScopeProfiles) bool) { function newScopeProfilesSlice (line 28) | func newScopeProfilesSlice(orig *[]*internal.ScopeProfiles, state *inter... function NewScopeProfilesSlice (line 34) | func NewScopeProfilesSlice() ScopeProfilesSlice { FILE: pdata/pprofile/generated_scopeprofilesslice_test.go function TestScopeProfilesSlice (line 18) | func TestScopeProfilesSlice(t *testing.T) { function TestScopeProfilesSliceReadOnly (line 35) | func TestScopeProfilesSliceReadOnly(t *testing.T) { function TestScopeProfilesSlice_CopyTo (line 49) | func TestScopeProfilesSlice_CopyTo(t *testing.T) { function TestScopeProfilesSlice_EnsureCapacity (line 58) | func TestScopeProfilesSlice_EnsureCapacity(t *testing.T) { function TestScopeProfilesSlice_MoveAndAppendTo (line 76) | func TestScopeProfilesSlice_MoveAndAppendTo(t *testing.T) { function TestScopeProfilesSlice_RemoveIf (line 108) | func TestScopeProfilesSlice_RemoveIf(t *testing.T) { function TestScopeProfilesSlice_RemoveIfAll (line 126) | func TestScopeProfilesSlice_RemoveIfAll(t *testing.T) { function TestScopeProfilesSliceAll (line 134) | func TestScopeProfilesSliceAll(t *testing.T) { function TestScopeProfilesSlice_Sort (line 146) | func TestScopeProfilesSlice_Sort(t *testing.T) { function generateTestScopeProfilesSlice (line 162) | func generateTestScopeProfilesSlice() ScopeProfilesSlice { FILE: pdata/pprofile/generated_stack.go type Stack (line 21) | type Stack struct method MoveTo (line 40) | func (ms Stack) MoveTo(dest Stack) { method LocationIndices (line 52) | func (ms Stack) LocationIndices() pcommon.Int32Slice { method CopyTo (line 57) | func (ms Stack) CopyTo(dest Stack) { function newStack (line 26) | func newStack(orig *internal.Stack, state *internal.State) Stack { function NewStack (line 34) | func NewStack() Stack { FILE: pdata/pprofile/generated_stack_test.go function TestStack_MoveTo (line 18) | func TestStack_MoveTo(t *testing.T) { function TestStack_CopyTo (line 32) | func TestStack_CopyTo(t *testing.T) { function TestStack_LocationIndices (line 45) | func TestStack_LocationIndices(t *testing.T) { function generateTestStack (line 52) | func generateTestStack() Stack { FILE: pdata/pprofile/generated_stackslice.go type StackSlice (line 23) | type StackSlice struct method Len (line 42) | func (es StackSlice) Len() int { method At (line 54) | func (es StackSlice) At(i int) Stack { method All (line 63) | func (es StackSlice) All() iter.Seq2[int, Stack] { method EnsureCapacity (line 85) | func (es StackSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es StackSlice) AppendEmpty() Stack { method MoveAndAppendTo (line 107) | func (es StackSlice) MoveAndAppendTo(dest StackSlice) { method RemoveIf (line 125) | func (es StackSlice) RemoveIf(f func(Stack) bool) { method CopyTo (line 149) | func (es StackSlice) CopyTo(dest StackSlice) { method Sort (line 160) | func (es StackSlice) Sort(less func(a, b Stack) bool) { function newStackSlice (line 28) | func newStackSlice(orig *[]*internal.Stack, state *internal.State) Stack... function NewStackSlice (line 34) | func NewStackSlice() StackSlice { FILE: pdata/pprofile/generated_stackslice_test.go function TestStackSlice (line 18) | func TestStackSlice(t *testing.T) { function TestStackSliceReadOnly (line 35) | func TestStackSliceReadOnly(t *testing.T) { function TestStackSlice_CopyTo (line 49) | func TestStackSlice_CopyTo(t *testing.T) { function TestStackSlice_EnsureCapacity (line 58) | func TestStackSlice_EnsureCapacity(t *testing.T) { function TestStackSlice_MoveAndAppendTo (line 76) | func TestStackSlice_MoveAndAppendTo(t *testing.T) { function TestStackSlice_RemoveIf (line 108) | func TestStackSlice_RemoveIf(t *testing.T) { function TestStackSlice_RemoveIfAll (line 126) | func TestStackSlice_RemoveIfAll(t *testing.T) { function TestStackSliceAll (line 134) | func TestStackSliceAll(t *testing.T) { function TestStackSlice_Sort (line 146) | func TestStackSlice_Sort(t *testing.T) { function generateTestStackSlice (line 162) | func generateTestStackSlice() StackSlice { FILE: pdata/pprofile/generated_valuetype.go type ValueType (line 20) | type ValueType struct method MoveTo (line 39) | func (ms ValueType) MoveTo(dest ValueType) { method TypeStrindex (line 51) | func (ms ValueType) TypeStrindex() int32 { method SetTypeStrindex (line 56) | func (ms ValueType) SetTypeStrindex(v int32) { method UnitStrindex (line 62) | func (ms ValueType) UnitStrindex() int32 { method SetUnitStrindex (line 67) | func (ms ValueType) SetUnitStrindex(v int32) { method CopyTo (line 73) | func (ms ValueType) CopyTo(dest ValueType) { function newValueType (line 25) | func newValueType(orig *internal.ValueType, state *internal.State) Value... function NewValueType (line 33) | func NewValueType() ValueType { FILE: pdata/pprofile/generated_valuetype_test.go function TestValueType_MoveTo (line 17) | func TestValueType_MoveTo(t *testing.T) { function TestValueType_CopyTo (line 31) | func TestValueType_CopyTo(t *testing.T) { function TestValueType_TypeStrindex (line 44) | func TestValueType_TypeStrindex(t *testing.T) { function TestValueType_UnitStrindex (line 54) | func TestValueType_UnitStrindex(t *testing.T) { function generateTestValueType (line 64) | func generateTestValueType() ValueType { FILE: pdata/pprofile/generated_valuetypeslice.go type ValueTypeSlice (line 23) | type ValueTypeSlice struct method Len (line 42) | func (es ValueTypeSlice) Len() int { method At (line 54) | func (es ValueTypeSlice) At(i int) ValueType { method All (line 63) | func (es ValueTypeSlice) All() iter.Seq2[int, ValueType] { method EnsureCapacity (line 85) | func (es ValueTypeSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es ValueTypeSlice) AppendEmpty() ValueType { method MoveAndAppendTo (line 107) | func (es ValueTypeSlice) MoveAndAppendTo(dest ValueTypeSlice) { method RemoveIf (line 125) | func (es ValueTypeSlice) RemoveIf(f func(ValueType) bool) { method CopyTo (line 149) | func (es ValueTypeSlice) CopyTo(dest ValueTypeSlice) { method Sort (line 160) | func (es ValueTypeSlice) Sort(less func(a, b ValueType) bool) { function newValueTypeSlice (line 28) | func newValueTypeSlice(orig *[]*internal.ValueType, state *internal.Stat... function NewValueTypeSlice (line 34) | func NewValueTypeSlice() ValueTypeSlice { FILE: pdata/pprofile/generated_valuetypeslice_test.go function TestValueTypeSlice (line 18) | func TestValueTypeSlice(t *testing.T) { function TestValueTypeSliceReadOnly (line 35) | func TestValueTypeSliceReadOnly(t *testing.T) { function TestValueTypeSlice_CopyTo (line 49) | func TestValueTypeSlice_CopyTo(t *testing.T) { function TestValueTypeSlice_EnsureCapacity (line 58) | func TestValueTypeSlice_EnsureCapacity(t *testing.T) { function TestValueTypeSlice_MoveAndAppendTo (line 76) | func TestValueTypeSlice_MoveAndAppendTo(t *testing.T) { function TestValueTypeSlice_RemoveIf (line 108) | func TestValueTypeSlice_RemoveIf(t *testing.T) { function TestValueTypeSlice_RemoveIfAll (line 126) | func TestValueTypeSlice_RemoveIfAll(t *testing.T) { function TestValueTypeSliceAll (line 134) | func TestValueTypeSliceAll(t *testing.T) { function TestValueTypeSlice_Sort (line 146) | func TestValueTypeSlice_Sort(t *testing.T) { function generateTestValueTypeSlice (line 162) | func generateTestValueTypeSlice() ValueTypeSlice { FILE: pdata/pprofile/json.go type JSONMarshaler (line 14) | type JSONMarshaler struct method MarshalProfiles (line 17) | func (*JSONMarshaler) MarshalProfiles(pd Profiles) ([]byte, error) { type JSONUnmarshaler (line 31) | type JSONUnmarshaler struct method UnmarshalProfiles (line 34) | func (*JSONUnmarshaler) UnmarshalProfiles(buf []byte) (Profiles, error) { FILE: pdata/pprofile/json_references_test.go function newProfilesWithAttributes (line 16) | func newProfilesWithAttributes() Profiles { function TestJSONMarshalConvertsToReferences (line 30) | func TestJSONMarshalConvertsToReferences(t *testing.T) { function TestJSONUnmarshalResolvesReferences (line 57) | func TestJSONUnmarshalResolvesReferences(t *testing.T) { FILE: pdata/pprofile/keyvalueandunit.go method Equal (line 10) | func (ms KeyValueAndUnit) Equal(val KeyValueAndUnit) bool { method switchDictionary (line 18) | func (ms KeyValueAndUnit) switchDictionary(src, dst ProfilesDictionary) ... FILE: pdata/pprofile/keyvalueandunit_test.go function TestKeyValueAndUnitEqual (line 17) | func TestKeyValueAndUnitEqual(t *testing.T) { function TestKeyValueAndUnitSwitchDictionary (line 65) | func TestKeyValueAndUnitSwitchDictionary(t *testing.T) { function BenchmarkKeyValueAndUnitSwitchDictionary (line 249) | func BenchmarkKeyValueAndUnitSwitchDictionary(b *testing.B) { function buildKeyValueAndUnit (line 269) | func buildKeyValueAndUnit(keyIdx, unitIdx int32, val pcommon.Value) KeyV... FILE: pdata/pprofile/line.go method Equal (line 9) | func (l LineSlice) Equal(val LineSlice) bool { method Equal (line 24) | func (l Line) Equal(val Line) bool { method switchDictionary (line 32) | func (l Line) switchDictionary(src, dst ProfilesDictionary) error { FILE: pdata/pprofile/line_test.go function TestLineSliceEqual (line 16) | func TestLineSliceEqual(t *testing.T) { function TestLineEqual (line 78) | func TestLineEqual(t *testing.T) { function TestLineSwitchDictionary (line 126) | func TestLineSwitchDictionary(t *testing.T) { function BenchmarkLineSwitchDictionary (line 251) | func BenchmarkLineSwitchDictionary(b *testing.B) { function buildLine (line 274) | func buildLine(col int64, funcIdx int32, line int64) Line { FILE: pdata/pprofile/link.go method Equal (line 7) | func (ms Link) Equal(val Link) bool { FILE: pdata/pprofile/link_test.go function TestLinkEqual (line 14) | func TestLinkEqual(t *testing.T) { function buildLink (line 74) | func buildLink(traceID pcommon.TraceID, spanID pcommon.SpanID) Link { FILE: pdata/pprofile/links.go function SetLink (line 15) | func SetLink(table LinkSlice, li Link) (int32, error) { FILE: pdata/pprofile/links_test.go function TestSetLink (line 16) | func TestSetLink(t *testing.T) { function BenchmarkSetLink (line 55) | func BenchmarkSetLink(b *testing.B) { FILE: pdata/pprofile/location.go method Equal (line 9) | func (ms Location) Equal(val Location) bool { method switchDictionary (line 18) | func (ms Location) switchDictionary(src, dst ProfilesDictionary) error { FILE: pdata/pprofile/location_test.go function TestLocationEqual (line 16) | func TestLocationEqual(t *testing.T) { function TestLocationSwitchDictionary (line 70) | func TestLocationSwitchDictionary(t *testing.T) { function BenchmarkLocationSwitchDictionary (line 326) | func BenchmarkLocationSwitchDictionary(b *testing.B) { function buildLocation (line 352) | func buildLocation(mapIdx int32, addr uint64, attrIdxs []int32, line Lin... FILE: pdata/pprofile/locations.go function FromLocationIndices (line 13) | func FromLocationIndices(table LocationSlice, record Stack) LocationSlice { function SetLocation (line 29) | func SetLocation(table LocationSlice, loc Location) (int32, error) { FILE: pdata/pprofile/locations_test.go function TestFromLocationIndices (line 15) | func TestFromLocationIndices(t *testing.T) { function TestSetLocation (line 39) | func TestSetLocation(t *testing.T) { function BenchmarkFromLocationIndices (line 78) | func BenchmarkFromLocationIndices(b *testing.B) { function BenchmarkSetLocation (line 97) | func BenchmarkSetLocation(b *testing.B) { FILE: pdata/pprofile/mapping.go method Equal (line 9) | func (ms Mapping) Equal(val Mapping) bool { method switchDictionary (line 19) | func (ms Mapping) switchDictionary(src, dst ProfilesDictionary) error { FILE: pdata/pprofile/mapping_test.go function TestMappingEqual (line 16) | func TestMappingEqual(t *testing.T) { function TestMappingSwitchDictionary (line 76) | func TestMappingSwitchDictionary(t *testing.T) { function BenchmarkMappingSwitchDictionary (line 275) | func BenchmarkMappingSwitchDictionary(b *testing.B) { function buildMapping (line 301) | func buildMapping(memStart, memLimit, fileOffset uint64, filenameIdx int... FILE: pdata/pprofile/mappings.go function SetMapping (line 15) | func SetMapping(table MappingSlice, ma Mapping) (int32, error) { FILE: pdata/pprofile/mappings_test.go function TestSetMapping (line 15) | func TestSetMapping(t *testing.T) { function BenchmarkSetMapping (line 54) | func BenchmarkSetMapping(b *testing.B) { FILE: pdata/pprofile/pb.go type ProtoMarshaler (line 8) | type ProtoMarshaler struct method MarshalProfiles (line 10) | func (e *ProtoMarshaler) MarshalProfiles(pd Profiles) ([]byte, error) { method ProfilesSize (line 20) | func (e *ProtoMarshaler) ProfilesSize(pd Profiles) int { method ResourceProfilesSize (line 24) | func (e *ProtoMarshaler) ResourceProfilesSize(pd ResourceProfiles) int { method ScopeProfilesSize (line 28) | func (e *ProtoMarshaler) ScopeProfilesSize(pd ScopeProfiles) int { method ProfileSize (line 32) | func (e *ProtoMarshaler) ProfileSize(pd Profile) int { type ProtoUnmarshaler (line 36) | type ProtoUnmarshaler struct method UnmarshalProfiles (line 38) | func (d *ProtoUnmarshaler) UnmarshalProfiles(buf []byte) (Profiles, er... FILE: pdata/pprofile/pb_references_test.go function TestMarshalUnmarshalWithReferences (line 16) | func TestMarshalUnmarshalWithReferences(t *testing.T) { function TestMarshalUnmarshalNestedValues (line 84) | func TestMarshalUnmarshalNestedValues(t *testing.T) { function TestRoundTripWithReferences (line 137) | func TestRoundTripWithReferences(t *testing.T) { FILE: pdata/pprofile/pb_test.go function TestProfilesProtoWireCompatibility (line 18) | func TestProfilesProtoWireCompatibility(t *testing.T) { function TestProtoProfilesUnmarshalerError (line 62) | func TestProtoProfilesUnmarshalerError(t *testing.T) { function TestProtoSizer (line 68) | func TestProtoSizer(t *testing.T) { function TestProtoSizerEmptyProfiles (line 81) | func TestProtoSizerEmptyProfiles(t *testing.T) { function BenchmarkProfilesToProto (line 86) | func BenchmarkProfilesToProto(b *testing.B) { function BenchmarkProfilesFromProto (line 99) | func BenchmarkProfilesFromProto(b *testing.B) { function generateBenchmarkProfiles (line 116) | func generateBenchmarkProfiles(samplesCount int) Profiles { function generateProfiles (line 128) | func generateProfiles(b *testing.B, resourceCount, scopeCount, profileCo... function BenchmarkUnmarshalProfiles (line 195) | func BenchmarkUnmarshalProfiles(b *testing.B) { function BenchmarkMarshalProfiles (line 251) | func BenchmarkMarshalProfiles(b *testing.B) { FILE: pdata/pprofile/pprofileotlp/fuzz_test.go function FuzzRequestUnmarshalJSON (line 15) | func FuzzRequestUnmarshalJSON(f *testing.F) { function FuzzResponseUnmarshalJSON (line 34) | func FuzzResponseUnmarshalJSON(f *testing.F) { function FuzzRequestUnmarshalProto (line 53) | func FuzzRequestUnmarshalProto(f *testing.F) { function FuzzResponseUnmarshalProto (line 72) | func FuzzResponseUnmarshalProto(f *testing.F) { FILE: pdata/pprofile/pprofileotlp/generated_exportpartialsuccess.go type ExportPartialSuccess (line 20) | type ExportPartialSuccess struct method MoveTo (line 39) | func (ms ExportPartialSuccess) MoveTo(dest ExportPartialSuccess) { method RejectedProfiles (line 51) | func (ms ExportPartialSuccess) RejectedProfiles() int64 { method SetRejectedProfiles (line 56) | func (ms ExportPartialSuccess) SetRejectedProfiles(v int64) { method ErrorMessage (line 62) | func (ms ExportPartialSuccess) ErrorMessage() string { method SetErrorMessage (line 67) | func (ms ExportPartialSuccess) SetErrorMessage(v string) { method CopyTo (line 73) | func (ms ExportPartialSuccess) CopyTo(dest ExportPartialSuccess) { function newExportPartialSuccess (line 25) | func newExportPartialSuccess(orig *internal.ExportProfilesPartialSuccess... function NewExportPartialSuccess (line 33) | func NewExportPartialSuccess() ExportPartialSuccess { FILE: pdata/pprofile/pprofileotlp/generated_exportpartialsuccess_test.go function TestExportPartialSuccess_MoveTo (line 17) | func TestExportPartialSuccess_MoveTo(t *testing.T) { function TestExportPartialSuccess_CopyTo (line 31) | func TestExportPartialSuccess_CopyTo(t *testing.T) { function TestExportPartialSuccess_RejectedProfiles (line 44) | func TestExportPartialSuccess_RejectedProfiles(t *testing.T) { function TestExportPartialSuccess_ErrorMessage (line 56) | func TestExportPartialSuccess_ErrorMessage(t *testing.T) { function generateTestExportPartialSuccess (line 68) | func generateTestExportPartialSuccess() ExportPartialSuccess { FILE: pdata/pprofile/pprofileotlp/generated_exportresponse.go type ExportResponse (line 20) | type ExportResponse struct method MoveTo (line 39) | func (ms ExportResponse) MoveTo(dest ExportResponse) { method PartialSuccess (line 51) | func (ms ExportResponse) PartialSuccess() ExportPartialSuccess { method CopyTo (line 56) | func (ms ExportResponse) CopyTo(dest ExportResponse) { function newExportResponse (line 25) | func newExportResponse(orig *internal.ExportProfilesServiceResponse, sta... function NewExportResponse (line 33) | func NewExportResponse() ExportResponse { FILE: pdata/pprofile/pprofileotlp/generated_exportresponse_test.go function TestExportResponse_MoveTo (line 17) | func TestExportResponse_MoveTo(t *testing.T) { function TestExportResponse_CopyTo (line 31) | func TestExportResponse_CopyTo(t *testing.T) { function TestExportResponse_PartialSuccess (line 44) | func TestExportResponse_PartialSuccess(t *testing.T) { function generateTestExportResponse (line 51) | func generateTestExportResponse() ExportResponse { FILE: pdata/pprofile/pprofileotlp/grpc.go type GRPCClient (line 21) | type GRPCClient interface function NewGRPCClient (line 33) | func NewGRPCClient(cc *grpc.ClientConn) GRPCClient { type grpcClient (line 37) | type grpcClient struct method Export (line 42) | func (c *grpcClient) Export(ctx context.Context, request ExportRequest... method unexported (line 50) | func (c *grpcClient) unexported() {} type GRPCServer (line 54) | type GRPCServer interface type UnimplementedGRPCServer (line 68) | type UnimplementedGRPCServer struct method Export (line 70) | func (*UnimplementedGRPCServer) Export(context.Context, ExportRequest)... method unexported (line 74) | func (*UnimplementedGRPCServer) unexported() {} function RegisterGRPCServer (line 77) | func RegisterGRPCServer(s *grpc.Server, srv GRPCServer) { type rawProfilesServer (line 81) | type rawProfilesServer struct method Export (line 85) | func (s rawProfilesServer) Export(ctx context.Context, request *intern... FILE: pdata/pprofile/pprofileotlp/grpc_test.go function TestGrpc (line 25) | func TestGrpc(t *testing.T) { function TestGrpcError (line 56) | func TestGrpcError(t *testing.T) { type fakeProfilesServer (line 89) | type fakeProfilesServer struct method Export (line 95) | func (f fakeProfilesServer) Export(_ context.Context, request ExportRe... function generateProfilesRequest (line 100) | func generateProfilesRequest() ExportRequest { FILE: pdata/pprofile/pprofileotlp/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: pdata/pprofile/pprofileotlp/request.go type ExportRequest (line 17) | type ExportRequest struct method MarshalProto (line 41) | func (ms ExportRequest) MarshalProto() ([]byte, error) { method UnmarshalProto (line 49) | func (ms ExportRequest) UnmarshalProto(data []byte) error { method MarshalJSON (line 59) | func (ms ExportRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 70) | func (ms ExportRequest) UnmarshalJSON(data []byte) error { method Profiles (line 77) | func (ms ExportRequest) Profiles() pprofile.Profiles { function NewExportRequest (line 23) | func NewExportRequest() ExportRequest { function NewExportRequestFromProfiles (line 33) | func NewExportRequestFromProfiles(td pprofile.Profiles) ExportRequest { FILE: pdata/pprofile/pprofileotlp/request_test.go function TestRequestToPData (line 52) | func TestRequestToPData(t *testing.T) { function TestRequestJSON (line 59) | func TestRequestJSON(t *testing.T) { function TestProfilesProtoWireCompatibility (line 69) | func TestProfilesProtoWireCompatibility(t *testing.T) { FILE: pdata/pprofile/pprofileotlp/response.go method MarshalProto (line 13) | func (ms ExportResponse) MarshalProto() ([]byte, error) { method UnmarshalProto (line 21) | func (ms ExportResponse) UnmarshalProto(data []byte) error { method MarshalJSON (line 26) | func (ms ExportResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 34) | func (ms ExportResponse) UnmarshalJSON(data []byte) error { FILE: pdata/pprofile/pprofileotlp/response_test.go function TestExportResponseJSON (line 19) | func TestExportResponseJSON(t *testing.T) { function TestUnmarshalJSONExportResponse (line 32) | func TestUnmarshalJSONExportResponse(t *testing.T) { FILE: pdata/pprofile/profile.go method switchDictionary (line 14) | func (ms Profile) switchDictionary(src, dst ProfilesDictionary) error { method Duration (line 50) | func (ms Profile) Duration() pcommon.Timestamp { method SetDuration (line 57) | func (ms Profile) SetDuration(_ pcommon.Timestamp) { FILE: pdata/pprofile/profile_test.go function TestProfileSwitchDictionary (line 17) | func TestProfileSwitchDictionary(t *testing.T) { function BenchmarkProfileSwitchDictionary (line 334) | func BenchmarkProfileSwitchDictionary(b *testing.B) { function TestProfile_Duration (line 360) | func TestProfile_Duration(_ *testing.T) { FILE: pdata/pprofile/profileid.go type ProfileID (line 15) | type ProfileID method String (line 27) | func (ms ProfileID) String() string { method IsEmpty (line 35) | func (ms ProfileID) IsEmpty() bool { function NewProfileIDEmpty (line 18) | func NewProfileIDEmpty() ProfileID { FILE: pdata/pprofile/profileid_test.go function TestProfileID (line 12) | func TestProfileID(t *testing.T) { function TestNewProfileIDEmpty (line 18) | func TestNewProfileIDEmpty(t *testing.T) { function TestProfileIDString (line 24) | func TestProfileIDString(t *testing.T) { function TestProfileIDImmutable (line 32) | func TestProfileIDImmutable(t *testing.T) { FILE: pdata/pprofile/profiles.go method MarkReadOnly (line 9) | func (ms Profiles) MarkReadOnly() { method IsReadOnly (line 14) | func (ms Profiles) IsReadOnly() bool { method SampleCount (line 19) | func (ms Profiles) SampleCount() int { method switchDictionary (line 37) | func (ms Profiles) switchDictionary(src, dst ProfilesDictionary) error { method ProfileCount (line 80) | func (ms Profiles) ProfileCount() int { FILE: pdata/pprofile/profiles_merge.go method MergeTo (line 9) | func (ms Profiles) MergeTo(dest Profiles) error { FILE: pdata/pprofile/profiles_merge_test.go function TestProfilesMergeTo (line 13) | func TestProfilesMergeTo(t *testing.T) { function TestProfilesMergeToSelf (line 586) | func TestProfilesMergeToSelf(t *testing.T) { function TestProfilesMergeToError (line 597) | func TestProfilesMergeToError(t *testing.T) { FILE: pdata/pprofile/profiles_test.go function TestReadOnlyProfilesInvalidUsage (line 18) | func TestReadOnlyProfilesInvalidUsage(t *testing.T) { function TestSampleCount (line 28) | func TestSampleCount(t *testing.T) { function TestProfileCount (line 64) | func TestProfileCount(t *testing.T) { function TestSampleCountWithEmpty (line 100) | func TestSampleCountWithEmpty(t *testing.T) { function TestProfilesSwitchDictionary (line 130) | func TestProfilesSwitchDictionary(t *testing.T) { function BenchmarkProfilesSwitchDictionary (line 208) | func BenchmarkProfilesSwitchDictionary(b *testing.B) { function BenchmarkProfilesUsage (line 230) | func BenchmarkProfilesUsage(b *testing.B) { function BenchmarkProfilesMarshalJSON (line 276) | func BenchmarkProfilesMarshalJSON(b *testing.B) { FILE: pdata/pprofile/resourceprofiles.go method switchDictionary (line 10) | func (ms ResourceProfiles) switchDictionary(src, dst ProfilesDictionary)... FILE: pdata/pprofile/resourceprofiles_test.go function TestResourceProfilesSwitchDictionary (line 16) | func TestResourceProfilesSwitchDictionary(t *testing.T) { function BenchmarkResourceProfilesSwitchDictionary (line 94) | func BenchmarkResourceProfilesSwitchDictionary(b *testing.B) { FILE: pdata/pprofile/sample.go method switchDictionary (line 10) | func (ms Sample) switchDictionary(src, dst ProfilesDictionary) error { FILE: pdata/pprofile/sample_test.go function TestSampleSwitchDictionary (line 17) | func TestSampleSwitchDictionary(t *testing.T) { function BenchmarkSampleSwitchDictionary (line 314) | func BenchmarkSampleSwitchDictionary(b *testing.B) { FILE: pdata/pprofile/scopeprofiles.go method switchDictionary (line 10) | func (ms ScopeProfiles) switchDictionary(src, dst ProfilesDictionary) er... FILE: pdata/pprofile/scopeprofiles_test.go function TestScopeProfilesSwitchDictionary (line 16) | func TestScopeProfilesSwitchDictionary(t *testing.T) { function BenchmarkScopeProfilesSwitchDictionary (line 94) | func BenchmarkScopeProfilesSwitchDictionary(b *testing.B) { FILE: pdata/pprofile/stack.go method Equal (line 11) | func (ms Stack) Equal(val Stack) bool { method switchDictionary (line 27) | func (ms Stack) switchDictionary(src, dst ProfilesDictionary) error { FILE: pdata/pprofile/stack_test.go function TestStackEqual (line 16) | func TestStackEqual(t *testing.T) { function TestStackSwitchDictionary (line 78) | func TestStackSwitchDictionary(t *testing.T) { function BenchmarkStackSwitchDictionary (line 226) | func BenchmarkStackSwitchDictionary(b *testing.B) { FILE: pdata/pprofile/stacks.go function SetStack (line 15) | func SetStack(table StackSlice, st Stack) (int32, error) { FILE: pdata/pprofile/stacks_test.go function TestSetStack (line 15) | func TestSetStack(t *testing.T) { function BenchmarkSetStack (line 54) | func BenchmarkSetStack(b *testing.B) { FILE: pdata/pprofile/string_table.go function SetString (line 16) | func SetString(table pcommon.StringSlice, val string) (int32, error) { FILE: pdata/pprofile/string_table_test.go function TestSetString (line 16) | func TestSetString(t *testing.T) { function BenchmarkSetString (line 53) | func BenchmarkSetString(b *testing.B) { FILE: pdata/pprofile/valuetype.go method switchDictionary (line 10) | func (ms ValueType) switchDictionary(src, dst ProfilesDictionary) error { FILE: pdata/pprofile/valuetype_test.go function TestValueTypeSwitchDictionary (line 16) | func TestValueTypeSwitchDictionary(t *testing.T) { function BenchmarkValueTypeSwitchDictionary (line 200) | func BenchmarkValueTypeSwitchDictionary(b *testing.B) { FILE: pdata/ptrace/doc_test.go function ExampleNewTraces (line 14) | func ExampleNewTraces() { function ExampleSpan_SetTraceID (line 45) | func ExampleSpan_SetTraceID() { function ExampleSpan_Events (line 69) | func ExampleSpan_Events() { function ExampleSpan_Status (line 96) | func ExampleSpan_Status() { function ExampleSpanKind (line 115) | func ExampleSpanKind() { function ExampleSpan_Links (line 149) | func ExampleSpan_Links() { function ExampleSpan_TraceState (line 185) | func ExampleSpan_TraceState() { function ExampleSpan_Flags (line 201) | func ExampleSpan_Flags() { function ExampleStatusCode (line 217) | func ExampleStatusCode() { function ExampleSpan_DroppedAttributesCount (line 254) | func ExampleSpan_DroppedAttributesCount() { FILE: pdata/ptrace/encoding.go type MarshalSizer (line 7) | type MarshalSizer interface type Marshaler (line 13) | type Marshaler interface type Unmarshaler (line 20) | type Unmarshaler interface type Sizer (line 28) | type Sizer interface FILE: pdata/ptrace/fuzz_test.go function FuzzUnmarshalJSONTraces (line 15) | func FuzzUnmarshalJSONTraces(f *testing.F) { function FuzzUnmarshalPBTraces (line 37) | func FuzzUnmarshalPBTraces(f *testing.F) { FILE: pdata/ptrace/generated_resourcespans.go type ResourceSpans (line 21) | type ResourceSpans struct method MoveTo (line 40) | func (ms ResourceSpans) MoveTo(dest ResourceSpans) { method Resource (line 52) | func (ms ResourceSpans) Resource() pcommon.Resource { method ScopeSpans (line 57) | func (ms ResourceSpans) ScopeSpans() ScopeSpansSlice { method SchemaUrl (line 62) | func (ms ResourceSpans) SchemaUrl() string { method SetSchemaUrl (line 67) | func (ms ResourceSpans) SetSchemaUrl(v string) { method CopyTo (line 73) | func (ms ResourceSpans) CopyTo(dest ResourceSpans) { function newResourceSpans (line 26) | func newResourceSpans(orig *internal.ResourceSpans, state *internal.Stat... function NewResourceSpans (line 34) | func NewResourceSpans() ResourceSpans { FILE: pdata/ptrace/generated_resourcespans_test.go function TestResourceSpans_MoveTo (line 18) | func TestResourceSpans_MoveTo(t *testing.T) { function TestResourceSpans_CopyTo (line 32) | func TestResourceSpans_CopyTo(t *testing.T) { function TestResourceSpans_Resource (line 45) | func TestResourceSpans_Resource(t *testing.T) { function TestResourceSpans_ScopeSpans (line 52) | func TestResourceSpans_ScopeSpans(t *testing.T) { function TestResourceSpans_SchemaUrl (line 59) | func TestResourceSpans_SchemaUrl(t *testing.T) { function generateTestResourceSpans (line 69) | func generateTestResourceSpans() ResourceSpans { FILE: pdata/ptrace/generated_resourcespansslice.go type ResourceSpansSlice (line 23) | type ResourceSpansSlice struct method Len (line 42) | func (es ResourceSpansSlice) Len() int { method At (line 54) | func (es ResourceSpansSlice) At(i int) ResourceSpans { method All (line 63) | func (es ResourceSpansSlice) All() iter.Seq2[int, ResourceSpans] { method EnsureCapacity (line 85) | func (es ResourceSpansSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es ResourceSpansSlice) AppendEmpty() ResourceSpans { method MoveAndAppendTo (line 107) | func (es ResourceSpansSlice) MoveAndAppendTo(dest ResourceSpansSlice) { method RemoveIf (line 125) | func (es ResourceSpansSlice) RemoveIf(f func(ResourceSpans) bool) { method CopyTo (line 149) | func (es ResourceSpansSlice) CopyTo(dest ResourceSpansSlice) { method Sort (line 160) | func (es ResourceSpansSlice) Sort(less func(a, b ResourceSpans) bool) { function newResourceSpansSlice (line 28) | func newResourceSpansSlice(orig *[]*internal.ResourceSpans, state *inter... function NewResourceSpansSlice (line 34) | func NewResourceSpansSlice() ResourceSpansSlice { FILE: pdata/ptrace/generated_resourcespansslice_test.go function TestResourceSpansSlice (line 18) | func TestResourceSpansSlice(t *testing.T) { function TestResourceSpansSliceReadOnly (line 35) | func TestResourceSpansSliceReadOnly(t *testing.T) { function TestResourceSpansSlice_CopyTo (line 49) | func TestResourceSpansSlice_CopyTo(t *testing.T) { function TestResourceSpansSlice_EnsureCapacity (line 58) | func TestResourceSpansSlice_EnsureCapacity(t *testing.T) { function TestResourceSpansSlice_MoveAndAppendTo (line 76) | func TestResourceSpansSlice_MoveAndAppendTo(t *testing.T) { function TestResourceSpansSlice_RemoveIf (line 108) | func TestResourceSpansSlice_RemoveIf(t *testing.T) { function TestResourceSpansSlice_RemoveIfAll (line 126) | func TestResourceSpansSlice_RemoveIfAll(t *testing.T) { function TestResourceSpansSliceAll (line 134) | func TestResourceSpansSliceAll(t *testing.T) { function TestResourceSpansSlice_Sort (line 146) | func TestResourceSpansSlice_Sort(t *testing.T) { function generateTestResourceSpansSlice (line 162) | func generateTestResourceSpansSlice() ResourceSpansSlice { FILE: pdata/ptrace/generated_scopespans.go type ScopeSpans (line 21) | type ScopeSpans struct method MoveTo (line 40) | func (ms ScopeSpans) MoveTo(dest ScopeSpans) { method Scope (line 52) | func (ms ScopeSpans) Scope() pcommon.InstrumentationScope { method Spans (line 57) | func (ms ScopeSpans) Spans() SpanSlice { method SchemaUrl (line 62) | func (ms ScopeSpans) SchemaUrl() string { method SetSchemaUrl (line 67) | func (ms ScopeSpans) SetSchemaUrl(v string) { method CopyTo (line 73) | func (ms ScopeSpans) CopyTo(dest ScopeSpans) { function newScopeSpans (line 26) | func newScopeSpans(orig *internal.ScopeSpans, state *internal.State) Sco... function NewScopeSpans (line 34) | func NewScopeSpans() ScopeSpans { FILE: pdata/ptrace/generated_scopespans_test.go function TestScopeSpans_MoveTo (line 18) | func TestScopeSpans_MoveTo(t *testing.T) { function TestScopeSpans_CopyTo (line 32) | func TestScopeSpans_CopyTo(t *testing.T) { function TestScopeSpans_Scope (line 45) | func TestScopeSpans_Scope(t *testing.T) { function TestScopeSpans_Spans (line 52) | func TestScopeSpans_Spans(t *testing.T) { function TestScopeSpans_SchemaUrl (line 59) | func TestScopeSpans_SchemaUrl(t *testing.T) { function generateTestScopeSpans (line 69) | func generateTestScopeSpans() ScopeSpans { FILE: pdata/ptrace/generated_scopespansslice.go type ScopeSpansSlice (line 23) | type ScopeSpansSlice struct method Len (line 42) | func (es ScopeSpansSlice) Len() int { method At (line 54) | func (es ScopeSpansSlice) At(i int) ScopeSpans { method All (line 63) | func (es ScopeSpansSlice) All() iter.Seq2[int, ScopeSpans] { method EnsureCapacity (line 85) | func (es ScopeSpansSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es ScopeSpansSlice) AppendEmpty() ScopeSpans { method MoveAndAppendTo (line 107) | func (es ScopeSpansSlice) MoveAndAppendTo(dest ScopeSpansSlice) { method RemoveIf (line 125) | func (es ScopeSpansSlice) RemoveIf(f func(ScopeSpans) bool) { method CopyTo (line 149) | func (es ScopeSpansSlice) CopyTo(dest ScopeSpansSlice) { method Sort (line 160) | func (es ScopeSpansSlice) Sort(less func(a, b ScopeSpans) bool) { function newScopeSpansSlice (line 28) | func newScopeSpansSlice(orig *[]*internal.ScopeSpans, state *internal.St... function NewScopeSpansSlice (line 34) | func NewScopeSpansSlice() ScopeSpansSlice { FILE: pdata/ptrace/generated_scopespansslice_test.go function TestScopeSpansSlice (line 18) | func TestScopeSpansSlice(t *testing.T) { function TestScopeSpansSliceReadOnly (line 35) | func TestScopeSpansSliceReadOnly(t *testing.T) { function TestScopeSpansSlice_CopyTo (line 49) | func TestScopeSpansSlice_CopyTo(t *testing.T) { function TestScopeSpansSlice_EnsureCapacity (line 58) | func TestScopeSpansSlice_EnsureCapacity(t *testing.T) { function TestScopeSpansSlice_MoveAndAppendTo (line 76) | func TestScopeSpansSlice_MoveAndAppendTo(t *testing.T) { function TestScopeSpansSlice_RemoveIf (line 108) | func TestScopeSpansSlice_RemoveIf(t *testing.T) { function TestScopeSpansSlice_RemoveIfAll (line 126) | func TestScopeSpansSlice_RemoveIfAll(t *testing.T) { function TestScopeSpansSliceAll (line 134) | func TestScopeSpansSliceAll(t *testing.T) { function TestScopeSpansSlice_Sort (line 146) | func TestScopeSpansSlice_Sort(t *testing.T) { function generateTestScopeSpansSlice (line 162) | func generateTestScopeSpansSlice() ScopeSpansSlice { FILE: pdata/ptrace/generated_span.go type Span (line 22) | type Span struct method MoveTo (line 41) | func (ms Span) MoveTo(dest Span) { method TraceID (line 53) | func (ms Span) TraceID() pcommon.TraceID { method SetTraceID (line 58) | func (ms Span) SetTraceID(v pcommon.TraceID) { method SpanID (line 64) | func (ms Span) SpanID() pcommon.SpanID { method SetSpanID (line 69) | func (ms Span) SetSpanID(v pcommon.SpanID) { method TraceState (line 75) | func (ms Span) TraceState() pcommon.TraceState { method ParentSpanID (line 80) | func (ms Span) ParentSpanID() pcommon.SpanID { method SetParentSpanID (line 85) | func (ms Span) SetParentSpanID(v pcommon.SpanID) { method Flags (line 91) | func (ms Span) Flags() uint32 { method SetFlags (line 96) | func (ms Span) SetFlags(v uint32) { method Name (line 102) | func (ms Span) Name() string { method SetName (line 107) | func (ms Span) SetName(v string) { method Kind (line 113) | func (ms Span) Kind() SpanKind { method SetKind (line 118) | func (ms Span) SetKind(v SpanKind) { method StartTimestamp (line 124) | func (ms Span) StartTimestamp() pcommon.Timestamp { method SetStartTimestamp (line 129) | func (ms Span) SetStartTimestamp(v pcommon.Timestamp) { method EndTimestamp (line 135) | func (ms Span) EndTimestamp() pcommon.Timestamp { method SetEndTimestamp (line 140) | func (ms Span) SetEndTimestamp(v pcommon.Timestamp) { method Attributes (line 146) | func (ms Span) Attributes() pcommon.Map { method DroppedAttributesCount (line 151) | func (ms Span) DroppedAttributesCount() uint32 { method SetDroppedAttributesCount (line 156) | func (ms Span) SetDroppedAttributesCount(v uint32) { method Events (line 162) | func (ms Span) Events() SpanEventSlice { method DroppedEventsCount (line 167) | func (ms Span) DroppedEventsCount() uint32 { method SetDroppedEventsCount (line 172) | func (ms Span) SetDroppedEventsCount(v uint32) { method Links (line 178) | func (ms Span) Links() SpanLinkSlice { method DroppedLinksCount (line 183) | func (ms Span) DroppedLinksCount() uint32 { method SetDroppedLinksCount (line 188) | func (ms Span) SetDroppedLinksCount(v uint32) { method Status (line 194) | func (ms Span) Status() Status { method CopyTo (line 199) | func (ms Span) CopyTo(dest Span) { function newSpan (line 27) | func newSpan(orig *internal.Span, state *internal.State) Span { function NewSpan (line 35) | func NewSpan() Span { FILE: pdata/ptrace/generated_span_test.go function TestSpan_MoveTo (line 18) | func TestSpan_MoveTo(t *testing.T) { function TestSpan_CopyTo (line 32) | func TestSpan_CopyTo(t *testing.T) { function TestSpan_TraceID (line 45) | func TestSpan_TraceID(t *testing.T) { function TestSpan_SpanID (line 53) | func TestSpan_SpanID(t *testing.T) { function TestSpan_TraceState (line 61) | func TestSpan_TraceState(t *testing.T) { function TestSpan_ParentSpanID (line 68) | func TestSpan_ParentSpanID(t *testing.T) { function TestSpan_Flags (line 76) | func TestSpan_Flags(t *testing.T) { function TestSpan_Name (line 86) | func TestSpan_Name(t *testing.T) { function TestSpan_Kind (line 96) | func TestSpan_Kind(t *testing.T) { function TestSpan_StartTimestamp (line 104) | func TestSpan_StartTimestamp(t *testing.T) { function TestSpan_EndTimestamp (line 112) | func TestSpan_EndTimestamp(t *testing.T) { function TestSpan_Attributes (line 120) | func TestSpan_Attributes(t *testing.T) { function TestSpan_DroppedAttributesCount (line 127) | func TestSpan_DroppedAttributesCount(t *testing.T) { function TestSpan_Events (line 137) | func TestSpan_Events(t *testing.T) { function TestSpan_DroppedEventsCount (line 144) | func TestSpan_DroppedEventsCount(t *testing.T) { function TestSpan_Links (line 154) | func TestSpan_Links(t *testing.T) { function TestSpan_DroppedLinksCount (line 161) | func TestSpan_DroppedLinksCount(t *testing.T) { function TestSpan_Status (line 171) | func TestSpan_Status(t *testing.T) { function generateTestSpan (line 178) | func generateTestSpan() Span { FILE: pdata/ptrace/generated_spanevent.go type SpanEvent (line 22) | type SpanEvent struct method MoveTo (line 41) | func (ms SpanEvent) MoveTo(dest SpanEvent) { method Timestamp (line 53) | func (ms SpanEvent) Timestamp() pcommon.Timestamp { method SetTimestamp (line 58) | func (ms SpanEvent) SetTimestamp(v pcommon.Timestamp) { method Name (line 64) | func (ms SpanEvent) Name() string { method SetName (line 69) | func (ms SpanEvent) SetName(v string) { method Attributes (line 75) | func (ms SpanEvent) Attributes() pcommon.Map { method DroppedAttributesCount (line 80) | func (ms SpanEvent) DroppedAttributesCount() uint32 { method SetDroppedAttributesCount (line 85) | func (ms SpanEvent) SetDroppedAttributesCount(v uint32) { method CopyTo (line 91) | func (ms SpanEvent) CopyTo(dest SpanEvent) { function newSpanEvent (line 27) | func newSpanEvent(orig *internal.SpanEvent, state *internal.State) SpanE... function NewSpanEvent (line 35) | func NewSpanEvent() SpanEvent { FILE: pdata/ptrace/generated_spanevent_test.go function TestSpanEvent_MoveTo (line 18) | func TestSpanEvent_MoveTo(t *testing.T) { function TestSpanEvent_CopyTo (line 32) | func TestSpanEvent_CopyTo(t *testing.T) { function TestSpanEvent_Timestamp (line 45) | func TestSpanEvent_Timestamp(t *testing.T) { function TestSpanEvent_Name (line 53) | func TestSpanEvent_Name(t *testing.T) { function TestSpanEvent_Attributes (line 63) | func TestSpanEvent_Attributes(t *testing.T) { function TestSpanEvent_DroppedAttributesCount (line 70) | func TestSpanEvent_DroppedAttributesCount(t *testing.T) { function generateTestSpanEvent (line 80) | func generateTestSpanEvent() SpanEvent { FILE: pdata/ptrace/generated_spaneventslice.go type SpanEventSlice (line 23) | type SpanEventSlice struct method Len (line 42) | func (es SpanEventSlice) Len() int { method At (line 54) | func (es SpanEventSlice) At(i int) SpanEvent { method All (line 63) | func (es SpanEventSlice) All() iter.Seq2[int, SpanEvent] { method EnsureCapacity (line 85) | func (es SpanEventSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es SpanEventSlice) AppendEmpty() SpanEvent { method MoveAndAppendTo (line 107) | func (es SpanEventSlice) MoveAndAppendTo(dest SpanEventSlice) { method RemoveIf (line 125) | func (es SpanEventSlice) RemoveIf(f func(SpanEvent) bool) { method CopyTo (line 149) | func (es SpanEventSlice) CopyTo(dest SpanEventSlice) { method Sort (line 160) | func (es SpanEventSlice) Sort(less func(a, b SpanEvent) bool) { function newSpanEventSlice (line 28) | func newSpanEventSlice(orig *[]*internal.SpanEvent, state *internal.Stat... function NewSpanEventSlice (line 34) | func NewSpanEventSlice() SpanEventSlice { FILE: pdata/ptrace/generated_spaneventslice_test.go function TestSpanEventSlice (line 18) | func TestSpanEventSlice(t *testing.T) { function TestSpanEventSliceReadOnly (line 35) | func TestSpanEventSliceReadOnly(t *testing.T) { function TestSpanEventSlice_CopyTo (line 49) | func TestSpanEventSlice_CopyTo(t *testing.T) { function TestSpanEventSlice_EnsureCapacity (line 58) | func TestSpanEventSlice_EnsureCapacity(t *testing.T) { function TestSpanEventSlice_MoveAndAppendTo (line 76) | func TestSpanEventSlice_MoveAndAppendTo(t *testing.T) { function TestSpanEventSlice_RemoveIf (line 108) | func TestSpanEventSlice_RemoveIf(t *testing.T) { function TestSpanEventSlice_RemoveIfAll (line 126) | func TestSpanEventSlice_RemoveIfAll(t *testing.T) { function TestSpanEventSliceAll (line 134) | func TestSpanEventSliceAll(t *testing.T) { function TestSpanEventSlice_Sort (line 146) | func TestSpanEventSlice_Sort(t *testing.T) { function generateTestSpanEventSlice (line 162) | func generateTestSpanEventSlice() SpanEventSlice { FILE: pdata/ptrace/generated_spanlink.go type SpanLink (line 23) | type SpanLink struct method MoveTo (line 42) | func (ms SpanLink) MoveTo(dest SpanLink) { method TraceID (line 54) | func (ms SpanLink) TraceID() pcommon.TraceID { method SetTraceID (line 59) | func (ms SpanLink) SetTraceID(v pcommon.TraceID) { method SpanID (line 65) | func (ms SpanLink) SpanID() pcommon.SpanID { method SetSpanID (line 70) | func (ms SpanLink) SetSpanID(v pcommon.SpanID) { method TraceState (line 76) | func (ms SpanLink) TraceState() pcommon.TraceState { method Attributes (line 81) | func (ms SpanLink) Attributes() pcommon.Map { method DroppedAttributesCount (line 86) | func (ms SpanLink) DroppedAttributesCount() uint32 { method SetDroppedAttributesCount (line 91) | func (ms SpanLink) SetDroppedAttributesCount(v uint32) { method Flags (line 97) | func (ms SpanLink) Flags() uint32 { method SetFlags (line 102) | func (ms SpanLink) SetFlags(v uint32) { method CopyTo (line 108) | func (ms SpanLink) CopyTo(dest SpanLink) { function newSpanLink (line 28) | func newSpanLink(orig *internal.SpanLink, state *internal.State) SpanLink { function NewSpanLink (line 36) | func NewSpanLink() SpanLink { FILE: pdata/ptrace/generated_spanlink_test.go function TestSpanLink_MoveTo (line 18) | func TestSpanLink_MoveTo(t *testing.T) { function TestSpanLink_CopyTo (line 32) | func TestSpanLink_CopyTo(t *testing.T) { function TestSpanLink_TraceID (line 45) | func TestSpanLink_TraceID(t *testing.T) { function TestSpanLink_SpanID (line 53) | func TestSpanLink_SpanID(t *testing.T) { function TestSpanLink_TraceState (line 61) | func TestSpanLink_TraceState(t *testing.T) { function TestSpanLink_Attributes (line 68) | func TestSpanLink_Attributes(t *testing.T) { function TestSpanLink_DroppedAttributesCount (line 75) | func TestSpanLink_DroppedAttributesCount(t *testing.T) { function TestSpanLink_Flags (line 85) | func TestSpanLink_Flags(t *testing.T) { function generateTestSpanLink (line 95) | func generateTestSpanLink() SpanLink { FILE: pdata/ptrace/generated_spanlinkslice.go type SpanLinkSlice (line 23) | type SpanLinkSlice struct method Len (line 42) | func (es SpanLinkSlice) Len() int { method At (line 54) | func (es SpanLinkSlice) At(i int) SpanLink { method All (line 63) | func (es SpanLinkSlice) All() iter.Seq2[int, SpanLink] { method EnsureCapacity (line 85) | func (es SpanLinkSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es SpanLinkSlice) AppendEmpty() SpanLink { method MoveAndAppendTo (line 107) | func (es SpanLinkSlice) MoveAndAppendTo(dest SpanLinkSlice) { method RemoveIf (line 125) | func (es SpanLinkSlice) RemoveIf(f func(SpanLink) bool) { method CopyTo (line 149) | func (es SpanLinkSlice) CopyTo(dest SpanLinkSlice) { method Sort (line 160) | func (es SpanLinkSlice) Sort(less func(a, b SpanLink) bool) { function newSpanLinkSlice (line 28) | func newSpanLinkSlice(orig *[]*internal.SpanLink, state *internal.State)... function NewSpanLinkSlice (line 34) | func NewSpanLinkSlice() SpanLinkSlice { FILE: pdata/ptrace/generated_spanlinkslice_test.go function TestSpanLinkSlice (line 18) | func TestSpanLinkSlice(t *testing.T) { function TestSpanLinkSliceReadOnly (line 35) | func TestSpanLinkSliceReadOnly(t *testing.T) { function TestSpanLinkSlice_CopyTo (line 49) | func TestSpanLinkSlice_CopyTo(t *testing.T) { function TestSpanLinkSlice_EnsureCapacity (line 58) | func TestSpanLinkSlice_EnsureCapacity(t *testing.T) { function TestSpanLinkSlice_MoveAndAppendTo (line 76) | func TestSpanLinkSlice_MoveAndAppendTo(t *testing.T) { function TestSpanLinkSlice_RemoveIf (line 108) | func TestSpanLinkSlice_RemoveIf(t *testing.T) { function TestSpanLinkSlice_RemoveIfAll (line 126) | func TestSpanLinkSlice_RemoveIfAll(t *testing.T) { function TestSpanLinkSliceAll (line 134) | func TestSpanLinkSliceAll(t *testing.T) { function TestSpanLinkSlice_Sort (line 146) | func TestSpanLinkSlice_Sort(t *testing.T) { function generateTestSpanLinkSlice (line 162) | func generateTestSpanLinkSlice() SpanLinkSlice { FILE: pdata/ptrace/generated_spanslice.go type SpanSlice (line 23) | type SpanSlice struct method Len (line 42) | func (es SpanSlice) Len() int { method At (line 54) | func (es SpanSlice) At(i int) Span { method All (line 63) | func (es SpanSlice) All() iter.Seq2[int, Span] { method EnsureCapacity (line 85) | func (es SpanSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 99) | func (es SpanSlice) AppendEmpty() Span { method MoveAndAppendTo (line 107) | func (es SpanSlice) MoveAndAppendTo(dest SpanSlice) { method RemoveIf (line 125) | func (es SpanSlice) RemoveIf(f func(Span) bool) { method CopyTo (line 149) | func (es SpanSlice) CopyTo(dest SpanSlice) { method Sort (line 160) | func (es SpanSlice) Sort(less func(a, b Span) bool) { function newSpanSlice (line 28) | func newSpanSlice(orig *[]*internal.Span, state *internal.State) SpanSli... function NewSpanSlice (line 34) | func NewSpanSlice() SpanSlice { FILE: pdata/ptrace/generated_spanslice_test.go function TestSpanSlice (line 18) | func TestSpanSlice(t *testing.T) { function TestSpanSliceReadOnly (line 35) | func TestSpanSliceReadOnly(t *testing.T) { function TestSpanSlice_CopyTo (line 49) | func TestSpanSlice_CopyTo(t *testing.T) { function TestSpanSlice_EnsureCapacity (line 58) | func TestSpanSlice_EnsureCapacity(t *testing.T) { function TestSpanSlice_MoveAndAppendTo (line 76) | func TestSpanSlice_MoveAndAppendTo(t *testing.T) { function TestSpanSlice_RemoveIf (line 108) | func TestSpanSlice_RemoveIf(t *testing.T) { function TestSpanSlice_RemoveIfAll (line 126) | func TestSpanSlice_RemoveIfAll(t *testing.T) { function TestSpanSliceAll (line 134) | func TestSpanSliceAll(t *testing.T) { function TestSpanSlice_Sort (line 146) | func TestSpanSlice_Sort(t *testing.T) { function generateTestSpanSlice (line 162) | func generateTestSpanSlice() SpanSlice { FILE: pdata/ptrace/generated_status.go type Status (line 21) | type Status struct method MoveTo (line 40) | func (ms Status) MoveTo(dest Status) { method Message (line 52) | func (ms Status) Message() string { method SetMessage (line 57) | func (ms Status) SetMessage(v string) { method Code (line 63) | func (ms Status) Code() StatusCode { method SetCode (line 68) | func (ms Status) SetCode(v StatusCode) { method CopyTo (line 74) | func (ms Status) CopyTo(dest Status) { function newStatus (line 26) | func newStatus(orig *internal.Status, state *internal.State) Status { function NewStatus (line 34) | func NewStatus() Status { FILE: pdata/ptrace/generated_status_test.go function TestStatus_MoveTo (line 17) | func TestStatus_MoveTo(t *testing.T) { function TestStatus_CopyTo (line 31) | func TestStatus_CopyTo(t *testing.T) { function TestStatus_Message (line 44) | func TestStatus_Message(t *testing.T) { function TestStatus_Code (line 54) | func TestStatus_Code(t *testing.T) { function generateTestStatus (line 62) | func generateTestStatus() Status { FILE: pdata/ptrace/generated_traces.go type Traces (line 21) | type Traces method MoveTo (line 37) | func (ms Traces) MoveTo(dest Traces) { method ResourceSpans (line 49) | func (ms Traces) ResourceSpans() ResourceSpansSlice { method CopyTo (line 54) | func (ms Traces) CopyTo(dest Traces) { method getOrig (line 59) | func (ms Traces) getOrig() *internal.ExportTraceServiceRequest { method getState (line 63) | func (ms Traces) getState() *internal.State { function newTraces (line 23) | func newTraces(orig *internal.ExportTraceServiceRequest, state *internal... function NewTraces (line 31) | func NewTraces() Traces { FILE: pdata/ptrace/generated_traces_test.go function TestTraces_MoveTo (line 17) | func TestTraces_MoveTo(t *testing.T) { function TestTraces_CopyTo (line 31) | func TestTraces_CopyTo(t *testing.T) { function TestTraces_ResourceSpans (line 44) | func TestTraces_ResourceSpans(t *testing.T) { function generateTestTraces (line 51) | func generateTestTraces() Traces { FILE: pdata/ptrace/json.go type JSONMarshaler (line 14) | type JSONMarshaler struct method MarshalTraces (line 17) | func (*JSONMarshaler) MarshalTraces(td Traces) ([]byte, error) { type JSONUnmarshaler (line 28) | type JSONUnmarshaler struct method UnmarshalTraces (line 31) | func (*JSONUnmarshaler) UnmarshalTraces(buf []byte) (Traces, error) { FILE: pdata/ptrace/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: pdata/ptrace/pb.go type ProtoMarshaler (line 8) | type ProtoMarshaler struct method MarshalTraces (line 10) | func (e *ProtoMarshaler) MarshalTraces(td Traces) ([]byte, error) { method TracesSize (line 17) | func (e *ProtoMarshaler) TracesSize(td Traces) int { method ResourceSpansSize (line 21) | func (e *ProtoMarshaler) ResourceSpansSize(td ResourceSpans) int { method ScopeSpansSize (line 25) | func (e *ProtoMarshaler) ScopeSpansSize(td ScopeSpans) int { method SpanSize (line 29) | func (e *ProtoMarshaler) SpanSize(td Span) int { type ProtoUnmarshaler (line 33) | type ProtoUnmarshaler struct method UnmarshalTraces (line 35) | func (d *ProtoUnmarshaler) UnmarshalTraces(buf []byte) (Traces, error) { FILE: pdata/ptrace/pb_test.go function TestTracesProtoWireCompatibility (line 18) | func TestTracesProtoWireCompatibility(t *testing.T) { function TestProtoTracesUnmarshalerError (line 53) | func TestProtoTracesUnmarshalerError(t *testing.T) { function TestProtoSizer (line 59) | func TestProtoSizer(t *testing.T) { function TestProtoSizerEmptyTraces (line 72) | func TestProtoSizerEmptyTraces(t *testing.T) { function BenchmarkTracesToProto2k (line 77) | func BenchmarkTracesToProto2k(b *testing.B) { function BenchmarkTracesFromProto2k (line 88) | func BenchmarkTracesFromProto2k(b *testing.B) { function generateBenchmarkTraces (line 104) | func generateBenchmarkTraces(metricsCount int) Traces { FILE: pdata/ptrace/ptraceotlp/fuzz_test.go function FuzzRequestUnmarshalJSON (line 15) | func FuzzRequestUnmarshalJSON(f *testing.F) { function FuzzResponseUnmarshalJSON (line 34) | func FuzzResponseUnmarshalJSON(f *testing.F) { function FuzzRequestUnmarshalProto (line 53) | func FuzzRequestUnmarshalProto(f *testing.F) { function FuzzResponseUnmarshalProto (line 72) | func FuzzResponseUnmarshalProto(f *testing.F) { FILE: pdata/ptrace/ptraceotlp/generated_exportpartialsuccess.go type ExportPartialSuccess (line 20) | type ExportPartialSuccess struct method MoveTo (line 39) | func (ms ExportPartialSuccess) MoveTo(dest ExportPartialSuccess) { method RejectedSpans (line 51) | func (ms ExportPartialSuccess) RejectedSpans() int64 { method SetRejectedSpans (line 56) | func (ms ExportPartialSuccess) SetRejectedSpans(v int64) { method ErrorMessage (line 62) | func (ms ExportPartialSuccess) ErrorMessage() string { method SetErrorMessage (line 67) | func (ms ExportPartialSuccess) SetErrorMessage(v string) { method CopyTo (line 73) | func (ms ExportPartialSuccess) CopyTo(dest ExportPartialSuccess) { function newExportPartialSuccess (line 25) | func newExportPartialSuccess(orig *internal.ExportTracePartialSuccess, s... function NewExportPartialSuccess (line 33) | func NewExportPartialSuccess() ExportPartialSuccess { FILE: pdata/ptrace/ptraceotlp/generated_exportpartialsuccess_test.go function TestExportPartialSuccess_MoveTo (line 17) | func TestExportPartialSuccess_MoveTo(t *testing.T) { function TestExportPartialSuccess_CopyTo (line 31) | func TestExportPartialSuccess_CopyTo(t *testing.T) { function TestExportPartialSuccess_RejectedSpans (line 44) | func TestExportPartialSuccess_RejectedSpans(t *testing.T) { function TestExportPartialSuccess_ErrorMessage (line 56) | func TestExportPartialSuccess_ErrorMessage(t *testing.T) { function generateTestExportPartialSuccess (line 68) | func generateTestExportPartialSuccess() ExportPartialSuccess { FILE: pdata/ptrace/ptraceotlp/generated_exportresponse.go type ExportResponse (line 20) | type ExportResponse struct method MoveTo (line 39) | func (ms ExportResponse) MoveTo(dest ExportResponse) { method PartialSuccess (line 51) | func (ms ExportResponse) PartialSuccess() ExportPartialSuccess { method CopyTo (line 56) | func (ms ExportResponse) CopyTo(dest ExportResponse) { function newExportResponse (line 25) | func newExportResponse(orig *internal.ExportTraceServiceResponse, state ... function NewExportResponse (line 33) | func NewExportResponse() ExportResponse { FILE: pdata/ptrace/ptraceotlp/generated_exportresponse_test.go function TestExportResponse_MoveTo (line 17) | func TestExportResponse_MoveTo(t *testing.T) { function TestExportResponse_CopyTo (line 31) | func TestExportResponse_CopyTo(t *testing.T) { function TestExportResponse_PartialSuccess (line 44) | func TestExportResponse_PartialSuccess(t *testing.T) { function generateTestExportResponse (line 51) | func generateTestExportResponse() ExportResponse { FILE: pdata/ptrace/ptraceotlp/grpc.go type GRPCClient (line 21) | type GRPCClient interface function NewGRPCClient (line 33) | func NewGRPCClient(cc *grpc.ClientConn) GRPCClient { type grpcClient (line 37) | type grpcClient struct method Export (line 42) | func (c *grpcClient) Export(ctx context.Context, request ExportRequest... method unexported (line 50) | func (c *grpcClient) unexported() {} type GRPCServer (line 54) | type GRPCServer interface type UnimplementedGRPCServer (line 68) | type UnimplementedGRPCServer struct method Export (line 70) | func (*UnimplementedGRPCServer) Export(context.Context, ExportRequest)... method unexported (line 74) | func (*UnimplementedGRPCServer) unexported() {} function RegisterGRPCServer (line 77) | func RegisterGRPCServer(s *grpc.Server, srv GRPCServer) { type rawTracesServer (line 81) | type rawTracesServer struct method Export (line 85) | func (s rawTracesServer) Export(ctx context.Context, request *internal... FILE: pdata/ptrace/ptraceotlp/grpc_test.go function TestGrpc (line 25) | func TestGrpc(t *testing.T) { function TestGrpcError (line 56) | func TestGrpcError(t *testing.T) { type fakeTracesServer (line 89) | type fakeTracesServer struct method Export (line 95) | func (f fakeTracesServer) Export(_ context.Context, request ExportRequ... function generateTracesRequest (line 100) | func generateTracesRequest() ExportRequest { FILE: pdata/ptrace/ptraceotlp/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: pdata/ptrace/ptraceotlp/request.go type ExportRequest (line 17) | type ExportRequest struct method MarshalProto (line 41) | func (ms ExportRequest) MarshalProto() ([]byte, error) { method UnmarshalProto (line 49) | func (ms ExportRequest) UnmarshalProto(data []byte) error { method MarshalJSON (line 59) | func (ms ExportRequest) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 70) | func (ms ExportRequest) UnmarshalJSON(data []byte) error { method Traces (line 77) | func (ms ExportRequest) Traces() ptrace.Traces { function NewExportRequest (line 23) | func NewExportRequest() ExportRequest { function NewExportRequestFromTraces (line 33) | func NewExportRequestFromTraces(td ptrace.Traces) ExportRequest { FILE: pdata/ptrace/ptraceotlp/request_test.go function TestRequestToPData (line 46) | func TestRequestToPData(t *testing.T) { function TestRequestJSON (line 53) | func TestRequestJSON(t *testing.T) { function TestTracesProtoWireCompatibility (line 63) | func TestTracesProtoWireCompatibility(t *testing.T) { FILE: pdata/ptrace/ptraceotlp/response.go method MarshalProto (line 13) | func (ms ExportResponse) MarshalProto() ([]byte, error) { method UnmarshalProto (line 21) | func (ms ExportResponse) UnmarshalProto(data []byte) error { method MarshalJSON (line 26) | func (ms ExportResponse) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 34) | func (ms ExportResponse) UnmarshalJSON(data []byte) error { FILE: pdata/ptrace/ptraceotlp/response_test.go function TestExportResponseJSON (line 19) | func TestExportResponseJSON(t *testing.T) { function TestUnmarshalJSONExportResponse (line 32) | func TestUnmarshalJSONExportResponse(t *testing.T) { FILE: pdata/ptrace/span_kind.go type SpanKind (line 12) | type SpanKind method String (line 38) | func (sk SpanKind) String() string { constant SpanKindUnspecified (line 16) | SpanKindUnspecified = SpanKind(internal.SpanKind_SPAN_KIND_UNSPECIFIED) constant SpanKindInternal (line 19) | SpanKindInternal = SpanKind(internal.SpanKind_SPAN_KIND_INTERNAL) constant SpanKindServer (line 22) | SpanKindServer = SpanKind(internal.SpanKind_SPAN_KIND_SERVER) constant SpanKindClient (line 24) | SpanKindClient = SpanKind(internal.SpanKind_SPAN_KIND_CLIENT) constant SpanKindProducer (line 30) | SpanKindProducer = SpanKind(internal.SpanKind_SPAN_KIND_PRODUCER) constant SpanKindConsumer (line 34) | SpanKindConsumer = SpanKind(internal.SpanKind_SPAN_KIND_CONSUMER) FILE: pdata/ptrace/span_kind_test.go function TestSpanKindString (line 12) | func TestSpanKindString(t *testing.T) { FILE: pdata/ptrace/status_code.go type StatusCode (line 12) | type StatusCode method String (line 21) | func (sc StatusCode) String() string { constant StatusCodeUnset (line 15) | StatusCodeUnset = StatusCode(internal.StatusCode_STATUS_CODE_UNSET) constant StatusCodeOk (line 16) | StatusCodeOk = StatusCode(internal.StatusCode_STATUS_CODE_OK) constant StatusCodeError (line 17) | StatusCodeError = StatusCode(internal.StatusCode_STATUS_CODE_ERROR) FILE: pdata/ptrace/status_code_test.go function TestStatusCodeString (line 12) | func TestStatusCodeString(t *testing.T) { FILE: pdata/ptrace/traces.go method MarkReadOnly (line 7) | func (ms Traces) MarkReadOnly() { method IsReadOnly (line 12) | func (ms Traces) IsReadOnly() bool { method SpanCount (line 17) | func (ms Traces) SpanCount() int { FILE: pdata/ptrace/traces_test.go function TestSpanCount (line 17) | func TestSpanCount(t *testing.T) { function TestSpanCountWithEmpty (line 41) | func TestSpanCountWithEmpty(t *testing.T) { function TestTracesCopyTo (line 65) | func TestTracesCopyTo(t *testing.T) { function TestReadOnlyTracesInvalidUsage (line 72) | func TestReadOnlyTracesInvalidUsage(t *testing.T) { function BenchmarkTracesUsage (line 82) | func BenchmarkTracesUsage(b *testing.B) { function BenchmarkTracesMarshalJSON (line 133) | func BenchmarkTracesMarshalJSON(b *testing.B) { FILE: pdata/testdata/common.go function initMetricExemplarAttributes (line 10) | func initMetricExemplarAttributes(dest pcommon.Map) { function initMetricAttributes1 (line 14) | func initMetricAttributes1(dest pcommon.Map) { function initMetricAttributes2 (line 18) | func initMetricAttributes2(dest pcommon.Map) { function initMetricAttributes12 (line 22) | func initMetricAttributes12(dest pcommon.Map) { function initMetricAttributes13 (line 27) | func initMetricAttributes13(dest pcommon.Map) { FILE: pdata/testdata/log.go function GenerateLogs (line 15) | func GenerateLogs(count int) plog.Logs { function fillLogOne (line 31) | func fillLogOne(log plog.LogRecord) { function fillLogTwo (line 46) | func fillLogTwo(log plog.LogRecord) { FILE: pdata/testdata/metric.go constant TestGaugeDoubleMetricName (line 20) | TestGaugeDoubleMetricName = "gauge-double" constant TestGaugeIntMetricName (line 21) | TestGaugeIntMetricName = "gauge-int" constant TestSumDoubleMetricName (line 22) | TestSumDoubleMetricName = "sum-double" constant TestSumIntMetricName (line 23) | TestSumIntMetricName = "sum-int" constant TestHistogramMetricName (line 24) | TestHistogramMetricName = "histogram" constant TestExponentialHistogramMetricName (line 25) | TestExponentialHistogramMetricName = "exponential-histogram" constant TestSummaryMetricName (line 26) | TestSummaryMetricName = "summary" function generateMetricsOneEmptyInstrumentationScope (line 29) | func generateMetricsOneEmptyInstrumentationScope() pmetric.Metrics { function GenerateMetricsAllTypesEmpty (line 36) | func GenerateMetricsAllTypesEmpty() pmetric.Metrics { function GenerateMetricsMetricTypeInvalid (line 61) | func GenerateMetricsMetricTypeInvalid() pmetric.Metrics { function GenerateMetricsAllTypes (line 67) | func GenerateMetricsAllTypes() pmetric.Metrics { function GenerateMetrics (line 80) | func GenerateMetrics(count int) pmetric.Metrics { function initGaugeIntMetric (line 105) | func initGaugeIntMetric(im pmetric.Metric) { function initGaugeDoubleMetric (line 121) | func initGaugeDoubleMetric(im pmetric.Metric) { function initSumIntMetric (line 137) | func initSumIntMetric(im pmetric.Metric) { function initSumDoubleMetric (line 153) | func initSumDoubleMetric(dm pmetric.Metric) { function initHistogramMetric (line 170) | func initHistogramMetric(hm pmetric.Metric) { function initExponentialHistogramMetric (line 199) | func initExponentialHistogramMetric(hm pmetric.Metric) { function initSummaryMetric (line 254) | func initSummaryMetric(sm pmetric.Metric) { function initMetric (line 277) | func initMetric(m pmetric.Metric, name string, ty pmetric.MetricType) { FILE: pdata/testdata/profile.go function GenerateProfiles (line 16) | func GenerateProfiles(profilesCount int) pprofile.Profiles { function fillProfileOne (line 48) | func fillProfileOne(dic pprofile.ProfilesDictionary, profile pprofile.Pr... function fillProfileTwo (line 67) | func fillProfileTwo(dic pprofile.ProfilesDictionary, profile pprofile.Pr... FILE: pdata/testdata/resource.go function initResource (line 8) | func initResource(r pcommon.Resource) { FILE: pdata/testdata/trace.go function GenerateTraces (line 19) | func GenerateTraces(spanCount int) ptrace.Traces { function fillSpanOne (line 35) | func fillSpanOne(span ptrace.Span) { function fillSpanTwo (line 59) | func fillSpanTwo(span ptrace.Span) { FILE: pdata/xpdata/entity/entity.go type Entity (line 14) | type Entity struct method Type (line 28) | func (e Entity) Type() string { method SchemaURL (line 32) | func (e Entity) SchemaURL() string { method SetSchemaURL (line 36) | func (e Entity) SetSchemaURL(schemaURL string) { method IdentifyingAttributes (line 41) | func (e Entity) IdentifyingAttributes() EntityAttributeMap { method DescriptiveAttributes (line 49) | func (e Entity) DescriptiveAttributes() EntityAttributeMap { method CopyToResource (line 57) | func (e Entity) CopyToResource(res pcommon.Resource) { function NewEntity (line 19) | func NewEntity(t string) Entity { FILE: pdata/xpdata/entity/entity_attribute_map.go type EntityAttributeMap (line 14) | type EntityAttributeMap struct method Get (line 26) | func (m EntityAttributeMap) Get(key string) (pcommon.Value, bool) { method CanPut (line 45) | func (m EntityAttributeMap) CanPut(key string) bool { method PutEmpty (line 60) | func (m EntityAttributeMap) PutEmpty(k string) pcommon.Value { method PutStr (line 75) | func (m EntityAttributeMap) PutStr(k, v string) { method Remove (line 84) | func (m EntityAttributeMap) Remove(key string) bool { method containsKey (line 100) | func (m EntityAttributeMap) containsKey(key string) bool { method All (line 110) | func (m EntityAttributeMap) All() iter.Seq2[string, pcommon.Value] { FILE: pdata/xpdata/entity/entity_attribute_map_test.go function TestEntityAttributeMap (line 14) | func TestEntityAttributeMap(t *testing.T) { function TestEntityAttributeMap_Get (line 33) | func TestEntityAttributeMap_Get(t *testing.T) { function TestEntityAttributeMap_PutStr (line 50) | func TestEntityAttributeMap_PutStr(t *testing.T) { function TestEntityAttributeMap_PutStr_Overwrites (line 67) | func TestEntityAttributeMap_PutStr_Overwrites(t *testing.T) { function TestEntityAttributeMap_PutEmpty (line 80) | func TestEntityAttributeMap_PutEmpty(t *testing.T) { function TestEntityAttributeMap_PutEmpty_Overwrites (line 93) | func TestEntityAttributeMap_PutEmpty_Overwrites(t *testing.T) { function TestEntityAttributeMap_Remove (line 107) | func TestEntityAttributeMap_Remove(t *testing.T) { function TestEntityAttributeMap_Remove_NotOwned (line 125) | func TestEntityAttributeMap_Remove_NotOwned(t *testing.T) { function TestEntityAttributeMap_Remove_NonExistent (line 136) | func TestEntityAttributeMap_Remove_NonExistent(t *testing.T) { function TestEntityAttributeMap_CanPut (line 142) | func TestEntityAttributeMap_CanPut(t *testing.T) { function TestEntityAttributeMap_All (line 153) | func TestEntityAttributeMap_All(t *testing.T) { function newTestEntityAttributeMap (line 177) | func newTestEntityAttributeMap() EntityAttributeMap { FILE: pdata/xpdata/entity/entity_map.go type EntityMap (line 19) | type EntityMap struct method Len (line 36) | func (em EntityMap) Len() int { method EnsureCapacity (line 43) | func (em EntityMap) EnsureCapacity(newCap int) { method Get (line 54) | func (em EntityMap) Get(entityType string) (Entity, bool) { method All (line 74) | func (em EntityMap) All() iter.Seq2[string, Entity] { method Remove (line 92) | func (em EntityMap) Remove(entityType string) bool { method PutEmpty (line 113) | func (em EntityMap) PutEmpty(entityType string) Entity { function NewEntityMap (line 26) | func NewEntityMap() EntityMap { FILE: pdata/xpdata/entity/entity_map_test.go function TestEntityMap (line 13) | func TestEntityMap(t *testing.T) { function TestEntityMap_PutEmpty (line 26) | func TestEntityMap_PutEmpty(t *testing.T) { function TestEntityMap_PutEmpty_Override (line 35) | func TestEntityMap_PutEmpty_Override(t *testing.T) { function TestEntityMap_EnsureCapacity (line 48) | func TestEntityMap_EnsureCapacity(t *testing.T) { function TestEntityMap_AttributesIsolation (line 60) | func TestEntityMap_AttributesIsolation(t *testing.T) { function TestEntityMap_Get (line 88) | func TestEntityMap_Get(t *testing.T) { function TestEntityMap_Remove (line 104) | func TestEntityMap_Remove(t *testing.T) { function TestEntityMap_All (line 121) | func TestEntityMap_All(t *testing.T) { function TestEntityMap_All_Empty (line 162) | func TestEntityMap_All_Empty(t *testing.T) { function TestEntityMap_All_EarlyBreak (line 173) | func TestEntityMap_All_EarlyBreak(t *testing.T) { FILE: pdata/xpdata/entity/entity_test.go function TestNewEntity (line 14) | func TestNewEntity(t *testing.T) { function TestEntity_CopyToResource (line 20) | func TestEntity_CopyToResource(t *testing.T) { function TestEntity_Type (line 41) | func TestEntity_Type(t *testing.T) { function TestEntity_SchemaURL (line 48) | func TestEntity_SchemaURL(t *testing.T) { function TestEntity_IdentifyingAttributes (line 61) | func TestEntity_IdentifyingAttributes(t *testing.T) { function TestEntity_DescriptiveAttributes (line 73) | func TestEntity_DescriptiveAttributes(t *testing.T) { function TestEntity_IdAndDescriptionAttributes_Isolated (line 85) | func TestEntity_IdAndDescriptionAttributes_Isolated(t *testing.T) { function TestEntity_IdAndDescriptionAttributes_CanPut (line 107) | func TestEntity_IdAndDescriptionAttributes_CanPut(t *testing.T) { FILE: pdata/xpdata/entity/generated_entityref.go type EntityRef (line 19) | type EntityRef method MoveTo (line 35) | func (ms EntityRef) MoveTo(dest EntityRef) { method SchemaUrl (line 47) | func (ms EntityRef) SchemaUrl() string { method SetSchemaUrl (line 52) | func (ms EntityRef) SetSchemaUrl(v string) { method Type (line 58) | func (ms EntityRef) Type() string { method SetType (line 63) | func (ms EntityRef) SetType(v string) { method IdKeys (line 69) | func (ms EntityRef) IdKeys() pcommon.StringSlice { method DescriptionKeys (line 74) | func (ms EntityRef) DescriptionKeys() pcommon.StringSlice { method CopyTo (line 79) | func (ms EntityRef) CopyTo(dest EntityRef) { method getOrig (line 84) | func (ms EntityRef) getOrig() *internal.EntityRef { method getState (line 88) | func (ms EntityRef) getState() *internal.State { function newEntityRef (line 21) | func newEntityRef(orig *internal.EntityRef, state *internal.State) Entit... function NewEntityRef (line 29) | func NewEntityRef() EntityRef { FILE: pdata/xpdata/entity/generated_entityref_test.go function TestEntityRef_MoveTo (line 18) | func TestEntityRef_MoveTo(t *testing.T) { function TestEntityRef_CopyTo (line 32) | func TestEntityRef_CopyTo(t *testing.T) { function TestEntityRef_SchemaUrl (line 45) | func TestEntityRef_SchemaUrl(t *testing.T) { function TestEntityRef_Type (line 55) | func TestEntityRef_Type(t *testing.T) { function TestEntityRef_IdKeys (line 65) | func TestEntityRef_IdKeys(t *testing.T) { function TestEntityRef_DescriptionKeys (line 72) | func TestEntityRef_DescriptionKeys(t *testing.T) { function generateTestEntityRef (line 79) | func generateTestEntityRef() EntityRef { FILE: pdata/xpdata/entity/generated_entityrefslice.go type EntityRefSlice (line 23) | type EntityRefSlice method Len (line 39) | func (es EntityRefSlice) Len() int { method At (line 51) | func (es EntityRefSlice) At(i int) EntityRef { method All (line 60) | func (es EntityRefSlice) All() iter.Seq2[int, EntityRef] { method EnsureCapacity (line 82) | func (es EntityRefSlice) EnsureCapacity(newCap int) { method AppendEmpty (line 96) | func (es EntityRefSlice) AppendEmpty() EntityRef { method MoveAndAppendTo (line 104) | func (es EntityRefSlice) MoveAndAppendTo(dest EntityRefSlice) { method RemoveIf (line 122) | func (es EntityRefSlice) RemoveIf(f func(EntityRef) bool) { method CopyTo (line 146) | func (es EntityRefSlice) CopyTo(dest EntityRefSlice) { method Sort (line 157) | func (es EntityRefSlice) Sort(less func(a, b EntityRef) bool) { method getOrig (line 162) | func (ms EntityRefSlice) getOrig() *[]*internal.EntityRef { method getState (line 166) | func (ms EntityRefSlice) getState() *internal.State { function newEntityRefSlice (line 25) | func newEntityRefSlice(orig *[]*internal.EntityRef, state *internal.Stat... function NewEntityRefSlice (line 31) | func NewEntityRefSlice() EntityRefSlice { FILE: pdata/xpdata/entity/generated_entityrefslice_test.go function TestEntityRefSlice (line 18) | func TestEntityRefSlice(t *testing.T) { function TestEntityRefSliceReadOnly (line 35) | func TestEntityRefSliceReadOnly(t *testing.T) { function TestEntityRefSlice_CopyTo (line 49) | func TestEntityRefSlice_CopyTo(t *testing.T) { function TestEntityRefSlice_EnsureCapacity (line 58) | func TestEntityRefSlice_EnsureCapacity(t *testing.T) { function TestEntityRefSlice_MoveAndAppendTo (line 76) | func TestEntityRefSlice_MoveAndAppendTo(t *testing.T) { function TestEntityRefSlice_RemoveIf (line 108) | func TestEntityRefSlice_RemoveIf(t *testing.T) { function TestEntityRefSlice_RemoveIfAll (line 126) | func TestEntityRefSlice_RemoveIfAll(t *testing.T) { function TestEntityRefSliceAll (line 134) | func TestEntityRefSliceAll(t *testing.T) { function TestEntityRefSlice_Sort (line 146) | func TestEntityRefSlice_Sort(t *testing.T) { function generateTestEntityRefSlice (line 162) | func generateTestEntityRefSlice() EntityRefSlice { FILE: pdata/xpdata/entity/resource_entities.go function ResourceEntityRefs (line 14) | func ResourceEntityRefs(res pcommon.Resource) EntityRefSlice { function ResourceEntities (line 22) | func ResourceEntities(res pcommon.Resource) EntityMap { FILE: pdata/xpdata/entity/resource_entities_test.go function TestResourceEntityRefs (line 14) | func TestResourceEntityRefs(t *testing.T) { function TestResourceEntities (line 26) | func TestResourceEntities(t *testing.T) { FILE: pdata/xpdata/fuzz_test.go function FuzzUnmarshalJSONValue (line 15) | func FuzzUnmarshalJSONValue(f *testing.F) { FILE: pdata/xpdata/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: pdata/xpdata/json.go type JSONMarshaler (line 14) | type JSONMarshaler struct method MarshalValue (line 16) | func (*JSONMarshaler) MarshalValue(value pcommon.Value) ([]byte, error) { type JSONUnmarshaler (line 27) | type JSONUnmarshaler struct method UnmarshalValue (line 29) | func (*JSONUnmarshaler) UnmarshalValue(buf []byte) (pcommon.Value, err... FILE: pdata/xpdata/json_test.go function TestMarshalAndUnmarshalValue (line 15) | func TestMarshalAndUnmarshalValue(t *testing.T) { function TestUnmarshalValueUnknown (line 31) | func TestUnmarshalValueUnknown(t *testing.T) { function genTestEncodingValues (line 39) | func genTestEncodingValues() map[string]pcommon.Value { FILE: pdata/xpdata/map_builder.go type MapBuilder (line 15) | type MapBuilder struct method EnsureCapacity (line 22) | func (mb *MapBuilder) EnsureCapacity(capacity int) { method getValue (line 31) | func (mb *MapBuilder) getValue(i int) pcommon.Value { method AppendEmpty (line 37) | func (mb *MapBuilder) AppendEmpty(k string) pcommon.Value { method UnsafeIntoMap (line 46) | func (mb *MapBuilder) UnsafeIntoMap(m pcommon.Map) { FILE: pdata/xpdata/map_builder_test.go function TestMapBuilder (line 15) | func TestMapBuilder(t *testing.T) { FILE: pdata/xpdata/pref/logs.go function MarkPipelineOwnedLogs (line 17) | func MarkPipelineOwnedLogs(ld plog.Logs) bool { function RefLogs (line 21) | func RefLogs(ld plog.Logs) { function UnrefLogs (line 27) | func UnrefLogs(ld plog.Logs) { function EqualLogs (line 41) | func EqualLogs(ld1, ld2 plog.Logs) bool { FILE: pdata/xpdata/pref/metrics.go function MarkPipelineOwnedMetrics (line 17) | func MarkPipelineOwnedMetrics(md pmetric.Metrics) bool { function RefMetrics (line 21) | func RefMetrics(md pmetric.Metrics) { function UnrefMetrics (line 27) | func UnrefMetrics(md pmetric.Metrics) { function EqualMetrics (line 41) | func EqualMetrics(md1, md2 pmetric.Metrics) bool { FILE: pdata/xpdata/pref/profiles.go function MarkPipelineOwnedProfiles (line 17) | func MarkPipelineOwnedProfiles(pd pprofile.Profiles) bool { function RefProfiles (line 21) | func RefProfiles(pd pprofile.Profiles) { function UnrefProfiles (line 27) | func UnrefProfiles(pd pprofile.Profiles) { function EqualProfiles (line 41) | func EqualProfiles(pd1, pd2 pprofile.Profiles) bool { FILE: pdata/xpdata/pref/traces.go function MarkPipelineOwnedTraces (line 17) | func MarkPipelineOwnedTraces(td ptrace.Traces) bool { function RefTraces (line 21) | func RefTraces(td ptrace.Traces) { function UnrefTraces (line 25) | func UnrefTraces(td ptrace.Traces) { function EqualTraces (line 39) | func EqualTraces(td1, td2 ptrace.Traces) bool { FILE: pdata/xpdata/request/context.go function encodeContext (line 17) | func encodeContext(ctx context.Context) *internal.RequestContext { function encodeSpanContext (line 25) | func encodeSpanContext(ctx context.Context, rc *internal.RequestContext) { function encodeClientMetadata (line 39) | func encodeClientMetadata(ctx context.Context, rc *internal.RequestConte... function encodeClientAddress (line 62) | func encodeClientAddress(ctx context.Context, rc *internal.RequestContex... function decodeContext (line 90) | func decodeContext(ctx context.Context, rc *internal.RequestContext) con... function decodeSpanContext (line 106) | func decodeSpanContext(ctx context.Context, sc *internal.SpanContext) co... function decodeClientMetadata (line 122) | func decodeClientMetadata(clientMetadata []internal.KeyValue) map[string... function decodeClientAddress (line 142) | func decodeClientAddress(rc *internal.RequestContext) net.Addr { FILE: pdata/xpdata/request/context_test.go function TestEncodeDecodeContext (line 19) | func TestEncodeDecodeContext(t *testing.T) { FILE: pdata/xpdata/request/logs_request.go function MarshalLogs (line 15) | func MarshalLogs(ctx context.Context, ld plog.Logs) ([]byte, error) { function UnmarshalLogs (line 27) | func UnmarshalLogs(buf []byte) (context.Context, plog.Logs, error) { FILE: pdata/xpdata/request/logs_request_test.go function TestMarshalUnmarshalLogsRequest (line 18) | func TestMarshalUnmarshalLogsRequest(t *testing.T) { FILE: pdata/xpdata/request/metrics_request.go function MarshalMetrics (line 15) | func MarshalMetrics(ctx context.Context, ld pmetric.Metrics) ([]byte, er... function UnmarshalMetrics (line 27) | func UnmarshalMetrics(buf []byte) (context.Context, pmetric.Metrics, err... FILE: pdata/xpdata/request/metrics_request_test.go function TestMarshalUnmarshalMetricsRequest (line 18) | func TestMarshalUnmarshalMetricsRequest(t *testing.T) { FILE: pdata/xpdata/request/profiles_request.go function MarshalProfiles (line 15) | func MarshalProfiles(ctx context.Context, ld pprofile.Profiles) ([]byte,... function UnmarshalProfiles (line 27) | func UnmarshalProfiles(buf []byte) (context.Context, pprofile.Profiles, ... FILE: pdata/xpdata/request/profiles_request_test.go function TestMarshalUnmarshalProfilesRequest (line 18) | func TestMarshalUnmarshalProfilesRequest(t *testing.T) { FILE: pdata/xpdata/request/requesttest.go function fakeSpanContext (line 13) | func fakeSpanContext(tb testing.TB) trace.SpanContext { FILE: pdata/xpdata/request/traces_request.go function MarshalTraces (line 15) | func MarshalTraces(ctx context.Context, ld ptrace.Traces) ([]byte, error) { function UnmarshalTraces (line 27) | func UnmarshalTraces(buf []byte) (context.Context, ptrace.Traces, error) { FILE: pdata/xpdata/request/traces_request_test.go function TestMarshalUnmarshalTracesRequest (line 18) | func TestMarshalUnmarshalTracesRequest(t *testing.T) { FILE: pdata/xpdata/request/version_check.go constant protoTag1TypeByte (line 13) | protoTag1TypeByte = 0x0D constant requestFormatVersion (line 16) | requestFormatVersion = uint32(1) function isRequestPayloadV1 (line 23) | func isRequestPayloadV1(data []byte) bool { FILE: pdata/xpdata/request/version_check_test.go function TestIsRequestPayloadV1 (line 20) | func TestIsRequestPayloadV1(t *testing.T) { FILE: pipeline/internal/globalsignal/signal.go type Signal (line 22) | type Signal struct method String (line 27) | func (s Signal) String() string { method MarshalText (line 32) | func (s Signal) MarshalText() ([]byte, error) { method UnmarshalText (line 37) | func (s *Signal) UnmarshalText(text []byte) error { FILE: pipeline/internal/globalsignal/signal_test.go function TestSignal_String (line 13) | func TestSignal_String(t *testing.T) { function TestSignal_MarshalText (line 20) | func TestSignal_MarshalText(t *testing.T) { function TestSignal_UnmarshalText (line 43) | func TestSignal_UnmarshalText(t *testing.T) { FILE: pipeline/pipeline.go constant typeAndNameSeparator (line 13) | typeAndNameSeparator = "/" type ID (line 18) | type ID struct method Signal (line 34) | func (i ID) Signal() Signal { method Name (line 39) | func (i ID) Name() string { method MarshalText (line 45) | func (i ID) MarshalText() (text []byte, err error) { method UnmarshalText (line 50) | func (i *ID) UnmarshalText(text []byte) error { method String (line 82) | func (i ID) String() string { function NewID (line 24) | func NewID(signal Signal) ID { function NewIDWithName (line 29) | func NewIDWithName(signal Signal, name string) ID { function validateName (line 95) | func validateName(nameStr string) error { FILE: pipeline/pipeline_test.go function Test_NewID (line 16) | func Test_NewID(t *testing.T) { function Test_NewIDWithName (line 21) | func Test_NewIDWithName(t *testing.T) { function TestMarshalText (line 26) | func TestMarshalText(t *testing.T) { function TestUnmarshalText (line 33) | func TestUnmarshalText(t *testing.T) { FILE: processor/batchprocessor/batch_processor.go type batchProcessor (line 41) | type batchProcessor struct type batcher (line 61) | type batcher interface type shard (line 75) | type shard struct type batch (line 96) | type batch interface function newBatchProcessor (line 114) | func newBatchProcessor[T any](set processor.Settings, cfg *Config, batch... method newShard (line 153) | func (bp *batchProcessor[T]) newShard(md map[string][]string) *shard[T] { method Capabilities (line 166) | func (bp *batchProcessor[T]) Capabilities() consumer.Capabilities { method Start (line 171) | func (bp *batchProcessor[T]) Start(ctx context.Context, _ component.Host... method Shutdown (line 176) | func (bp *batchProcessor[T]) Shutdown(context.Context) error { method start (line 185) | func (b *shard[T]) start() { method startLoop (line 189) | func (b *shard[T]) startLoop() { method processItem (line 227) | func (b *shard[T]) processItem(item T) { method hasTimer (line 241) | func (b *shard[T]) hasTimer() bool { method stopTimer (line 245) | func (b *shard[T]) stopTimer() { method resetTimer (line 251) | func (b *shard[T]) resetTimer() { method sendItems (line 257) | func (b *shard[T]) sendItems(trigger trigger) { type singleShardBatcher (line 280) | type singleShardBatcher struct method start (line 285) | func (sb *singleShardBatcher[T]) start(context.Context) error { method consume (line 290) | func (sb *singleShardBatcher[T]) consume(_ context.Context, data T) error { method currentMetadataCardinality (line 295) | func (sb *singleShardBatcher[T]) currentMetadataCardinality() int { type multiShardBatcher (line 300) | type multiShardBatcher struct method start (line 319) | func (mb *multiShardBatcher[T]) start(context.Context) error { method consume (line 323) | func (mb *multiShardBatcher[T]) consume(ctx context.Context, data T) err... method currentMetadataCardinality (line 368) | func (mb *multiShardBatcher[T]) currentMetadataCardinality() int { type tracesBatchProcessor (line 374) | type tracesBatchProcessor struct method ConsumeTraces (line 387) | func (t *tracesBatchProcessor) ConsumeTraces(ctx context.Context, td p... function newTracesBatchProcessor (line 379) | func newTracesBatchProcessor(set processor.Settings, next consumer.Trace... type metricsBatchProcessor (line 392) | type metricsBatchProcessor struct method ConsumeMetrics (line 406) | func (m *metricsBatchProcessor) ConsumeMetrics(ctx context.Context, md... function newMetricsBatchProcessor (line 397) | func newMetricsBatchProcessor(set processor.Settings, next consumer.Metr... type logsBatchProcessor (line 411) | type logsBatchProcessor struct method ConsumeLogs (line 425) | func (l *logsBatchProcessor) ConsumeLogs(ctx context.Context, ld plog.... function newLogsBatchProcessor (line 416) | func newLogsBatchProcessor(set processor.Settings, next consumer.Logs, c... type batchTraces (line 430) | type batchTraces struct method add (line 442) | func (bt *batchTraces) add(td ptrace.Traces) { method sizeBytes (line 453) | func (bt *batchTraces) sizeBytes(td ptrace.Traces) int { method export (line 457) | func (bt *batchTraces) export(ctx context.Context, td ptrace.Traces) e... method split (line 461) | func (bt *batchTraces) split(sendBatchMaxSize int) (int, ptrace.Traces) { method itemCount (line 477) | func (bt *batchTraces) itemCount() int { function newBatchTraces (line 437) | func newBatchTraces(nextConsumer consumer.Traces) *batchTraces { type batchMetrics (line 481) | type batchMetrics struct method sizeBytes (line 492) | func (bm *batchMetrics) sizeBytes(md pmetric.Metrics) int { method export (line 496) | func (bm *batchMetrics) export(ctx context.Context, md pmetric.Metrics... method split (line 500) | func (bm *batchMetrics) split(sendBatchMaxSize int) (int, pmetric.Metr... method itemCount (line 517) | func (bm *batchMetrics) itemCount() int { method add (line 521) | func (bm *batchMetrics) add(md pmetric.Metrics) { function newMetricsBatch (line 488) | func newMetricsBatch(nextConsumer consumer.Metrics) *batchMetrics { type batchLogs (line 531) | type batchLogs struct method sizeBytes (line 542) | func (bl *batchLogs) sizeBytes(ld plog.Logs) int { method export (line 546) | func (bl *batchLogs) export(ctx context.Context, ld plog.Logs) error { method split (line 550) | func (bl *batchLogs) split(sendBatchMaxSize int) (int, plog.Logs) { method itemCount (line 567) | func (bl *batchLogs) itemCount() int { method add (line 571) | func (bl *batchLogs) add(ld plog.Logs) { function newBatchLogs (line 538) | func newBatchLogs(nextConsumer consumer.Logs) *batchLogs { FILE: processor/batchprocessor/batch_processor_test.go function TestProcessorShutdown (line 35) | func TestProcessorShutdown(t *testing.T) { function TestProcessorLifecycle (line 62) | func TestProcessorLifecycle(t *testing.T) { function TestBatchProcessorSpansDelivered (line 86) | func TestBatchProcessorSpansDelivered(t *testing.T) { function TestBatchProcessorSpansDeliveredEnforceBatchSize (line 126) | func TestBatchProcessorSpansDeliveredEnforceBatchSize(t *testing.T) { function TestBatchProcessorSentBySize (line 165) | func TestBatchProcessorSentBySize(t *testing.T) { function TestBatchProcessorSentBySizeWithMaxSize (line 259) | func TestBatchProcessorSentBySizeWithMaxSize(t *testing.T) { function TestBatchProcessorSentByTimeout (line 358) | func TestBatchProcessorSentByTimeout(t *testing.T) { function TestBatchProcessorTraceSendWhenClosing (line 404) | func TestBatchProcessorTraceSendWhenClosing(t *testing.T) { function TestBatchMetricProcessor_ReceivingData (line 428) | func TestBatchMetricProcessor_ReceivingData(t *testing.T) { function TestBatchMetricProcessorBatchSize (line 475) | func TestBatchMetricProcessorBatchSize(t *testing.T) { function TestBatchMetrics_UnevenBatchMaxSize (line 572) | func TestBatchMetrics_UnevenBatchMaxSize(t *testing.T) { function TestBatchMetricsProcessor_Timeout (line 592) | func TestBatchMetricsProcessor_Timeout(t *testing.T) { function TestBatchMetricProcessor_Shutdown (line 636) | func TestBatchMetricProcessor_Shutdown(t *testing.T) { function getTestSpanName (line 660) | func getTestSpanName(requestNum, index int) string { function spansReceivedByName (line 664) | func spansReceivedByName(tds []ptrace.Traces) map[string]ptrace.Span { function metricsReceivedByName (line 682) | func metricsReceivedByName(mds []pmetric.Metrics) map[string]pmetric.Met... function getTestMetricName (line 700) | func getTestMetricName(requestNum, index int) string { function BenchmarkTraceSizeBytes (line 704) | func BenchmarkTraceSizeBytes(b *testing.B) { function BenchmarkTraceSizeSpanCount (line 712) | func BenchmarkTraceSizeSpanCount(b *testing.B) { function BenchmarkBatchMetricProcessor2k (line 719) | func BenchmarkBatchMetricProcessor2k(b *testing.B) { function BenchmarkMultiBatchMetricProcessor2k (line 728) | func BenchmarkMultiBatchMetricProcessor2k(b *testing.B) { function runMetricsProcessorBenchmark (line 738) | func runMetricsProcessorBenchmark(b *testing.B, cfg *Config) { type metricsSink (line 757) | type metricsSink struct method Capabilities (line 762) | func (sme *metricsSink) Capabilities() consumer.Capabilities { method ConsumeMetrics (line 768) | func (sme *metricsSink) ConsumeMetrics(_ context.Context, md pmetric.M... function TestBatchLogProcessor_ReceivingData (line 775) | func TestBatchLogProcessor_ReceivingData(t *testing.T) { function TestBatchLogProcessor_BatchSize (line 822) | func TestBatchLogProcessor_BatchSize(t *testing.T) { function TestBatchLogsProcessor_Timeout (line 917) | func TestBatchLogsProcessor_Timeout(t *testing.T) { function TestBatchLogProcessor_Shutdown (line 961) | func TestBatchLogProcessor_Shutdown(t *testing.T) { function getTestLogSeverityText (line 985) | func getTestLogSeverityText(requestNum, index int) string { function logsReceivedBySeverityText (line 989) | func logsReceivedBySeverityText(lds []plog.Logs) map[string]plog.LogReco... function TestShutdown (line 1008) | func TestShutdown(t *testing.T) { type metadataTracesSink (line 1013) | type metadataTracesSink struct method ConsumeTraces (line 1024) | func (mts *metadataTracesSink) ConsumeTraces(ctx context.Context, td p... function formatTwo (line 1020) | func formatTwo(first, second []string) string { function TestBatchProcessorSpansBatchedByMetadata (line 1038) | func TestBatchProcessorSpansBatchedByMetadata(t *testing.T) { function TestBatchProcessorDuplicateMetadataKeys (line 1123) | func TestBatchProcessorDuplicateMetadataKeys(t *testing.T) { function TestBatchProcessorMetadataCardinalityLimit (line 1131) | func TestBatchProcessorMetadataCardinalityLimit(t *testing.T) { function TestBatchZeroConfig (line 1169) | func TestBatchZeroConfig(t *testing.T) { function TestBatchSplitOnly (line 1206) | func TestBatchSplitOnly(t *testing.T) { FILE: processor/batchprocessor/config.go type Config (line 16) | type Config struct method Validate (line 54) | func (cfg *Config) Validate() error { FILE: processor/batchprocessor/config_test.go function TestUnmarshalDefaultConfig (line 18) | func TestUnmarshalDefaultConfig(t *testing.T) { function TestUnmarshalConfig (line 25) | func TestUnmarshalConfig(t *testing.T) { function TestValidateConfig_DefaultBatchMaxSize (line 40) | func TestValidateConfig_DefaultBatchMaxSize(t *testing.T) { function TestValidateConfig_ValidBatchSizes (line 48) | func TestValidateConfig_ValidBatchSizes(t *testing.T) { function TestValidateConfig_InvalidBatchSize (line 56) | func TestValidateConfig_InvalidBatchSize(t *testing.T) { function TestValidateConfig_InvalidTimeout (line 64) | func TestValidateConfig_InvalidTimeout(t *testing.T) { function TestValidateConfig_ValidZero (line 71) | func TestValidateConfig_ValidZero(t *testing.T) { FILE: processor/batchprocessor/factory.go constant defaultSendBatchSize (line 19) | defaultSendBatchSize = uint32(8192) constant defaultTimeout (line 20) | defaultTimeout = 200 * time.Millisecond constant defaultMetadataCardinalityLimit (line 25) | defaultMetadataCardinalityLimit = 1000 function NewFactory (line 29) | func NewFactory() processor.Factory { function createDefaultConfig (line 38) | func createDefaultConfig() component.Config { function createTraces (line 46) | func createTraces( function createMetrics (line 55) | func createMetrics( function createLogs (line 64) | func createLogs( FILE: processor/batchprocessor/factory_test.go function TestCreateDefaultConfig (line 16) | func TestCreateDefaultConfig(t *testing.T) { function TestCreateProcessor (line 24) | func TestCreateProcessor(t *testing.T) { FILE: processor/batchprocessor/generated_component_test.go function TestComponentFactoryType (line 26) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 30) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 34) | func TestComponentLifecycle(t *testing.T) { function generateLifecycleTestLogs (line 119) | func generateLifecycleTestLogs() plog.Logs { function generateLifecycleTestMetrics (line 129) | func generateLifecycleTestMetrics() pmetric.Metrics { function generateLifecycleTestTraces (line 142) | func generateLifecycleTestTraces() ptrace.Traces { type mdatagenNopHost (line 156) | type mdatagenNopHost struct method GetExtensions (line 162) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 166) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 158) | func newMdatagenNopHost() component.Host { FILE: processor/batchprocessor/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: processor/batchprocessor/internal/metadata/generated_status.go constant TracesStability (line 15) | TracesStability = component.StabilityLevelBeta constant MetricsStability (line 16) | MetricsStability = component.StabilityLevelBeta constant LogsStability (line 17) | LogsStability = component.StabilityLevelBeta FILE: processor/batchprocessor/internal/metadata/generated_telemetry.go function Meter (line 17) | func Meter(settings component.TelemetrySettings) metric.Meter { function Tracer (line 21) | func Tracer(settings component.TelemetrySettings) trace.Tracer { type TelemetryBuilder (line 27) | type TelemetryBuilder struct method RegisterProcessorBatchMetadataCardinalityCallback (line 50) | func (builder *TelemetryBuilder) RegisterProcessorBatchMetadataCardina... method Shutdown (line 75) | func (builder *TelemetryBuilder) Shutdown() { type TelemetryBuilderOption (line 39) | type TelemetryBuilderOption interface type telemetryBuilderOptionFunc (line 43) | type telemetryBuilderOptionFunc method apply (line 45) | func (tbof telemetryBuilderOptionFunc) apply(mb *TelemetryBuilder) { type observerInt64 (line 64) | type observerInt64 struct method Observe (line 70) | func (oi *observerInt64) Observe(value int64, opts ...metric.ObserveOp... function NewTelemetryBuilder (line 85) | func NewTelemetryBuilder(settings component.TelemetrySettings, options .... FILE: processor/batchprocessor/internal/metadata/generated_telemetry_test.go type mockMeter (line 20) | type mockMeter struct type mockMeterProvider (line 24) | type mockMeterProvider struct method Meter (line 28) | func (m mockMeterProvider) Meter(name string, opts ...metric.MeterOpti... type mockTracer (line 32) | type mockTracer struct type mockTracerProvider (line 37) | type mockTracerProvider struct method Tracer (line 41) | func (m mockTracerProvider) Tracer(name string, opts ...trace.TracerOp... function TestProviders (line 45) | func TestProviders(t *testing.T) { function TestNewTelemetryBuilder (line 66) | func TestNewTelemetryBuilder(t *testing.T) { FILE: processor/batchprocessor/internal/metadatatest/generated_telemetrytest.go function NewSettings (line 18) | func NewSettings(tt *componenttest.Telemetry) processor.Settings { function AssertEqualProcessorBatchBatchSendSize (line 25) | func AssertEqualProcessorBatchBatchSendSize(t *testing.T, tt *componentt... function AssertEqualProcessorBatchBatchSendSizeBytes (line 40) | func AssertEqualProcessorBatchBatchSendSizeBytes(t *testing.T, tt *compo... function AssertEqualProcessorBatchBatchSizeTriggerSend (line 55) | func AssertEqualProcessorBatchBatchSizeTriggerSend(t *testing.T, tt *com... function AssertEqualProcessorBatchMetadataCardinality (line 71) | func AssertEqualProcessorBatchMetadataCardinality(t *testing.T, tt *comp... function AssertEqualProcessorBatchTimeoutTriggerSend (line 87) | func AssertEqualProcessorBatchTimeoutTriggerSend(t *testing.T, tt *compo... FILE: processor/batchprocessor/internal/metadatatest/generated_telemetrytest_test.go function TestSetupTelemetry (line 18) | func TestSetupTelemetry(t *testing.T) { FILE: processor/batchprocessor/metrics.go type trigger (line 17) | type trigger constant triggerTimeout (line 20) | triggerTimeout trigger = iota constant triggerBatchSize (line 21) | triggerBatchSize type batchProcessorTelemetry (line 24) | type batchProcessorTelemetry struct method record (line 53) | func (bpt *batchProcessorTelemetry) record(trigger trigger, sent, byte... function newBatchProcessorTelemetry (line 31) | func newBatchProcessorTelemetry(set processor.Settings, currentMetadataC... FILE: processor/batchprocessor/splitlogs.go function splitLogs (line 11) | func splitLogs(size int, src plog.Logs) plog.Logs { function resourceLRC (line 70) | func resourceLRC(rs plog.ResourceLogs) (count int) { FILE: processor/batchprocessor/splitlogs_test.go function TestSplitLogs_noop (line 15) | func TestSplitLogs_noop(t *testing.T) { function TestSplitLogs (line 29) | func TestSplitLogs(t *testing.T) { function TestSplitLogsMultipleResourceLogs (line 72) | func TestSplitLogsMultipleResourceLogs(t *testing.T) { function TestSplitLogsMultipleResourceLogs_split_size_greater_than_log_size (line 94) | func TestSplitLogsMultipleResourceLogs_split_size_greater_than_log_size(... function TestSplitLogsMultipleILL (line 119) | func TestSplitLogsMultipleILL(t *testing.T) { function TestSplitLogsPreserveSchemaURLOnPartialSplit (line 149) | func TestSplitLogsPreserveSchemaURLOnPartialSplit(t *testing.T) { FILE: processor/batchprocessor/splitmetrics.go function splitMetrics (line 11) | func splitMetrics(size int, src pmetric.Metrics) pmetric.Metrics { function resourceMetricsDPC (line 81) | func resourceMetricsDPC(rs pmetric.ResourceMetrics) int { function scopeMetricsDPC (line 91) | func scopeMetricsDPC(ilm pmetric.ScopeMetrics) int { function metricDPC (line 101) | func metricDPC(ms pmetric.Metric) int { function splitMetric (line 119) | func splitMetric(ms, dest pmetric.Metric, size int) (int, bool) { function splitNumberDataPoints (line 146) | func splitNumberDataPoints(src, dst pmetric.NumberDataPointSlice, size i... function splitHistogramDataPoints (line 160) | func splitHistogramDataPoints(src, dst pmetric.HistogramDataPointSlice, ... function splitExponentialHistogramDataPoints (line 174) | func splitExponentialHistogramDataPoints(src, dst pmetric.ExponentialHis... function splitSummaryDataPoints (line 188) | func splitSummaryDataPoints(src, dst pmetric.SummaryDataPointSlice, size... FILE: processor/batchprocessor/splitmetrics_test.go function TestSplitMetrics_noop (line 15) | func TestSplitMetrics_noop(t *testing.T) { function TestSplitMetrics (line 29) | func TestSplitMetrics(t *testing.T) { function TestSplitMetricsMultipleResourceSpans (line 75) | func TestSplitMetricsMultipleResourceSpans(t *testing.T) { function TestSplitMetricsMultipleResourceSpans_SplitSizeGreaterThanMetricSize (line 100) | func TestSplitMetricsMultipleResourceSpans_SplitSizeGreaterThanMetricSiz... function TestSplitMetricsUneven (line 128) | func TestSplitMetricsUneven(t *testing.T) { function TestSplitMetricsAllTypes (line 155) | func TestSplitMetricsAllTypes(t *testing.T) { function TestSplitMetricsBatchSizeSmallerThanDataPointCount (line 254) | func TestSplitMetricsBatchSizeSmallerThanDataPointCount(t *testing.T) { function TestSplitMetricsMultipleILM (line 289) | func TestSplitMetricsMultipleILM(t *testing.T) { function TestSplitMetricsPreserveSchemaURLOnPartialSplit (line 318) | func TestSplitMetricsPreserveSchemaURLOnPartialSplit(t *testing.T) { FILE: processor/batchprocessor/splittraces.go function splitTraces (line 11) | func splitTraces(size int, src ptrace.Traces) ptrace.Traces { function resourceSC (line 70) | func resourceSC(rs ptrace.ResourceSpans) (count int) { FILE: processor/batchprocessor/splittraces_test.go function TestSplitTraces_noop (line 15) | func TestSplitTraces_noop(t *testing.T) { function TestSplitTraces (line 29) | func TestSplitTraces(t *testing.T) { function TestSplitTracesMultipleResourceSpans (line 72) | func TestSplitTracesMultipleResourceSpans(t *testing.T) { function TestSplitTracesMultipleResourceSpans_SplitSizeGreaterThanSpanSize (line 94) | func TestSplitTracesMultipleResourceSpans_SplitSizeGreaterThanSpanSize(t... function TestSplitTracesMultipleILS (line 119) | func TestSplitTracesMultipleILS(t *testing.T) { function TestSplitTracesPreserveSchemaURLOnPartialSplit (line 149) | func TestSplitTracesPreserveSchemaURLOnPartialSplit(t *testing.T) { FILE: processor/internal/err.go function ErrIDMismatch (line 12) | func ErrIDMismatch(id component.ID, typ component.Type) error { FILE: processor/internal/obsmetrics.go constant MetricNameSep (line 7) | MetricNameSep = "_" constant ProcessorKey (line 10) | ProcessorKey = "processor" constant ProcessorMetricPrefix (line 12) | ProcessorMetricPrefix = ProcessorKey + MetricNameSep FILE: processor/memorylimiterprocessor/factory.go type factory (line 26) | type factory struct method createTraces (line 53) | func (f *factory) createTraces( method createMetrics (line 70) | func (f *factory) createMetrics( method createLogs (line 87) | func (f *factory) createLogs( method createProfiles (line 104) | func (f *factory) createProfiles( method getMemoryLimiter (line 129) | func (f *factory) getMemoryLimiter(set processor.Settings, cfg compone... function NewFactory (line 34) | func NewFactory() xprocessor.Factory { function createDefaultConfig (line 49) | func createDefaultConfig() component.Config { FILE: processor/memorylimiterprocessor/factory_test.go function TestCreateDefaultConfig (line 21) | func TestCreateDefaultConfig(t *testing.T) { function TestCreateProcessor (line 30) | func TestCreateProcessor(t *testing.T) { FILE: processor/memorylimiterprocessor/generated_component_test.go function TestComponentFactoryType (line 27) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 31) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 35) | func TestComponentLifecycle(t *testing.T) { function generateLifecycleTestLogs (line 127) | func generateLifecycleTestLogs() plog.Logs { function generateLifecycleTestMetrics (line 137) | func generateLifecycleTestMetrics() pmetric.Metrics { function generateLifecycleTestTraces (line 150) | func generateLifecycleTestTraces() ptrace.Traces { type mdatagenNopHost (line 164) | type mdatagenNopHost struct method GetExtensions (line 170) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 174) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 166) | func newMdatagenNopHost() component.Host { FILE: processor/memorylimiterprocessor/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: processor/memorylimiterprocessor/internal/metadata/generated_status.go constant ProfilesStability (line 15) | ProfilesStability = component.StabilityLevelAlpha constant TracesStability (line 16) | TracesStability = component.StabilityLevelBeta constant MetricsStability (line 17) | MetricsStability = component.StabilityLevelBeta constant LogsStability (line 18) | LogsStability = component.StabilityLevelBeta FILE: processor/memorylimiterprocessor/internal/metadata/generated_telemetry.go function Meter (line 15) | func Meter(settings component.TelemetrySettings) metric.Meter { function Tracer (line 19) | func Tracer(settings component.TelemetrySettings) trace.Tracer { type TelemetryBuilder (line 25) | type TelemetryBuilder struct method Shutdown (line 49) | func (builder *TelemetryBuilder) Shutdown() { type TelemetryBuilderOption (line 38) | type TelemetryBuilderOption interface type telemetryBuilderOptionFunc (line 42) | type telemetryBuilderOptionFunc method apply (line 44) | func (tbof telemetryBuilderOptionFunc) apply(mb *TelemetryBuilder) { function NewTelemetryBuilder (line 59) | func NewTelemetryBuilder(settings component.TelemetrySettings, options .... FILE: processor/memorylimiterprocessor/internal/metadata/generated_telemetry_test.go type mockMeter (line 20) | type mockMeter struct type mockMeterProvider (line 24) | type mockMeterProvider struct method Meter (line 28) | func (m mockMeterProvider) Meter(name string, opts ...metric.MeterOpti... type mockTracer (line 32) | type mockTracer struct type mockTracerProvider (line 37) | type mockTracerProvider struct method Tracer (line 41) | func (m mockTracerProvider) Tracer(name string, opts ...trace.TracerOp... function TestProviders (line 45) | func TestProviders(t *testing.T) { function TestNewTelemetryBuilder (line 66) | func TestNewTelemetryBuilder(t *testing.T) { FILE: processor/memorylimiterprocessor/internal/metadatatest/generated_telemetrytest.go function NewSettings (line 18) | func NewSettings(tt *componenttest.Telemetry) processor.Settings { function AssertEqualProcessorAcceptedLogRecords (line 25) | func AssertEqualProcessorAcceptedLogRecords(t *testing.T, tt *componentt... function AssertEqualProcessorAcceptedMetricPoints (line 41) | func AssertEqualProcessorAcceptedMetricPoints(t *testing.T, tt *componen... function AssertEqualProcessorAcceptedSpans (line 57) | func AssertEqualProcessorAcceptedSpans(t *testing.T, tt *componenttest.T... function AssertEqualProcessorRefusedLogRecords (line 73) | func AssertEqualProcessorRefusedLogRecords(t *testing.T, tt *componentte... function AssertEqualProcessorRefusedMetricPoints (line 89) | func AssertEqualProcessorRefusedMetricPoints(t *testing.T, tt *component... function AssertEqualProcessorRefusedSpans (line 105) | func AssertEqualProcessorRefusedSpans(t *testing.T, tt *componenttest.Te... FILE: processor/memorylimiterprocessor/internal/metadatatest/generated_telemetrytest_test.go function TestSetupTelemetry (line 17) | func TestSetupTelemetry(t *testing.T) { FILE: processor/memorylimiterprocessor/internal/mock_exporter.go type MockExporter (line 15) | type MockExporter struct method Capabilities (line 24) | func (e *MockExporter) Capabilities() consumer.Capabilities { method ConsumeLogs (line 28) | func (e *MockExporter) ConsumeLogs(ctx context.Context, ld plog.Logs) ... method SetDestAvailable (line 40) | func (e *MockExporter) SetDestAvailable(available bool) { method AcceptedLogCount (line 56) | func (e *MockExporter) AcceptedLogCount() int { method DeliveredLogCount (line 60) | func (e *MockExporter) DeliveredLogCount() int { function NewMockExporter (line 64) | func NewMockExporter() *MockExporter { FILE: processor/memorylimiterprocessor/internal/mock_receiver.go type MockReceiver (line 16) | type MockReceiver struct method Start (line 23) | func (m *MockReceiver) Start() { method produce (line 29) | func (m *MockReceiver) produce() { method LastConsumeResult (line 57) | func (m *MockReceiver) LastConsumeResult() error { FILE: processor/memorylimiterprocessor/memorylimiter.go type memoryLimiterProcessor (line 20) | type memoryLimiterProcessor struct method start (line 44) | func (p *memoryLimiterProcessor) start(ctx context.Context, host compo... method shutdown (line 48) | func (p *memoryLimiterProcessor) shutdown(ctx context.Context) error { method processTraces (line 52) | func (p *memoryLimiterProcessor) processTraces(ctx context.Context, td... method processMetrics (line 67) | func (p *memoryLimiterProcessor) processMetrics(ctx context.Context, m... method processLogs (line 82) | func (p *memoryLimiterProcessor) processLogs(ctx context.Context, ld p... method processProfiles (line 97) | func (p *memoryLimiterProcessor) processProfiles(ctx context.Context, ... function newMemoryLimiterProcessor (line 26) | func newMemoryLimiterProcessor(set processor.Settings, cfg *Config) (*me... FILE: processor/memorylimiterprocessor/memorylimiter_test.go function TestNoDataLoss (line 36) | func TestNoDataLoss(t *testing.T) { function TestMetricsMemoryPressureResponse (line 126) | func TestMetricsMemoryPressureResponse(t *testing.T) { function TestMetricsTelemetry (line 214) | func TestMetricsTelemetry(t *testing.T) { function TestTraceMemoryPressureResponse (line 245) | func TestTraceMemoryPressureResponse(t *testing.T) { function TestLogMemoryPressureResponse (line 335) | func TestLogMemoryPressureResponse(t *testing.T) { function TestProfileMemoryPressureResponse (line 425) | func TestProfileMemoryPressureResponse(t *testing.T) { type host (line 513) | type host struct method GetExtensions (line 517) | func (h *host) GetExtensions() map[component.ID]component.Component { function totalMemory (line 522) | func totalMemory() (uint64, error) { FILE: processor/memorylimiterprocessor/obsreport.go type obsReport (line 18) | type obsReport struct method accepted (line 36) | func (or *obsReport) accepted(ctx context.Context, num int, signal pip... method refused (line 48) | func (or *obsReport) refused(ctx context.Context, num int, signal pipe... function newObsReport (line 23) | func newObsReport(set processor.Settings) (*obsReport, error) { FILE: processor/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: processor/processor.go type Traces (line 16) | type Traces interface type Metrics (line 22) | type Metrics interface type Logs (line 28) | type Logs interface type Settings (line 34) | type Settings struct type Factory (line 51) | type Factory interface type FactoryOption (line 85) | type FactoryOption interface type factoryOptionFunc (line 93) | type factoryOptionFunc method applyOption (line 95) | func (f factoryOptionFunc) applyOption(o *factory) { type factory (line 99) | type factory struct method Type (line 111) | func (f *factory) Type() component.Type { method unexportedFactoryFunc (line 115) | func (f *factory) unexportedFactoryFunc() {} method TracesStability (line 117) | func (f *factory) TracesStability() component.StabilityLevel { method MetricsStability (line 121) | func (f *factory) MetricsStability() component.StabilityLevel { method LogsStability (line 125) | func (f *factory) LogsStability() component.StabilityLevel { method CreateTraces (line 129) | func (f *factory) CreateTraces(ctx context.Context, set Settings, cfg ... method CreateMetrics (line 141) | func (f *factory) CreateMetrics(ctx context.Context, set Settings, cfg... method CreateLogs (line 153) | func (f *factory) CreateLogs(ctx context.Context, set Settings, cfg co... type CreateTracesFunc (line 166) | type CreateTracesFunc type CreateMetricsFunc (line 169) | type CreateMetricsFunc type CreateLogsFunc (line 172) | type CreateLogsFunc function WithTraces (line 175) | func WithTraces(createTraces CreateTracesFunc, sl component.StabilityLev... function WithMetrics (line 183) | func WithMetrics(createMetrics CreateMetricsFunc, sl component.Stability... function WithLogs (line 191) | func WithLogs(createLogs CreateLogsFunc, sl component.StabilityLevel) Fa... function NewFactory (line 199) | func NewFactory(cfgType component.Type, createDefaultConfig component.Cr... FILE: processor/processor_test.go function TestNewFactory (line 25) | func TestNewFactory(t *testing.T) { function TestNewFactoryWithOptions (line 40) | func TestNewFactoryWithOptions(t *testing.T) { type nopProcessor (line 78) | type nopProcessor struct function createTraces (line 84) | func createTraces(context.Context, Settings, component.Config, consumer.... function createMetrics (line 88) | func createMetrics(context.Context, Settings, component.Config, consumer... function createLogs (line 92) | func createLogs(context.Context, Settings, component.Config, consumer.Lo... FILE: processor/processorhelper/example_test.go type exampleConfig (line 21) | type exampleConfig struct type exampleProcessor (line 24) | type exampleProcessor struct method consumeMetrics (line 86) | func (pcsr *exampleProcessor) consumeMetrics(_ context.Context, md pme... method shutdown (line 96) | func (pcsr *exampleProcessor) shutdown(_ context.Context) error { function Example (line 30) | func Example() { function NewFactory (line 40) | func NewFactory() processor.Factory { function createDefaultConfig (line 49) | func createDefaultConfig() component.Config { function createExampleProcessor (line 54) | func createExampleProcessor(ctx context.Context, params processor.Settin... function newExampleProcessor (line 74) | func newExampleProcessor(ctx context.Context, cfg *exampleConfig) *examp... FILE: processor/processorhelper/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: processor/processorhelper/internal/metadata/generated_telemetry.go function Meter (line 15) | func Meter(settings component.TelemetrySettings) metric.Meter { function Tracer (line 19) | func Tracer(settings component.TelemetrySettings) trace.Tracer { type TelemetryBuilder (line 25) | type TelemetryBuilder struct method Shutdown (line 46) | func (builder *TelemetryBuilder) Shutdown() { type TelemetryBuilderOption (line 35) | type TelemetryBuilderOption interface type telemetryBuilderOptionFunc (line 39) | type telemetryBuilderOptionFunc method apply (line 41) | func (tbof telemetryBuilderOptionFunc) apply(mb *TelemetryBuilder) { function NewTelemetryBuilder (line 56) | func NewTelemetryBuilder(settings component.TelemetrySettings, options .... FILE: processor/processorhelper/internal/metadata/generated_telemetry_test.go type mockMeter (line 20) | type mockMeter struct type mockMeterProvider (line 24) | type mockMeterProvider struct method Meter (line 28) | func (m mockMeterProvider) Meter(name string, opts ...metric.MeterOpti... type mockTracer (line 32) | type mockTracer struct type mockTracerProvider (line 37) | type mockTracerProvider struct method Tracer (line 41) | func (m mockTracerProvider) Tracer(name string, opts ...trace.TracerOp... function TestProviders (line 45) | func TestProviders(t *testing.T) { function TestNewTelemetryBuilder (line 66) | func TestNewTelemetryBuilder(t *testing.T) { FILE: processor/processorhelper/internal/metadatatest/generated_telemetrytest.go function AssertEqualProcessorIncomingItems (line 15) | func AssertEqualProcessorIncomingItems(t *testing.T, tt *componenttest.T... function AssertEqualProcessorInternalDuration (line 31) | func AssertEqualProcessorInternalDuration(t *testing.T, tt *componenttes... function AssertEqualProcessorOutgoingItems (line 46) | func AssertEqualProcessorOutgoingItems(t *testing.T, tt *componenttest.T... FILE: processor/processorhelper/internal/metadatatest/generated_telemetrytest_test.go function TestSetupTelemetry (line 17) | func TestSetupTelemetry(t *testing.T) { FILE: processor/processorhelper/logs.go type ProcessLogsFunc (line 22) | type ProcessLogsFunc type logs (line 24) | type logs struct function NewLogs (line 31) | func NewLogs( FILE: processor/processorhelper/logs_test.go function TestNewLogs (line 30) | func TestNewLogs(t *testing.T) { function TestNewLogs_WithOptions (line 40) | func TestNewLogs_WithOptions(t *testing.T) { function TestNewLogs_NilRequiredFields (line 53) | func TestNewLogs_NilRequiredFields(t *testing.T) { function TestNewLogs_ProcessLogError (line 58) | func TestNewLogs_ProcessLogError(t *testing.T) { function TestNewLogs_ProcessLogsErrSkipProcessingData (line 65) | func TestNewLogs_ProcessLogsErrSkipProcessingData(t *testing.T) { function newTestLProcessor (line 71) | func newTestLProcessor(retError error) ProcessLogsFunc { function TestLogsConcurrency (line 77) | func TestLogsConcurrency(t *testing.T) { function TestLogs_RecordInOut (line 106) | func TestLogs_RecordInOut(t *testing.T) { function TestLogs_RecordIn_ErrorOut (line 146) | func TestLogs_RecordIn_ErrorOut(t *testing.T) { function TestLogs_ProcessInternalDuration (line 184) | func TestLogs_ProcessInternalDuration(t *testing.T) { function newSettings (line 211) | func newSettings(tel *componenttest.Telemetry) processor.Settings { FILE: processor/processorhelper/metrics.go type ProcessMetricsFunc (line 22) | type ProcessMetricsFunc type metrics (line 24) | type metrics struct function NewMetrics (line 31) | func NewMetrics( FILE: processor/processorhelper/metrics_test.go function TestNewMetrics (line 29) | func TestNewMetrics(t *testing.T) { function TestNewMetrics_WithOptions (line 39) | func TestNewMetrics_WithOptions(t *testing.T) { function TestNewMetrics_NilRequiredFields (line 52) | func TestNewMetrics_NilRequiredFields(t *testing.T) { function TestNewMetrics_ProcessMetricsError (line 57) | func TestNewMetrics_ProcessMetricsError(t *testing.T) { function TestNewMetrics_ProcessMetricsErrSkipProcessingData (line 64) | func TestNewMetrics_ProcessMetricsErrSkipProcessingData(t *testing.T) { function newTestMProcessor (line 70) | func newTestMProcessor(retError error) ProcessMetricsFunc { function TestMetricsConcurrency (line 76) | func TestMetricsConcurrency(t *testing.T) { function TestMetrics_RecordInOut (line 104) | func TestMetrics_RecordInOut(t *testing.T) { function TestMetrics_RecordIn_ErrorOut (line 145) | func TestMetrics_RecordIn_ErrorOut(t *testing.T) { function TestMetrics_ProcessInternalDuration (line 182) | func TestMetrics_ProcessInternalDuration(t *testing.T) { FILE: processor/processorhelper/obsreport.go constant signalKey (line 19) | signalKey = "otel.signal" type obsReport (line 21) | type obsReport struct method recordInOut (line 40) | func (or *obsReport) recordInOut(ctx context.Context, incoming, outgoi... method recordInternalDuration (line 45) | func (or *obsReport) recordInternalDuration(ctx context.Context, start... function newObsReport (line 26) | func newObsReport(set processor.Settings, signal pipeline.Signal) (*obsR... FILE: processor/processorhelper/processor.go type Option (line 25) | type Option interface type optionFunc (line 29) | type optionFunc method apply (line 31) | func (of optionFunc) apply(e *baseSettings) { function WithStart (line 37) | func WithStart(start component.StartFunc) Option { function WithShutdown (line 45) | func WithShutdown(shutdown component.ShutdownFunc) Option { function WithCapabilities (line 53) | func WithCapabilities(capabilities consumer.Capabilities) Option { type baseSettings (line 59) | type baseSettings struct function fromOptions (line 66) | func fromOptions(options []Option) *baseSettings { function spanAttributes (line 79) | func spanAttributes(id component.ID) trace.EventOption { FILE: processor/processorhelper/traces.go type ProcessTracesFunc (line 22) | type ProcessTracesFunc type traces (line 24) | type traces struct function NewTraces (line 31) | func NewTraces( FILE: processor/processorhelper/traces_test.go function TestNewTraces (line 29) | func TestNewTraces(t *testing.T) { function TestNewTraces_WithOptions (line 39) | func TestNewTraces_WithOptions(t *testing.T) { function TestNewTraces_NilRequiredFields (line 52) | func TestNewTraces_NilRequiredFields(t *testing.T) { function TestNewTraces_ProcessTraceError (line 57) | func TestNewTraces_ProcessTraceError(t *testing.T) { function TestNewTraces_ProcessTracesErrSkipProcessingData (line 64) | func TestNewTraces_ProcessTracesErrSkipProcessingData(t *testing.T) { function newTestTProcessor (line 70) | func newTestTProcessor(retError error) ProcessTracesFunc { function TestTracesConcurrency (line 76) | func TestTracesConcurrency(t *testing.T) { function TestTraces_RecordInOut (line 106) | func TestTraces_RecordInOut(t *testing.T) { function TestTraces_RecordIn_ErrorOut (line 147) | func TestTraces_RecordIn_ErrorOut(t *testing.T) { function TestTraces_ProcessInternalDuration (line 186) | func TestTraces_ProcessInternalDuration(t *testing.T) { FILE: processor/processorhelper/xprocessorhelper/processor.go type Option (line 12) | type Option interface type optionFunc (line 16) | type optionFunc method apply (line 18) | func (of optionFunc) apply(e *baseSettings) { function WithStart (line 24) | func WithStart(start component.StartFunc) Option { function WithShutdown (line 32) | func WithShutdown(shutdown component.ShutdownFunc) Option { function WithCapabilities (line 40) | func WithCapabilities(capabilities consumer.Capabilities) Option { type baseSettings (line 46) | type baseSettings struct function fromOptions (line 53) | func fromOptions(options []Option) *baseSettings { FILE: processor/processorhelper/xprocessorhelper/profiles.go type ProcessProfilesFunc (line 20) | type ProcessProfilesFunc type profiles (line 22) | type profiles struct function NewProfiles (line 29) | func NewProfiles( FILE: processor/processorhelper/xprocessorhelper/profiles_test.go function TestNewProfiles (line 26) | func TestNewProfiles(t *testing.T) { function TestNewProfiles_WithOptions (line 36) | func TestNewProfiles_WithOptions(t *testing.T) { function TestNewProfiles_NilRequiredFields (line 49) | func TestNewProfiles_NilRequiredFields(t *testing.T) { function TestNewProfiles_ProcessProfileError (line 54) | func TestNewProfiles_ProcessProfileError(t *testing.T) { function TestNewProfiles_ProcessProfilesErrSkipProcessingData (line 61) | func TestNewProfiles_ProcessProfilesErrSkipProcessingData(t *testing.T) { function newTestPProcessor (line 67) | func newTestPProcessor(retError error) ProcessProfilesFunc { function TestProfilesConcurrency (line 73) | func TestProfilesConcurrency(t *testing.T) { FILE: processor/processortest/nop_processor.go function NewNopSettings (line 21) | func NewNopSettings(typ component.Type) processor.Settings { function NewNopFactory (line 30) | func NewNopFactory() processor.Factory { function createTraces (line 41) | func createTraces(context.Context, processor.Settings, component.Config,... function createMetrics (line 45) | func createMetrics(context.Context, processor.Settings, component.Config... function createLogs (line 49) | func createLogs(context.Context, processor.Settings, component.Config, c... function createProfiles (line 53) | func createProfiles(context.Context, processor.Settings, component.Confi... type nopConfig (line 57) | type nopConfig struct type nop (line 64) | type nop struct FILE: processor/processortest/nop_processor_test.go function TestNewNopFactory (line 24) | func TestNewNopFactory(t *testing.T) { FILE: processor/processortest/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: processor/processortest/shutdown_verifier.go function verifyTracesDoesNotProduceAfterShutdown (line 22) | func verifyTracesDoesNotProduceAfterShutdown(t *testing.T, factory proce... function verifyLogsDoesNotProduceAfterShutdown (line 46) | func verifyLogsDoesNotProduceAfterShutdown(t *testing.T, factory process... function verifyMetricsDoesNotProduceAfterShutdown (line 70) | func verifyMetricsDoesNotProduceAfterShutdown(t *testing.T, factory proc... function VerifyShutdown (line 95) | func VerifyShutdown(t *testing.T, factory processor.Factory, cfg compone... FILE: processor/processortest/shutdown_verifier_test.go function TestShutdownVerifier (line 18) | func TestShutdownVerifier(t *testing.T) { function TestShutdownVerifierLogsOnly (line 29) | func TestShutdownVerifierLogsOnly(t *testing.T) { function TestShutdownVerifierMetricsOnly (line 38) | func TestShutdownVerifierMetricsOnly(t *testing.T) { function TestShutdownVerifierTracesOnly (line 47) | func TestShutdownVerifierTracesOnly(t *testing.T) { type passthrough (line 56) | type passthrough struct method Start (line 63) | func (passthrough) Start(context.Context, component.Host) error { method Shutdown (line 67) | func (passthrough) Shutdown(context.Context) error { method Capabilities (line 71) | func (passthrough) Capabilities() consumer.Capabilities { method ConsumeTraces (line 93) | func (p passthrough) ConsumeTraces(ctx context.Context, td ptrace.Trac... method ConsumeMetrics (line 97) | func (p passthrough) ConsumeMetrics(ctx context.Context, md pmetric.Me... method ConsumeLogs (line 101) | func (p passthrough) ConsumeLogs(ctx context.Context, ld plog.Logs) er... function createPassthroughLogs (line 75) | func createPassthroughLogs(_ context.Context, _ processor.Settings, _ co... function createPassthroughMetrics (line 81) | func createPassthroughMetrics(_ context.Context, _ processor.Settings, _... function createPassthroughTraces (line 87) | func createPassthroughTraces(_ context.Context, _ processor.Settings, _ ... FILE: processor/processortest/unhealthy_processor.go function NewUnhealthyProcessorFactory (line 17) | func NewUnhealthyProcessorFactory() processor.Factory { function createUnhealthyTraces (line 29) | func createUnhealthyTraces(_ context.Context, set processor.Settings, _ ... function createUnhealthyMetrics (line 36) | func createUnhealthyMetrics(_ context.Context, set processor.Settings, _... function createUnhealthyLogs (line 43) | func createUnhealthyLogs(_ context.Context, set processor.Settings, _ co... type unhealthy (line 50) | type unhealthy struct method Start (line 57) | func (p unhealthy) Start(_ context.Context, host component.Host) error { FILE: processor/processortest/unhealthy_processor_test.go function TestNewUnhealthyProcessorFactory (line 22) | func TestNewUnhealthyProcessorFactory(t *testing.T) { FILE: processor/xprocessor/processor.go type Factory (line 20) | type Factory interface type Profiles (line 33) | type Profiles interface type CreateProfilesFunc (line 40) | type CreateProfilesFunc type FactoryOption (line 43) | type FactoryOption interface type factoryOptionFunc (line 49) | type factoryOptionFunc method applyOption (line 51) | func (f factoryOptionFunc) applyOption(o *factory) { type factory (line 55) | type factory struct method ProfilesStability (line 63) | func (f *factory) ProfilesStability() component.StabilityLevel { method CreateProfiles (line 67) | func (f *factory) CreateProfiles(ctx context.Context, set processor.Se... function WithTraces (line 78) | func WithTraces(createTraces processor.CreateTracesFunc, sl component.St... function WithMetrics (line 85) | func WithMetrics(createMetrics processor.CreateMetricsFunc, sl component... function WithLogs (line 92) | func WithLogs(createLogs processor.CreateLogsFunc, sl component.Stabilit... function WithProfiles (line 99) | func WithProfiles(createProfiles CreateProfilesFunc, sl component.Stabil... function WithDeprecatedTypeAlias (line 108) | func WithDeprecatedTypeAlias(alias component.Type) FactoryOption { function NewFactory (line 115) | func NewFactory(cfgType component.Type, createDefaultConfig component.Cr... FILE: processor/xprocessor/processor_test.go function TestNewFactoryWithProfiles (line 23) | func TestNewFactoryWithProfiles(t *testing.T) { type nopProcessor (line 49) | type nopProcessor struct function createProfiles (line 55) | func createProfiles(context.Context, processor.Settings, component.Confi... function TestNewFactoryWithDeprecatedAlias (line 59) | func TestNewFactoryWithDeprecatedAlias(t *testing.T) { FILE: receiver/example_test.go type exampleConfig (line 20) | type exampleConfig struct type exampleReceiver (line 26) | type exampleReceiver struct method Start (line 33) | func (rcvr *exampleReceiver) Start(ctx context.Context, host component... method Shutdown (line 58) | func (rcvr *exampleReceiver) Shutdown(_ context.Context) error { function generateTrace (line 65) | func generateTrace() ptrace.Traces { function createDefaultConfig (line 98) | func createDefaultConfig() component.Config { function createExampleReceiver (line 104) | func createExampleReceiver(_ context.Context, _ receiver.Settings, function NewFactory (line 117) | func NewFactory() receiver.Factory { function Example (line 124) | func Example() { FILE: receiver/internal/err.go function ErrIDMismatch (line 12) | func ErrIDMismatch(id component.ID, typ component.Type) error { FILE: receiver/nopreceiver/generated_component_test.go function TestComponentFactoryType (line 22) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 26) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 30) | func TestComponentLifecycle(t *testing.T) { type mdatagenNopHost (line 98) | type mdatagenNopHost struct method GetExtensions (line 104) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 108) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 100) | func newMdatagenNopHost() component.Host { FILE: receiver/nopreceiver/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: receiver/nopreceiver/internal/metadata/generated_logs.go type LogsBuilder (line 14) | type LogsBuilder struct method AppendLogRecord (line 55) | func (lb *LogsBuilder) AppendLogRecord(lr plog.LogRecord) { method EmitForResource (line 64) | func (lb *LogsBuilder) EmitForResource(options ...ResourceLogsOption) { method Emit (line 87) | func (lb *LogsBuilder) Emit(options ...ResourceLogsOption) plog.Logs { type LogBuilderOption (line 21) | type LogBuilderOption interface function NewLogsBuilder (line 25) | func NewLogsBuilder(settings receiver.Settings) *LogsBuilder { type ResourceLogsOption (line 36) | type ResourceLogsOption interface type resourceLogsOptionFunc (line 40) | type resourceLogsOptionFunc method apply (line 42) | func (rlof resourceLogsOptionFunc) apply(rl plog.ResourceLogs) { function WithLogsResource (line 48) | func WithLogsResource(res pcommon.Resource) ResourceLogsOption { FILE: receiver/nopreceiver/internal/metadata/generated_logs_test.go function TestLogsBuilderAppendLogRecord (line 18) | func TestLogsBuilderAppendLogRecord(t *testing.T) { FILE: receiver/nopreceiver/internal/metadata/generated_status.go constant ProfilesStability (line 15) | ProfilesStability = component.StabilityLevelAlpha constant TracesStability (line 16) | TracesStability = component.StabilityLevelBeta constant MetricsStability (line 17) | MetricsStability = component.StabilityLevelBeta constant LogsStability (line 18) | LogsStability = component.StabilityLevelBeta FILE: receiver/nopreceiver/nop_receiver.go function NewFactory (line 18) | func NewFactory() xreceiver.Factory { function createTraces (line 28) | func createTraces(context.Context, receiver.Settings, component.Config, ... function createMetrics (line 32) | func createMetrics(context.Context, receiver.Settings, component.Config,... function createLogs (line 36) | func createLogs(context.Context, receiver.Settings, component.Config, co... function createProfiles (line 40) | func createProfiles(context.Context, receiver.Settings, component.Config... type nopReceiver (line 46) | type nopReceiver struct FILE: receiver/nopreceiver/nop_receiver_test.go function TestNewNopFactory (line 19) | func TestNewNopFactory(t *testing.T) { FILE: receiver/otlpreceiver/config.go type SanitizedURLPath (line 19) | type SanitizedURLPath method UnmarshalText (line 23) | func (s *SanitizedURLPath) UnmarshalText(text []byte) error { type HTTPConfig (line 37) | type HTTPConfig struct type Protocols (line 54) | type Protocols struct type Config (line 62) | type Config struct method Validate (line 72) | func (cfg *Config) Validate() error { FILE: receiver/otlpreceiver/config_test.go function TestUnmarshalDefaultConfig (line 26) | func TestUnmarshalDefaultConfig(t *testing.T) { function TestUnmarshalConfigOnlyGRPC (line 38) | func TestUnmarshalConfigOnlyGRPC(t *testing.T) { function TestUnmarshalConfigOnlyHTTP (line 50) | func TestUnmarshalConfigOnlyHTTP(t *testing.T) { function TestUnmarshalConfigOnlyHTTPNull (line 62) | func TestUnmarshalConfigOnlyHTTPNull(t *testing.T) { function TestUnmarshalConfigOnlyHTTPEmptyMap (line 74) | func TestUnmarshalConfigOnlyHTTPEmptyMap(t *testing.T) { function TestUnmarshalConfig (line 86) | func TestUnmarshalConfig(t *testing.T) { function TestUnmarshalConfigUnix (line 155) | func TestUnmarshalConfigUnix(t *testing.T) { function TestUnmarshalConfigTypoDefaultProtocol (line 189) | func TestUnmarshalConfigTypoDefaultProtocol(t *testing.T) { function TestUnmarshalConfigInvalidProtocol (line 197) | func TestUnmarshalConfigInvalidProtocol(t *testing.T) { function TestUnmarshalConfigEmptyProtocols (line 205) | func TestUnmarshalConfigEmptyProtocols(t *testing.T) { function TestUnmarshalConfigInvalidSignalPath (line 214) | func TestUnmarshalConfigInvalidSignalPath(t *testing.T) { function TestUnmarshalConfigEmpty (line 244) | func TestUnmarshalConfigEmpty(t *testing.T) { FILE: receiver/otlpreceiver/encoder.go constant pbContentType (line 18) | pbContentType = "application/x-protobuf" constant jsonContentType (line 19) | jsonContentType = "application/json" type encoder (line 27) | type encoder interface type protoEncoder (line 43) | type protoEncoder struct method unmarshalTracesRequest (line 45) | func (protoEncoder) unmarshalTracesRequest(buf []byte) (ptraceotlp.Exp... method unmarshalMetricsRequest (line 51) | func (protoEncoder) unmarshalMetricsRequest(buf []byte) (pmetricotlp.E... method unmarshalLogsRequest (line 57) | func (protoEncoder) unmarshalLogsRequest(buf []byte) (plogotlp.ExportR... method unmarshalProfilesRequest (line 63) | func (protoEncoder) unmarshalProfilesRequest(buf []byte) (pprofileotlp... method marshalTracesResponse (line 69) | func (protoEncoder) marshalTracesResponse(resp ptraceotlp.ExportRespon... method marshalMetricsResponse (line 73) | func (protoEncoder) marshalMetricsResponse(resp pmetricotlp.ExportResp... method marshalLogsResponse (line 77) | func (protoEncoder) marshalLogsResponse(resp plogotlp.ExportResponse) ... method marshalProfilesResponse (line 81) | func (protoEncoder) marshalProfilesResponse(resp pprofileotlp.ExportRe... method marshalStatus (line 85) | func (protoEncoder) marshalStatus(resp *spb.Status) ([]byte, error) { method contentType (line 89) | func (protoEncoder) contentType() string { type jsonEncoder (line 93) | type jsonEncoder struct method unmarshalTracesRequest (line 95) | func (jsonEncoder) unmarshalTracesRequest(buf []byte) (ptraceotlp.Expo... method unmarshalMetricsRequest (line 101) | func (jsonEncoder) unmarshalMetricsRequest(buf []byte) (pmetricotlp.Ex... method unmarshalLogsRequest (line 107) | func (jsonEncoder) unmarshalLogsRequest(buf []byte) (plogotlp.ExportRe... method unmarshalProfilesRequest (line 113) | func (jsonEncoder) unmarshalProfilesRequest(buf []byte) (pprofileotlp.... method marshalTracesResponse (line 119) | func (jsonEncoder) marshalTracesResponse(resp ptraceotlp.ExportRespons... method marshalMetricsResponse (line 123) | func (jsonEncoder) marshalMetricsResponse(resp pmetricotlp.ExportRespo... method marshalLogsResponse (line 127) | func (jsonEncoder) marshalLogsResponse(resp plogotlp.ExportResponse) (... method marshalProfilesResponse (line 131) | func (jsonEncoder) marshalProfilesResponse(resp pprofileotlp.ExportRes... method marshalStatus (line 135) | func (jsonEncoder) marshalStatus(resp *spb.Status) ([]byte, error) { method contentType (line 139) | func (jsonEncoder) contentType() string { FILE: receiver/otlpreceiver/factory.go constant defaultTracesURLPath (line 23) | defaultTracesURLPath = "/v1/traces" constant defaultMetricsURLPath (line 24) | defaultMetricsURLPath = "/v1/metrics" constant defaultLogsURLPath (line 25) | defaultLogsURLPath = "/v1/logs" constant defaultProfilesURLPath (line 26) | defaultProfilesURLPath = "/v1development/profiles" function NewFactory (line 30) | func NewFactory() receiver.Factory { function createDefaultConfig (line 42) | func createDefaultConfig() component.Config { function createTraces (line 70) | func createTraces( function createMetrics (line 92) | func createMetrics( function createLog (line 114) | func createLog( function createProfiles (line 136) | func createProfiles( FILE: receiver/otlpreceiver/factory_test.go function TestCreateDefaultConfig (line 29) | func TestCreateDefaultConfig(t *testing.T) { function TestCreateSameReceiver (line 36) | func TestCreateSameReceiver(t *testing.T) { function TestCreateTraces (line 70) | func TestCreateTraces(t *testing.T) { function TestCreateMetric (line 167) | func TestCreateMetric(t *testing.T) { function TestCreateLogs (line 264) | func TestCreateLogs(t *testing.T) { function TestCreateProfiles (line 361) | func TestCreateProfiles(t *testing.T) { FILE: receiver/otlpreceiver/fuzz_test.go function FuzzReceiverHandlers (line 20) | func FuzzReceiverHandlers(f *testing.F) { FILE: receiver/otlpreceiver/generated_component_test.go function TestComponentFactoryType (line 22) | func TestComponentFactoryType(t *testing.T) { function TestComponentConfigStruct (line 26) | func TestComponentConfigStruct(t *testing.T) { function TestComponentLifecycle (line 30) | func TestComponentLifecycle(t *testing.T) { type mdatagenNopHost (line 98) | type mdatagenNopHost struct method GetExtensions (line 104) | func (mnh *mdatagenNopHost) GetExtensions() map[component.ID]component... method GetFactory (line 108) | func (mnh *mdatagenNopHost) GetFactory(_ component.Kind, _ component.T... function newMdatagenNopHost (line 100) | func newMdatagenNopHost() component.Host { FILE: receiver/otlpreceiver/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: receiver/otlpreceiver/internal/errors/errors.go function GetStatusFromError (line 15) | func GetStatusFromError(err error) error { function GetHTTPStatusCodeFromStatus (line 30) | func GetHTTPStatusCodeFromStatus(s *status.Status) int { FILE: receiver/otlpreceiver/internal/errors/errors_test.go function Test_GetStatusFromError (line 18) | func Test_GetStatusFromError(t *testing.T) { function Test_GetHTTPStatusCodeFromStatus (line 48) | func Test_GetHTTPStatusCodeFromStatus(t *testing.T) { FILE: receiver/otlpreceiver/internal/logs/otlp.go constant dataFormatProtobuf (line 15) | dataFormatProtobuf = "protobuf" type Receiver (line 18) | type Receiver struct method Export (line 33) | func (r *Receiver) Export(ctx context.Context, req plogotlp.ExportRequ... function New (line 25) | func New(nextConsumer consumer.Logs, obsreport *receiverhelper.ObsReport... FILE: receiver/otlpreceiver/internal/logs/otlp_test.go function TestExport (line 30) | func TestExport(t *testing.T) { function TestExport_EmptyRequest (line 45) | func TestExport_EmptyRequest(t *testing.T) { function TestExport_NonPermanentErrorConsumer (line 54) | func TestExport_NonPermanentErrorConsumer(t *testing.T) { function TestExport_PermanentErrorConsumer (line 65) | func TestExport_PermanentErrorConsumer(t *testing.T) { function makeLogsServiceClient (line 76) | func makeLogsServiceClient(t *testing.T, lc consumer.Logs) plogotlp.GRPC... function otlpReceiverOnGRPCServer (line 87) | func otlpReceiverOnGRPCServer(t *testing.T, lc consumer.Logs) net.Addr { FILE: receiver/otlpreceiver/internal/logs/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: receiver/otlpreceiver/internal/metadata/generated_logs.go type LogsBuilder (line 14) | type LogsBuilder struct method AppendLogRecord (line 55) | func (lb *LogsBuilder) AppendLogRecord(lr plog.LogRecord) { method EmitForResource (line 64) | func (lb *LogsBuilder) EmitForResource(options ...ResourceLogsOption) { method Emit (line 87) | func (lb *LogsBuilder) Emit(options ...ResourceLogsOption) plog.Logs { type LogBuilderOption (line 21) | type LogBuilderOption interface function NewLogsBuilder (line 25) | func NewLogsBuilder(settings receiver.Settings) *LogsBuilder { type ResourceLogsOption (line 36) | type ResourceLogsOption interface type resourceLogsOptionFunc (line 40) | type resourceLogsOptionFunc method apply (line 42) | func (rlof resourceLogsOptionFunc) apply(rl plog.ResourceLogs) { function WithLogsResource (line 48) | func WithLogsResource(res pcommon.Resource) ResourceLogsOption { FILE: receiver/otlpreceiver/internal/metadata/generated_logs_test.go function TestLogsBuilderAppendLogRecord (line 18) | func TestLogsBuilderAppendLogRecord(t *testing.T) { FILE: receiver/otlpreceiver/internal/metadata/generated_status.go constant ProfilesStability (line 15) | ProfilesStability = component.StabilityLevelAlpha constant TracesStability (line 16) | TracesStability = component.StabilityLevelStable constant MetricsStability (line 17) | MetricsStability = component.StabilityLevelStable constant LogsStability (line 18) | LogsStability = component.StabilityLevelStable FILE: receiver/otlpreceiver/internal/metrics/otlp.go constant dataFormatProtobuf (line 15) | dataFormatProtobuf = "protobuf" type Receiver (line 18) | type Receiver struct method Export (line 33) | func (r *Receiver) Export(ctx context.Context, req pmetricotlp.ExportR... function New (line 25) | func New(nextConsumer consumer.Metrics, obsreport *receiverhelper.ObsRep... FILE: receiver/otlpreceiver/internal/metrics/otlp_test.go function TestExport (line 30) | func TestExport(t *testing.T) { function TestExport_EmptyRequest (line 46) | func TestExport_EmptyRequest(t *testing.T) { function TestExport_NonPermanentErrorConsumer (line 54) | func TestExport_NonPermanentErrorConsumer(t *testing.T) { function TestExport_PermanentErrorConsumer (line 65) | func TestExport_PermanentErrorConsumer(t *testing.T) { function makeMetricsServiceClient (line 76) | func makeMetricsServiceClient(t *testing.T, mc consumer.Metrics) pmetric... function otlpReceiverOnGRPCServer (line 88) | func otlpReceiverOnGRPCServer(t *testing.T, mc consumer.Metrics) net.Addr { FILE: receiver/otlpreceiver/internal/metrics/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: receiver/otlpreceiver/internal/profiles/otlp.go constant dataFormatProtobuf (line 15) | dataFormatProtobuf = "protobuf" type Receiver (line 18) | type Receiver struct method Export (line 33) | func (r *Receiver) Export(ctx context.Context, req pprofileotlp.Export... function New (line 25) | func New(nextConsumer xconsumer.Profiles, obsreport *receiverhelper.ObsR... FILE: receiver/otlpreceiver/internal/profiles/otlp_test.go function TestExport (line 30) | func TestExport(t *testing.T) { function TestExport_EmptyRequest (line 44) | func TestExport_EmptyRequest(t *testing.T) { function TestExport_NonPermanentErrorConsumer (line 52) | func TestExport_NonPermanentErrorConsumer(t *testing.T) { function TestExport_PermanentErrorConsumer (line 63) | func TestExport_PermanentErrorConsumer(t *testing.T) { function makeProfileServiceClient (line 74) | func makeProfileServiceClient(t *testing.T, tc xconsumer.Profiles) pprof... function otlpReceiverOnGRPCServer (line 85) | func otlpReceiverOnGRPCServer(t *testing.T, tc xconsumer.Profiles) net.A... FILE: receiver/otlpreceiver/internal/profiles/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: receiver/otlpreceiver/internal/trace/otlp.go constant dataFormatProtobuf (line 15) | dataFormatProtobuf = "protobuf" type Receiver (line 18) | type Receiver struct method Export (line 33) | func (r *Receiver) Export(ctx context.Context, req ptraceotlp.ExportRe... function New (line 25) | func New(nextConsumer consumer.Traces, obsreport *receiverhelper.ObsRepo... FILE: receiver/otlpreceiver/internal/trace/otlp_test.go function TestExport (line 30) | func TestExport(t *testing.T) { function TestExport_EmptyRequest (line 44) | func TestExport_EmptyRequest(t *testing.T) { function TestExport_NonPermanentErrorConsumer (line 52) | func TestExport_NonPermanentErrorConsumer(t *testing.T) { function TestExport_PermanentErrorConsumer (line 63) | func TestExport_PermanentErrorConsumer(t *testing.T) { function makeTraceServiceClient (line 74) | func makeTraceServiceClient(t *testing.T, tc consumer.Traces) ptraceotlp... function otlpReceiverOnGRPCServer (line 85) | func otlpReceiverOnGRPCServer(t *testing.T, tc consumer.Traces) net.Addr { FILE: receiver/otlpreceiver/internal/trace/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: receiver/otlpreceiver/otlp.go type otlpReceiver (line 35) | type otlpReceiver struct method startGRPCServer (line 88) | func (r *otlpReceiver) startGRPCServer(ctx context.Context, host compo... method startHTTPServer (line 130) | func (r *otlpReceiver) startHTTPServer(ctx context.Context, host compo... method Start (line 187) | func (r *otlpReceiver) Start(ctx context.Context, host component.Host)... method Shutdown (line 202) | func (r *otlpReceiver) Shutdown(ctx context.Context) error { method registerTraceConsumer (line 217) | func (r *otlpReceiver) registerTraceConsumer(tc consumer.Traces) { method registerMetricsConsumer (line 221) | func (r *otlpReceiver) registerMetricsConsumer(mc consumer.Metrics) { method registerLogsConsumer (line 225) | func (r *otlpReceiver) registerLogsConsumer(lc consumer.Logs) { method registerProfilesConsumer (line 229) | func (r *otlpReceiver) registerProfilesConsumer(tc xconsumer.Profiles) { function newOtlpReceiver (line 55) | func newOtlpReceiver(cfg *Config, set *receiver.Settings) (*otlpReceiver... FILE: receiver/otlpreceiver/otlp_benchmark_test.go constant itemsPerRequest (line 28) | itemsPerRequest = 10_000 constant protobufContentType (line 29) | protobufContentType = "application/x-protobuf" function startLogsReceiver (line 32) | func startLogsReceiver(b *testing.B, cfg *Config, sink *consumertest.Log... function BenchmarkGRPCLogsSequential (line 47) | func BenchmarkGRPCLogsSequential(b *testing.B) { function BenchmarkHTTPProtoLogsSequential (line 71) | func BenchmarkHTTPProtoLogsSequential(b *testing.B) { FILE: receiver/otlpreceiver/otlp_test.go constant otlpReceiverName (line 57) | otlpReceiverName = "receiver_test" function TestJSONHTTP (line 61) | func TestJSONHTTP(t *testing.T) { function TestHandleInvalidRequests (line 163) | func TestHandleInvalidRequests(t *testing.T) { function TestProtoHTTP (line 334) | func TestProtoHTTP(t *testing.T) { function TestOTLPReceiverInvalidContentEncoding (line 419) | func TestOTLPReceiverInvalidContentEncoding(t *testing.T) { function TestOTLPReceiverNoContentType (line 502) | func TestOTLPReceiverNoContentType(t *testing.T) { function TestGRPCNewPortAlreadyUsed (line 531) | func TestGRPCNewPortAlreadyUsed(t *testing.T) { function TestHTTPNewPortAlreadyUsed (line 545) | func TestHTTPNewPortAlreadyUsed(t *testing.T) { function TestOTLPReceiverGRPCMetricsIngestTest (line 562) | func TestOTLPReceiverGRPCMetricsIngestTest(t *testing.T) { function TestOTLPReceiverGRPCTracesIngestTest (line 604) | func TestOTLPReceiverGRPCTracesIngestTest(t *testing.T) { function TestOTLPReceiverHTTPTracesIngestTest (line 680) | func TestOTLPReceiverHTTPTracesIngestTest(t *testing.T) { function TestGRPCInvalidTLSCredentials (line 761) | func TestGRPCInvalidTLSCredentials(t *testing.T) { function TestGRPCMaxRecvSize (line 791) | func TestGRPCMaxRecvSize(t *testing.T) { function TestHTTPInvalidTLSCredentials (line 826) | func TestHTTPInvalidTLSCredentials(t *testing.T) { function testHTTPMaxRequestBodySize (line 860) | func testHTTPMaxRequestBodySize(t *testing.T, path, contentType string, ... function TestHTTPMaxRequestBodySize (line 893) | func TestHTTPMaxRequestBodySize(t *testing.T) { function newGRPCReceiver (line 905) | func newGRPCReceiver(t *testing.T, settings component.TelemetrySettings,... function newHTTPReceiver (line 911) | func newHTTPReceiver(t *testing.T, settings component.TelemetrySettings,... function newReceiver (line 917) | func newReceiver(t *testing.T, settings component.TelemetrySettings, cfg... type dataRequest (line 930) | type dataRequest struct function generateDataRequests (line 937) | func generateDataRequests(t *testing.T) []dataRequest { function generateTracesRequest (line 941) | func generateTracesRequest(t *testing.T) dataRequest { function generateMetricsRequests (line 955) | func generateMetricsRequests(t *testing.T) dataRequest { function generateLogsRequest (line 969) | func generateLogsRequest(t *testing.T) dataRequest { function generateProfilesRequest (line 983) | func generateProfilesRequest(t *testing.T) dataRequest { function doHTTPRequest (line 997) | func doHTTPRequest( function createHTTPRequest (line 1025) | func createHTTPRequest( function compressGzip (line 1052) | func compressGzip(t *testing.T, body []byte) *bytes.Buffer { function compressZstd (line 1066) | func compressZstd(t *testing.T, body []byte) *bytes.Buffer { type senderFunc (line 1082) | type senderFunc function TestShutdown (line 1084) | func TestShutdown(t *testing.T) { function generateTraces (line 1165) | func generateTraces(senderFn senderFunc, doneSignal chan bool) { function exportTraces (line 1185) | func exportTraces(cc *grpc.ClientConn, td ptrace.Traces) error { type errOrSinkConsumer (line 1193) | type errOrSinkConsumer struct method SetConsumeError (line 1213) | func (esc *errOrSinkConsumer) SetConsumeError(err error) { method Capabilities (line 1219) | func (esc *errOrSinkConsumer) Capabilities() consumer.Capabilities { method ConsumeTraces (line 1224) | func (esc *errOrSinkConsumer) ConsumeTraces(ctx context.Context, td pt... method ConsumeMetrics (line 1236) | func (esc *errOrSinkConsumer) ConsumeMetrics(ctx context.Context, md p... method ConsumeLogs (line 1248) | func (esc *errOrSinkConsumer) ConsumeLogs(ctx context.Context, ld plog... method ConsumeProfiles (line 1260) | func (esc *errOrSinkConsumer) ConsumeProfiles(ctx context.Context, md ... method Reset (line 1272) | func (esc *errOrSinkConsumer) Reset() { method checkData (line 1284) | func (esc *errOrSinkConsumer) checkData(t *testing.T, data any, dataLe... function newErrOrSinkConsumer (line 1203) | func newErrOrSinkConsumer() *errOrSinkConsumer { function assertReceiverTraces (line 1313) | func assertReceiverTraces(t *testing.T, tt *componenttest.Telemetry, id ... function assertReceiverMetrics (line 1432) | func assertReceiverMetrics(t *testing.T, tt *componenttest.Telemetry, id... FILE: receiver/otlpreceiver/otlphttp.go constant fallbackContentType (line 27) | fallbackContentType = "application/json" function handleTraces (line 29) | func handleTraces(resp http.ResponseWriter, req *http.Request, tracesRec... function handleMetrics (line 60) | func handleMetrics(resp http.ResponseWriter, req *http.Request, metricsR... function handleLogs (line 91) | func handleLogs(resp http.ResponseWriter, req *http.Request, logsReceive... function handleProfiles (line 122) | func handleProfiles(resp http.ResponseWriter, req *http.Request, profile... function readContentType (line 153) | func readContentType(resp http.ResponseWriter, req *http.Request) (encod... function readAndCloseBody (line 170) | func readAndCloseBody(resp http.ResponseWriter, req *http.Request, enc e... function writeError (line 184) | func writeError(w http.ResponseWriter, encoder encoder, err error, statu... function errorHandler (line 196) | func errorHandler(w http.ResponseWriter, r *http.Request, errMsg string,... function writeStatusResponse (line 213) | func writeStatusResponse(w http.ResponseWriter, enc encoder, statusCode ... function writeResponse (line 238) | func writeResponse(w http.ResponseWriter, contentType string, statusCode... function getMimeTypeFromContentType (line 245) | func getMimeTypeFromContentType(contentType string) string { function handleUnmatchedMethod (line 253) | func handleUnmatchedMethod(resp http.ResponseWriter) { function handleUnmatchedContentType (line 258) | func handleUnmatchedContentType(resp http.ResponseWriter) { FILE: receiver/otlpreceiver/otlphttp_test.go function TestHTTPRetryAfter (line 29) | func TestHTTPRetryAfter(t *testing.T) { FILE: receiver/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: receiver/receiver.go type Traces (line 20) | type Traces interface type Metrics (line 29) | type Metrics interface type Logs (line 38) | type Logs interface type Settings (line 43) | type Settings struct type Factory (line 60) | type Factory interface type FactoryOption (line 94) | type FactoryOption interface type factoryOptionFunc (line 100) | type factoryOptionFunc method applyOption (line 102) | func (f factoryOptionFunc) applyOption(o *factory) { type CreateTracesFunc (line 107) | type CreateTracesFunc type CreateMetricsFunc (line 110) | type CreateMetricsFunc type CreateLogsFunc (line 113) | type CreateLogsFunc type factory (line 115) | type factory struct method Type (line 127) | func (f *factory) Type() component.Type { method unexportedFactoryFunc (line 131) | func (f *factory) unexportedFactoryFunc() {} method TracesStability (line 133) | func (f *factory) TracesStability() component.StabilityLevel { method MetricsStability (line 137) | func (f *factory) MetricsStability() component.StabilityLevel { method LogsStability (line 141) | func (f *factory) LogsStability() component.StabilityLevel { method CreateTraces (line 145) | func (f *factory) CreateTraces(ctx context.Context, set Settings, cfg ... method CreateMetrics (line 157) | func (f *factory) CreateMetrics(ctx context.Context, set Settings, cfg... method CreateLogs (line 169) | func (f *factory) CreateLogs(ctx context.Context, set Settings, cfg co... function WithTraces (line 182) | func WithTraces(createTraces CreateTracesFunc, sl component.StabilityLev... function WithMetrics (line 190) | func WithMetrics(createMetrics CreateMetricsFunc, sl component.Stability... function WithLogs (line 198) | func WithLogs(createLogs CreateLogsFunc, sl component.StabilityLevel) Fa... function NewFactory (line 206) | func NewFactory(cfgType component.Type, createDefaultConfig component.Cr... FILE: receiver/receiver_test.go function TestNewFactory (line 25) | func TestNewFactory(t *testing.T) { function TestNewFactoryWithOptions (line 40) | func TestNewFactoryWithOptions(t *testing.T) { type nopReceiver (line 78) | type nopReceiver struct function createTraces (line 84) | func createTraces(context.Context, Settings, component.Config, consumer.... function createMetrics (line 88) | func createMetrics(context.Context, Settings, component.Config, consumer... function createLogs (line 92) | func createLogs(context.Context, Settings, component.Config, consumer.Lo... FILE: receiver/receiverhelper/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: receiver/receiverhelper/internal/metadata/generated_telemetry.go function Meter (line 15) | func Meter(settings component.TelemetrySettings) metric.Meter { function Tracer (line 19) | func Tracer(settings component.TelemetrySettings) trace.Tracer { type TelemetryBuilder (line 25) | type TelemetryBuilder struct method Shutdown (line 56) | func (builder *TelemetryBuilder) Shutdown() { type TelemetryBuilderOption (line 45) | type TelemetryBuilderOption interface type telemetryBuilderOptionFunc (line 49) | type telemetryBuilderOptionFunc method apply (line 51) | func (tbof telemetryBuilderOptionFunc) apply(mb *TelemetryBuilder) { function NewTelemetryBuilder (line 66) | func NewTelemetryBuilder(settings component.TelemetrySettings, options .... FILE: receiver/receiverhelper/internal/metadata/generated_telemetry_test.go type mockMeter (line 20) | type mockMeter struct type mockMeterProvider (line 24) | type mockMeterProvider struct method Meter (line 28) | func (m mockMeterProvider) Meter(name string, opts ...metric.MeterOpti... type mockTracer (line 32) | type mockTracer struct type mockTracerProvider (line 37) | type mockTracerProvider struct method Tracer (line 41) | func (m mockTracerProvider) Tracer(name string, opts ...trace.TracerOp... function TestProviders (line 45) | func TestProviders(t *testing.T) { function TestNewTelemetryBuilder (line 66) | func TestNewTelemetryBuilder(t *testing.T) { FILE: receiver/receiverhelper/internal/metadatatest/generated_telemetrytest.go function AssertEqualReceiverAcceptedLogRecords (line 15) | func AssertEqualReceiverAcceptedLogRecords(t *testing.T, tt *componentte... function AssertEqualReceiverAcceptedMetricPoints (line 31) | func AssertEqualReceiverAcceptedMetricPoints(t *testing.T, tt *component... function AssertEqualReceiverAcceptedProfileSamples (line 47) | func AssertEqualReceiverAcceptedProfileSamples(t *testing.T, tt *compone... function AssertEqualReceiverAcceptedSpans (line 63) | func AssertEqualReceiverAcceptedSpans(t *testing.T, tt *componenttest.Te... function AssertEqualReceiverFailedLogRecords (line 79) | func AssertEqualReceiverFailedLogRecords(t *testing.T, tt *componenttest... function AssertEqualReceiverFailedMetricPoints (line 95) | func AssertEqualReceiverFailedMetricPoints(t *testing.T, tt *componentte... function AssertEqualReceiverFailedProfileSamples (line 111) | func AssertEqualReceiverFailedProfileSamples(t *testing.T, tt *component... function AssertEqualReceiverFailedSpans (line 127) | func AssertEqualReceiverFailedSpans(t *testing.T, tt *componenttest.Tele... function AssertEqualReceiverRefusedLogRecords (line 143) | func AssertEqualReceiverRefusedLogRecords(t *testing.T, tt *componenttes... function AssertEqualReceiverRefusedMetricPoints (line 159) | func AssertEqualReceiverRefusedMetricPoints(t *testing.T, tt *componentt... function AssertEqualReceiverRefusedProfileSamples (line 175) | func AssertEqualReceiverRefusedProfileSamples(t *testing.T, tt *componen... function AssertEqualReceiverRefusedSpans (line 191) | func AssertEqualReceiverRefusedSpans(t *testing.T, tt *componenttest.Tel... function AssertEqualReceiverRequests (line 207) | func AssertEqualReceiverRequests(t *testing.T, tt *componenttest.Telemet... FILE: receiver/receiverhelper/internal/metadatatest/generated_telemetrytest_test.go function TestSetupTelemetry (line 17) | func TestSetupTelemetry(t *testing.T) { FILE: receiver/receiverhelper/internal/obsmetrics.go constant SpanNameSep (line 8) | SpanNameSep = "/" constant ReceiverKey (line 11) | ReceiverKey = "receiver" constant TransportKey (line 13) | TransportKey = "transport" constant FormatKey (line 15) | FormatKey = "format" constant AcceptedSpansKey (line 18) | AcceptedSpansKey = "accepted_spans" constant RefusedSpansKey (line 20) | RefusedSpansKey = "refused_spans" constant FailedSpansKey (line 22) | FailedSpansKey = "failed_spans" constant AcceptedMetricPointsKey (line 25) | AcceptedMetricPointsKey = "accepted_metric_points" constant RefusedMetricPointsKey (line 28) | RefusedMetricPointsKey = "refused_metric_points" constant FailedMetricPointsKey (line 30) | FailedMetricPointsKey = "failed_metric_points" constant AcceptedLogRecordsKey (line 33) | AcceptedLogRecordsKey = "accepted_log_records" constant RefusedLogRecordsKey (line 36) | RefusedLogRecordsKey = "refused_log_records" constant FailedLogRecordsKey (line 39) | FailedLogRecordsKey = "failed_log_records" constant AcceptedProfileSamplesKey (line 42) | AcceptedProfileSamplesKey = "accepted_profile_samples" constant RefusedProfileSamplesKey (line 44) | RefusedProfileSamplesKey = "refused_profile_samples" constant FailedProfileSamplesKey (line 46) | FailedProfileSamplesKey = "failed_profile_samples" constant ReceiveTraceDataOperationSuffix (line 48) | ReceiveTraceDataOperationSuffix = SpanNameSep + "TraceDataReceived" constant ReceiverMetricsOperationSuffix (line 49) | ReceiverMetricsOperationSuffix = SpanNameSep + "MetricsReceived" constant ReceiverLogsOperationSuffix (line 50) | ReceiverLogsOperationSuffix = SpanNameSep + "LogsReceived" constant ReceiverProfilesOperationSuffix (line 51) | ReceiverProfilesOperationSuffix = SpanNameSep + "ProfilesReceived" FILE: receiver/receiverhelper/obsreport.go type ObsReport (line 26) | type ObsReport struct method StartTracesOp (line 79) | func (rec *ObsReport) StartTracesOp(operationCtx context.Context) cont... method EndTracesOp (line 85) | func (rec *ObsReport) EndTracesOp( method StartLogsOp (line 97) | func (rec *ObsReport) StartLogsOp(operationCtx context.Context) contex... method EndLogsOp (line 103) | func (rec *ObsReport) EndLogsOp( method StartMetricsOp (line 115) | func (rec *ObsReport) StartMetricsOp(operationCtx context.Context) con... method EndMetricsOp (line 121) | func (rec *ObsReport) EndMetricsOp( method StartProfilesOp (line 133) | func (rec *ObsReport) StartProfilesOp(operationCtx context.Context) co... method EndProfilesOp (line 139) | func (rec *ObsReport) EndProfilesOp( method startOp (line 150) | func (rec *ObsReport) startOp(receiverCtx context.Context, operationSu... method endOp (line 174) | func (rec *ObsReport) endOp( method recordMetrics (line 252) | func (rec *ObsReport) recordMetrics(receiverCtx context.Context, signa... type ObsReportSettings (line 37) | type ObsReportSettings struct function NewObsReport (line 53) | func NewObsReport(cfg ObsReportSettings) (*ObsReport, error) { function newReceiver (line 57) | func newReceiver(cfg ObsReportSettings) (*ObsReport, error) { FILE: receiver/receiverhelper/obsreport_test.go constant transport (line 29) | transport = "fakeTransport" constant format (line 30) | format = "fakeFormat" type testParams (line 39) | type testParams struct function TestReceiveTraceDataOp (line 44) | func TestReceiveTraceDataOp(t *testing.T) { function TestReceiveLogsOp (line 167) | func TestReceiveLogsOp(t *testing.T) { function TestReceiveMetricsOp (line 289) | func TestReceiveMetricsOp(t *testing.T) { function TestReceiveProfilesOp (line 413) | func TestReceiveProfilesOp(t *testing.T) { function TestReceiveWithLongLivedCtx (line 535) | func TestReceiveWithLongLivedCtx(t *testing.T) { function TestCheckReceiverTracesViews (line 604) | func TestCheckReceiverTracesViews(t *testing.T) { function TestCheckReceiverMetricsViews (line 647) | func TestCheckReceiverMetricsViews(t *testing.T) { function TestCheckReceiverLogsViews (line 690) | func TestCheckReceiverLogsViews(t *testing.T) { function TestCheckReceiverProfilesViews (line 733) | func TestCheckReceiverProfilesViews(t *testing.T) { function testTelemetry (line 776) | func testTelemetry(t *testing.T, testFunc func(t *testing.T, tt *compone... FILE: receiver/receivertest/contract_checker.go constant UniqueIDAttrName (line 33) | UniqueIDAttrName = "test_id" type UniqueIDAttrVal (line 36) | type UniqueIDAttrVal type Generator (line 38) | type Generator interface type CheckConsumeContractParams (line 55) | type CheckConsumeContractParams struct function CheckConsumeContract (line 74) | func CheckConsumeContract(params CheckConsumeContractParams) { function checkConsumeContractScenario (line 110) | func checkConsumeContractScenario(params CheckConsumeContractParams, dec... type idSet (line 210) | type idSet method compare (line 213) | func (ds idSet) compare(other idSet) (missingInOther, onlyInOther []Un... method merge (line 228) | func (ds idSet) merge(other idSet) (duplicates []UniqueIDAttrVal) { method mergeSlice (line 240) | func (ds idSet) mergeSlice(other []UniqueIDAttrVal) (duplicates []Uniq... method union (line 253) | func (ds idSet) union(other idSet) (union idSet, duplicates []UniqueID... type consumeDecisionFunc (line 271) | type consumeDecisionFunc function randomNonPermanentErrorConsumeDecision (line 280) | func randomNonPermanentErrorConsumeDecision(idSet) error { function randomPermanentErrorConsumeDecision (line 289) | func randomPermanentErrorConsumeDecision(idSet) error { function randomErrorsConsumeDecision (line 299) | func randomErrorsConsumeDecision(idSet) error { type mockConsumer (line 315) | type mockConsumer struct method Capabilities (line 324) | func (m *mockConsumer) Capabilities() consumer.Capabilities { method ConsumeTraces (line 328) | func (m *mockConsumer) ConsumeTraces(_ context.Context, data ptrace.Tr... method ConsumeLogs (line 358) | func (m *mockConsumer) ConsumeLogs(_ context.Context, data plog.Logs) ... method ConsumeMetrics (line 388) | func (m *mockConsumer) ConsumeMetrics(_ context.Context, data pmetric.... method consume (line 460) | func (m *mockConsumer) consume(ids idSet) error { method acceptedAndDropped (line 490) | func (m *mockConsumer) acceptedAndDropped() (acceptedAndDropped idSet,... function idSetFromTraces (line 335) | func idSetFromTraces(data ptrace.Traces) (idSet, error) { function idSetFromLogs (line 365) | func idSetFromLogs(data plog.Logs) (idSet, error) { function idSetFromMetrics (line 395) | func idSetFromMetrics(data pmetric.Metrics) (idSet, error) { function idSetFromDataPoint (line 447) | func idSetFromDataPoint(ds map[UniqueIDAttrVal]bool, attributes pcommon.... function CreateOneLogWithID (line 496) | func CreateOneLogWithID(id UniqueIDAttrVal) plog.Logs { function CreateGaugeMetricWithID (line 505) | func CreateGaugeMetricWithID(id UniqueIDAttrVal) pmetric.Metrics { function CreateSumMetricWithID (line 515) | func CreateSumMetricWithID(id UniqueIDAttrVal) pmetric.Metrics { function CreateSummaryMetricWithID (line 525) | func CreateSummaryMetricWithID(id UniqueIDAttrVal) pmetric.Metrics { function CreateHistogramMetricWithID (line 535) | func CreateHistogramMetricWithID(id UniqueIDAttrVal) pmetric.Metrics { function CreateExponentialHistogramMetricWithID (line 545) | func CreateExponentialHistogramMetricWithID(id UniqueIDAttrVal) pmetric.... function CreateOneSpanWithID (line 555) | func CreateOneSpanWithID(id UniqueIDAttrVal) ptrace.Traces { FILE: receiver/receivertest/contract_checker_test.go type exampleReceiver (line 28) | type exampleReceiver struct method Start (line 34) | func (s *exampleReceiver) Start(context.Context, component.Host) error { method Shutdown (line 38) | func (s *exampleReceiver) Shutdown(context.Context) error { method ReceiveLogs (line 42) | func (s *exampleReceiver) ReceiveLogs(data plog.Logs) { method ReceiveMetrics (line 61) | func (s *exampleReceiver) ReceiveMetrics(data pmetric.Metrics) { method ReceiveTraces (line 80) | func (s *exampleReceiver) ReceiveTraces(data ptrace.Traces) { type exampleReceiverConfig (line 100) | type exampleReceiverConfig struct type exampleLogGenerator (line 105) | type exampleLogGenerator struct method Start (line 111) | func (g *exampleLogGenerator) Start() { method Stop (line 115) | func (g *exampleLogGenerator) Stop() {} method Generate (line 117) | func (g *exampleLogGenerator) Generate() []UniqueIDAttrVal { type exampleTraceGenerator (line 131) | type exampleTraceGenerator struct method Start (line 137) | func (g *exampleTraceGenerator) Start() { method Stop (line 141) | func (g *exampleTraceGenerator) Stop() {} method Generate (line 143) | func (g *exampleTraceGenerator) Generate() []UniqueIDAttrVal { type exampleMetricGenerator (line 157) | type exampleMetricGenerator struct method Start (line 163) | func (g *exampleMetricGenerator) Start() { method Stop (line 167) | func (g *exampleMetricGenerator) Stop() {} method Generate (line 169) | func (g *exampleMetricGenerator) Generate() []UniqueIDAttrVal { function newExampleFactory (line 195) | func newExampleFactory() receiver.Factory { function createTrace (line 207) | func createTrace(_ context.Context, _ receiver.Settings, cfg component.C... function createMetric (line 213) | func createMetric(_ context.Context, _ receiver.Settings, cfg component.... function createLog (line 219) | func createLog( function TestConsumeContract (line 232) | func TestConsumeContract(t *testing.T) { function TestConsumeMetricsContract (line 254) | func TestConsumeMetricsContract(t *testing.T) { function TestConsumeTracesContract (line 276) | func TestConsumeTracesContract(t *testing.T) { function TestIDSetFromDataPoint (line 296) | func TestIDSetFromDataPoint(t *testing.T) { function TestBadMetricPoint (line 309) | func TestBadMetricPoint(t *testing.T) { FILE: receiver/receivertest/nop_receiver.go function NewNopSettings (line 22) | func NewNopSettings(typ component.Type) receiver.Settings { function NewNopFactory (line 31) | func NewNopFactory() receiver.Factory { type nopConfig (line 42) | type nopConfig struct function createTraces (line 44) | func createTraces(context.Context, receiver.Settings, component.Config, ... function createMetrics (line 48) | func createMetrics(context.Context, receiver.Settings, component.Config,... function createLogs (line 52) | func createLogs(context.Context, receiver.Settings, component.Config, co... function createProfiles (line 56) | func createProfiles(context.Context, receiver.Settings, component.Config... type nopReceiver (line 63) | type nopReceiver struct FILE: receiver/receivertest/nop_receiver_test.go function TestNewNopFactory (line 18) | func TestNewNopFactory(t *testing.T) { FILE: receiver/receivertest/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: receiver/xreceiver/receiver.go type Profiles (line 21) | type Profiles interface type Factory (line 29) | type Factory interface type CreateProfilesFunc (line 42) | type CreateProfilesFunc type FactoryOption (line 45) | type FactoryOption interface type factoryOptionFunc (line 51) | type factoryOptionFunc method applyOption (line 53) | func (f factoryOptionFunc) applyOption(o *factory) { type factory (line 57) | type factory struct method ProfilesStability (line 65) | func (f *factory) ProfilesStability() component.StabilityLevel { method CreateProfiles (line 69) | func (f *factory) CreateProfiles(ctx context.Context, set receiver.Set... function WithTraces (line 80) | func WithTraces(createTraces receiver.CreateTracesFunc, sl component.Sta... function WithMetrics (line 87) | func WithMetrics(createMetrics receiver.CreateMetricsFunc, sl component.... function WithLogs (line 94) | func WithLogs(createLogs receiver.CreateLogsFunc, sl component.Stability... function WithProfiles (line 101) | func WithProfiles(createProfiles CreateProfilesFunc, sl component.Stabil... function WithDeprecatedTypeAlias (line 110) | func WithDeprecatedTypeAlias(alias component.Type) FactoryOption { function NewFactory (line 117) | func NewFactory(cfgType component.Type, createDefaultConfig component.Cr... FILE: receiver/xreceiver/receiver_test.go function TestNewFactoryWithProfiles (line 23) | func TestNewFactoryWithProfiles(t *testing.T) { type nopReceiver (line 48) | type nopReceiver struct function createProfiles (line 54) | func createProfiles(context.Context, receiver.Settings, component.Config... function TestNewFactoryWithDeprecatedAlias (line 58) | func TestNewFactoryWithDeprecatedAlias(t *testing.T) { FILE: scraper/factory.go type Settings (line 14) | type Settings struct type Factory (line 31) | type Factory interface type FactoryOption (line 54) | type FactoryOption interface type factoryOptionFunc (line 62) | type factoryOptionFunc method applyOption (line 64) | func (f factoryOptionFunc) applyOption(o *factory) { type factory (line 68) | type factory struct method Type (line 77) | func (f *factory) Type() component.Type { method unexportedFactoryFunc (line 81) | func (f *factory) unexportedFactoryFunc() {} method LogsStability (line 83) | func (f *factory) LogsStability() component.StabilityLevel { method MetricsStability (line 87) | func (f *factory) MetricsStability() component.StabilityLevel { method CreateLogs (line 91) | func (f *factory) CreateLogs(ctx context.Context, set Settings, cfg co... method CreateMetrics (line 98) | func (f *factory) CreateMetrics(ctx context.Context, set Settings, cfg... type CreateLogsFunc (line 106) | type CreateLogsFunc type CreateMetricsFunc (line 109) | type CreateMetricsFunc function WithLogs (line 112) | func WithLogs(createLogs CreateLogsFunc, sl component.StabilityLevel) Fa... function WithMetrics (line 120) | func WithMetrics(createMetrics CreateMetricsFunc, sl component.Stability... function NewFactory (line 128) | func NewFactory(cfgType component.Type, createDefaultConfig component.Cr... FILE: scraper/factory_test.go function nopSettings (line 20) | func nopSettings() Settings { function TestNewFactory (line 27) | func TestNewFactory(t *testing.T) { function TestNewFactoryWithOptions (line 40) | func TestNewFactoryWithOptions(t *testing.T) { function createLogs (line 60) | func createLogs(context.Context, Settings, component.Config) (Logs, erro... function createMetrics (line 64) | func createMetrics(context.Context, Settings, component.Config) (Metrics... FILE: scraper/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: scraper/logs.go type Logs (line 14) | type Logs interface type ScrapeLogsFunc (line 22) | type ScrapeLogsFunc method ScrapeLogs (line 24) | func (sf ScrapeLogsFunc) ScrapeLogs(ctx context.Context) (plog.Logs, e... type logs (line 28) | type logs struct function NewLogs (line 34) | func NewLogs(scrape ScrapeLogsFunc, options ...Option) (Logs, error) { FILE: scraper/logs_test.go function TestNewLogs (line 20) | func TestNewLogs(t *testing.T) { function TestNewLogs_WithOptions (line 31) | func TestNewLogs_WithOptions(t *testing.T) { function TestNewLogs_NilRequiredFields (line 42) | func TestNewLogs_NilRequiredFields(t *testing.T) { function TestNewLogs_ProcessLogsError (line 47) | func TestNewLogs_ProcessLogsError(t *testing.T) { function TestLogsConcurrency (line 55) | func TestLogsConcurrency(t *testing.T) { function newTestScrapeLogsFunc (line 73) | func newTestScrapeLogsFunc(retError error) ScrapeLogsFunc { FILE: scraper/metrics.go type Metrics (line 14) | type Metrics interface type ScrapeMetricsFunc (line 21) | type ScrapeMetricsFunc method ScrapeMetrics (line 23) | func (sf ScrapeMetricsFunc) ScrapeMetrics(ctx context.Context) (pmetri... type metrics (line 27) | type metrics struct function NewMetrics (line 33) | func NewMetrics(scrape ScrapeMetricsFunc, options ...Option) (Metrics, e... FILE: scraper/metrics_test.go function TestNewMetrics (line 20) | func TestNewMetrics(t *testing.T) { function TestNewMetrics_WithOptions (line 31) | func TestNewMetrics_WithOptions(t *testing.T) { function TestNewMetrics_NilRequiredFields (line 42) | func TestNewMetrics_NilRequiredFields(t *testing.T) { function TestNewMetrics_ProcessMetricsError (line 47) | func TestNewMetrics_ProcessMetricsError(t *testing.T) { function TestMetricsConcurrency (line 55) | func TestMetricsConcurrency(t *testing.T) { function newTestScrapeMetricsFunc (line 80) | func newTestScrapeMetricsFunc(retError error) ScrapeMetricsFunc { FILE: scraper/scraper.go type ScrapeFunc (line 16) | type ScrapeFunc type Option (line 19) | type Option interface type scraperOptionFunc (line 23) | type scraperOptionFunc method apply (line 25) | func (of scraperOptionFunc) apply(e *baseScraper) { function WithStart (line 30) | func WithStart(start component.StartFunc) Option { function WithShutdown (line 37) | func WithShutdown(shutdown component.ShutdownFunc) Option { type baseScraper (line 43) | type baseScraper struct function newBaseScraper (line 49) | func newBaseScraper(options []Option) baseScraper { FILE: scraper/scrapererror/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: scraper/scrapererror/partialscrapeerror.go type PartialScrapeError (line 10) | type PartialScrapeError struct function NewPartialScrapeError (line 17) | func NewPartialScrapeError(err error, failed int) PartialScrapeError { function IsPartialScrapeError (line 25) | func IsPartialScrapeError(err error) bool { FILE: scraper/scrapererror/partialscrapeerror_test.go function TestPartialScrapeError (line 14) | func TestPartialScrapeError(t *testing.T) { function TestIsPartialScrapeError (line 22) | func TestIsPartialScrapeError(t *testing.T) { FILE: scraper/scrapererror/scrapeerror.go type ScrapeErrors (line 11) | type ScrapeErrors struct method AddPartial (line 17) | func (s *ScrapeErrors) AddPartial(failed int, err error) { method Add (line 23) | func (s *ScrapeErrors) Add(err error) { method Combine (line 29) | func (s *ScrapeErrors) Combine() error { FILE: scraper/scrapererror/scrapeerror_test.go function TestScrapeErrorsAddPartial (line 15) | func TestScrapeErrorsAddPartial(t *testing.T) { function TestScrapeErrorsAdd (line 29) | func TestScrapeErrorsAdd(t *testing.T) { function TestScrapeErrorsCombine (line 40) | func TestScrapeErrorsCombine(t *testing.T) { FILE: scraper/scraperhelper/controller.go function NewDefaultControllerConfig (line 24) | func NewDefaultControllerConfig() ControllerConfig { type ControllerOption (line 29) | type ControllerOption interface type optionFunc (line 33) | type optionFunc method apply (line 35) | func (of optionFunc) apply(e *controllerOptions) { function AddMetricsScraper (line 44) | func AddMetricsScraper(t component.Type, sc scraper.Metrics) ControllerO... function AddScraper (line 59) | func AddScraper(t component.Type, sc scraper.Metrics) ControllerOption { function AddFactoryWithConfig (line 69) | func AddFactoryWithConfig(f scraper.Factory, cfg component.Config) Contr... function WithTickerChannel (line 78) | func WithTickerChannel(tickerCh <-chan time.Time) ControllerOption { type factoryWithConfig (line 84) | type factoryWithConfig struct type controllerOptions (line 89) | type controllerOptions struct function NewLogsController (line 95) | func NewLogsController(cfg *ControllerConfig, function NewMetricsController (line 119) | func NewMetricsController(cfg *ControllerConfig, function scrapeLogs (line 142) | func scrapeLogs(c *controller.Controller[scraper.Logs], nextConsumer con... function scrapeMetrics (line 161) | func scrapeMetrics(c *controller.Controller[scraper.Metrics], nextConsum... function getOptions (line 180) | func getOptions(options []ControllerOption) controllerOptions { FILE: scraper/scraperhelper/controller_test.go type testScrape (line 36) | type testScrape struct method scrapeLogs (line 42) | func (ts *testScrape) scrapeLogs(context.Context) (plog.Logs, error) { method scrapeMetrics (line 55) | func (ts *testScrape) scrapeMetrics(context.Context) (pmetric.Metrics,... function newTestNoDelaySettings (line 68) | func newTestNoDelaySettings() *ControllerConfig { type scraperTestCase (line 75) | type scraperTestCase struct function TestLogsScrapeController (line 89) | func TestLogsScrapeController(t *testing.T) { function TestMetricsScrapeController (line 200) | func TestMetricsScrapeController(t *testing.T) { function configureLogOptions (line 311) | func configureLogOptions(t *testing.T, test scraperTestCase, initializeC... function configureMetricOptions (line 338) | func configureMetricOptions(t *testing.T, test scraperTestCase, initiali... function getExpectedStartErr (line 365) | func getExpectedStartErr(test scraperTestCase) error { function getExpectedShutdownErr (line 369) | func getExpectedShutdownErr(test scraperTestCase) error { function assertMetricsReceiverSpan (line 381) | func assertMetricsReceiverSpan(t *testing.T, spans []sdktrace.ReadOnlySp... function assertLogsReceiverSpan (line 392) | func assertLogsReceiverSpan(t *testing.T, spans []sdktrace.ReadOnlySpan) { function assertLogsScraperObsMetrics (line 403) | func assertLogsScraperObsMetrics(t *testing.T, tel *componenttest.Teleme... function assertMetricsScraperObsMetrics (line 442) | func assertMetricsScraperObsMetrics(t *testing.T, tel *componenttest.Tel... function TestSingleLogsScraperPerInterval (line 480) | func TestSingleLogsScraperPerInterval(t *testing.T) { function TestSingleMetricsScraperPerInterval (line 523) | func TestSingleMetricsScraperPerInterval(t *testing.T) { function TestLogsScraperControllerStartsOnInit (line 566) | func TestLogsScraperControllerStartsOnInit(t *testing.T) { function TestMetricsScraperControllerStartsOnInit (line 593) | func TestMetricsScraperControllerStartsOnInit(t *testing.T) { function TestLogsScraperControllerInitialDelay (line 620) | func TestLogsScraperControllerInitialDelay(t *testing.T) { function TestMetricsScraperControllerInitialDelay (line 659) | func TestMetricsScraperControllerInitialDelay(t *testing.T) { function TestLogsScraperShutdownBeforeScrapeCanStart (line 698) | func TestLogsScraperShutdownBeforeScrapeCanStart(t *testing.T) { function TestMetricsScraperShutdownBeforeScrapeCanStart (line 732) | func TestMetricsScraperShutdownBeforeScrapeCanStart(t *testing.T) { function addLogsScraper (line 766) | func addLogsScraper(t component.Type, sc scraper.Logs) ControllerOption { function TestNewDefaultControllerConfig (line 774) | func TestNewDefaultControllerConfig(t *testing.T) { function TestNewMetricsController_ScraperIDInErrorLogs (line 780) | func TestNewMetricsController_ScraperIDInErrorLogs(t *testing.T) { FILE: scraper/scraperhelper/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: scraper/scraperhelper/internal/controller/config.go type ControllerConfig (line 19) | type ControllerConfig struct method Validate (line 43) | func (set *ControllerConfig) Validate() (errs error) { function NewDefaultControllerConfig (line 35) | func NewDefaultControllerConfig() ControllerConfig { FILE: scraper/scraperhelper/internal/controller/config_test.go function TestScrapeControllerSettings (line 13) | func TestScrapeControllerSettings(t *testing.T) { FILE: scraper/scraperhelper/internal/controller/controller.go type Controller (line 22) | type Controller struct function NewController (line 37) | func NewController[T component.Component]( method Start (line 68) | func (sc *Controller[T]) Start(ctx context.Context, host component.Host)... method Shutdown (line 80) | func (sc *Controller[T]) Shutdown(ctx context.Context) error { method startScraping (line 94) | func (sc *Controller[T]) startScraping() { function GetSettings (line 125) | func GetSettings(sType component.Type, rSet receiver.Settings) scraper.S... function WithScrapeContext (line 139) | func WithScrapeContext(timeout time.Duration) (context.Context, context.... FILE: scraper/scraperhelper/internal/metadata/generated_telemetry.go function Meter (line 15) | func Meter(settings component.TelemetrySettings) metric.Meter { function Tracer (line 19) | func Tracer(settings component.TelemetrySettings) trace.Tracer { type TelemetryBuilder (line 25) | type TelemetryBuilder struct method Shutdown (line 47) | func (builder *TelemetryBuilder) Shutdown() { type TelemetryBuilderOption (line 36) | type TelemetryBuilderOption interface type telemetryBuilderOptionFunc (line 40) | type telemetryBuilderOptionFunc method apply (line 42) | func (tbof telemetryBuilderOptionFunc) apply(mb *TelemetryBuilder) { function NewTelemetryBuilder (line 57) | func NewTelemetryBuilder(settings component.TelemetrySettings, options .... FILE: scraper/scraperhelper/internal/metadata/generated_telemetry_test.go type mockMeter (line 20) | type mockMeter struct type mockMeterProvider (line 24) | type mockMeterProvider struct method Meter (line 28) | func (m mockMeterProvider) Meter(name string, opts ...metric.MeterOpti... type mockTracer (line 32) | type mockTracer struct type mockTracerProvider (line 37) | type mockTracerProvider struct method Tracer (line 41) | func (m mockTracerProvider) Tracer(name string, opts ...trace.TracerOp... function TestProviders (line 45) | func TestProviders(t *testing.T) { function TestNewTelemetryBuilder (line 66) | func TestNewTelemetryBuilder(t *testing.T) { FILE: scraper/scraperhelper/internal/metadatatest/generated_telemetrytest.go function AssertEqualScraperErroredLogRecords (line 15) | func AssertEqualScraperErroredLogRecords(t *testing.T, tt *componenttest... function AssertEqualScraperErroredMetricPoints (line 31) | func AssertEqualScraperErroredMetricPoints(t *testing.T, tt *componentte... function AssertEqualScraperScrapedLogRecords (line 47) | func AssertEqualScraperScrapedLogRecords(t *testing.T, tt *componenttest... function AssertEqualScraperScrapedMetricPoints (line 63) | func AssertEqualScraperScrapedMetricPoints(t *testing.T, tt *componentte... FILE: scraper/scraperhelper/internal/metadatatest/generated_telemetrytest_test.go function TestSetupTelemetry (line 17) | func TestSetupTelemetry(t *testing.T) { FILE: scraper/scraperhelper/internal/testhelper/helper.go type TestInitialize (line 19) | type TestInitialize struct method Start (line 31) | func (ts *TestInitialize) Start(context.Context, component.Host) error { function NewTestInitialize (line 24) | func NewTestInitialize(ch chan bool, err error) *TestInitialize { type TestClose (line 36) | type TestClose struct method Shutdown (line 48) | func (ts *TestClose) Shutdown(context.Context) error { function NewTestClose (line 41) | func NewTestClose(ch chan bool, err error) *TestClose { function AssertChannelCalled (line 53) | func AssertChannelCalled(t *testing.T, ch chan bool, message string) { function AssertChannelsCalled (line 61) | func AssertChannelsCalled(t *testing.T, chs []chan bool, message string) { function AssertScraperSpan (line 67) | func AssertScraperSpan(t *testing.T, expectedErr error, spans []sdktrace... FILE: scraper/scraperhelper/obs_logs.go constant scrapedLogRecordsKey (line 26) | scrapedLogRecordsKey = "scraped_log_records" constant erroredLogRecordsKey (line 29) | erroredLogRecordsKey = "errored_log_records" function wrapObsLogs (line 32) | func wrapObsLogs(sc scraper.Logs, receiverID, scraperID component.ID, se... FILE: scraper/scraperhelper/obs_logs_test.go function TestScrapeLogsDataOp (line 30) | func TestScrapeLogsDataOp(t *testing.T) { function TestCheckScraperLogs (line 88) | func TestCheckScraperLogs(t *testing.T) { function TestScrapeLogsDataOp_LogsScraperID (line 104) | func TestScrapeLogsDataOp_LogsScraperID(t *testing.T) { function checkScraperLogs (line 134) | func checkScraperLogs(t *testing.T, tel *componenttest.Telemetry, receiv... FILE: scraper/scraperhelper/obs_metrics.go constant scraperKey (line 25) | scraperKey = "scraper" constant scrapedMetricPointsKey (line 28) | scrapedMetricPointsKey = "scraped_metric_points" constant erroredMetricPointsKey (line 31) | erroredMetricPointsKey = "errored_metric_points" constant spanNameSep (line 33) | spanNameSep = "/" constant receiverKey (line 35) | receiverKey = "receiver" constant formatKey (line 37) | formatKey = "format" function wrapObsMetrics (line 40) | func wrapObsMetrics(sc scraper.Metrics, receiverID, scraperID component.... FILE: scraper/scraperhelper/obs_metrics_test.go type testParams (line 39) | type testParams struct function TestScrapeMetricsDataOp (line 44) | func TestScrapeMetricsDataOp(t *testing.T) { function TestCheckScraperMetrics (line 101) | func TestCheckScraperMetrics(t *testing.T) { function TestScrapeMetricsDataOp_LogsScraperID (line 117) | func TestScrapeMetricsDataOp_LogsScraperID(t *testing.T) { function checkScraperMetrics (line 147) | func checkScraperMetrics(t *testing.T, tt *componenttest.Telemetry, rece... FILE: scraper/scraperhelper/xscraperhelper/controller.go constant scraperKey (line 25) | scraperKey = "scraper" constant spanNameSep (line 26) | spanNameSep = "/" constant receiverKey (line 28) | receiverKey = "receiver" constant formatKey (line 30) | formatKey = "format" type factoryWithConfig (line 33) | type factoryWithConfig struct type controllerOptions (line 38) | type controllerOptions struct type ControllerOption (line 44) | type ControllerOption interface type optionFunc (line 48) | type optionFunc method apply (line 50) | func (of optionFunc) apply(e *controllerOptions) { function AddProfilesScraper (line 59) | func AddProfilesScraper(t component.Type, sc xscraper.Profiles) Controll... function AddFactoryWithConfig (line 73) | func AddFactoryWithConfig(f xscraper.Factory, cfg component.Config) Cont... function WithTickerChannel (line 82) | func WithTickerChannel(tickerCh <-chan time.Time) ControllerOption { function NewProfilesController (line 89) | func NewProfilesController(cfg *scraperhelper.ControllerConfig, function getOptions (line 112) | func getOptions(options []ControllerOption) controllerOptions { function scrapeProfiles (line 120) | func scrapeProfiles(c *controller.Controller[xscraper.Profiles], nextCon... FILE: scraper/scraperhelper/xscraperhelper/controller_test.go type testScrape (line 35) | type testScrape struct method scrapeProfiles (line 41) | func (ts *testScrape) scrapeProfiles(context.Context) (pprofile.Profil... function newTestNoDelaySettings (line 55) | func newTestNoDelaySettings() *scraperhelper.ControllerConfig { type scraperTestCase (line 62) | type scraperTestCase struct function TestProfilesScrapeController (line 76) | func TestProfilesScrapeController(t *testing.T) { function getExpectedStartErr (line 186) | func getExpectedStartErr(test scraperTestCase) error { function getExpectedShutdownErr (line 190) | func getExpectedShutdownErr(test scraperTestCase) error { function configureProfilesOptions (line 202) | func configureProfilesOptions(t *testing.T, test scraperTestCase, initia... function TestSingleProfilesScraperPerInterval (line 230) | func TestSingleProfilesScraperPerInterval(t *testing.T) { function TestProfilesScraperControllerStartsOnInit (line 273) | func TestProfilesScraperControllerStartsOnInit(t *testing.T) { function TestProfilesScraperControllerInitialDelay (line 300) | func TestProfilesScraperControllerInitialDelay(t *testing.T) { function TestProfilesScraperShutdownBeforeScrapeCanStart (line 339) | func TestProfilesScraperShutdownBeforeScrapeCanStart(t *testing.T) { function assertProfilesScraperObsMetrics (line 373) | func assertProfilesScraperObsMetrics(t *testing.T, tel *componenttest.Te... function TestNewProfilesControllerCreateError (line 414) | func TestNewProfilesControllerCreateError(t *testing.T) { type errorMeter (line 434) | type errorMeter struct method Int64Counter (line 438) | func (errorMeter) Int64Counter(string, ...metric.Int64CounterOption) (... type errorMeterProvider (line 443) | type errorMeterProvider struct method Meter (line 447) | func (errorMeterProvider) Meter(string, ...metric.MeterOption) metric.... function TestNewProfilesControllerTelemetryError (line 453) | func TestNewProfilesControllerTelemetryError(t *testing.T) { FILE: scraper/scraperhelper/xscraperhelper/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: scraper/scraperhelper/xscraperhelper/internal/metadata/generated_telemetry.go function Meter (line 15) | func Meter(settings component.TelemetrySettings) metric.Meter { function Tracer (line 19) | func Tracer(settings component.TelemetrySettings) trace.Tracer { type TelemetryBuilder (line 25) | type TelemetryBuilder struct method Shutdown (line 45) | func (builder *TelemetryBuilder) Shutdown() { type TelemetryBuilderOption (line 34) | type TelemetryBuilderOption interface type telemetryBuilderOptionFunc (line 38) | type telemetryBuilderOptionFunc method apply (line 40) | func (tbof telemetryBuilderOptionFunc) apply(mb *TelemetryBuilder) { function NewTelemetryBuilder (line 55) | func NewTelemetryBuilder(settings component.TelemetrySettings, options .... FILE: scraper/scraperhelper/xscraperhelper/internal/metadata/generated_telemetry_test.go type mockMeter (line 20) | type mockMeter struct type mockMeterProvider (line 24) | type mockMeterProvider struct method Meter (line 28) | func (m mockMeterProvider) Meter(name string, opts ...metric.MeterOpti... type mockTracer (line 32) | type mockTracer struct type mockTracerProvider (line 37) | type mockTracerProvider struct method Tracer (line 41) | func (m mockTracerProvider) Tracer(name string, opts ...trace.TracerOp... function TestProviders (line 45) | func TestProviders(t *testing.T) { function TestNewTelemetryBuilder (line 66) | func TestNewTelemetryBuilder(t *testing.T) { FILE: scraper/scraperhelper/xscraperhelper/internal/metadatatest/generated_telemetrytest.go function AssertEqualScraperErroredProfileRecords (line 15) | func AssertEqualScraperErroredProfileRecords(t *testing.T, tt *component... function AssertEqualScraperScrapedProfileRecords (line 31) | func AssertEqualScraperScrapedProfileRecords(t *testing.T, tt *component... FILE: scraper/scraperhelper/xscraperhelper/internal/metadatatest/generated_telemetrytest_test.go function TestSetupTelemetry (line 17) | func TestSetupTelemetry(t *testing.T) { FILE: scraper/scraperhelper/xscraperhelper/obs_profiles.go constant scrapedProfileRecordsKey (line 28) | scrapedProfileRecordsKey = "scraped_profile_records" constant erroredProfileRecordsKey (line 31) | erroredProfileRecordsKey = "errored_profile_records" function wrapObsProfiles (line 34) | func wrapObsProfiles(sc xscraper.Profiles, receiverID, scraperID compone... FILE: scraper/scraperhelper/xscraperhelper/obs_profiles_test.go type testParams (line 40) | type testParams struct function TestScrapeProfilesDataOp (line 45) | func TestScrapeProfilesDataOp(t *testing.T) { function TestCheckScraperProfiles (line 103) | func TestCheckScraperProfiles(t *testing.T) { function TestScrapeProfilesDataOp_LogsScraperID (line 119) | func TestScrapeProfilesDataOp_LogsScraperID(t *testing.T) { function checkScraperProfiles (line 149) | func checkScraperProfiles(t *testing.T, tel *componenttest.Telemetry, re... FILE: scraper/scrapertest/settings.go function NewNopSettings (line 17) | func NewNopSettings(typ component.Type) scraper.Settings { FILE: scraper/xscraper/factory.go type Factory (line 14) | type Factory interface type FactoryOption (line 27) | type FactoryOption interface type factoryOptionFunc (line 35) | type factoryOptionFunc method applyOption (line 37) | func (f factoryOptionFunc) applyOption(o *factory) { type factory (line 41) | type factory struct method ProfilesStability (line 49) | func (f *factory) ProfilesStability() component.StabilityLevel { method CreateProfiles (line 53) | func (f *factory) CreateProfiles(ctx context.Context, set scraper.Sett... function WithLogs (line 61) | func WithLogs(createLogs scraper.CreateLogsFunc, sl component.StabilityL... function WithMetrics (line 68) | func WithMetrics(createMetrics scraper.CreateMetricsFunc, sl component.S... type CreateProfilesFunc (line 75) | type CreateProfilesFunc function WithProfiles (line 78) | func WithProfiles(createProfiles CreateProfilesFunc, sl component.Stabil... function NewFactory (line 86) | func NewFactory(cfgType component.Type, createDefaultConfig component.Cr... FILE: scraper/xscraper/factory_test.go function nopSettings (line 23) | func nopSettings() scraper.Settings { function TestNewFactory (line 30) | func TestNewFactory(t *testing.T) { function TestNewFactoryWithOptions (line 41) | func TestNewFactoryWithOptions(t *testing.T) { function createProfiles (line 66) | func createProfiles(context.Context, scraper.Settings, component.Config)... function createLogs (line 70) | func createLogs(context.Context, scraper.Settings, component.Config) (sc... function createMetrics (line 74) | func createMetrics(context.Context, scraper.Settings, component.Config) ... function newTestScrapeLogsFunc (line 78) | func newTestScrapeLogsFunc(retError error) scraper.ScrapeLogsFunc { function newTestScrapeMetricsFunc (line 84) | func newTestScrapeMetricsFunc(retError error) scraper.ScrapeMetricsFunc { FILE: scraper/xscraper/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: scraper/xscraper/profiles.go type Profiles (line 15) | type Profiles interface type ScrapeProfilesFunc (line 23) | type ScrapeProfilesFunc method ScrapeProfiles (line 25) | func (sf ScrapeProfilesFunc) ScrapeProfiles(ctx context.Context) (ppro... type profiles (line 29) | type profiles struct function NewProfiles (line 35) | func NewProfiles(scrape ScrapeProfilesFunc, options ...Option) (Profiles... FILE: scraper/xscraper/profiles_test.go function TestNewProfiles (line 20) | func TestNewProfiles(t *testing.T) { function TestNewProfiles_WithOptions (line 31) | func TestNewProfiles_WithOptions(t *testing.T) { function TestNewProfiles_NilRequiredFields (line 42) | func TestNewProfiles_NilRequiredFields(t *testing.T) { function TestNewProfiles_ProcessProfilesError (line 47) | func TestNewProfiles_ProcessProfilesError(t *testing.T) { function TestProfilesConcurrency (line 55) | func TestProfilesConcurrency(t *testing.T) { function newTestScrapeProfilesFunc (line 73) | func newTestScrapeProfilesFunc(retError error) ScrapeProfilesFunc { FILE: scraper/xscraper/scraper.go type ScrapeFunc (line 16) | type ScrapeFunc type Option (line 19) | type Option interface type scraperOptionFunc (line 23) | type scraperOptionFunc method apply (line 25) | func (of scraperOptionFunc) apply(e *baseScraper) { function WithStart (line 30) | func WithStart(start component.StartFunc) Option { function WithShutdown (line 37) | func WithShutdown(shutdown component.ShutdownFunc) Option { type baseScraper (line 43) | type baseScraper struct function newBaseScraper (line 49) | func newBaseScraper(options []Option) baseScraper { FILE: service/config.go type Config (line 13) | type Config struct FILE: service/config_test.go function TestConfigValidate (line 21) | func TestConfigValidate(t *testing.T) { function TestConfmapMarshalConfig (line 75) | func TestConfmapMarshalConfig(t *testing.T) { function generateConfig (line 87) | func generateConfig() *Config { type fakeTelemetryConfig (line 100) | type fakeTelemetryConfig struct method Validate (line 104) | func (cfg fakeTelemetryConfig) Validate() error { FILE: service/extensions/config.go type Config (line 9) | type Config FILE: service/extensions/extensions.go constant zExtensionName (line 27) | zExtensionName = "zextensionname" type Extensions (line 30) | type Extensions struct method Start (line 39) | func (bes *Extensions) Start(ctx context.Context, host component.Host)... method Shutdown (line 67) | func (bes *Extensions) Shutdown(ctx context.Context) error { method NotifyPipelineReady (line 95) | func (bes *Extensions) NotifyPipelineReady() error { method NotifyPipelineNotReady (line 107) | func (bes *Extensions) NotifyPipelineNotReady() error { method NotifyConfig (line 118) | func (bes *Extensions) NotifyConfig(ctx context.Context, conf *confmap... method NotifyComponentStatusChange (line 130) | func (bes *Extensions) NotifyComponentStatusChange(source *componentst... method GetExtensions (line 139) | func (bes *Extensions) GetExtensions() map[component.ID]component.Comp... method HandleZPages (line 147) | func (bes *Extensions) HandleZPages(w http.ResponseWriter, r *http.Req... type Settings (line 174) | type Settings struct type Option (line 182) | type Option interface type optionFunc (line 186) | type optionFunc method apply (line 188) | func (of optionFunc) apply(e *Extensions) { function WithReporter (line 192) | func WithReporter(reporter status.Reporter) Option { function New (line 199) | func New(ctx context.Context, set Settings, cfg Config, options ...Optio... FILE: service/extensions/extensions_test.go function TestBuildExtensions (line 26) | func TestBuildExtensions(t *testing.T) { type testOrderExt (line 99) | type testOrderExt struct type testOrderCase (line 104) | type testOrderCase struct method testOrdering (line 160) | func (tc testOrderCase) testOrdering(t *testing.T) { function TestOrdering (line 111) | func TestOrdering(t *testing.T) { function TestNotifyConfig (line 207) | func TestNotifyConfig(t *testing.T) { type configWatcherExtension (line 294) | type configWatcherExtension struct method Start (line 298) | func (comp *configWatcherExtension) Start(context.Context, component.H... method Shutdown (line 302) | func (comp *configWatcherExtension) Shutdown(context.Context) error { method NotifyConfig (line 306) | func (comp *configWatcherExtension) NotifyConfig(context.Context, *con... function newConfigWatcherExtension (line 310) | func newConfigWatcherExtension(fn func() error) *configWatcherExtension { function newConfigWatcherExtensionFactory (line 318) | func newConfigWatcherExtensionFactory(name component.Type, fn func() err... function newBadExtensionFactory (line 331) | func newBadExtensionFactory() extension.Factory { function newCreateErrorExtensionFactory (line 344) | func newCreateErrorExtensionFactory() extension.Factory { function TestStatusReportedOnStartupShutdown (line 357) | func TestStatusReportedOnStartupShutdown(t *testing.T) { type statusTestExtension (line 447) | type statusTestExtension struct method Start (line 452) | func (ext *statusTestExtension) Start(context.Context, component.Host)... method Shutdown (line 456) | func (ext *statusTestExtension) Shutdown(context.Context) error { function newStatusTestExtension (line 460) | func newStatusTestExtension(startErr, shutdownErr error) *statusTestExte... function newStatusTestExtensionFactory (line 467) | func newStatusTestExtensionFactory(name component.Type, startErr, shutdo... function newRecordingExtensionFactory (line 480) | func newRecordingExtensionFactory(startCallback func(set extension.Setti... type recordingExtensionConfig (line 498) | type recordingExtensionConfig struct type recordingExtension (line 502) | type recordingExtension struct method Dependencies (line 511) | func (ext *recordingExtension) Dependencies() []component.ID { method Start (line 522) | func (ext *recordingExtension) Start(_ context.Context, host component... method Shutdown (line 526) | func (ext *recordingExtension) Shutdown(context.Context) error { FILE: service/extensions/graph.go type node (line 19) | type node struct method ID (line 24) | func (n node) ID() int64 { function computeOrder (line 28) | func computeOrder(exts *Extensions) ([]component.ID, error) { function cycleErr (line 63) | func cycleErr(err error, cycles [][]graph.Node) error { FILE: service/extensions/graph_test.go function TestCycleErr (line 15) | func TestCycleErr(t *testing.T) { FILE: service/extensions/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: service/generated_package_test.go function TestMain (line 11) | func TestMain(m *testing.M) { FILE: service/hostcapabilities/interfaces.go type ModuleInfo (line 16) | type ModuleInfo interface type ExposeExporters (line 27) | type ExposeExporters interface type ComponentFactory (line 33) | type ComponentFactory interface FILE: service/internal/attribute/attribute.go constant capabiltiesKind (line 18) | capabiltiesKind = "capabilities" constant fanoutKind (line 19) | fanoutKind = "fanout" type Attributes (line 22) | type Attributes struct method Set (line 42) | func (a Attributes) Set() *attribute.Set { method ID (line 46) | func (a Attributes) ID() int64 { function newAttributes (line 27) | func newAttributes(attrs ...attribute.KeyValue) Attributes { function Receiver (line 50) | func Receiver(pipelineType pipeline.Signal, id component.ID) Attributes { function Processor (line 58) | func Processor(pipelineID pipeline.ID, id component.ID) Attributes { function Exporter (line 67) | func Exporter(pipelineType pipeline.Signal, id component.ID) Attributes { function Connector (line 75) | func Connector(exprPipelineType, rcvrPipelineType pipeline.Signal, id co... function Extension (line 84) | func Extension(id component.ID) Attributes { function Capabilities (line 91) | func Capabilities(pipelineID pipeline.ID) Attributes { function Fanout (line 98) | func Fanout(pipelineID pipeline.ID) Attributes { FILE: service/internal/attribute/attribute_test.go function TestReceiver (line 44) | func TestReceiver(t *testing.T) { function TestProcessor (line 63) | func TestProcessor(t *testing.T) { function TestExporter (line 82) | func TestExporter(t *testing.T) { function TestConnector (line 101) | func TestConnector(t *testing.T) { function TestExtension (line 126) | func TestExtension(t *testing.T) { function TestSetEquality (line 133) | func TestSetEquality(t *testing.T) { function createExampleSets (line 153) | func createExampleSets() []attribute.Attributes { FILE: service/internal/builders/builders.go function logStabilityLevel (line 24) | func logStabilityLevel(logger *zap.Logger, sl component.StabilityLevel) { function logDeprecatedTypeAlias (line 33) | func logDeprecatedTypeAlias(logger *zap.Logger, factory component.Factor... FILE: service/internal/builders/builders_test.go type mockFactory (line 17) | type mockFactory struct method Type (line 21) | func (m *mockFactory) Type() component.Type { method CreateDefaultConfig (line 25) | func (m *mockFactory) CreateDefaultConfig() component.Config { type mockFactoryWithAlias (line 30) | type mockFactoryWithAlias struct method Type (line 35) | func (m *mockFactoryWithAlias) Type() component.Type { method CreateDefaultConfig (line 39) | func (m *mockFactoryWithAlias) CreateDefaultConfig() component.Config { method DeprecatedAlias (line 43) | func (m *mockFactoryWithAlias) DeprecatedAlias() component.Type { method SetDeprecatedAlias (line 47) | func (m *mockFactoryWithAlias) SetDeprecatedAlias(alias component.Type) { function TestLogDeprecatedTypeAlias (line 51) | func TestLogDeprecatedTypeAlias(t *testing.T) { FILE: service/internal/builders/builders_test/connector_test.go function TestConnectorBuilder (line 28) | func TestConnectorBuilder(t *testing.T) { function TestConnectorBuilderMissingConfig (line 265) | func TestConnectorBuilderMissingConfig(t *testing.T) { function TestConnectorBuilderGetters (line 360) | func TestConnectorBuilderGetters(t *testing.T) { function TestNewNopConnectorConfigsAndFactories (line 374) | func TestNewNopConnectorConfigsAndFactories(t *testing.T) { type nopConnector (line 486) | type nopConnector struct function createConnectorTracesToTraces (line 492) | func createConnectorTracesToTraces(context.Context, connector.Settings, ... function createConnectorTracesToMetrics (line 496) | func createConnectorTracesToMetrics(context.Context, connector.Settings,... function createConnectorTracesToLogs (line 500) | func createConnectorTracesToLogs(context.Context, connector.Settings, co... function createConnectorTracesToProfiles (line 504) | func createConnectorTracesToProfiles(context.Context, connector.Settings... function createConnectorMetricsToTraces (line 508) | func createConnectorMetricsToTraces(context.Context, connector.Settings,... function createConnectorMetricsToMetrics (line 512) | func createConnectorMetricsToMetrics(context.Context, connector.Settings... function createConnectorMetricsToLogs (line 516) | func createConnectorMetricsToLogs(context.Context, connector.Settings, c... function createConnectorMetricsToProfiles (line 520) | func createConnectorMetricsToProfiles(context.Context, connector.Setting... function createConnectorLogsToTraces (line 524) | func createConnectorLogsToTraces(context.Context, connector.Settings, co... function createConnectorLogsToMetrics (line 528) | func createConnectorLogsToMetrics(context.Context, connector.Settings, c... function createConnectorLogsToLogs (line 532) | func createConnectorLogsToLogs(context.Context, connector.Settings, comp... function createConnectorLogsToProfiles (line 536) | func createConnectorLogsToProfiles(context.Context, connector.Settings, ... function createxconnectorToTraces (line 540) | func createxconnectorToTraces(context.Context, connector.Settings, compo... function createxconnectorToMetrics (line 544) | func createxconnectorToMetrics(context.Context, connector.Settings, comp... function createxconnectorToLogs (line 548) | func createxconnectorToLogs(context.Context, connector.Settings, compone... function createxconnectorToProfiles (line 552) | func createxconnectorToProfiles(context.Context, connector.Settings, com... function createConnectorSettings (line 556) | func createConnectorSettings(id component.ID) connector.Settings { FILE: service/internal/builders/builders_test/exporter_test.go function TestExporterBuilder (line 23) | func TestExporterBuilder(t *testing.T) { function TestExporterBuilderMissingConfig (line 107) | func TestExporterBuilderMissingConfig(t *testing.T) { function TestExporterBuilderFactory (line 142) | func TestExporterBuilderFactory(t *testing.T) { function TestNewNopExporterConfigsAndFactories (line 153) | func TestNewNopExporterConfigsAndFactories(t *testing.T) { type nopExporter (line 193) | type nopExporter struct function createExporterTraces (line 199) | func createExporterTraces(context.Context, exporter.Settings, component.... function createExporterMetrics (line 203) | func createExporterMetrics(context.Context, exporter.Settings, component... function createExporterLogs (line 207) | func createExporterLogs(context.Context, exporter.Settings, component.Co... function createxexporter (line 211) | func createxexporter(context.Context, exporter.Settings, component.Confi... function createExporterSettings (line 215) | func createExporterSettings(id component.ID) exporter.Settings { FILE: service/internal/builders/builders_test/extension_test.go function TestExtensionBuilder (line 21) | func TestExtensionBuilder(t *testing.T) { function TestExtensionBuilderFactory (line 59) | func TestExtensionBuilderFactory(t *testing.T) { function TestNewNopExtensionConfigsAndFactories (line 70) | func TestNewNopExtensionConfigsAndFactories(t *testing.T) { type nopExtension (line 87) | type nopExtension struct function createExtensionSettings (line 93) | func createExtensionSettings(id component.ID) extension.Settings { FILE: service/internal/builders/builders_test/processor_test.go function TestProcessorBuilder (line 25) | func TestProcessorBuilder(t *testing.T) { function TestProcessorBuilderMissingConfig (line 138) | func TestProcessorBuilderMissingConfig(t *testing.T) { function TestProcessorBuilderFactory (line 173) | func TestProcessorBuilderFactory(t *testing.T) { function TestNewNopProcessorBuilder (line 184) | func TestNewNopProcessorBuilder(t *testing.T) { type nopProcessor (line 224) | type nopProcessor struct function createProcessorTraces (line 230) | func createProcessorTraces(context.Context, processor.Settings, componen... function createProcessorMetrics (line 234) | func createProcessorMetrics(context.Context, processor.Settings, compone... function createProcessorLogs (line 238) | func createProcessorLogs(context.Context, processor.Settings, component.... function createxprocessor (line 242) | func createxprocessor(context.Context, processor.Settings, component.Con... function createProcessorSettings (line 246) | func createProcessorSettings(id component.ID) processor.Settings { FILE: service/internal/builders/builders_test/receiver_test.go function TestReceiverBuilder (line 25) | func TestReceiverBuilder(t *testing.T) { function TestReceiverBuilderMissingConfig (line 138) | func TestReceiverBuilderMissingConfig(t *testing.T) { function TestReceiverBuilderFactory (line 173) | func TestReceiverBuilderFactory(t *testing.T) { function TestNewNopReceiverConfigsAndFactories (line 184) | func TestNewNopReceiverConfigsAndFactories(t *testing.T) { function settings (line 219) | func settings(id component.ID) receiver.Settings { type nopReceiver (line 232) | type nopReceiver struct function createReceiverTraces (line 238) | func createReceiverTraces(context.Context, receiver.Settings, component.... function createReceiverMetrics (line 242) | func createReceiverMetrics(context.Context, receiver.Settings, component... function createReceiverLogs (line 246) | func createReceiverLogs(context.Context, receiver.Settings, component.Co... function createReceiverProfiles (line 250) | func createReceiverProfiles(context.Context, receiver.Settings, componen... FILE: service/internal/builders/connector.go function errDataTypes (line 20) | func errDataTypes(id component.ID, from, to pipeline.Signal) error { type ConnectorBuilder (line 25) | type ConnectorBuilder struct method CreateTracesToTraces (line 36) | func (b *ConnectorBuilder) CreateTracesToTraces(ctx context.Context, s... method CreateTracesToMetrics (line 56) | func (b *ConnectorBuilder) CreateTracesToMetrics(ctx context.Context, ... method CreateTracesToLogs (line 76) | func (b *ConnectorBuilder) CreateTracesToLogs(ctx context.Context, set... method CreateTracesToProfiles (line 96) | func (b *ConnectorBuilder) CreateTracesToProfiles(ctx context.Context,... method CreateMetricsToTraces (line 121) | func (b *ConnectorBuilder) CreateMetricsToTraces(ctx context.Context, ... method CreateMetricsToMetrics (line 141) | func (b *ConnectorBuilder) CreateMetricsToMetrics(ctx context.Context,... method CreateMetricsToLogs (line 161) | func (b *ConnectorBuilder) CreateMetricsToLogs(ctx context.Context, se... method CreateMetricsToProfiles (line 181) | func (b *ConnectorBuilder) CreateMetricsToProfiles(ctx context.Context... method CreateLogsToTraces (line 206) | func (b *ConnectorBuilder) CreateLogsToTraces(ctx context.Context, set... method CreateLogsToMetrics (line 226) | func (b *ConnectorBuilder) CreateLogsToMetrics(ctx context.Context, se... method CreateLogsToLogs (line 246) | func (b *ConnectorBuilder) CreateLogsToLogs(ctx context.Context, set c... method CreateLogsToProfiles (line 266) | func (b *ConnectorBuilder) CreateLogsToProfiles(ctx context.Context, s... method CreateProfilesToTraces (line 291) | func (b *ConnectorBuilder) CreateProfilesToTraces(ctx context.Context,... method CreateProfilesToMetrics (line 316) | func (b *ConnectorBuilder) CreateProfilesToMetrics(ctx context.Context... method CreateProfilesToLogs (line 341) | func (b *ConnectorBuilder) CreateProfilesToLogs(ctx context.Context, s... method CreateProfilesToProfiles (line 366) | func (b *ConnectorBuilder) CreateProfilesToProfiles(ctx context.Contex... method IsConfigured (line 390) | func (b *ConnectorBuilder) IsConfigured(componentID component.ID) bool { method Factory (line 395) | func (b *ConnectorBuilder) Factory(componentType component.Type) compo... function NewConnector (line 31) | func NewConnector(cfgs map[component.ID]component.Config, factories map[... function NewNopConnectorConfigsAndFactories (line 400) | func NewNopConnectorConfigsAndFactories() (map[component.ID]component.Co... FILE: service/internal/builders/exporter.go type ExporterBuilder (line 18) | type ExporterBuilder struct method CreateTraces (line 29) | func (b *ExporterBuilder) CreateTraces(ctx context.Context, set export... method CreateMetrics (line 46) | func (b *ExporterBuilder) CreateMetrics(ctx context.Context, set expor... method CreateLogs (line 63) | func (b *ExporterBuilder) CreateLogs(ctx context.Context, set exporter... method CreateProfiles (line 80) | func (b *ExporterBuilder) CreateProfiles(ctx context.Context, set expo... method Factory (line 101) | func (b *ExporterBuilder) Factory(componentType component.Type) compon... function NewExporter (line 24) | func NewExporter(cfgs map[component.ID]component.Config, factories map[c... function NewNopExporterConfigsAndFactories (line 106) | func NewNopExporterConfigsAndFactories() (map[component.ID]component.Con... FILE: service/internal/builders/extension.go type Extension (line 17) | type Extension interface type ExtensionBuilder (line 23) | type ExtensionBuilder struct method Create (line 35) | func (b *ExtensionBuilder) Create(ctx context.Context, set extension.S... method Factory (line 51) | func (b *ExtensionBuilder) Factory(componentType component.Type) compo... function NewExtension (line 30) | func NewExtension(cfgs map[component.ID]component.Config, factories map[... function NewNopExtensionConfigsAndFactories (line 56) | func NewNopExtensionConfigsAndFactories() (map[component.ID]component.Co... FILE: service/internal/builders/processor.go type ProcessorBuilder (line 21) | type ProcessorBuilder struct method CreateTraces (line 32) | func (b *ProcessorBuilder) CreateTraces(ctx context.Context, set proce... method CreateMetrics (line 52) | func (b *ProcessorBuilder) CreateMetrics(ctx context.Context, set proc... method CreateLogs (line 72) | func (b *ProcessorBuilder) CreateLogs(ctx context.Context, set process... method CreateProfiles (line 92) | func (b *ProcessorBuilder) CreateProfiles(ctx context.Context, set pro... method Factory (line 115) | func (b *ProcessorBuilder) Factory(componentType component.Type) compo... function NewProcessor (line 27) | func NewProcessor(cfgs map[component.ID]component.Config, factories map[... function NewNopProcessorConfigsAndFactories (line 120) | func NewNopProcessorConfigsAndFactories() (map[component.ID]component.Co... FILE: service/internal/builders/receiver.go type ReceiverBuilder (line 21) | type ReceiverBuilder struct method CreateTraces (line 33) | func (b *ReceiverBuilder) CreateTraces(ctx context.Context, set receiv... method CreateMetrics (line 53) | func (b *ReceiverBuilder) CreateMetrics(ctx context.Context, set recei... method CreateLogs (line 73) | func (b *ReceiverBuilder) CreateLogs(ctx context.Context, set receiver... method CreateProfiles (line 93) | func (b *ReceiverBuilder) CreateProfiles(ctx context.Context, set rece... method Factory (line 117) | func (b *ReceiverBuilder) Factory(componentType component.Type) compon... function NewReceiver (line 28) | func NewReceiver(cfgs map[component.ID]component.Config, factories map[c... function NewNopReceiverConfigsAndFactories (line 122) | func NewNopReceiverConfigsAndFactories() (map[component.ID]component.Con... FILE: service/internal/capabilityconsumer/capabilities.go function NewLogs (line 11) | func NewLogs(logs consumer.Logs, capabilities consumer.Capabilities) con... type capLogs (line 18) | type capLogs struct method Capabilities (line 23) | func (mts capLogs) Capabilities() consumer.Capabilities { function NewMetrics (line 27) | func NewMetrics(metrics consumer.Metrics, capabilities consumer.Capabili... type capMetrics (line 34) | type capMetrics struct method Capabilities (line 39) | func (mts capMetrics) Capabilities() consumer.Capabilities { function NewTraces (line 43) | func NewTraces(traces consumer.Traces, capabilities consumer.Capabilitie... type capTraces (line 50) | type capTraces struct method Capabilities (line 55) | func (mts capTraces) Capabilities() consumer.Capabilities { function NewProfiles (line 59) | func NewProfiles(profiles xconsumer.Profiles, capabilities consumer.Capa... type capProfiles (line 66) | type capProfiles struct method Capabilities (line 71) | func (mts capProfiles) Capabilities() consumer.Capabilities { FILE: service/internal/capabilityconsumer/capabilities_test.go function TestLogs (line 18) | func TestLogs(t *testing.T) { function TestMetrics (line 33) | func TestMetrics(t *testing.T) { function TestTraces (line 48) | func TestTraces(t *testing.T) { function TestProfiles (line 63) | func TestProfiles(t *testing.T) { FILE: service/internal/capabilityconsumer/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: service/internal/componentattribute/logger_zap.go type scopeAttributesField (line 18) | type scopeAttributesField struct method MarshalLogObject (line 25) | func (saf scopeAttributesField) MarshalLogObject(enc zapcore.ObjectEnc... function makeScopeField (line 32) | func makeScopeField(attrs []attribute.KeyValue) zap.Field { function ExtractLogScopeAttributes (line 39) | func ExtractLogScopeAttributes(field zap.Field) ([]attribute.KeyValue, b... type coreWithAttributes (line 50) | type coreWithAttributes struct method With (line 59) | func (cwa coreWithAttributes) With(fields []zapcore.Field) zapcore.Core { method DropInjectedAttributes (line 75) | func (cwa coreWithAttributes) DropInjectedAttributes(droppedAttrs ...s... function LoggerWithAttributes (line 65) | func LoggerWithAttributes(logger *zap.Logger, attrs []attribute.KeyValue... FILE: service/internal/componentattribute/meter_provider.go type meterProviderWithAttributes (line 13) | type meterProviderWithAttributes struct method Meter (line 18) | func (mpwa meterProviderWithAttributes) Meter(name string, opts ...met... method DropInjectedAttributes (line 28) | func (mpwa meterProviderWithAttributes) DropInjectedAttributes(dropped... FILE: service/internal/componentattribute/telemetry.go function TelemetrySettingsWithAttributes (line 13) | func TelemetrySettingsWithAttributes(ts component.TelemetrySettings, att... FILE: service/internal/componentattribute/telemetry_test.go function findScopeAttributesField (line 32) | func findScopeAttributesField(context []zap.Field) ([]attribute.KeyValue... function attributeSetJSON (line 42) | func attributeSetJSON(t *testing.T, set attribute.Set) string { function getLogScopeAndFields (line 48) | func getLogScopeAndFields(t *testing.T, logObs *observer.ObservedLogs) (... function getSpanScope (line 66) | func getSpanScope(t *testing.T, spanObs *tracetest.InMemoryExporter) str... function getMetricScope (line 75) | func getMetricScope(t *testing.T, metricObs *metricSdk.ManualReader) str... type TestResults (line 83) | type TestResults struct function getScopes (line 90) | func getScopes(t *testing.T, tswa component.TelemetrySettings, logObs *o... type tracerProviderWrapper (line 115) | type tracerProviderWrapper struct function testTelemetryWithAttributes (line 119) | func testTelemetryWithAttributes(t *testing.T, useTraceSdk bool) { function TestTelemetryWithAttributes (line 188) | func TestTelemetryWithAttributes(t *testing.T) { FILE: service/internal/componentattribute/tracer_provider.go type tracerProviderWithAttributes (line 13) | type tracerProviderWithAttributes struct method Tracer (line 18) | func (tpwa tracerProviderWithAttributes) Tracer(name string, options .... method Unwrap (line 28) | func (tpwa tracerProviderWithAttributes) Unwrap() trace.TracerProvider { method DropInjectedAttributes (line 32) | func (tpwa tracerProviderWithAttributes) DropInjectedAttributes(droppe... FILE: service/internal/graph/capabilities.go type capabilitiesNode (line 20) | type capabilitiesNode struct method getConsumer (line 37) | func (n *capabilitiesNode) getConsumer() baseConsumer { function newCapabilitiesNode (line 30) | func newCapabilitiesNode(pipelineID pipeline.ID) *capabilitiesNode { FILE: service/internal/graph/connector.go constant pipelineIDAttrKey (line 27) | pipelineIDAttrKey = "otelcol.pipeline.id" type connectorNode (line 31) | type connectorNode struct method getConsumer (line 49) | func (n *connectorNode) getConsumer() baseConsumer { method buildComponent (line 53) | func (n *connectorNode) buildComponent( method buildTraces (line 79) | func (n *connectorNode) buildTraces( method buildMetrics (line 157) | func (n *connectorNode) buildMetrics( method buildLogs (line 235) | func (n *connectorNode) buildLogs( method buildProfiles (line 313) | func (n *connectorNode) buildProfiles( function newConnectorNode (line 40) | func newConnectorNode(exprPipelineType, rcvrPipelineType pipeline.Signal... function aggregateCap (line 395) | func aggregateCap(base baseConsumer, nexts []baseConsumer) consumer.Capa... FILE: service/internal/graph/consumer.go type baseConsumer (line 11) | type baseConsumer interface type consumerNode (line 15) | type consumerNode interface FILE: service/internal/graph/exporter.go type exporterNode (line 28) | type exporterNode struct method getConsumer (line 44) | func (n *exporterNode) getConsumer() baseConsumer { method buildComponent (line 48) | func (n *exporterNode) buildComponent( function newExporterNode (line 36) | func newExporterNode(pipelineType pipeline.Signal, exprID component.ID) ... FILE: service/internal/graph/fanout.go type fanOutNode (line 15) | type fanOutNode struct method getConsumer (line 28) | func (n *fanOutNode) getConsumer() baseConsumer { function newFanOutNode (line 21) | func newFanOutNode(pipelineID pipeline.ID) *fanOutNode { FILE: service/internal/graph/graph.go type Settings (line 44) | type Settings struct type Graph (line 59) | type Graph struct method createNodes (line 97) | func (g *Graph) createNodes(set Settings) error { method createReceiver (line 212) | func (g *Graph) createReceiver(pipelineID pipeline.ID, recvID componen... method createProcessor (line 226) | func (g *Graph) createProcessor(pipelineID pipeline.ID, procID compone... method createExporter (line 235) | func (g *Graph) createExporter(pipelineID pipeline.ID, exprID componen... method createConnector (line 249) | func (g *Graph) createConnector(exprPipelineID, rcvrPipelineID pipelin... method createEdges (line 264) | func (g *Graph) createEdges() { method buildComponents (line 293) | func (g *Graph) buildComponents(ctx context.Context, set Settings) err... method nextConsumers (line 376) | func (g *Graph) nextConsumers(nodeID int64) []baseConsumer { method StartAll (line 404) | func (g *Graph) StartAll(ctx context.Context, host *Host) error { method ShutdownAll (line 452) | func (g *Graph) ShutdownAll(ctx context.Context, reporter status.Repor... method GetExporters (line 495) | func (g *Graph) GetExporters() map[pipeline.Signal]map[component.ID]co... function Build (line 74) | func Build(ctx context.Context, set Settings) (*Graph, error) { function formatPipelineNamesWithSignal (line 202) | func formatPipelineNamesWithSignal(pipelineIDs []pipeline.ID, signal pip... type pipelineNodes (line 386) | type pipelineNodes struct function cycleErr (line 513) | func cycleErr(err error, cycles [][]graph.Node) error { function connectorStability (line 553) | func connectorStability(f connector.Factory, expType, recType pipeline.S... type HostWrapper (line 625) | type HostWrapper struct method Report (line 630) | func (host *HostWrapper) Report(event *componentstatus.Event) { FILE: service/internal/graph/graph_test.go function TestConnectorPipelinesGraph (line 38) | func TestConnectorPipelinesGraph(t *testing.T) { function testConnectorPipelinesGraph (line 49) | func testConnectorPipelinesGraph(t *testing.T) { function TestInstances (line 993) | func TestInstances(t *testing.T) { function testInstances (line 1004) | func testInstances(t *testing.T) { function TestConnectorRouter (line 1168) | func TestConnectorRouter(t *testing.T) { function testConnectorRouter (line 1179) | func testConnectorRouter(t *testing.T) { function TestGraphBuildErrors (line 1405) | func TestGraphBuildErrors(t *testing.T) { function testGraphBuildErrors (line 1416) | func testGraphBuildErrors(t *testing.T) { FILE: service/internal/graph/host.go type Host (line 31) | type Host struct method GetFactory (line 48) | func (host *Host) GetFactory(kind component.Kind, componentType compon... method GetExtensions (line 64) | func (host *Host) GetExtensions() map[component.ID]component.Component { method GetModuleInfos (line 68) | func (host *Host) GetModuleInfos() moduleinfo.ModuleInfos { method GetExporters (line 78) | func (host *Host) GetExporters() map[pipeline.Signal]map[component.ID]... method NotifyComponentStatusChange (line 82) | func (host *Host) NotifyComponentStatusChange(source *componentstatus.... method RegisterZPages (line 110) | func (host *Host) RegisterZPages(mux *http.ServeMux, pathPrefix string) { method zPagesRequest (line 117) | func (host *Host) zPagesRequest(w http.ResponseWriter, _ *http.Request) { constant zServicePath (line 91) | zServicePath = "servicez" constant zPipelinePath (line 92) | zPipelinePath = "pipelinez" constant zExtensionPath (line 93) | zExtensionPath = "extensionz" constant zFeaturePath (line 94) | zFeaturePath = "featurez" function init (line 100) | func init() { function handleFeaturezRequest (line 140) | func handleFeaturezRequest(w http.ResponseWriter, _ *http.Request) { function getFeaturesTableData (line 147) | func getFeaturesTableData() zpages.FeatureGateTableData { function getBuildInfoProperties (line 163) | func getBuildInfoProperties(buildInfo component.BuildInfo) [][2]string { FILE: service/internal/graph/lifecycle_test.go function TestGraphStartStop (line 32) | func TestGraphStartStop(t *testing.T) { function testGraphStartStop (line 43) | func testGraphStartStop(t *testing.T) { function TestGraphStartStopCycle (line 129) | func TestGraphStartStopCycle(t *testing.T) { function testGraphStartStopCycle (line 140) | func testGraphStartStopCycle(t *testing.T) { function TestGraphStartStopComponentError (line 167) | func TestGraphStartStopComponentError(t *testing.T) { function testGraphStartStopComponentError (line 178) | func testGraphStartStopComponentError(t *testing.T) { function TestGraphFailToStartAndShutdown (line 203) | func TestGraphFailToStartAndShutdown(t *testing.T) { function testGraphFailToStartAndShutdown (line 214) | func testGraphFailToStartAndShutdown(t *testing.T) { function TestStatusReportedOnStartupShutdown (line 332) | func TestStatusReportedOnStartupShutdown(t *testing.T) { function testStatusReportedOnStartupShutdown (line 343) | func testStatusReportedOnStartupShutdown(t *testing.T) { FILE: service/internal/graph/obs_test.go function TestComponentInstrumentation (line 30) | func TestComponentInstrumentation(t *testing.T) { type simpleMetric (line 682) | type simpleMetric type simpleMetricMap (line 685) | type simpleMetricMap type simpleScopeMetrics (line 688) | type simpleScopeMetrics FILE: service/internal/graph/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: service/internal/graph/processor.go type processorNode (line 28) | type processorNode struct method getConsumer (line 44) | func (n *processorNode) getConsumer() baseConsumer { method buildComponent (line 48) | func (n *processorNode) buildComponent(ctx context.Context, function newProcessorNode (line 36) | func newProcessorNode(pipelineID pipeline.ID, procID component.ID) *proc... FILE: service/internal/graph/receiver.go type receiverNode (line 26) | type receiverNode struct method buildComponent (line 41) | func (n *receiverNode) buildComponent(ctx context.Context, function newReceiverNode (line 33) | func newReceiverNode(pipelineType pipeline.Signal, recvID component.ID) ... FILE: service/internal/graph/util_test.go type testNode (line 36) | type testNode struct method ID (line 44) | func (n *testNode) ID() int64 { method Start (line 54) | func (n *testNode) Start(ctx context.Context, _ component.Host) error { method Shutdown (line 64) | func (n *testNode) Shutdown(ctx context.Context) error { type contextWithOrder (line 74) | type contextWithOrder struct method record (line 81) | func (c *contextWithOrder) record(id component.ID) { method getReceivers (line 88) | func (g *Graph) getReceivers() map[pipeline.Signal]map[component.ID]comp... function expectedInstances (line 121) | func expectedInstances(m pipelines.Config, pID pipeline.ID) (int, int) { function newBadReceiverFactory (line 161) | func newBadReceiverFactory() receiver.Factory { function newBadProcessorFactory (line 167) | func newBadProcessorFactory() processor.Factory { function newBadExporterFactory (line 173) | func newBadExporterFactory() exporter.Factory { function newBadConnectorFactory (line 179) | func newBadConnectorFactory() connector.Factory { function newErrReceiverFactory (line 185) | func newErrReceiverFactory() receiver.Factory { function newErrProcessorFactory (line 203) | func newErrProcessorFactory() processor.Factory { function newErrExporterFactory (line 221) | func newErrExporterFactory() exporter.Factory { function newErrConnectorFactory (line 239) | func newErrConnectorFactory() connector.Factory { type errComponent (line 297) | type errComponent struct method Capabilities (line 301) | func (e errComponent) Capabilities() consumer.Capabilities { method Start (line 305) | func (e errComponent) Start(context.Context, component.Host) error { method Shutdown (line 309) | func (e errComponent) Shutdown(context.Context) error { function setObsConsumerGateForTest (line 313) | func setObsConsumerGateForTest(t *testing.T, enabled bool) { FILE: service/internal/graph/zpages.go constant zPipelineName (line 16) | zPipelineName = "pipelinenamez" constant zComponentName (line 17) | zComponentName = "componentnamez" constant zComponentKind (line 18) | zComponentKind = "componentkindz" method HandleZPages (line 21) | func (g *Graph) HandleZPages(w http.ResponseWriter, r *http.Request) { FILE: service/internal/metadata/generated_telemetry.go function Meter (line 17) | func Meter(settings component.TelemetrySettings) metric.Meter { function Tracer (line 21) | func Tracer(settings component.TelemetrySettings) trace.Tracer { type TelemetryBuilder (line 27) | type TelemetryBuilder struct method RegisterProcessCPUSecondsCallback (line 63) | func (builder *TelemetryBuilder) RegisterProcessCPUSecondsCallback(cb ... method RegisterProcessMemoryRssCallback (line 78) | func (builder *TelemetryBuilder) RegisterProcessMemoryRssCallback(cb m... method RegisterProcessRuntimeHeapAllocBytesCallback (line 93) | func (builder *TelemetryBuilder) RegisterProcessRuntimeHeapAllocBytesC... method RegisterProcessRuntimeTotalAllocBytesCallback (line 108) | func (builder *TelemetryBuilder) RegisterProcessRuntimeTotalAllocBytes... method RegisterProcessRuntimeTotalSysMemoryBytesCallback (line 123) | func (builder *TelemetryBuilder) RegisterProcessRuntimeTotalSysMemoryB... method RegisterProcessUptimeCallback (line 138) | func (builder *TelemetryBuilder) RegisterProcessUptimeCallback(cb metr... method Shutdown (line 173) | func (builder *TelemetryBuilder) Shutdown() { type TelemetryBuilderOption (line 52) | type TelemetryBuilderOption interface type telemetryBuilderOptionFunc (line 56) | type telemetryBuilderOptionFunc method apply (line 58) | func (tbof telemetryBuilderOptionFunc) apply(mb *TelemetryBuilder) { type observerInt64 (line 152) | type observerInt64 struct method Observe (line 158) | func (oi *observerInt64) Observe(value int64, opts ...metric.ObserveOp... type observerFloat64 (line 162) | type observerFloat64 struct method Observe (line 168) | func (oi *observerFloat64) Observe(value float64, opts ...metric.Obser... function NewTelemetryBuilder (line 183) | func NewTelemetryBuilder(settings component.TelemetrySettings, options .... FILE: service/internal/metadata/generated_telemetry_test.go type mockMeter (line 20) | type mockMeter struct type mockMeterProvider (line 24) | type mockMeterProvider struct method Meter (line 28) | func (m mockMeterProvider) Meter(name string, opts ...metric.MeterOpti... type mockTracer (line 32) | type mockTracer struct type mockTracerProvider (line 37) | type mockTracerProvider struct method Tracer (line 41) | func (m mockTracerProvider) Tracer(name string, opts ...trace.TracerOp... function TestProviders (line 45) | func TestProviders(t *testing.T) { function TestNewTelemetryBuilder (line 66) | func TestNewTelemetryBuilder(t *testing.T) { FILE: service/internal/metadatatest/generated_telemetrytest.go function AssertEqualConnectorConsumedItems (line 15) | func AssertEqualConnectorConsumedItems(t *testing.T, tt *componenttest.T... function AssertEqualConnectorConsumedSize (line 31) | func AssertEqualConnectorConsumedSize(t *testing.T, tt *componenttest.Te... function AssertEqualConnectorProducedItems (line 47) | func AssertEqualConnectorProducedItems(t *testing.T, tt *componenttest.T... function AssertEqualConnectorProducedSize (line 63) | func AssertEqualConnectorProducedSize(t *testing.T, tt *componenttest.Te... function AssertEqualExporterConsumedItems (line 79) | func AssertEqualExporterConsumedItems(t *testing.T, tt *componenttest.Te... function AssertEqualExporterConsumedSize (line 95) | func AssertEqualExporterConsumedSize(t *testing.T, tt *componenttest.Tel... function AssertEqualProcessCPUSeconds (line 111) | func AssertEqualProcessCPUSeconds(t *testing.T, tt *componenttest.Teleme... function AssertEqualProcessMemoryRss (line 127) | func AssertEqualProcessMemoryRss(t *testing.T, tt *componenttest.Telemet... function AssertEqualProcessRuntimeHeapAllocBytes (line 141) | func AssertEqualProcessRuntimeHeapAllocBytes(t *testing.T, tt *component... function AssertEqualProcessRuntimeTotalAllocBytes (line 155) | func AssertEqualProcessRuntimeTotalAllocBytes(t *testing.T, tt *componen... function AssertEqualProcessRuntimeTotalSysMemoryBytes (line 171) | func AssertEqualProcessRuntimeTotalSysMemoryBytes(t *testing.T, tt *comp... function AssertEqualProcessUptime (line 185) | func AssertEqualProcessUptime(t *testing.T, tt *componenttest.Telemetry,... function AssertEqualProcessorConsumedItems (line 201) | func AssertEqualProcessorConsumedItems(t *testing.T, tt *componenttest.T... function AssertEqualProcessorConsumedSize (line 217) | func AssertEqualProcessorConsumedSize(t *testing.T, tt *componenttest.Te... function AssertEqualProcessorProducedItems (line 233) | func AssertEqualProcessorProducedItems(t *testing.T, tt *componenttest.T... function AssertEqualProcessorProducedSize (line 249) | func AssertEqualProcessorProducedSize(t *testing.T, tt *componenttest.Te... function AssertEqualReceiverProducedItems (line 265) | func AssertEqualReceiverProducedItems(t *testing.T, tt *componenttest.Te... function AssertEqualReceiverProducedSize (line 281) | func AssertEqualReceiverProducedSize(t *testing.T, tt *componenttest.Tel... FILE: service/internal/metadatatest/generated_telemetrytest_test.go function TestSetupTelemetry (line 18) | func TestSetupTelemetry(t *testing.T) { FILE: service/internal/metricviews/views.go function DefaultViews (line 13) | func DefaultViews(level configtelemetry.Level) []config.View { function dropViewOption (line 149) | func dropViewOption(selector *config.ViewSelector) config.View { function ptr (line 160) | func ptr[T any](v T) *T { FILE: service/internal/metricviews/views_test.go function TestDefaultViews (line 15) | func TestDefaultViews(t *testing.T) { function TestDefaultViewsFiltersSendFailedAttributes (line 50) | func TestDefaultViewsFiltersSendFailedAttributes(t *testing.T) { function TestDefaultViews_BatchExporterMetrics (line 103) | func TestDefaultViews_BatchExporterMetrics(t *testing.T) { FILE: service/internal/moduleinfo/moduleinfo.go type ModuleInfo (line 8) | type ModuleInfo struct type ModuleInfos (line 14) | type ModuleInfos struct FILE: service/internal/obsconsumer/consumer_test.go type failingConsumer (line 28) | type failingConsumer struct method Capabilities (line 39) | func (*failingConsumer) Capabilities() consumer.Capabilities { method ConsumeMetrics (line 43) | func (fc *failingConsumer) ConsumeMetrics(_ context.Context, _ pmetric... method ConsumeLogs (line 47) | func (fc *failingConsumer) ConsumeLogs(_ context.Context, _ plog.Logs)... method ConsumeTraces (line 51) | func (fc *failingConsumer) ConsumeTraces(_ context.Context, _ ptrace.T... method ConsumeProfiles (line 55) | func (fc *failingConsumer) ConsumeProfiles(_ context.Context, _ pprofi... function TestConsumeRefused (line 59) | func TestConsumeRefused(t *testing.T) { FILE: service/internal/obsconsumer/enabled.go type enabledInstrument (line 12) | type enabledInstrument interface function isEnabled (line 16) | func isEnabled(ctx context.Context, inst metric.Int64Counter) bool { FILE: service/internal/obsconsumer/enabled_test.go type disabledCounter (line 12) | type disabledCounter struct method Enabled (line 20) | func (m *disabledCounter) Enabled(context.Context) bool { method Add (line 24) | func (m *disabledCounter) Add(ctx context.Context, value int64, opts .... function newDisabledCounter (line 16) | func newDisabledCounter(embedded metric.Int64Counter) *disabledCounter { FILE: service/internal/obsconsumer/gate_test.go function setGateForTest (line 15) | func setGateForTest(t *testing.T, enabled bool) { FILE: service/internal/obsconsumer/logs.go function NewLogs (line 23) | func NewLogs(cons consumer.Logs, set Settings, opts ...Option) consumer.... type obsLogs (line 46) | type obsLogs struct method ConsumeLogs (line 53) | func (c obsLogs) ConsumeLogs(ctx context.Context, ld plog.Logs) error { method Capabilities (line 84) | func (c obsLogs) Capabilities() consumer.Capabilities { FILE: service/internal/obsconsumer/logs_test.go type mockLogsConsumer (line 26) | type mockLogsConsumer struct method ConsumeLogs (line 31) | func (m *mockLogsConsumer) ConsumeLogs(_ context.Context, _ plog.Logs)... method Capabilities (line 35) | func (m *mockLogsConsumer) Capabilities() consumer.Capabilities { function TestLogsNopWhenGateDisabled (line 39) | func TestLogsNopWhenGateDisabled(t *testing.T) { function TestLogsItemsOnly (line 53) | func TestLogsItemsOnly(t *testing.T) { function TestLogsConsumeSuccess (line 103) | func TestLogsConsumeSuccess(t *testing.T) { function TestLogsConsumeFailure (line 172) | func TestLogsConsumeFailure(t *testing.T) { function TestLogsWithStaticAttributes (line 245) | func TestLogsWithStaticAttributes(t *testing.T) { function TestLogsMultipleItemsMixedOutcomes (line 321) | func TestLogsMultipleItemsMixedOutcomes(t *testing.T) { function TestLogsCapabilities (line 435) | func TestLogsCapabilities(t *testing.T) { FILE: service/internal/obsconsumer/metrics.go function NewMetrics (line 23) | func NewMetrics(cons consumer.Metrics, set Settings, opts ...Option) con... type obsMetrics (line 46) | type obsMetrics struct method ConsumeMetrics (line 53) | func (c obsMetrics) ConsumeMetrics(ctx context.Context, md pmetric.Met... method Capabilities (line 84) | func (c obsMetrics) Capabilities() consumer.Capabilities { FILE: service/internal/obsconsumer/metrics_test.go type mockMetricsConsumer (line 26) | type mockMetricsConsumer struct method ConsumeMetrics (line 31) | func (m *mockMetricsConsumer) ConsumeMetrics(_ context.Context, _ pmet... method Capabilities (line 35) | func (m *mockMetricsConsumer) Capabilities() consumer.Capabilities { function TestMetricsNopWhenGateDisabled (line 39) | func TestMetricsNopWhenGateDisabled(t *testing.T) { function TestMetricsItemsOnly (line 52) | func TestMetricsItemsOnly(t *testing.T) { function TestMetricsConsumeSuccess (line 103) | func TestMetricsConsumeSuccess(t *testing.T) { function TestMetricsConsumeFailure (line 173) | func TestMetricsConsumeFailure(t *testing.T) { function TestMetricsWithStaticAttributes (line 247) | func TestMetricsWithStaticAttributes(t *testing.T) { function TestMetricsMultipleItemsMixedOutcomes (line 326) | func TestMetricsMultipleItemsMixedOutcomes(t *testing.T) { function TestMetricsCapabilities (line 444) | func TestMetricsCapabilities(t *testing.T) { FILE: service/internal/obsconsumer/option.go constant ComponentOutcome (line 12) | ComponentOutcome = "otelcol.component.outcome" type Option (line 16) | type Option type options (line 18) | type options struct method compile (line 35) | func (o *options) compile() compiledOptions { function WithStaticDataPointAttribute (line 23) | func WithStaticDataPointAttribute(attr attribute.KeyValue) Option { type compiledOptions (line 29) | type compiledOptions struct FILE: service/internal/obsconsumer/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: service/internal/obsconsumer/profiles.go function NewProfiles (line 24) | func NewProfiles(cons xconsumer.Profiles, set Settings, opts ...Option) ... type obsProfiles (line 47) | type obsProfiles struct method ConsumeProfiles (line 54) | func (c obsProfiles) ConsumeProfiles(ctx context.Context, pd pprofile.... method Capabilities (line 85) | func (c obsProfiles) Capabilities() consumer.Capabilities { FILE: service/internal/obsconsumer/profiles_test.go type mockProfilesConsumer (line 26) | type mockProfilesConsumer struct method ConsumeProfiles (line 31) | func (m *mockProfilesConsumer) ConsumeProfiles(_ context.Context, _ pp... method Capabilities (line 35) | func (m *mockProfilesConsumer) Capabilities() consumer.Capabilities { function TestProfilesNopWhenGateDisabled (line 39) | func TestProfilesNopWhenGateDisabled(t *testing.T) { function TestProfilesItemsOnly (line 53) | func TestProfilesItemsOnly(t *testing.T) { function TestProfilesConsumeSuccess (line 104) | func TestProfilesConsumeSuccess(t *testing.T) { function TestProfilesConsumeFailure (line 173) | func TestProfilesConsumeFailure(t *testing.T) { function TestProfilesWithStaticAttributes (line 245) | func TestProfilesWithStaticAttributes(t *testing.T) { function TestProfilesMultipleItemsMixedOutcomes (line 322) | func TestProfilesMultipleItemsMixedOutcomes(t *testing.T) { function TestProfilesCapabilities (line 436) | func TestProfilesCapabilities(t *testing.T) { FILE: service/internal/obsconsumer/telemetry.go type Settings (line 12) | type Settings struct FILE: service/internal/obsconsumer/traces.go function NewTraces (line 23) | func NewTraces(cons consumer.Traces, set Settings, opts ...Option) consu... type obsTraces (line 46) | type obsTraces struct method ConsumeTraces (line 53) | func (c obsTraces) ConsumeTraces(ctx context.Context, td ptrace.Traces... method Capabilities (line 84) | func (c obsTraces) Capabilities() consumer.Capabilities { FILE: service/internal/obsconsumer/traces_test.go type mockTracesConsumer (line 26) | type mockTracesConsumer struct method ConsumeTraces (line 31) | func (m *mockTracesConsumer) ConsumeTraces(_ context.Context, _ ptrace... method Capabilities (line 35) | func (m *mockTracesConsumer) Capabilities() consumer.Capabilities { function TestTracesNopWhenGateDisabled (line 39) | func TestTracesNopWhenGateDisabled(t *testing.T) { function TestTracesItemsOnly (line 53) | func TestTracesItemsOnly(t *testing.T) { function TestTracesConsumeSuccess (line 104) | func TestTracesConsumeSuccess(t *testing.T) { function TestTracesConsumeFailure (line 173) | func TestTracesConsumeFailure(t *testing.T) { function TestTracesWithStaticAttributes (line 245) | func TestTracesWithStaticAttributes(t *testing.T) { function TestTracesMultipleItemsMixedOutcomes (line 322) | func TestTracesMultipleItemsMixedOutcomes(t *testing.T) { function TestTracesCapabilities (line 437) | func TestTracesCapabilities(t *testing.T) { FILE: service/internal/proctelemetry/process_telemetry.go type processMetrics (line 23) | type processMetrics struct method updateProcessUptime (line 92) | func (pm *processMetrics) updateProcessUptime(_ context.Context, obs m... method updateAllocMem (line 98) | func (pm *processMetrics) updateAllocMem(_ context.Context, obs metric... method updateTotalAllocMem (line 106) | func (pm *processMetrics) updateTotalAllocMem(_ context.Context, obs m... method updateSysMem (line 114) | func (pm *processMetrics) updateSysMem(_ context.Context, obs metric.I... method updateCPUSeconds (line 122) | func (pm *processMetrics) updateCPUSeconds(_ context.Context, obs metr... method updateRSSMemory (line 133) | func (pm *processMetrics) updateRSSMemory(_ context.Context, obs metri... method readMemStatsIfNeeded (line 142) | func (pm *processMetrics) readMemStatsIfNeeded() { type RegisterOption (line 34) | type RegisterOption interface type registerOption (line 38) | type registerOption struct type registerOptionFunc (line 42) | type registerOptionFunc method apply (line 44) | func (fn registerOptionFunc) apply(set *registerOption) { function WithHostProc (line 49) | func WithHostProc(hostProc string) RegisterOption { function RegisterProcessMetrics (line 57) | func RegisterProcessMetrics(cfg component.TelemetrySettings, opts ...Reg... FILE: service/internal/proctelemetry/process_telemetry_linux_test.go function TestProcessTelemetryWithHostProc (line 19) | func TestProcessTelemetryWithHostProc(t *testing.T) { FILE: service/internal/proctelemetry/process_telemetry_test.go function TestProcessTelemetry (line 17) | func TestProcessTelemetry(t *testing.T) { FILE: service/internal/promtest/server_util.go function GetAvailableLocalIPv6AddressPrometheus (line 16) | func GetAvailableLocalIPv6AddressPrometheus(tb testing.TB) *config.Prome... function GetAvailableLocalAddressPrometheus (line 20) | func GetAvailableLocalAddressPrometheus(tb testing.TB) *config.Prometheus { function addrToPrometheus (line 24) | func addrToPrometheus(address string) *config.Prometheus { function ptr (line 45) | func ptr[T any](v T) *T { FILE: service/internal/refconsumer/logs.go function NewLogs (line 14) | func NewLogs(cons consumer.Logs) consumer.Logs { type refLogs (line 20) | type refLogs struct method ConsumeLogs (line 25) | func (c refLogs) ConsumeLogs(ctx context.Context, ld plog.Logs) error { method Capabilities (line 32) | func (c refLogs) Capabilities() consumer.Capabilities { FILE: service/internal/refconsumer/logs_test.go function TestLogsNopWhenGateDisabled (line 19) | func TestLogsNopWhenGateDisabled(t *testing.T) { function TestLogs (line 33) | func TestLogs(t *testing.T) { FILE: service/internal/refconsumer/metrics.go function NewMetrics (line 14) | func NewMetrics(cons consumer.Metrics) consumer.Metrics { type refMetrics (line 20) | type refMetrics struct method ConsumeMetrics (line 25) | func (c refMetrics) ConsumeMetrics(ctx context.Context, ld pmetric.Met... method Capabilities (line 32) | func (c refMetrics) Capabilities() consumer.Capabilities { FILE: service/internal/refconsumer/metrics_test.go function TestMetricsNopWhenGateDisabled (line 19) | func TestMetricsNopWhenGateDisabled(t *testing.T) { function TestMetrics (line 33) | func TestMetrics(t *testing.T) { FILE: service/internal/refconsumer/profiles.go function NewProfiles (line 15) | func NewProfiles(cons xconsumer.Profiles) xconsumer.Profiles { type refProfiles (line 21) | type refProfiles struct method ConsumeProfiles (line 26) | func (c refProfiles) ConsumeProfiles(ctx context.Context, ld pprofile.... method Capabilities (line 33) | func (c refProfiles) Capabilities() consumer.Capabilities { FILE: service/internal/refconsumer/profiles_test.go function TestProfilesNopWhenGateDisabled (line 19) | func TestProfilesNopWhenGateDisabled(t *testing.T) { function TestProfiles (line 33) | func TestProfiles(t *testing.T) { FILE: service/internal/refconsumer/traces.go function NewTraces (line 14) | func NewTraces(cons consumer.Traces) consumer.Traces { type refTraces (line 20) | type refTraces struct method ConsumeTraces (line 25) | func (c refTraces) ConsumeTraces(ctx context.Context, ld ptrace.Traces... method Capabilities (line 32) | func (c refTraces) Capabilities() consumer.Capabilities { FILE: service/internal/refconsumer/traces_test.go function TestTracesNopWhenGateDisabled (line 19) | func TestTracesNopWhenGateDisabled(t *testing.T) { function TestTraces (line 33) | func TestTraces(t *testing.T) { FILE: service/internal/resource/config.go function New (line 16) | func New(buildInfo component.BuildInfo, resourceCfg map[string]*string) ... FILE: service/internal/resource/config_test.go constant randomUUIDSpecialValue (line 19) | randomUUIDSpecialValue = "random-uuid" function ptr (line 27) | func ptr[T any](v T) *T { function TestNew (line 31) | func TestNew(t *testing.T) { function pdataFromSdk (line 107) | func pdataFromSdk(res *sdkresource.Resource) pcommon.Resource { function TestBuildResource (line 118) | func TestBuildResource(t *testing.T) { FILE: service/internal/status/nop.go function NewNopStatusReporter (line 10) | func NewNopStatusReporter() Reporter { type nopStatusReporter (line 14) | type nopStatusReporter struct method Ready (line 16) | func (r *nopStatusReporter) Ready() {} method ReportStatus (line 18) | func (r *nopStatusReporter) ReportStatus(*componentstatus.InstanceID, ... method ReportOKIfStarting (line 20) | func (r *nopStatusReporter) ReportOKIfStarting(*componentstatus.Instan... FILE: service/internal/status/nop_test.go function TestNopStatusReporter (line 8) | func TestNopStatusReporter(*testing.T) { FILE: service/internal/status/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: service/internal/status/status.go type onTransitionFunc (line 15) | type onTransitionFunc type fsm (line 21) | type fsm struct method transition (line 30) | func (m *fsm) transition(ev *componentstatus.Event) error { function newFSM (line 47) | func newFSM(onTransition onTransitionFunc) *fsm { type NotifyStatusFunc (line 92) | type NotifyStatusFunc type InvalidTransitionFunc (line 95) | type InvalidTransitionFunc type ServiceStatusFunc (line 98) | type ServiceStatusFunc type Reporter (line 104) | type Reporter interface type reporter (line 109) | type reporter struct method ReportStatus (line 127) | func (r *reporter) ReportStatus( method ReportOKIfStarting (line 139) | func (r *reporter) ReportOKIfStarting(id *componentstatus.InstanceID) { method componentFSM (line 151) | func (r *reporter) componentFSM(id *componentstatus.InstanceID) *fsm { function NewReporter (line 118) | func NewReporter(onStatusChange NotifyStatusFunc, onInvalidTransition In... function NewReportStatusFunc (line 161) | func NewReportStatusFunc( FILE: service/internal/status/status_test.go function TestStatusFSM (line 16) | func TestStatusFSM(t *testing.T) { function TestValidSeqsToStopped (line 152) | func TestValidSeqsToStopped(t *testing.T) { function TestStatusFuncs (line 185) | func TestStatusFuncs(t *testing.T) { function TestStatusFuncsConcurrent (line 233) | func TestStatusFuncsConcurrent(t *testing.T) { function TestReportComponentOKIfStarting (line 263) | func TestReportComponentOKIfStarting(t *testing.T) { FILE: service/internal/testcomponents/example_connector.go function createExampleConnectorDefaultConfig (line 58) | func createExampleConnectorDefaultConfig() component.Config { function createExampleTracesToTraces (line 62) | func createExampleTracesToTraces(_ context.Context, set connector.Settin... function createExampleTracesToMetrics (line 69) | func createExampleTracesToMetrics(_ context.Context, set connector.Setti... function createExampleTracesToLogs (line 78) | func createExampleTracesToLogs(_ context.Context, set connector.Settings... function createExampleTracesToProfiles (line 87) | func createExampleTracesToProfiles(_ context.Context, set connector.Sett... function createExampleMetricsToTraces (line 96) | func createExampleMetricsToTraces(_ context.Context, set connector.Setti... function createExampleMetricsToMetrics (line 105) | func createExampleMetricsToMetrics(_ context.Context, set connector.Sett... function createExampleMetricsToLogs (line 112) | func createExampleMetricsToLogs(_ context.Context, set connector.Setting... function createExampleMetricsToProfiles (line 121) | func createExampleMetricsToProfiles(_ context.Context, set connector.Set... function createExampleLogsToTraces (line 130) | func createExampleLogsToTraces(_ context.Context, set connector.Settings... function createExampleLogsToMetrics (line 139) | func createExampleLogsToMetrics(_ context.Context, set connector.Setting... function createExampleLogsToLogs (line 148) | func createExampleLogsToLogs(_ context.Context, set connector.Settings, ... function createExampleLogsToProfiles (line 155) | func createExampleLogsToProfiles(_ context.Context, set connector.Settin... function createExampleProfilesToTraces (line 164) | func createExampleProfilesToTraces(_ context.Context, set connector.Sett... function createExampleProfilesToMetrics (line 173) | func createExampleProfilesToMetrics(_ context.Context, set connector.Set... function createExampleProfilesToLogs (line 182) | func createExampleProfilesToLogs(_ context.Context, set connector.Settin... function createExampleProfilesToProfiles (line 191) | func createExampleProfilesToProfiles(_ context.Context, set connector.Se... type ExampleConnector (line 198) | type ExampleConnector struct method Capabilities (line 207) | func (c *ExampleConnector) Capabilities() consumer.Capabilities { FILE: service/internal/testcomponents/example_connector_test.go function TestExampleConnector (line 16) | func TestExampleConnector(t *testing.T) { FILE: service/internal/testcomponents/example_exporter.go function createExporterDefaultConfig (line 32) | func createExporterDefaultConfig() component.Config { function createTracesExporter (line 36) | func createTracesExporter(context.Context, exporter.Settings, component.... function createMetricsExporter (line 40) | func createMetricsExporter(context.Context, exporter.Settings, component... function createLogsExporter (line 44) | func createLogsExporter(context.Context, exporter.Settings, component.Co... function createProfilesExporter (line 48) | func createProfilesExporter(context.Context, exporter.Settings, componen... type ExampleExporter (line 53) | type ExampleExporter struct method ConsumeTraces (line 62) | func (exp *ExampleExporter) ConsumeTraces(_ context.Context, td ptrace... method ConsumeMetrics (line 69) | func (exp *ExampleExporter) ConsumeMetrics(_ context.Context, md pmetr... method ConsumeLogs (line 76) | func (exp *ExampleExporter) ConsumeLogs(_ context.Context, ld plog.Log... method ConsumeProfiles (line 83) | func (exp *ExampleExporter) ConsumeProfiles(_ context.Context, pd ppro... method Capabilities (line 89) | func (exp *ExampleExporter) Capabilities() consumer.Capabilities { FILE: service/internal/testcomponents/example_exporter_test.go function TestExampleExporter (line 20) | func TestExampleExporter(t *testing.T) { FILE: service/internal/testcomponents/example_processor.go function createDefaultConfig (line 29) | func createDefaultConfig() component.Config { function createTracesProcessor (line 33) | func createTracesProcessor(_ context.Context, set processor.Settings, _ ... function createMetricsProcessor (line 40) | func createMetricsProcessor(_ context.Context, set processor.Settings, _... function createLogsProcessor (line 47) | func createLogsProcessor(_ context.Context, set processor.Settings, _ co... function createProfilesProcessor (line 54) | func createProfilesProcessor(_ context.Context, set processor.Settings, ... type ExampleProcessor (line 61) | type ExampleProcessor struct method Capabilities (line 70) | func (ep *ExampleProcessor) Capabilities() consumer.Capabilities { FILE: service/internal/testcomponents/example_processor_test.go function TestExampleProcessor (line 16) | func TestExampleProcessor(t *testing.T) { FILE: service/internal/testcomponents/example_receiver.go function createReceiverDefaultConfig (line 28) | func createReceiverDefaultConfig() component.Config { function createTracesReceiver (line 33) | func createTracesReceiver( function createMetricsReceiver (line 45) | func createMetricsReceiver( function createLogsReceiver (line 57) | func createLogsReceiver( function createProfilesReceiver (line 69) | func createProfilesReceiver( function createReceiver (line 80) | func createReceiver(cfg component.Config) *ExampleReceiver { type ExampleReceiver (line 96) | type ExampleReceiver struct FILE: service/internal/testcomponents/example_receiver_test.go function TestExampleReceiver (line 16) | func TestExampleReceiver(t *testing.T) { FILE: service/internal/testcomponents/example_router.go type LeftRightConfig (line 33) | type LeftRightConfig struct type ExampleRouterConfig (line 38) | type ExampleRouterConfig struct function createExampleRouterDefaultConfig (line 45) | func createExampleRouterDefaultConfig() component.Config { function createExampleTracesRouter (line 49) | func createExampleTracesRouter(_ context.Context, _ connector.Settings, ... function createExampleMetricsRouter (line 60) | func createExampleMetricsRouter(_ context.Context, _ connector.Settings,... function createExampleLogsRouter (line 71) | func createExampleLogsRouter(_ context.Context, _ connector.Settings, cf... function createExampleProfilesRouter (line 82) | func createExampleProfilesRouter(_ context.Context, _ connector.Settings... type ExampleRouter (line 93) | type ExampleRouter struct method ConsumeTraces (line 113) | func (r *ExampleRouter) ConsumeTraces(ctx context.Context, td ptrace.T... method ConsumeMetrics (line 121) | func (r *ExampleRouter) ConsumeMetrics(ctx context.Context, md pmetric... method ConsumeLogs (line 129) | func (r *ExampleRouter) ConsumeLogs(ctx context.Context, ld plog.Logs)... method ConsumeProfiles (line 137) | func (r *ExampleRouter) ConsumeProfiles(ctx context.Context, td pprofi... method Capabilities (line 145) | func (r *ExampleRouter) Capabilities() consumer.Capabilities { FILE: service/internal/testcomponents/example_router_test.go function TestExampleRouter (line 24) | func TestExampleRouter(t *testing.T) { function TestTracesRouter (line 36) | func TestTracesRouter(t *testing.T) { function TestMetricsRouter (line 75) | func TestMetricsRouter(t *testing.T) { function TestLogsRouter (line 114) | func TestLogsRouter(t *testing.T) { function TestProfilesRouter (line 153) | func TestProfilesRouter(t *testing.T) { FILE: service/internal/testcomponents/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: service/internal/testcomponents/stateful_component.go type componentState (line 12) | type componentState struct method Started (line 17) | func (cs *componentState) Started() bool { method Stopped (line 21) | func (cs *componentState) Stopped() bool { method Start (line 25) | func (cs *componentState) Start(context.Context, component.Host) error { method Shutdown (line 30) | func (cs *componentState) Shutdown(context.Context) error { FILE: service/internal/zpages/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: service/internal/zpages/templates.go function parseTemplate (line 49) | func parseTemplate(name string, bytes []byte) *template.Template { type HeaderData (line 54) | type HeaderData struct function WriteHTMLPageHeader (line 59) | func WriteHTMLPageHeader(w io.Writer, hd HeaderData) { type SummaryExtensionsTableData (line 66) | type SummaryExtensionsTableData struct type SummaryExtensionsTableRowData (line 71) | type SummaryExtensionsTableRowData struct function WriteHTMLExtensionsSummaryTable (line 78) | func WriteHTMLExtensionsSummaryTable(w io.Writer, spd SummaryExtensionsT... type SummaryPipelinesTableData (line 85) | type SummaryPipelinesTableData struct type SummaryPipelinesTableRowData (line 90) | type SummaryPipelinesTableRowData struct function WriteHTMLPipelinesSummaryTable (line 101) | func WriteHTMLPipelinesSummaryTable(w io.Writer, spd SummaryPipelinesTab... type ComponentHeaderData (line 108) | type ComponentHeaderData struct function WriteHTMLComponentHeader (line 115) | func WriteHTMLComponentHeader(w io.Writer, chd ComponentHeaderData) { type PropertiesTableData (line 122) | type PropertiesTableData struct function WriteHTMLPropertiesTable (line 128) | func WriteHTMLPropertiesTable(w io.Writer, chd PropertiesTableData) { function WriteHTMLPageFooter (line 135) | func WriteHTMLPageFooter(w io.Writer) { function even (line 141) | func even(x int) bool { function getKey (line 145) | func getKey(row [2]string) string { function getValue (line 149) | func getValue(row [2]string) string { type FeatureGateTableData (line 154) | type FeatureGateTableData struct type FeatureGateTableRowData (line 159) | type FeatureGateTableRowData struct function WriteHTMLFeaturesTable (line 170) | func WriteHTMLFeaturesTable(w io.Writer, ftd FeatureGateTableData) { FILE: service/internal/zpages/templates_test.go constant tmplBody (line 15) | tmplBody = ` constant want (line 21) | want = ` type testFuncsInput (line 27) | type testFuncsInput struct function TestTemplateFuncs (line 34) | func TestTemplateFuncs(t *testing.T) { function TestNoCrash (line 44) | func TestNoCrash(t *testing.T) { FILE: service/pipelines/config.go type Config (line 25) | type Config method Validate (line 27) | func (cfg Config) Validate() error { type PipelineConfig (line 51) | type PipelineConfig struct method Validate (line 57) | func (cfg *PipelineConfig) Validate() error { FILE: service/pipelines/config_test.go function TestConfigValidate (line 20) | func TestConfigValidate(t *testing.T) { function TestNoPipelinesFeatureGate (line 111) | func TestNoPipelinesFeatureGate(t *testing.T) { function generateConfig (line 125) | func generateConfig(t *testing.T) Config { FILE: service/pipelines/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: service/service.go type Settings (line 44) | type Settings struct type Service (line 100) | type Service struct method Start (line 240) | func (srv *Service) Start(ctx context.Context) error { method Shutdown (line 273) | func (srv *Service) Shutdown(ctx context.Context) error { method initExtensions (line 310) | func (srv *Service) initExtensions(ctx context.Context, cfg extensions... method initGraph (line 324) | func (srv *Service) initGraph(ctx context.Context, cfg Config) error { method Logger (line 343) | func (srv *Service) Logger() *zap.Logger { function New (line 111) | func New(ctx context.Context, set Settings, cfg Config) (_ *Service, res... function Validate (line 348) | func Validate(ctx context.Context, set Settings, cfg Config) error { function registerProcessMetrics (line 375) | func registerProcessMetrics( FILE: service/service_host_test.go function TestService_Host_GetFactory (line 21) | func TestService_Host_GetFactory(t *testing.T) { function TestService_Host_GetExtensions (line 50) | func TestService_Host_GetExtensions(t *testing.T) { function TestService_Host_GetExporters (line 65) | func TestService_Host_GetExporters(t *testing.T) { function TestService_Host_FatalError (line 92) | func TestService_Host_FatalError(t *testing.T) { FILE: service/service_test.go constant otelCommand (line 45) | otelCommand = "otelcoltest" function TestServiceTelemetryCleanupOnError (line 52) | func TestServiceTelemetryCleanupOnError(t *testing.T) { function TestServiceTelemetryLogging (line 65) | func TestServiceTelemetryLogging(t *testing.T) { function TestServiceTelemetryLogging_Settings (line 95) | func TestServiceTelemetryLogging_Settings(t *testing.T) { function TestServiceTelemetryMetrics (line 138) | func TestServiceTelemetryMetrics(t *testing.T) { function assertMetrics (line 166) | func assertMetrics(t *testing.T, rm metricdata.ResourceMetrics) { function TestServiceTelemetryDefaultViews (line 184) | func TestServiceTelemetryDefaultViews(t *testing.T) { function TestServiceTelemetryZPages (line 209) | func TestServiceTelemetryZPages(t *testing.T) { function testZPages (line 218) | func testZPages(t *testing.T, zpagesAddr string) { function zpagesHealthy (line 262) | func zpagesHealthy(zpagesAddr string) bool { function TestServiceTelemetryRestart (line 286) | func TestServiceTelemetryRestart(t *testing.T) { function TestServiceTelemetryShutdownError (line 320) | func TestServiceTelemetryShutdownError(t *testing.T) { function TestExtensionNotificationFailure (line 368) | func TestExtensionNotificationFailure(t *testing.T) { function TestNilCollectorEffectiveConfig (line 389) | func TestNilCollectorEffectiveConfig(t *testing.T) { function TestServiceTelemetryLogger (line 411) | func TestServiceTelemetryLogger(t *testing.T) { function TestServiceTelemetryCreateProvidersError (line 422) | func TestServiceTelemetryCreateProvidersError(t *testing.T) { function TestNew_NilTelemetryProvider (line 475) | func TestNew_NilTelemetryProvider(t *testing.T) { function newNopSettings (line 482) | func newNopSettings() Settings { function newNopConfig (line 508) | func newNopConfig() Config { function newNopConfigPipelineConfigs (line 533) | func newNopConfigPipelineConfigs(pipelineCfgs pipelines.Config) Config { type configWatcherExtension (line 540) | type configWatcherExtension struct method Start (line 542) | func (comp *configWatcherExtension) Start(context.Context, component.H... method Shutdown (line 546) | func (comp *configWatcherExtension) Shutdown(context.Context) error { method NotifyConfig (line 550) | func (comp *configWatcherExtension) NotifyConfig(context.Context, *con... function newConfigWatcherExtensionFactory (line 554) | func newConfigWatcherExtensionFactory(name component.Type) extension.Fac... function TestValidateGraph (line 567) | func TestValidateGraph(t *testing.T) { function TestRegisterProcessMetrics_UnsupportedOS_Warns (line 733) | func TestRegisterProcessMetrics_UnsupportedOS_Warns(t *testing.T) { function TestRegisterProcessMetrics_SupportedOS_CallsRegister (line 755) | func TestRegisterProcessMetrics_SupportedOS_CallsRegister(t *testing.T) { function TestRegisterProcessMetrics_SupportedOS_RegisterFails_ReturnsError (line 772) | func TestRegisterProcessMetrics_SupportedOS_RegisterFails_ReturnsError(t... FILE: service/telemetry/otelconftelemetry/config.go type Config (line 14) | type Config struct method Validate (line 45) | func (c *Config) Validate() error { FILE: service/telemetry/otelconftelemetry/config_test.go function TestComponentConfigStruct (line 23) | func TestComponentConfigStruct(t *testing.T) { function TestUnmarshalDefaultConfig (line 29) | func TestUnmarshalDefaultConfig(t *testing.T) { function TestDefaultConfig_DoesNotEnableResourceConstantLabels (line 36) | func TestDefaultConfig_DoesNotEnableResourceConstantLabels(t *testing.T) { function TestConfig (line 44) | func TestConfig(t *testing.T) { FILE: service/telemetry/otelconftelemetry/factory.go function NewFactory (line 20) | func NewFactory() telemetry.Factory { function createDefaultConfig (line 30) | func createDefaultConfig() component.Config { function ptr (line 73) | func ptr[T any](v T) *T { FILE: service/telemetry/otelconftelemetry/factory_test.go function TestDefaultConfig (line 17) | func TestDefaultConfig(t *testing.T) { FILE: service/telemetry/otelconftelemetry/internal/migration/normalize.go function normalizeEndpoint (line 8) | func normalizeEndpoint(endpoint string, insecure *bool) *string { FILE: service/telemetry/otelconftelemetry/internal/migration/v0.2.0.go type tracesConfigV020 (line 14) | type tracesConfigV020 struct type metricsConfigV020 (line 20) | type metricsConfigV020 struct type logsConfigV020 (line 25) | type logsConfigV020 struct function headersV02ToV03 (line 38) | func headersV02ToV03(in configv02.Headers) []config.NameStringValuePair { function otlpV02ToV03 (line 49) | func otlpV02ToV03(in *configv02.OTLP) *config.OTLP { function otlpMetricV02ToV03 (line 66) | func otlpMetricV02ToV03(in *configv02.OTLPMetric) *config.OTLPMetric { function zipkinV02ToV03 (line 83) | func zipkinV02ToV03(in *configv02.Zipkin) *config.Zipkin { function tracesConfigV02ToV03 (line 93) | func tracesConfigV02ToV03(v2 tracesConfigV020, v3 *TracesConfigV030) err... function prometheusV02ToV03 (line 129) | func prometheusV02ToV03(in *configv02.Prometheus) *config.Prometheus { function metricsConfigV02ToV03 (line 143) | func metricsConfigV02ToV03(v2 metricsConfigV020, v3 *MetricsConfigV030) ... function logsConfigV02ToV03 (line 172) | func logsConfigV02ToV03(v2 logsConfigV020, v3 *LogsConfigV030) error { FILE: service/telemetry/otelconftelemetry/internal/migration/v0.2.0_test.go function TestUnmarshalLogsConfigV020 (line 17) | func TestUnmarshalLogsConfigV020(t *testing.T) { function TestUnmarshalTracesConfigV020 (line 34) | func TestUnmarshalTracesConfigV020(t *testing.T) { function TestUnmarshalMetricsConfigV020 (line 51) | func TestUnmarshalMetricsConfigV020(t *testing.T) { function ptr (line 67) | func ptr[T any](v T) *T { FILE: service/telemetry/otelconftelemetry/internal/migration/v0.3.0.go type TracesConfigV030 (line 16) | type TracesConfigV030 struct method Unmarshal (line 29) | func (c *TracesConfigV030) Unmarshal(conf *confmap.Conf) error { type MetricsConfigV030 (line 61) | type MetricsConfigV030 struct method Unmarshal (line 72) | func (c *MetricsConfigV030) Unmarshal(conf *confmap.Conf) error { type LogsConfigV030 (line 98) | type LogsConfigV030 struct method Unmarshal (line 185) | func (c *LogsConfigV030) Unmarshal(conf *confmap.Conf) error { type LogsSamplingConfig (line 173) | type LogsSamplingConfig struct FILE: service/telemetry/otelconftelemetry/internal/migration/v0.3.0_test.go function TestUnmarshalLogsConfigV030 (line 15) | func TestUnmarshalLogsConfigV030(t *testing.T) { function TestUnmarshalTracesConfigV030 (line 28) | func TestUnmarshalTracesConfigV030(t *testing.T) { function TestUnmarshalMetricsConfigV030 (line 41) | func TestUnmarshalMetricsConfigV030(t *testing.T) { FILE: service/telemetry/otelconftelemetry/logger.go function createLogger (line 19) | func createLogger( FILE: service/telemetry/otelconftelemetry/logger_tee.go type zapCoreProvider (line 18) | type zapCoreProvider struct method newCore (line 24) | func (zcp *zapCoreProvider) newCore() zapCore { type zapCore (line 42) | type zapCore struct method With (line 51) | func (zc zapCore) With(fields []zapcore.Field) zapcore.Core { method Enabled (line 71) | func (zc zapCore) Enabled(level zapcore.Level) bool { method Check (line 75) | func (zc zapCore) Check(entry zapcore.Entry, ce *zapcore.CheckedEntry)... method Write (line 86) | func (zc zapCore) Write(entry zapcore.Entry, fields []zapcore.Field) e... method Sync (line 93) | func (zc zapCore) Sync() error { FILE: service/telemetry/otelconftelemetry/logger_test.go constant version (line 34) | version = "1.2.3" constant service (line 35) | service = "test-service" constant testAttribute (line 36) | testAttribute = "test-attribute" constant testValue (line 37) | testValue = "test-value" function TestCreateLogger (line 40) | func TestCreateLogger(t *testing.T) { function TestCreateLoggerWithResource (line 171) | func TestCreateLoggerWithResource(t *testing.T) { function TestCreateLoggerZapOptions (line 321) | func TestCreateLoggerZapOptions(t *testing.T) { function TestLogger_OTLP (line 362) | func TestLogger_OTLP(t *testing.T) { function newOTLPLogger (line 394) | func newOTLPLogger(t *testing.T, level zapcore.Level, handler func(plogo... function createLogsBackend (line 439) | func createLogsBackend(t *testing.T, endpoint string, handler func(plogo... function TestLogAttributeInjection (line 456) | func TestLogAttributeInjection(t *testing.T) { function checkScopes (line 524) | func checkScopes(t *testing.T, logger *zap.Logger, consoleLogs *observer... FILE: service/telemetry/otelconftelemetry/metrics.go function createMeterProvider (line 18) | func createMeterProvider( type noopMeterProvider (line 43) | type noopMeterProvider struct method Shutdown (line 47) | func (noopMeterProvider) Shutdown(context.Context) error { FILE: service/telemetry/otelconftelemetry/metrics_test.go constant metricPrefix (line 35) | metricPrefix = "otelcol_" constant otelPrefix (line 36) | otelPrefix = "otel_sdk_" constant grpcPrefix (line 37) | grpcPrefix = "grpc_" constant httpPrefix (line 38) | httpPrefix = "http_" constant counterName (line 39) | counterName = "test_counter" function TestCreateMeterProvider (line 44) | func TestCreateMeterProvider(t *testing.T) { function createTestMetrics (line 147) | func createTestMetrics(t *testing.T, mp metric.MeterProvider) { function getMetricsFromPrometheus (line 166) | func getMetricsFromPrometheus(t *testing.T, endpoint string) map[string]... function TestCreateMeterProvider_Invalid (line 198) | func TestCreateMeterProvider_Invalid(t *testing.T) { function TestCreateMeterProvider_Disabled (line 215) | func TestCreateMeterProvider_Disabled(t *testing.T) { function TestInstrumentEnabled (line 254) | func TestInstrumentEnabled(t *testing.T) { function TestTelemetryMetrics_DefaultViews (line 309) | func TestTelemetryMetrics_DefaultViews(t *testing.T) { FILE: service/telemetry/otelconftelemetry/package_test.go function TestMain (line 12) | func TestMain(m *testing.M) { FILE: service/telemetry/otelconftelemetry/resource.go function createResource (line 19) | func createResource( function newResource (line 33) | func newResource(set telemetry.Settings, cfg *Config) *sdkresource.Resou... function mustAttributeValueString (line 37) | func mustAttributeValueString(k string, v attribute.Value) string { function pcommonAttrsToOTelAttrs (line 46) | func pcommonAttrsToOTelAttrs(resource *pcommon.Resource) []attribute.Key... FILE: service/telemetry/otelconftelemetry/resource_test.go function TestCreateResource (line 16) | func TestCreateResource(t *testing.T) { FILE: service/telemetry/otelconftelemetry/sdk.go function newSDK (line 14) | func newSDK(ctx context.Context, res *sdkresource.Resource, conf config.... FILE: service/telemetry/otelconftelemetry/tracer.go constant traceContextPropagator (line 27) | traceContextPropagator = "tracecontext" constant b3Propagator (line 28) | b3Propagator = "b3" function createTracerProvider (line 31) | func createTracerProvider( type noopNoContextTracer (line 61) | type noopNoContextTracer struct method Start (line 67) | func (n *noopNoContextTracer) Start(ctx context.Context, _ string, _ .... type noopNoContextTracerProvider (line 71) | type noopNoContextTracerProvider struct method Shutdown (line 75) | func (n *noopNoContextTracerProvider) Shutdown(_ context.Context) error { method Tracer (line 79) | func (n *noopNoContextTracerProvider) Tracer(_ string, _ ...trace.Trac... function textMapPropagatorFromConfig (line 83) | func textMapPropagatorFromConfig(props []string) (propagation.TextMapPro... FILE: service/telemetry/otelconftelemetry/tracer_test.go function TestCreateTracerProvider (line 29) | func TestCreateTracerProvider(t *testing.T) { function TestCreateTracerProvider_Invalid (line 73) | func TestCreateTracerProvider_Invalid(t *testing.T) { function TestCreateTracerProvider_Propagators (line 93) | func TestCreateTracerProvider_Propagators(t *testing.T) { function TestCreateTracerProvider_InvalidPropagator (line 132) | func TestCreateTracerProvider_InvalidPropagator(t *testing.T) { function TestCreateTracerProvider_Disabled (line 145) | func TestCreateTracerProvider_Disabled(t *testing.T) { function newOTLPSimpleSpanProcessor (line 188) | func newOTLPSimpleSpanProcessor(srv *httptest.Server) config.SpanProcess... FILE: service/telemetry/telemetry.go type LoggerSettings (line 22) | type LoggerSettings struct type MeterSettings (line 41) | type MeterSettings struct type TracerSettings (line 61) | type TracerSettings struct type Settings (line 71) | type Settings struct type Factory (line 86) | type Factory interface type MeterProvider (line 115) | type MeterProvider interface type TracerProvider (line 121) | type TracerProvider interface type FactoryOption (line 126) | type FactoryOption interface type factoryOptionFunc (line 131) | type factoryOptionFunc method applyOption (line 133) | func (f factoryOptionFunc) applyOption(o *factory) { type factory (line 137) | type factory struct method unexportedFactoryFunc (line 199) | func (*factory) unexportedFactoryFunc() {} method CreateResource (line 201) | func (f *factory) CreateResource(ctx context.Context, settings Setting... method CreateLogger (line 208) | func (f *factory) CreateLogger(ctx context.Context, settings LoggerSet... method CreateMeterProvider (line 217) | func (f *factory) CreateMeterProvider(ctx context.Context, settings Me... method CreateTracerProvider (line 224) | func (f *factory) CreateTracerProvider(ctx context.Context, settings T... function NewFactory (line 146) | func NewFactory(createDefaultConfig component.CreateDefaultConfigFunc, o... function WithCreateResource (line 158) | func WithCreateResource(createResource CreateResourceFunc) FactoryOption { type CreateResourceFunc (line 165) | type CreateResourceFunc function WithCreateLogger (line 169) | func WithCreateLogger(createLogger CreateLoggerFunc) FactoryOption { type CreateLoggerFunc (line 176) | type CreateLoggerFunc function WithCreateMeterProvider (line 179) | func WithCreateMeterProvider(createMeterProvider CreateMeterProviderFunc... type CreateMeterProviderFunc (line 186) | type CreateMeterProviderFunc function WithCreateTracerProvider (line 190) | func WithCreateTracerProvider(createTracerProvider CreateTracerProviderF... type CreateTracerProviderFunc (line 197) | type CreateTracerProviderFunc type noopMeterProvider (line 231) | type noopMeterProvider struct type noopTracerProvider (line 236) | type noopTracerProvider struct FILE: service/telemetry/telemetry_test.go function TestNewFactory_CreateDefaultConfig (line 21) | func TestNewFactory_CreateDefaultConfig(t *testing.T) { function TestNewFactory_Defaults (line 28) | func TestNewFactory_Defaults(t *testing.T) { function TestNewFactory_Options (line 50) | func TestNewFactory_Options(t *testing.T) { function TestNewFactory_CreateResource (line 61) | func TestNewFactory_CreateResource(t *testing.T) { function TestNewFactory_CreateLogger (line 86) | func TestNewFactory_CreateLogger(t *testing.T) { function TestNewFactory_CreateMeterProvider (line 117) | func TestNewFactory_CreateMeterProvider(t *testing.T) { function TestNewFactory_CreateTracerProvider (line 141) | func TestNewFactory_CreateTracerProvider(t *testing.T) { FILE: service/telemetry/telemetrytest/providers.go function WithResource (line 20) | func WithResource(res pcommon.Resource) telemetry.FactoryOption { function WithLogger (line 30) | func WithLogger(logger *zap.Logger, shutdownFunc component.ShutdownFunc)... function WithMeterProvider (line 44) | func WithMeterProvider(provider metric.MeterProvider) telemetry.FactoryO... function WithTracerProvider (line 62) | func WithTracerProvider(provider trace.TracerProvider) telemetry.Factory... type ShutdownMeterProvider (line 76) | type ShutdownMeterProvider struct type ShutdownTracerProvider (line 81) | type ShutdownTracerProvider struct FILE: service/telemetry/telemetrytest/providers_test.go function TestWithResource (line 23) | func TestWithResource(t *testing.T) { function TestWithLogger (line 33) | func TestWithLogger(t *testing.T) { function TestWithMeterProvider (line 47) | func TestWithMeterProvider(t *testing.T) { function TestWithTracerProvider (line 64) | func TestWithTracerProvider(t *testing.T) {