Related to "package"
Flux standard library
The Flux standard library includes built-in functions and importable packages that retrieve, transform, process, and output data.
Flux universe package (built-in)
The Flux universe
package includes all functions that do not require a package import statement and are usable without any extra setup. Functions in the universe
package provide a foundation for working with data using Flux.
Flux array package
The Flux array
package provides functions for building tables from Flux arrays. Import the array
package.
Flux contrib package (user-contributed)
The Flux contrib
package contains packages and functions that are contributed and maintained by members of the Flux and InfluxDB communities.
Flux csv package
The Flux csv
package provides functions for working with data in annotated CSV format. Import the csv
package.
Flux dict package
The Flux dict
package provides functions for interacting with dictionary types. Import the dict
package.
Flux experimental array package
The Flux experimental array
package provides functions for operating on Flux arrays. Import the experimental/array
package.
Flux experimental package
The Flux experimental package includes experimental functions that perform various tasks. Experimental functions are subject to change at any time and are not recommended for production use.
Flux generate package
The Flux generate
package provides functions for generating data. Import the generate
package.
Flux http package
The Flux http
package provides functions for transferring data using the HTTP protocol. Import the http
package.
Flux json package
The Flux json
package provides functions for working with JSON. Import the json
package.
Flux pagerduty package
The Flux pagerduty
package provides functions for sending data to PagerDuty. Import the pagerduty
package.
Flux profiler package
The Flux profiler
package provides performance profiling tools for Flux queries and operations. Import the profiler
package.
Flux pushbullet package
The Flux pushbullet
package provides functions for sending data to Pushbullet. Import the pushbullet
package.
Flux runtime package
The Flux runtime
package includes functions that provide information about the current Flux runtime. Import the runtime
package.
Flux sampledata package
The Flux sampledata
package provides functions that return basic sample datasets. Import the sampledata
package.
Flux slack package
The Flux slack
package provides functions for sending data to Slack. Import the slack
package.
Flux sql package
The Flux sql
package provides tools for working with data in SQL databases such as MySQL, PostgreSQL, Snowflake, SQLite, Microsoft SQL Server, Amazon Athena, Google BigQuery, and more. Import the sql
package.
Flux strings package
The Flux strings
package provides functions to manipulate UTF-8 encoded strings. Import the strings
package.
Flux system package
The Flux system
package provides functions for reading values from the system. Import the system
package.
Flux testing package
The Flux testing
package provide functions for testing Flux operations. Import the testing
package.
Flux timezone package
The Flux timezone
package provide functions for timezones on the location option. Import the timezone
package.
Flux types package
The Flux types
package provides functions for working with Flux basic types. Import the types
package.
Flux discord package
The Flux discord
package provides functions for sending messages to Discord. Import the contrib/chobbs/discord
package.
Flux Events package
The Flux Events package provides tools for analyzing event-based data. Import the contrib/tomhollingworth/events
package.
Flux influxdb package (contributed)
The Flux influxdb
package provides additional functions for querying data from InfluxDB. Import the contrib/jsternberg/influxdb
package.
Flux Microsoft Teams package
The Flux teams
(Microsoft Teams) package provides functions for sending messages to a Microsoft Teams channel using an incoming webhook. Import the contrib/sranka/teams
package.
Flux opsgenie package
The Flux opsgenie
package provides functions that send alerts to Atlassian Opsgenie using the Opsgenie v2 API. Import the contrib/sranka/opsgenie
package.
Flux alerta package
The Flux alerta
package provides functions that send alerts to Alerta.
Flux bigpanda package
The Flux bigpanda
package provides functions that send alerts to BigPanda.
Flux hex package
The Flux hex
package provides functions that convert hexadecimal strings into Flux data types. Import the contrib/bonitoo-io/hex
package.
Flux InfluxDB `tasks` package
The Flux InfluxDB tasks
package provides options and functions for working with InfluxDB tasks. Import the influxdata/influxdb/tasks
package.
Flux InfluxDB monitor package
The InfluxDB monitor
package provides tools for monitoring and alerting with InfluxDB. Import the influxdata/influxdb/monitor
package.
Flux InfluxDB package
The Flux InfluxDB package provides functions for analyzing InfluxDB metadata. Import the influxdata/influxdb
package.
Flux InfluxDB sample package
The Flux InfluxDB sample
package provides functions for downloading and outputting InfluxDB data sample. Import the influxdata/influxdb/sample
package.
Flux InfluxDB schema package
The Flux InfluxDB schema
package provides functions for exploring your InfluxDB data schema. Import the influxdata/influxdb/schema
package.
Flux InfluxDB secrets package
The Flux InfluxDB secrets
package provides functions for working with sensitive secrets managed by InfluxDB. Import the influxdata/influxdb/secrets
package.
Flux InfluxDB v1 package
The Flux InfluxDB v1 package provides functions for managing data from an InfluxDB v1.x database or structured using the InfluxDB v1 data structure. Import the influxdata/influxdb/v1
package.
Flux servicenow package
The Flux servicenow
package provides functions that send events to ServiceNow.
Flux tickscript package
The Flux tickscript
package provides functions to help migrate Kapacitor TICKscripts to Flux tasks. Import the contrib/bonitoo-io/tickscript
package.
Flux victorops package
The Flux victorops
package provides functions that send events to VictorOps.
Flux zenoss package
The Flux zenoss
package provides functions that send events to Zenoss.
events.duration() function
The events.duration()
function calculates the duration of events. The function determines the time between a record and the subsequent record and associates the duration with the first record (start of the event).
Flux bigtable package
The Flux bigtable
package provides tools for working with data in Google Cloud Bigtable databases. Import the experimental/bigtable
package.
Flux experimental aggregate package
The Flux experimental aggregate
package provides functions to simplify common aggregate operations. Import the experimental/aggregate
package.
Flux experimental bitwise package
The Flux experimental bitwise
package provides functions for performing bitwise operations on integers. Import the experimental/bitwise
package.
Flux experimental csv package
The Flux Experimental CSV package provides functions for retrieving annotated CSV. Import the experimental/csv
package.
Flux experimental http package
The Flux experimental HTTP package provides functions for transferring data using HTTP protocol. Import the experimental/http
package.
Flux experimental http requests package
The Flux experimental HTTP requests package provides functions for transferring data using HTTP protocol. Import the experimental/http/requests
package.
Flux Experimental InfluxDB package
Flux experimental InfluxDB package provides tools for working with the InfluxDB API. Import the experimental/influxdb
package.
Flux Experimental IOx package
The Flux experimental iox
package provides functions for querying data from IOx. Import the experimental/iox
package.
Flux Experimental JSON package
The Flux experimental JSON package provides functions for working with JSON. Import the experimental/json
package.
Flux experimental record package
The Flux experimental record
package provides tools for working with Flux records. Import the experimental/record
package.
Flux Experimental table package
The Flux experimental table package provides tools working with Flux tables. Import the experimental/table
package.
Flux Experimental usage package
The Flux experimental usage package provides tools for collecting usage and usage limit data from InfluxDB Cloud. Import the experimental/usage
package.
Flux geo package
The Flux geo
package provides tools for working with geo-temporal data, such as filtering and grouping by geographic location. Import the experimental/geo
package.
Flux MQTT package
The Flux MQTT package provides functions for working with MQTT protocol. Import the experimental/mqtt
package.
Flux Prometheus package
The Flux Prometheus package provides functions for working with Prometheus-formatted metrics. Import the experimental/prometheus
package.
Flux Query package
The Flux Query package provides functions meant to simplify common InfluxDB queries. Import the experimental/query
package.