Runtime paket menampilkan informasi tentang penggunaan resource aplikasi.
Paket ini juga memiliki cara untuk menjalankan kode dalam konteks latar belakang baru modul.
Paket ini tidak berfungsi di "lingkungan fleksibel" App Engine.
RunInBackground menjalankan f di goroutine latar belakang dalam proses ini. f diberi konteks yang mungkin lebih lama dari konteks yang diberikan ke RunInBackground.
Ini hanya valid untuk dipanggil dari layanan yang disetel ke penskalaan dasar atau manual.
Statistik
typeStatisticsstruct{// CPU records the CPU consumed by this instance, in megacycles.CPUstruct{Totalfloat64Rate1Mfloat64// consumption rate over one minuteRate10Mfloat64// consumption rate over ten minutes}// RAM records the memory used by the instance, in megabytes.RAMstruct{Currentfloat64Average1Mfloat64// average usage over one minuteAverage10Mfloat64// average usage over ten minutes}}
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2023-10-26 UTC."],[],[]]