Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,005 for statsd (0.18 sec)

  1. docs/ru/docs/tutorial/static-files.md

    ## Детали
    
    Первый параметр `"/static"` относится к подпути, по которому это "подприложение" будет "примонтировано". Таким образом, любой путь начинающийся со `"/static"` будет обработан этим приложением.
    
    Параметр `directory="static"` относится к имени директории, которая содержит ваши статические файлы.
    
    `name="static"` даёт имя маршруту, которое может быть использовано внутри **FastAPI**.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/static-files.md

    ## Details
    
    The first `"/static"` refers to the sub-path this "sub-application" will be "mounted" on. So, any path that starts with `"/static"` will be handled by it.
    
    The `directory="static"` refers to the name of the directory that contains your static files.
    
    The `name="static"` gives it a name that can be used internally by **FastAPI**.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jan 11 19:56:09 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. cmd/metrics-resource.go

    		}
    		if hm.Mem != nil && len(hm.Mem.Info.Addr) > 0 {
    			labels := map[string]string{}
    			stats := hm.Mem.Info
    			updateResourceMetrics(memSubsystem, total, float64(stats.Total), labels, false)
    			updateResourceMetrics(memSubsystem, memUsed, float64(stats.Used), labels, false)
    			perc := math.Round(float64(stats.Used*100*100)/float64(stats.Total)) / 100
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 17 15:15:13 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  4. pilot/pkg/status/distribution/state.go

    			if status == nil {
    				return nil
    			}
    			distributionState := context.(Progress)
    			if needsReconcile, desiredStatus := ReconcileStatuses(status, distributionState); needsReconcile {
    				return desiredStatus
    			}
    			return status
    		}),
    	}
    
    	// client-go defaults to 5 QPS, with 10 Boost, which is insufficient for updating status on all the config
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  5. docs/tr/docs/tutorial/static-files.md

    ## Detaylar
    
    `"/static"` ifadesi, bu "alt uygulamanın" "bağlanacağı" alt yolu belirtir. Bu nedenle, `"/static"` ile başlayan her yol, bu uygulama tarafından işlenir.
    
    `directory="static"` ifadesi, statik dosyalarınızı içeren dizinin adını belirtir.
    
    `name="static"` ifadesi, alt uygulamanın **FastAPI** tarafından kullanılacak ismini belirtir.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 23:57:08 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  6. docs/em/docs/tutorial/static-files.md

    👆 💪 ✍ 🌅 🔃 👉 **🏧 👩‍💻 🦮**.
    
    ## ℹ
    
    🥇 `"/static"` 🔗 🎧-➡ 👉 "🎧-🈸" 🔜 "🗻" 🔛. , 🙆 ➡ 👈 ▶️ ⏮️ `"/static"` 🔜 🍵 ⚫️.
    
    `directory="static"` 🔗 📛 📁 👈 🔌 👆 🎻 📁.
    
    `name="static"` 🤝 ⚫️ 📛 👈 💪 ⚙️ 🔘 **FastAPI**.
    
    🌐 👫 🔢 💪 🎏 🌘 "`static`", 🔆 👫 ⏮️ 💪 & 🎯 ℹ 👆 👍 🈸.
    
    ## 🌅 ℹ
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Apr 01 09:26:04 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  7. docs/pt/docs/tutorial/static-files.md

    Você pode ler mais sobre isso no **Guia Avançado do Usuário**.
    
    ## Detalhes
    
    O primeiro `"/static"` refere-se à subrota em que este "subaplicativo" será "montado". Portanto, qualquer caminho que comece com `"/static"` será tratado por ele.
    
    O `directory="static"` refere-se ao nome do diretório que contém seus arquivos estáticos.
    
    O `name="static"` dá a ela um nome que pode ser usado internamente pelo FastAPI.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Feb 07 13:09:32 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  8. docs/zh/docs/tutorial/static-files.md

    你可以在**高级用户指南**中了解更多。
    
    ## 细节
    
    这个 "子应用" 会被 "挂载" 到第一个 `"/static"` 指向的子路径。因此,任何以`"/static"`开头的路径都会被它处理。
    
     `directory="static"` 指向包含你的静态文件的目录名字。
    
    `name="static"` 提供了一个能被**FastAPI**内部使用的名字。
    
    所有这些参数可以不同于"`static`",根据你应用的需要和具体细节调整它们。
    
    ## 更多信息
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Jun 03 12:49:32 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  9. pkg/kubelet/stats/provider.go

    	// Get the root container stats's timestamp, which will be used as the
    	// imageFs stats timestamp.  Don't force a stats update, as we only want the timestamp.
    	rootStats, err := getCgroupStats(p.cadvisor, "/", false)
    	if err != nil {
    		return nil, fmt.Errorf("failed to get root container stats: %v", err)
    	}
    
    	return &statsapi.FsStats{
    		Time:           metav1.NewTime(rootStats.Timestamp),
    		AvailableBytes: &rootFsInfo.Available,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 13:56:22 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  10. pkg/kubelet/winstats/winstats_test.go

    				Limit: 1.6e+10,
    			},
    		},
    		Stats: stats,
    	}
    
    	assert.Equal(t, len(actualRootInfos), len(infos))
    	assert.Equal(t, actualRootInfos["/"].Spec, infos["/"].Spec)
    	assert.Equal(t, len(actualRootInfos["/"].Stats), len(infos["/"].Stats))
    	assert.Equal(t, actualRootInfos["/"].Stats[0].Cpu, infos["/"].Stats[0].Cpu)
    	assert.Equal(t, actualRootInfos["/"].Stats[0].CpuInst, infos["/"].Stats[0].CpuInst)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 12:08:15 UTC 2023
    - 4.2K bytes
    - Viewed (0)
Back to top