Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/cloudflare-prometheus-exporter
/ functions
Functions
391 in github.com/cloudflare/cloudflare-prometheus-exporter
⨍
Functions
391
◇
Types & classes
466
Method
locked
* 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
Function
log
(logObj: LogObject)
src/lib/logger.ts:193
Method
media
* Returns the transformed media as a readable stream of bytes. * @returns A stream containing the transformed media data
worker-configuration.d.ts:9850
Method
monitor
()
worker-configuration.d.ts:3214
Method
noRetry
()
worker-configuration.d.ts:2077
Method
onEndTag
(handler: (tag: EndTag) => void | Promise<void>)
worker-configuration.d.ts:1522
Method
onNextSessionRestoreBookmark
(bookmark: string)
worker-configuration.d.ts:583
Method
opened
()
worker-configuration.d.ts:3137
Method
output
* 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
Method
output
* Generates the final media output with specified options. * @param output - Configuration for the output format and parameters * @returns T
worker-configuration.d.ts:9839
Method
passThroughOnException
()
worker-configuration.d.ts:461
Method
pipeThrough
* 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
Method
pipeTo
* 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
Method
prepend
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1516
Method
put
(key: string, value: T, options?: DurableObjectPutOptions)
worker-configuration.d.ts:555
Method
put
(key: string, value: T, options?: DurableObjectPutOptions)
worker-configuration.d.ts:568
Method
put
(key: string, value: T)
worker-configuration.d.ts:3293
Method
put
(entries: Record<string, unknown>)
src/durable-objects/MetricExporter.test.ts:22
Method
putMany
(entries: Record<string, unknown>)
src/lib/chunked-storage.test.ts:29
Method
queueMicrotask
(task: Function)
worker-configuration.d.ts:328
Method
readable
()
worker-configuration.d.ts:3134
Method
remove
()
worker-configuration.d.ts:1519
Method
remove
()
worker-configuration.d.ts:1528
Method
remove
()
worker-configuration.d.ts:1536
Method
remove
()
worker-configuration.d.ts:1545
Method
removeAndKeepContent
()
worker-configuration.d.ts:1520
Method
removeAttribute
(name: string)
worker-configuration.d.ts:1513
Method
replace
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1518
Method
replace
(content: string, options?: ContentOptions)
worker-configuration.d.ts:1535
Method
reply
* 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
Method
reportError
(error: any)
worker-configuration.d.ts:330
Method
response
* The image as a response, ready to store in cache or return to users
worker-configuration.d.ts:9790
Method
response
* 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
Method
retry
(options?: QueueRetryOptions)
worker-configuration.d.ts:1915
Method
retryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:1921
Method
retryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:1927
Method
rollback
()
worker-configuration.d.ts:559
Method
running
()
worker-configuration.d.ts:3212
Method
secureTransport
()
worker-configuration.d.ts:3139
Method
send
(message: Body, options?: QueueSendOptions)
worker-configuration.d.ts:1892
Method
send
* 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
Method
send
(message: EmailMessage)
worker-configuration.d.ts:9602
Method
send
* 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
Method
sendBatch
(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions)
worker-configuration.d.ts:1893
Method
serializeAttachment
(attachment: any)
worker-configuration.d.ts:3075
Method
setAlarm
(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:561
Method
setAttribute
(name: string, value: string)
worker-configuration.d.ts:1512
Method
setHibernatableWebSocketEventTimeout
(timeoutMs?: number)
worker-configuration.d.ts:546
Method
setInactivityTimeout
(durationMs: number | bigint)
worker-configuration.d.ts:3218
Method
setInnerContent
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1521
Method
setInterval
(callback: (...args: any[]) => void, msDelay?: number)
worker-configuration.d.ts:325
Method
setReject
* 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
Method
setTimeout
(callback: (...args: any[]) => void, msDelay?: number)
worker-configuration.d.ts:322
Method
setWebSocketAutoResponse
(maybeReqResp?: WebSocketRequestResponsePair)
worker-configuration.d.ts:543
Method
signal
(signo: number)
worker-configuration.d.ts:3216
Method
start
(options?: ContainerStartupOptions)
worker-configuration.d.ts:3213
Method
startTls
(options?: TlsOptions)
worker-configuration.d.ts:3141
Method
structuredClone
(value: T, options?: StructuredSerializeOptions)
worker-configuration.d.ts:329
Method
sync
()
worker-configuration.d.ts:577
Method
table
* 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
Method
tee
* The **`tee()`** method of the two-element array containing the two resulting branches as new ReadableStream instances. * * [MDN Reference]
worker-configuration.d.ts:2190
Method
text
(element: Text)
worker-configuration.d.ts:1492
Method
text
(text: Text)
worker-configuration.d.ts:1497
Method
time
* 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
Method
timeEnd
* 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
Method
timeLog
* 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
Method
timeStamp
(label?: string)
worker-configuration.d.ts:227
Method
toJSON
()
worker-configuration.d.ts:2040
Method
toString
()
worker-configuration.d.ts:511
Method
toStructuredData
* Convert to structured data for logging. * * @returns Structured error context.
src/lib/errors.ts:93
Method
toStructuredData
* Convert to structured data for logging. * * @returns Structured error context.
src/lib/errors.ts:198
Method
toStructuredData
* Convert to structured data for logging. * * @returns Structured error context.
src/lib/errors.ts:239
Method
toStructuredData
* Convert to structured data for logging. * * @returns Structured error context.
src/lib/errors.ts:360
Method
trace
* 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
Method
transaction
(closure: (txn: DurableObjectTransaction) => Promise<T>)
worker-configuration.d.ts:573
Method
transactionSync
(closure: () => T)
worker-configuration.d.ts:580
Method
transform
* Applies transformation options to the media content. * @param transform - Configuration for how the media should be transformed * @returns
worker-configuration.d.ts:9827
Method
triggerRefresh
* 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
Method
upgraded
()
worker-configuration.d.ts:3138
Method
uploadPart
(partNumber: number, value: ReadableStream | (ArrayBuffer | ArrayBufferView) | string | Blob, options?: R2Uplo
worker-configuration.d.ts:1963
Function
validateConfigValue
( key: ConfigKey, value: unknown, )
src/lib/runtime-config.ts:329
Method
wait
(delay: number, maybeOptions?: SchedulerWaitOptions)
worker-configuration.d.ts:864
Method
waitUntil
(promise: Promise<any>)
worker-configuration.d.ts:460
Method
waitUntil
(promise: Promise<any>)
worker-configuration.d.ts:534
Method
warn
* 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
Method
webSocketClose
(ws: WebSocket, code: number, reason: string, wasClean: boolean)
worker-configuration.d.ts:503
Method
webSocketError
(ws: WebSocket, error: unknown)
worker-configuration.d.ts:504
Method
webSocketMessage
(ws: WebSocket, message: string | ArrayBuffer)
worker-configuration.d.ts:502
Function
wrapError
( error: unknown, message: string, code: ErrorCode = ErrorCode.UNKNOWN, context?: ErrorContext, )
src/lib/errors.ts:437
Method
writable
()
worker-configuration.d.ts:3135
Method
writeDataPoint
(event?: AnalyticsEngineDataPoint)
worker-configuration.d.ts:617
← previous
301–391 of 391, ranked by callers