• Generates a name for a reserved metric.

    Reserved metrics are not sent in ping payloads.

    Parameters

    • name: string

      The name of the metric.

    Returns {
        category: string;
        name: string;
    }

    The name of metrics with proper identification to make it a reserved metric.

    • category: string
    • name: string

Generated using TypeDoc