Versions in this module Expand all Collapse all v0 v0.116.0 Dec 17, 2024 Changes in this version + func CompareProfile(expected, actual pprofile.Profile) error + func CompareProfileAttributeUnitSlice(expected, actual pprofile.AttributeUnitSlice) error + func CompareProfileFunctionSlice(expected, actual pprofile.FunctionSlice) error + func CompareProfileLineSlice(expected, actual pprofile.LineSlice) error + func CompareProfileLinkSlice(expected, actual pprofile.LinkSlice) error + func CompareProfileLocation(expected, actual pprofile.Location) error + func CompareProfileLocationSlice(expected, actual pprofile.LocationSlice) error + func CompareProfileMappingSlice(expected, actual pprofile.MappingSlice) error + func CompareProfileSample(expected, actual pprofile.Sample) error + func CompareProfileSampleSlice(expected, actual pprofile.SampleSlice) error + func CompareProfileValueTypeSlice(expected, actual pprofile.ValueTypeSlice) error + func CompareProfiles(expected, actual pprofile.Profiles, options ...CompareProfilesOption) error + func CompareResourceProfiles(expected, actual pprofile.ResourceProfiles) error + func CompareScopeProfiles(expected, actual pprofile.ScopeProfiles) error + type CompareProfilesOption interface + func IgnoreProfileAttributeValue(attributeName string) CompareProfilesOption + func IgnoreProfileTimestampValues() CompareProfilesOption + func IgnoreProfilesOrder() CompareProfilesOption + func IgnoreResourceAttributeValue(attributeName string) CompareProfilesOption + func IgnoreResourceProfilesOrder() CompareProfilesOption + func IgnoreScopeAttributeValue(attributeName string) CompareProfilesOption + func IgnoreScopeProfilesOrder() CompareProfilesOption