test

package
v0.16.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const ATTR = ""

ATTR This is a brief description of the attribute + a short link OTEL.

This is a note about the attribute `attr`. It can be multiline.

It can contain a list:

  • item **1**,
  • lorem ipsum dolor sit amet, consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  • item 2
  • lorem ipsum dolor sit amet, consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

And an **inline code snippet**: `Attr.attr`.

Summary

## Examples

  1. Example 1
  2. Example with lorem ipsum dolor sit amet, consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  3. Example 3

## Appendix

  • Link 1
  • Link 2
  • A very long item in the list with lorem ipsum dolor sit amet, consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

> This is a blockquote. > It can contain multiple lines. > Lorem ipsum dolor sit amet, consectetur adipiscing > elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

> [!NOTE] Something very important here

View Source
const DEVICE_ID = ""

DEVICE_ID A unique identifier representing the device

The device identifier MUST only be defined using the values outlined below. This value is not an advertising identifier and MUST NOT be used as such. On iOS (Swift or Objective-C), this value MUST be equal to the vendor identifier. On Android (Java or Kotlin), this value MUST be equal to the Firebase Installation ID or a globally unique UUID which is persisted across sessions in your application. More information can be found here on best practices and exact implementation details. Caution should be taken when storing personal data or anything which can identify a user. GDPR and data protection laws may apply, ensure you do your own due diligence

View Source
const DEVICE_MANUFACTURER = ""

DEVICE_MANUFACTURER The name of the device manufacturer

The Android OS provides this field via Build. iOS apps SHOULD hardcode the value `Apple`

View Source
const DEVICE_MODEL_IDENTIFIER = ""

DEVICE_MODEL_IDENTIFIER The model identifier for the device

It's recommended this value represents a machine-readable version of the model identifier rather than the market or consumer-friendly name of the device

View Source
const DEVICE_MODEL_NAME = ""

DEVICE_MODEL_NAME The marketing name for the device model

It's recommended this value represents a human-readable version of the device model rather than a machine-readable alternative

View Source
const DNS_QUESTION_NAME = ""

DNS_QUESTION_NAME The name being queried.

If the name field contains non-printable characters (below 32 or above 126), those characters should be represented as escaped base 10 integers (\DDD). Back slashes and quotes should be escaped. Tabs, carriage returns, and line feeds should be converted to \t, \r, and \n respectively

View Source
const ERROR_TYPE = ""

ERROR_TYPE Describes a class of error the operation ended with.

The `error.type` SHOULD be predictable, and SHOULD have low cardinality.

When `error.type` is set to a type (e.g., an exception type), its canonical class name identifying the type within the artifact SHOULD be used.

Instrumentations SHOULD document the list of errors they report.

The cardinality of `error.type` within one instrumentation library SHOULD be low. Telemetry consumers that aggregate data from multiple instrumentation libraries and applications should be prepared for `error.type` to have high cardinality at query time when no additional filters are applied.

If the operation has completed successfully, instrumentations SHOULD NOT set `error.type`.

If a specific domain defines its own set of error identifiers (such as HTTP or gRPC status codes), it's RECOMMENDED to:

  • Use a domain-specific attribute
  • Set `error.type` to capture all errors, regardless of whether they are defined within the domain-specific set or not

And something more

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL