Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 625 Bytes

USAGE_DATA.md

File metadata and controls

16 lines (13 loc) · 625 Bytes

Usage Data

  • When extension is activated
  • The extension of the Camel file opened
  • JVM information:
    • Whether Camel Language Server is being run with Java or as a GraalVM native image (binary)
    • The name of the vm (java.vm.name)
    • The name of the runtime (java.runtime.name)
    • The version of the JVM (java.version)
    • The free, total, and max VM memory
  • The id of the commands contributed by this extension when used
  • Does NOT include the JAVA_HOME environment variable for privacy reasons

How to opt in or out

Use the redhat.telemetry.enabled setting in order to enable or disable telemetry collection.