commit c152abe5a430f1d2810a98beb1384487df84ed21
parent 91cf156d9cc715094ce9ae00909830b99c69b4c8
Author: Antoine A <>
Date: Thu, 10 Sep 2026 11:26:27 +0200
common: add Observability API to all adapters
Diffstat:
8 files changed, 70 insertions(+), 4 deletions(-)
diff --git a/core/api-adapter.rst b/core/api-adapter.rst
@@ -39,10 +39,16 @@ Endpoints for Integrated Sub-APIs
The endpoints are only available if the adapter is configured to serve the Taler Wire Gateway API.
-
.. http:any:: /taler-revenue/*
All endpoints under this prefix are specified
by the :doc:`GNU Taler Revenue API </core/api-bank-revenue>`.
The endpoints are only available if the adapter is configured to serve the Taler Revenue API.
+
+.. http:any:: /taler-observability/*
+
+ All endpoints under this prefix are specified
+ by the :doc:`GNU Taler Observability API </core/api-observability>`.
+
+ The endpoints are only available if the adapter is configured to serve the Taler Observability API.
diff --git a/libeufin/ebisync-manual.rst b/libeufin/ebisync-manual.rst
@@ -241,7 +241,7 @@ Some configuration values are sensitive and must be written to a secret configur
AZURE_API_URL = https://myaccount.blob.core.windows.net/
AZURE_ACCOUNT_NAME = myaccount
AZURE_ACCOUNT_KEY = Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==
- AZURE_COUNTAINER = mycontainer
+ AZURE_CONTAINER = mycontainer
The following command will finish the fetcher setup process:
diff --git a/manpages/depolymerizer-bitcoin.conf.5.rst b/manpages/depolymerizer-bitcoin.conf.5.rst
@@ -96,6 +96,26 @@ ENABLED
.. include:: frags/common-api-options.rst
+HTTP REVENUE API OPTIONS
+------------------------
+
+The following configuration value(s) belong to the “[depolymerizer-bitcoin-httpd-revenue-api]” section.
+
+ENABLED
+ Whether to serve the Revenue API.
+
+.. include:: frags/common-api-options.rst
+
+HTTP OBSERVABILITY API OPTIONS
+------------------------------
+
+The following configuration value(s) belong to the “[depolymerizer-bitcoin-httpd-observability-api]” section.
+
+ENABLED
+ Whether to serve the Observability API.
+
+.. include:: frags/common-api-options.rst
+
DATABASE OPTIONS
----------------
diff --git a/manpages/libeufin-ebisync.conf.5.rst b/manpages/libeufin-ebisync.conf.5.rst
@@ -84,7 +84,7 @@ AZURE_ACCOUNT_NAME
AZURE_ACCOUNT_KEY
Azure API account key
-AZURE_COUNTAINER
+AZURE_CONTAINER
Which Azure Blob Storage container to use
SUBMIT OPTIONS
diff --git a/manpages/libeufin-nexus.conf.5.rst b/manpages/libeufin-nexus.conf.5.rst
@@ -172,6 +172,16 @@ ENABLED
.. include:: frags/common-api-options.rst
+HTTP OBSERVABILITY API OPTIONS
+------------------------------
+
+The following configuration value(s) belong to the “[nexus-httpd-observability-api]” section.
+
+ENABLED
+ Whether to serve the Observability API.
+
+.. include:: frags/common-api-options.rst
+
DATABASE OPTIONS
----------------
diff --git a/manpages/taler-cyclos.conf.5.rst b/manpages/taler-cyclos.conf.5.rst
@@ -84,13 +84,23 @@ ENABLED
HTTP REVENUE API OPTIONS
------------------------
-The following configuration value(s) belong to the “[cyclo-httpd-revenue-api]” section.
+The following configuration value(s) belong to the “[cyclos-httpd-revenue-api]” section.
ENABLED
Whether to serve the Revenue API.
.. include:: frags/common-api-options.rst
+HTTP OBSERVABILITY API OPTIONS
+------------------------------
+
+The following configuration value(s) belong to the “[cyclos-httpd-observability-api]” section.
+
+ENABLED
+ Whether to serve the Observability API.
+
+.. include:: frags/common-api-options.rst
+
DATABASE OPTIONS
----------------
diff --git a/manpages/taler-magnet-bank.conf.5.rst b/manpages/taler-magnet-bank.conf.5.rst
@@ -85,6 +85,16 @@ ENABLED
.. include:: frags/common-api-options.rst
+HTTP OBSERVABILITY API OPTIONS
+------------------------------
+
+The following configuration value(s) belong to the “[magnet-bank-httpd-observability-api]” section.
+
+ENABLED
+ Whether to serve the Observability API.
+
+.. include:: frags/common-api-options.rst
+
DATABASE OPTIONS
----------------
diff --git a/manpages/taler-wise.conf.5.rst b/manpages/taler-wise.conf.5.rst
@@ -94,6 +94,16 @@ ENABLED
.. include:: frags/common-api-options.rst
+HTTP OBSERVABILITY API OPTIONS
+------------------------------
+
+The following configuration value(s) belong to the “[wise-httpd-observability-api]” section.
+
+ENABLED
+ Whether to serve the Observability API.
+
+.. include:: frags/common-api-options.rst
+
DATABASE OPTIONS
----------------