url

package
v1.26.1 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package url holds the constants for webserver routing

Index

Constants

View Source
const (
	// LocalPort is the port for only available from Postgres.
	LocalPort int32 = 8010

	// PostgresMetricsPort is the port for the exporter of PostgreSQL related metrics (HTTP)
	PostgresMetricsPort int32 = 9187

	// PgBouncerMetricsPort is the port for the exporter of PgBouncer related metrics (HTTP)
	PgBouncerMetricsPort int32 = 9127

	// PathFailSafe is the path for the failsafe entrypoint
	PathFailSafe string = "/failsafe"

	// PathHealth is the URL path for Health State
	PathHealth string = "/healthz"

	// PathReady is the URL path for Ready State
	PathReady string = "/readyz"

	// PathStartup is the URL path for the Startup probe
	PathStartup string = "/startupz"

	// PathPGControlData is the URL path for PostgreSQL pg_controldata output
	PathPGControlData string = "/pg/controldata"

	// PathPgStatus is the URL path for PostgreSQL Status
	PathPgStatus string = "/pg/status"

	// PathWALArchiveStatusCondition is the URL path for setting the wal-archive condition on the Cluster object
	PathWALArchiveStatusCondition string = "/cluster/status/condition/wal/archive"

	// PathPgBackup is the URL path for PostgreSQL Backup
	PathPgBackup string = "/pg/backup"

	// PathPgModeBackup is the URL path to interact with pg_start_backup and pg_stop_backup
	PathPgModeBackup string = "/pg/mode/backup"

	// PathPgArchivePartial is the URL path to interact with the partial wal archive
	PathPgArchivePartial string = "/pg/archive/partial"

	// PathMetrics is the URL path for Metrics
	PathMetrics string = "/metrics"

	// PathUpdate is the URL path for the instance manager update function
	PathUpdate string = "/update"

	// PathCache is the URL path for cached resources
	PathCache string = "/cache/"

	// StatusPort is the port for status HTTP requests
	StatusPort int32 = 8000
)

Variables

This section is empty.

Functions

func Build

func Build(scheme, hostname, path string, port int32) string

Build builds an url given the hostname and the path, pointing to the status web server

func Local

func Local(path string, port int32) string

Local builds an http request pointing to localhost

Types

This section is empty.

Jump to

Keyboard shortcuts

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