Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions src/data/marketplace-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,25 @@
"default": false,
"released": true
},
{
"id": "logs-azure-loganalytics",
"group": "module",
"name": "Logs - Azure Log Analytics",
"description": "The Observability Logs Module for Azure Log Analytics queries OpenChoreo application logs from a Log Analytics workspace populated by the AKS Container Insights addon, and exposes them through the OpenChoreo Portal, CLI, and MCP servers, with support for log-based alerts via Azure Monitor scheduled query rules.",
"category": "Observability",
"tags": [
"logs",
"observability",
"azure",
"loganalytics",
"aks"
],
"logoUrl": "",
"author": "OpenChoreo",
"sourceUrl": "https://github.com/openchoreo/community-modules/tree/main/observability-logs-azure-loganalytics",
"default": false,
"released": true
},
{
"id": "metrics-cloudwatch",
"group": "module",
Expand Down