MCPcopy Create free account

hub / github.com/cloudflare/cloudflare-prometheus-exporter / functions

Functions391 in github.com/cloudflare/cloudflare-prometheus-exporter

Methodlocked
* The **`locked`** read-only property of the ReadableStream interface returns whether or not the readable stream is locked to a reader. * *
worker-configuration.d.ts:2154
Functionlog
(logObj: LogObject)
src/lib/logger.ts:193
Methodmedia
* Returns the transformed media as a readable stream of bytes. * @returns A stream containing the transformed media data
worker-configuration.d.ts:9850
Methodmonitor
()
worker-configuration.d.ts:3214
MethodnoRetry
()
worker-configuration.d.ts:2077
MethodonEndTag
(handler: (tag: EndTag) => void | Promise<void>)
worker-configuration.d.ts:1522
MethodonNextSessionRestoreBookmark
(bookmark: string)
worker-configuration.d.ts:583
Methodopened
()
worker-configuration.d.ts:3137
Methodoutput
* Retrieve the image that results from applying the transforms to the * provided input * @param options Options that apply to the output e.g
worker-configuration.d.ts:9781
Methodoutput
* Generates the final media output with specified options. * @param output - Configuration for the output format and parameters * @returns T
worker-configuration.d.ts:9839
MethodpassThroughOnException
()
worker-configuration.d.ts:461
MethodpipeThrough
* The **`pipeThrough()`** method of the ReadableStream interface provides a chainable way of piping the current stream through a transform stream or a
worker-configuration.d.ts:2178
MethodpipeTo
* The **`pipeTo()`** method of the ReadableStream interface pipes the current `ReadableStream` to a given WritableStream and returns a Promise that fu
worker-configuration.d.ts:2184
Methodprepend
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1516
Methodput
(key: string, value: T, options?: DurableObjectPutOptions)
worker-configuration.d.ts:555
Methodput
(key: string, value: T, options?: DurableObjectPutOptions)
worker-configuration.d.ts:568
Methodput
(key: string, value: T)
worker-configuration.d.ts:3293
Methodput
(entries: Record<string, unknown>)
src/durable-objects/MetricExporter.test.ts:22
MethodputMany
(entries: Record<string, unknown>)
src/lib/chunked-storage.test.ts:29
MethodqueueMicrotask
(task: Function)
worker-configuration.d.ts:328
Methodreadable
()
worker-configuration.d.ts:3134
Methodremove
()
worker-configuration.d.ts:1519
Methodremove
()
worker-configuration.d.ts:1528
Methodremove
()
worker-configuration.d.ts:1536
Methodremove
()
worker-configuration.d.ts:1545
MethodremoveAndKeepContent
()
worker-configuration.d.ts:1520
MethodremoveAttribute
(name: string)
worker-configuration.d.ts:1513
Methodreplace
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1518
Methodreplace
(content: string, options?: ContentOptions)
worker-configuration.d.ts:1535
Methodreply
* Reply to the sender of this email message with a new EmailMessage object. * @param message The reply message. * @returns A promise that re
worker-configuration.d.ts:9596
MethodreportError
(error: any)
worker-configuration.d.ts:330
Methodresponse
* The image as a response, ready to store in cache or return to users
worker-configuration.d.ts:9790
Methodresponse
* Returns the transformed media as an HTTP response object. * @returns The transformed media as a Response, ready to store in cache or return to
worker-configuration.d.ts:9855
Methodretry
(options?: QueueRetryOptions)
worker-configuration.d.ts:1915
MethodretryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:1921
MethodretryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:1927
Methodrollback
()
worker-configuration.d.ts:559
Methodrunning
()
worker-configuration.d.ts:3212
MethodsecureTransport
()
worker-configuration.d.ts:3139
Methodsend
(message: Body, options?: QueueSendOptions)
worker-configuration.d.ts:1892
Methodsend
* The **`WebSocket.send()`** method enqueues the specified data to be transmitted to the server over the WebSocket connection, increasing the value of
worker-configuration.d.ts:3068
Methodsend
(message: EmailMessage)
worker-configuration.d.ts:9602
Methodsend
* The Pipeline interface represents the type of a binding to a Pipeline * * @param records The records to send to the pipeline
worker-configuration.d.ts:9987
MethodsendBatch
(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions)
worker-configuration.d.ts:1893
MethodserializeAttachment
(attachment: any)
worker-configuration.d.ts:3075
MethodsetAlarm
(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:561
MethodsetAttribute
(name: string, value: string)
worker-configuration.d.ts:1512
MethodsetHibernatableWebSocketEventTimeout
(timeoutMs?: number)
worker-configuration.d.ts:546
MethodsetInactivityTimeout
(durationMs: number | bigint)
worker-configuration.d.ts:3218
MethodsetInnerContent
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1521
MethodsetInterval
(callback: (...args: any[]) => void, msDelay?: number)
worker-configuration.d.ts:325
MethodsetReject
* Reject this email message by returning a permanent SMTP error back to the connecting client including the given reason. * @param reason The rej
worker-configuration.d.ts:9583
MethodsetTimeout
(callback: (...args: any[]) => void, msDelay?: number)
worker-configuration.d.ts:322
MethodsetWebSocketAutoResponse
(maybeReqResp?: WebSocketRequestResponsePair)
worker-configuration.d.ts:543
Methodsignal
(signo: number)
worker-configuration.d.ts:3216
Methodstart
(options?: ContainerStartupOptions)
worker-configuration.d.ts:3213
MethodstartTls
(options?: TlsOptions)
worker-configuration.d.ts:3141
MethodstructuredClone
(value: T, options?: StructuredSerializeOptions)
worker-configuration.d.ts:329
Methodsync
()
worker-configuration.d.ts:577
Methodtable
* The **`console.table()`** static method displays tabular data as a table. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/c
worker-configuration.d.ts:208
Methodtee
* The **`tee()`** method of the two-element array containing the two resulting branches as new ReadableStream instances. * * [MDN Reference]
worker-configuration.d.ts:2190
Methodtext
(element: Text)
worker-configuration.d.ts:1492
Methodtext
(text: Text)
worker-configuration.d.ts:1497
Methodtime
* The **`console.time()`** static method starts a timer you can use to track how long an operation takes. * * [MDN Reference](https://develo
worker-configuration.d.ts:214
MethodtimeEnd
* The **`console.timeEnd()`** static method stops a timer that was previously started by calling console/time_static. * * [MDN Reference](ht
worker-configuration.d.ts:220
MethodtimeLog
* The **`console.timeLog()`** static method logs the current value of a timer that was previously started by calling console/time_static. *
worker-configuration.d.ts:226
MethodtimeStamp
(label?: string)
worker-configuration.d.ts:227
MethodtoJSON
()
worker-configuration.d.ts:2040
MethodtoString
()
worker-configuration.d.ts:511
MethodtoStructuredData
* Convert to structured data for logging. * * @returns Structured error context.
src/lib/errors.ts:93
MethodtoStructuredData
* Convert to structured data for logging. * * @returns Structured error context.
src/lib/errors.ts:198
MethodtoStructuredData
* Convert to structured data for logging. * * @returns Structured error context.
src/lib/errors.ts:239
MethodtoStructuredData
* Convert to structured data for logging. * * @returns Structured error context.
src/lib/errors.ts:360
Methodtrace
* The **`console.trace()`** static method outputs a stack trace to the console. * * [MDN Reference](https://developer.mozilla.org/docs/Web/A
worker-configuration.d.ts:233
Methodtransaction
(closure: (txn: DurableObjectTransaction) => Promise<T>)
worker-configuration.d.ts:573
MethodtransactionSync
(closure: () => T)
worker-configuration.d.ts:580
Methodtransform
* Applies transformation options to the media content. * @param transform - Configuration for how the media should be transformed * @returns
worker-configuration.d.ts:9827
MethodtriggerRefresh
* Public method for coordinator to trigger refresh with shared time range. * Called by AccountMetricCoordinator to ensure all exporters use the same
src/durable-objects/MetricExporter.ts:331
Methodupgraded
()
worker-configuration.d.ts:3138
MethoduploadPart
(partNumber: number, value: ReadableStream | (ArrayBuffer | ArrayBufferView) | string | Blob, options?: R2Uplo
worker-configuration.d.ts:1963
FunctionvalidateConfigValue
( key: ConfigKey, value: unknown, )
src/lib/runtime-config.ts:329
Methodwait
(delay: number, maybeOptions?: SchedulerWaitOptions)
worker-configuration.d.ts:864
MethodwaitUntil
(promise: Promise<any>)
worker-configuration.d.ts:460
MethodwaitUntil
(promise: Promise<any>)
worker-configuration.d.ts:534
Methodwarn
* The **`console.warn()`** static method outputs a warning message to the console at the 'warning' log level. * * [MDN Reference](https://de
worker-configuration.d.ts:239
MethodwebSocketClose
(ws: WebSocket, code: number, reason: string, wasClean: boolean)
worker-configuration.d.ts:503
MethodwebSocketError
(ws: WebSocket, error: unknown)
worker-configuration.d.ts:504
MethodwebSocketMessage
(ws: WebSocket, message: string | ArrayBuffer)
worker-configuration.d.ts:502
FunctionwrapError
( error: unknown, message: string, code: ErrorCode = ErrorCode.UNKNOWN, context?: ErrorContext, )
src/lib/errors.ts:437
Methodwritable
()
worker-configuration.d.ts:3135
MethodwriteDataPoint
(event?: AnalyticsEngineDataPoint)
worker-configuration.d.ts:617
← previous301–391 of 391, ranked by callers