From 1db4f604682e5796c199f22467e0c97ef49532b0 Mon Sep 17 00:00:00 2001 From: Mayuresh A Nirhali Date: Wed, 21 Jan 2026 16:32:06 +0530 Subject: [PATCH] Update README.md add missing 'otelsetup' to list of plugin types --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75d73a3..484c0f5 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ The **Beckn Protocol** is an open protocol that enables location-aware, local co #### 3. **Plugin Types** - **Cache**: Redis-based response caching - **Router**: YAML-based routing rules engine for request forwarding (supports domain-agnostic routing for Beckn v2.x.x) +- **Registry**: Standard Beckn registry or Beckn One DeDi registry lookup for participant information - **Signer**: Ed25519 digital signature creation for outgoing requests - **SignValidator**: Ed25519 signature validation for incoming requests - **SchemaValidator**: JSON schema validation @@ -131,7 +132,8 @@ The **Beckn Protocol** is an open protocol that enables location-aware, local co - **Decrypter**: AES decryption for encrypted data processing - **ReqPreprocessor**: Request preprocessing (UUID generation, headers) - **ReqMapper**: Middleware to transform payload either between Beckn versions or against other platforms. -- **Registry**: Standard Beckn registry or Beckn One DeDi registry lookup for participant information +- **OtelSetup**: Observability Setup to make metrics, traces and logs available + ## Quick Start