get_db_instrumentation
Retrieve instrumentation settings for specific database types (MySQL, PostgreSQL, Redis, MongoDB, Memcached) by providing project and application details.
Instructions
Get database instrumentation configuration.
Retrieves instrumentation settings for a specific database type.
Args: project_id: Project ID app_id: Application ID (format: namespace/kind/name) db_type: Database type (mysql, postgres, redis, mongodb, memcached)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app_id | Yes | ||
db_type | Yes | ||
project_id | Yes |