publisher

command module
v0.0.0-...-2fe1c89 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2022 License: MIT Imports: 16 Imported by: 0

README

publisher

TaskQ Publisher

Provisioning

Docker/PodMan

podman run \
  --network host \
  --interactive \
  --tty \
  --detach \
  --rm \
  -e "REDIS_ADDRESS=10.32.0.238" \
  --name taskq-publisher \
  ghcr.io/taskq/publisher/publisher:1.0.0

Prometheus Metrics

curl http://127.0.0.1:8080/metrics
# TYPE taskq_publisher_channel_len counter
# HELP Last checked Redis channel length
taskq_publisher_channel_len{channel="beep"} 112
taskq_publisher_channel_len{channel="junk"} 9027
# TYPE taskq_publisher_requests counter
# HELP Number of the requests to the TaskQ Publisher by type
taskq_publisher_requests{method="put"} 2
# TYPE taskq_publisher_errors counter
# HELP Number of the raised errors
taskq_publisher_errors 0
# TYPE taskq_publisher_index counter
# HELP Number of the requests to /
taskq_publisher_index 0

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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