Interface MongoTracingRuntimeConfig


public interface MongoTracingRuntimeConfig
  • Method Details

    • commandDetailLevel

      @WithName("command-detail-level") @WithDefault("OFF") MongoTracingRuntimeConfig.CommandDetailLevel commandDetailLevel()
      Defines what information from MongoDB commands is included in traces.

      • OFF (default): No command information is included (only operation name, database, collection)
      • SANITIZED: Command structure with BSON type information instead of actual values
      • FULL: Complete command with all data (NOT recommended for production - may expose sensitive data)