13 lines
267 B
TOML
13 lines
267 B
TOML
[project]
|
|
name = "amarillo-metrics"
|
|
version = "0.0.6"
|
|
description = "Prometheus metrics for Amarillo"
|
|
readme = "README.md"
|
|
license = {file = "LICENSE"}
|
|
|
|
dependencies = [
|
|
"fastapi",
|
|
"amarillo",
|
|
"prometheus-fastapi-instrumentator",
|
|
"prometheus-client"
|
|
] |