Skip to content
Development
Command

/btp-logging-ingestion-check

Optional symptom such as no logs, missing metrics, high cardinality, auth error, or delayed ingestion

From plugin
sap-skills
40469 skills31 agents69 commands8 MCP
Install
$ npx -y skills add secondsky/sap-skills --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/btp-logging-ingestion-check

Context preview

What this command does when you run it.

Optional symptom such as no logs, missing metrics, high cardinality, auth error, or delayed ingestion

Command definition

btp-logging-ingestion-check.md
name: btp-logging-ingestion-check
description: Check SAP Cloud Logging ingestion setup, source bindings, OpenTelemetry paths, and missing log or metric symptoms
allowed-tools:
  - Read
  - Grep
  - Glob
  - Bash
argument-hint: "[cf|kyma|kubernetes|node|java] [symptom]"
arguments:
  - name: source
    description: Optional runtime or source type such as Cloud Foundry, Kyma, Kubernetes, Node.js, or Java
    required: false
  - name: symptom
    description: Optional symptom such as no logs, missing metrics, high cardinality, auth error, or delayed ingestion
    required: false

BTP Logging Ingestion Check

Review Cloud Logging ingestion readiness and diagnose missing telemetry. Default to read-only inspection.

Workflow

1. Identify runtime, logging source, service binding, endpoint, token/trust mechanism, and telemetry SDK/agent. 2. Inspect application logging configuration, OpenTelemetry exporters, container annotations, and relevant manifests. 3. Check timestamp format, severity mapping, resource attributes, tenant/subaccount labels, and cardinality risks. 4. Suggest safe local validation commands and tenant-side checks. 5. Separate app-code fixes from platform/operator actions.

Output Contract

Return:

  • Ingestion readiness summary.
  • Missing or risky configuration.
  • Safe diagnostics to run.
  • Recommended fixes by owner.
  • Pending checks that require Cloud Logging tenant access.
Read more
Ships withsap-skills

40 SAP development plugins with evidence-tracked verification SAP development plugins for AI coding assistants, with public-source or package-registry verification tracked where available.

Get the whole plugin