Modules§
Structs§
- Annotation
With Offset - An annotation at a specific offset in the text. Offsets are always calculated by Unicode scalar values rather than byte indices.
- Array
Field - Defines an array of composite fields.
- Auto
Suggest Request - A request for a provider to provide auto-suggestions.
- Blob
- Binary blob for passing data in arbitrary encodings.
- Checkbox
Cell - Checkbox
Field - Defines a field that produces a boolean value.
- Code
Cell - Date
Time Range Field - Defines a field that produces two
DateTime
values, a “from” and a “to” value. - Discussion
Cell - Divider
Cell - Encoded
Blob - base64-encoded version of Blob.
- File
Field - Defines a field that allows files to be uploaded as part of the query data.
- Graph
Cell - Heading
Cell - Http
Request - HTTP request options.
- Http
Response - Response to an HTTP request.
- Image
Cell - Integer
Field - Defines a field that allows integer numbers to be entered.
- Label
- Labels that are associated with a Notebook.
- Label
Field - Defines a field that allows labels to be selected.
- List
Item Cell - LogCell
- LogRecord
Index - A single expanded row of log records, as identified by [key] and [index] pointing into the source data of the LogCell.
- Mention
- Annotation for the mention of a user.
- Metric
- A single metric value.
- Otel
Metadata - Metadata following the OpenTelemetry metadata spec.
- Otel
Severity Number - SeverityNumber, as specified by OpenTelemetry: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/data-model.md#field-severitynumber
- Otel
Span Id - Span ID, as specified by OpenTelemetry: https://opentelemetry.io/docs/reference/specification/overview/#spancontext
- Otel
Trace Id - Trace ID, as specified by OpenTelemetry: https://opentelemetry.io/docs/reference/specification/overview/#spancontext
- Provider
Cell - Provider
Event - A single event that is used within providers.
- Provider
Request - Provider
Status - Response type for status requests.
- Rich
Text - Struct that contains text with associated formatting.
- Select
Field - Defines a field that allows selection from a predefined list of options.
- Suggestion
- A suggestion for a provider’s auto-suggest functionality.
- Supported
Query Type - Defines a query type supported by a provider.
- Table
Cell - Cell used for displaying tables in a notebook.
- Table
Column Definition - Table
Column Id - This is an automatically generated ID that is added to every column in a table cell.
- Table
Row - Table
RowId - This is an automatically generated ID that is added to every row in a table cell.
- Text
Cell - Text
Field - Defines a free-form text entry field.
- Time
Range - A range in time from a given timestamp (inclusive) up to another timestamp (exclusive).
- Timeline
Cell - Timeseries
- A series of metrics over time, with metadata.
- Timestamp
- Validation
Error
Enums§
- Annotation
- A rich-text annotation.
- Cell
- Representation of a single notebook cell.
- Config
Field - Error
- Graph
Type - Heading
Type - Http
Request Error - Possible errors that may happen during an HTTP request.
- Http
Request Method - HTTP request method.
- List
Type - LogVisibility
Filter - Query
Field - Stacking
Type - Table
RowValue - One of the values stored in a TableRow.
Functions§
- create_
cells - This is a implementation detail an should not be called directly
- extract_
data - This is a implementation detail an should not be called directly
- get_
config_ schema - This is a implementation detail an should not be called directly
- get_
supported_ query_ types - This is a implementation detail an should not be called directly
- invoke2
- This is a implementation detail an should not be called directly
- log
- Logs a message to the (development) console.
- make_
http_ request - Performs an HTTP request.
- now
- Returns the current timestamp.
- random
- Generates random bytes.
Type Aliases§
Attribute Macros§
- fp_
export_ impl - Exports an implementation of a specific provider function
- fp_
export_ signature - Exports a signature in a provider crate. This is not meant to be used directly.
- fp_
import_ signature - Imports a signature in a provider crate. This is not meant to be used directly.