BotStatistics

Statistics about a specific bot's traffic to a path, including the bot name, request count, and percentage of traffic.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the bot. For example, gptbot or googlebot.

Link copied to clipboard

The percentage of total requests to the associated path that came from this bot.

Link copied to clipboard

The number of requests from this bot to the associated path within the specified time window.

Functions

Link copied to clipboard
inline fun copy(block: BotStatistics.Builder.() -> Unit = {}): BotStatistics
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String