Lambda Functions
4 min
the users can click on the lambda icon on the left menu bar to navigate to the lambda console here users can https //blog kloudmate com/debugging aws lambda logs 101 967eed8aad4f they can observe their lambdas, view metrics, locate errors and more kloudmate pulls and aggregates various lambda performance and usage metrics such as invocations errors duration cold start memory lambda console walkthrough the lambda console provides a list of all the https //app kloudmate com/lambda in the associated aws account you can use the search bar located at the top right corner of the list to find any particular lambda function each row in the list represents an individual lambda function and displays some basic information about it such as name, region, executions, error rate, response time, memory usage, and log ingestion you can sort the list in ascending or descending order by clicking on the arrow next to all the above mentioned column headers of the list invocations and errors you can view additional details of any lambda function by clicking on it in the given list when you click on a lambda function, you will see lists of recent invocations and recent issues for the selected lambda function under the overview tab you can simply click on any recent invocation or recent issue respectively to learn more about it visualizing metrics the lambda console will provide a graphical representation of some default metrics associated with the selected lambda function under the metrics tab it is also possible to set a custom time duration for which the users want to view the metrics they can choose from the options given in the time scale menu on the top right corner in the right panel kloudmate complements its agent with language specific opentelemetry sdks that support automatic instrumentation with minimal code changes • node js utilize opentelemetry/sdk node and `@ opentelemetry/auto instrumentations node ` packages, configuring the otlp exporter to send traces and metrics securely to kloudmate with your api key in headers • python leverage the ` opentelemetry instrument ` cli for auto instrumentation and configure the environment for kloudmate’s otlp endpoint • java attach opentelemetry java agents to the jvm via jvm arguments, pointing exporters to kloudmate’s collector endpoint, including api key headers • go and net use provided auto instrumentation libraries with standard sdk configurations targeting kloudmate with required authentication steps