migrations

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2020 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Down20180817090000

func Down20180817090000(qe goose.QueryExecer) error

Down20180817090000 Enable WAL journal

func Down20180817090001

func Down20180817090001(qe goose.QueryExecer) error

Down20180817090001 Initialize DB with schema and default values

func Down20180817090002

func Down20180817090002(qe goose.QueryExecer) error

Down20180817090002 Add probe PHP-FHM

func Down20180817090003

func Down20180817090003(qe goose.QueryExecer) error

Down20180817090003 Remove body_tmpl parameter from HTTP probe

func Down20180817090004

func Down20180817090004(qe goose.QueryExecer) error

Down20180817090004 Add Probe defaults and placeholders to probe configuration templates

func Down20180817090005

func Down20180817090005(qe goose.QueryExecer) error

Down20180817090005 updates empty state_configuration in target_probe to the right format

func Down20180817090006

func Down20180817090006(qe goose.QueryExecer) error

Down20180817090006 sets the type of state to none when the configuration is empty

func Down20180817090007

func Down20180817090007(qe goose.QueryExecer) error

Down20180817090007 removes probe MongoDB

func Down20180817090008

func Down20180817090008(qe goose.QueryExecer) error

Down20180817090008 removes probe PostgreSQL

func Down20180817090009 added in v0.4.0

func Down20180817090009(qe goose.QueryExecer) error

Down20180817090009 does nothing

func Down20180817090010 added in v0.4.0

func Down20180817090010(qe goose.QueryExecer) error

Down20180817090010 removes the format field from the graphs definition

func Down20180817090011 added in v0.4.0

func Down20180817090011(qe goose.QueryExecer) error

Down20180817090011 restores the metrics description

func Down20180817090012 added in v0.5.0

func Down20180817090012(qe goose.QueryExecer) error

Down20180817090012 removes the color field from the Graph definition of Probe

func Down20180817090013 added in v0.5.0

func Down20180817090013(qe goose.QueryExecer) error

Down20180817090013 removes probe PostgreSQL

func Down20180817090014 added in v0.5.0

func Down20180817090014(qe goose.QueryExecer) error

Down20180817090014 removes the probe Cassandra from the DBConf

func Down20190307174251 added in v0.7.0

func Down20190307174251(qe goose.QueryExecer) error

Down20190307174251 removes the IOWait usage metric from the default CPU probe graph

func Down20190314152937 added in v0.7.0

func Down20190314152937(qe goose.QueryExecer) error

Down20190314152937 deletes Disk I/O probe and renames Disk usage probe

func Down20190503164412 added in v0.8.0

func Down20190503164412(qe goose.QueryExecer) error

Down20190503164412 restores the previous state of the network probe description

func Down20190503164413 added in v0.8.0

func Down20190503164413(qe goose.QueryExecer) error

Down20190503164413 deletes Sybase probe

func Down20190503164414 added in v0.8.0

func Down20190503164414(qe goose.QueryExecer) error

Down20190503164414 removes the option Accumulator from the Network probe

func Down20191212104430 added in v0.9.0

func Down20191212104430(qe goose.QueryExecer) error

Down20191212104430 restores the type and name column to the user table, from the JSON details

func Down20191212104431 added in v0.9.0

func Down20191212104431(qe goose.QueryExecer) error

Down20191212104431 removes the option Accumulator from the Network probe

func Down20191212104432 added in v0.9.2

func Down20191212104432(qe goose.QueryExecer) error

Down20191212104432 restores 'locked-connects' metric in MySQL Probe

func Down20191212104433 added in v0.9.3

func Down20191212104433(qe goose.QueryExecer) error

Down20191212104433 restores 'ops_*' metrics format from int64 to int32 in Mongo Probe

func Down20191212104434 added in v0.9.5

func Down20191212104434(qe goose.QueryExecer) error

Down20191212104434 removes accumulator options in the probes

func Down20200521232414 added in v0.10.0

func Down20200521232414(qe goose.QueryExecer) error

Down20200521232414 restores the UNIQUE constraint from the target address

func Up20180817090000

