# Functions

GetCustomResourcesHandler lists all custom resources of type InstrumentedApplication.

# Structs

InstrumentdApplicationData is the data structure for the custom resource the response will contain a list of these fields name: the name of the custom resource namespace: the namespace of the custom resource controller_kind: the kind of the controller that created the custom resource container_name: the name of the container traces_instrumented: whether the container is instrumented or not traces_instrumentable: whether we can instrument the container or not application: the name of the application that the container belongs to language: the language of the application that the container belongs to detection_status: the status of the detection process log_type: the log type of the application that the container belongs to.