# Functions
No description provided by the author
No description provided by the author
EntryForContainersRoot controls inserting entries for containers themselves.
ExportJsonFieldNames option controls naming fields of struct where field is annotated with json tag.
CompositeObjectToNs inspects an object to construct a list of paths to data.
FromComposition constructs list of namespaces from multilevel struct compositions using field names as namespace entries.
FromCompositionTags constructs list of namespaces from multilevel struct composition using field tags as namespace entries.
FromJSON constructs list of namespaces from json document using json literals as namespace entries.
FromMap constructs list of namespaces from multilevel map using map keys as namespace entries.
GetStructValueByNamespace returns value stored in struct composition.
GetValueByNamespace returns value stored in nested map, array or struct composition.
InspectEmptyContainers option controls NS expansion for empty maps.
InspectNilPointers option controls NS expansion for nil pointers.
ReplaceNotAllowedCharsInNamespacePart replaces not allowed characters in namespace part by '_'.
SanitizeNamespaceParts controls sanitizing namespace parts in generated namespace.
ValidateMetricNamespacePart checks if namespace part contains not allowed characters.
WildcardEntryInContainer controls adding a wildcard for inspected non-empty containers.