func Up20180817090000(qe goose.QueryExecer) error

Up20180817090000 Enable WAL journal

func Up20180817090001

func Up20180817090001(qe goose.QueryExecer) error

Up20180817090001 Initialize DB with schema and default values

func Up20180817090002

func Up20180817090002(qe goose.QueryExecer) error

Up20180817090002 Add probe PHP-FHM

func Up20180817090003

func Up20180817090003(qe goose.QueryExecer) error

Up20180817090003 Remove body_tmpl parameter from HTTP probe

func Up20180817090004

func Up20180817090004(qe goose.QueryExecer) error

Up20180817090004 Add Probe defaults and placeholders to probe configuration templates

func Up20180817090005

func Up20180817090005(qe goose.QueryExecer) error

Up20180817090005 updates empty state_configuration in target_probe to the right format

func Up20180817090006

func Up20180817090006(qe goose.QueryExecer) error

Up20180817090006 sets the type of state to none when the configuration is empty

func Up20180817090007

func Up20180817090007(qe goose.QueryExecer) error

Up20180817090007 adds probe MongoDB

func Up20180817090008

func Up20180817090008(qe goose.QueryExecer) error

Up20180817090008 adds probe PostgreSQL

func Up20180817090009 added in v0.4.0

func Up20180817090009(qe goose.QueryExecer) error

Up20180817090009 replaces the configuration_template with a valid one

func Up20180817090010 added in v0.4.0

func Up20180817090010(qe goose.QueryExecer) error

Up20180817090010 adds a format field in the graphs definition

func Up20180817090011 added in v0.4.0

func Up20180817090011(qe goose.QueryExecer) error

Up20180817090011 updates the metrics description

func Up20180817090012 added in v0.5.0

func Up20180817090012(qe goose.QueryExecer) error

Up20180817090012 adds a color field to the Graph definition of Probe

func Up20180817090013 added in v0.5.0

func Up20180817090013(qe goose.QueryExecer) error

Up20180817090013 adds probe PostgreSQL

func Up20180817090014 added in v0.5.0

func Up20180817090014(qe goose.QueryExecer) error

Up20180817090014 creates the porbe Cassandra in the DBConf

func Up20190307174251 added in v0.7.0

func Up20190307174251(qe goose.QueryExecer) error

Up20190307174251 adds the IOWait usage metric to the default CPU probe graph

func Up20190314152937 added in v0.7.0

func Up20190314152937(qe goose.QueryExecer) error

Up20190314152937 adds Disk I/O probe and renames Disk usage probe

func Up20190503164412 added in v0.8.0

func Up20190503164412(qe goose.QueryExecer) error

Up20190503164412 changes the network probe description to reflect the fact that absolute counters become throughput metrics

func Up20190503164413 added in v0.8.0

func Up20190503164413(qe goose.QueryExecer) error

Up20190503164413 adds Sybase probe

func Up20190503164414 added in v0.8.0

func Up20190503164414(qe goose.QueryExecer) error

Up20190503164414 adds the option Accumulator for the Network probe

func Up20191212104430 added in v0.9.0

func Up20191212104430(qe goose.QueryExecer) error

Up20191212104430 updates the user table to remove explicit "name" and "type" columns, and adds them to an unstructured JSON column "details".

func Up20191212104431 added in v0.9.0

func Up20191212104431(qe goose.QueryExecer) error

Up20191212104431 adds the option Accumulator for the Network probe

func Up20191212104432 added in v0.9.2

func Up20191212104432(qe goose.QueryExecer) error

Up20191212104432 removes 'locked-connects' metric from MySQL Probe

func Up20191212104433 added in v0.9.3

func Up20191212104433(qe goose.QueryExecer) error

Up20191212104433 changes 'ops_*' metrics format from int32 to int64 in Mongo Probe

func Up20191212104434 added in v0.9.5

func Up20191212104434(qe goose.QueryExecer) error

Up20191212104434 adds accumulator options in the probes missing it

func Up20200521232414 added in v0.10.0

func Up20200521232414(qe goose.QueryExecer) error

Up20200521232414 removes the UNIQUE constraint from the target address

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL