タグ

2021年1月13日のブックマーク (6件)

  • 内村航平が国民に訴えた「全ての本音」 五輪実現へ「SNSでは意味がない」生の言葉 - ライブドアニュース

    実現へ閉会式で5分半のスピーチ「国民と選手が同じ気持ちじゃないと」 日ロシア中国、米国によるの国際大会「Friendship and Solidarity competition」が8日、東京・国立代々木競技場で行われた。コロナ禍で入国制限が設けられて以降、五輪競技では国内に海外選手を招く初の大会。実現へ、男子の(リンガーハット)は閉会式で国民の協力を求めた。合間に通訳の時間を交えた約5分半のスピーチには、世界を制した男の音が込められていた。 内村が突然切り出した。閉会式で照明が消えた体育館。選手を代表したスピーチで「めっちゃくちゃ、楽しかったです」と述べた後だ。「その中で少し残念だなと思うことが……」。スポットライトを浴びた世界的レジェンドは、少し間を置き、臆することなく胸の内をさらけ出して訴えた。 「しょうがないことなのかもしれませんが、ウイルスが拡大して国民の皆さんの中で五輪

    内村航平が国民に訴えた「全ての本音」 五輪実現へ「SNSでは意味がない」生の言葉 - ライブドアニュース
    nilab
    nilab 2021/01/13
    「国民の皆さんの中で五輪ができないと思っている人が80%を超えていると知って残念」「できないではなく、どうやったらできるかを皆さんで考えて、どうにかできるという方向に考え方を変えてほしいです」
  • マイクロメータクイックガイド

    Micrometerprovides a simple facade over the instrumentation clients for a number of popular monitoring systems.現在、次の監視システムをサポートしています:Atlas、Datadog、Graphite、Ganglia、Influx、JMX、Prometheus。

    nilab
    nilab 2021/01/13
    Micrometer 「Meter の識別子は、名前とタグ複数のモニタリングシステム間でメトリック名の移植性を保証するために、単語をドットで区切る命名規則に従う必要があります。Counter counter = registry.counter("page.visitors", "age", "20s");」
  • Spring Boot 54. メトリクス - リファレンスドキュメント

    Spring Boot Actuator は、次のような多数の監視システムをサポートするアプリケーションメトリクスファサードである Micrometer (英語) の依存関係管理と自動構成を提供します。 Spring Boot は、コンポジット MeterRegistry を自動構成し、クラスパスで検出されたサポートされている各実装のレジストリをコンポジットに追加します。Spring Boot がレジストリを設定するには、ランタイムクラスパスで micrometer-registry-{system} に依存していれば十分です。 ほとんどのレジストリは共通の機能を共有しています。たとえば、Micrometer レジストリ実装がクラスパスにある場合でも、特定のレジストリを無効にできます。たとえば、Datadog を無効にするには: management.metrics.export.data

    Spring Boot 54. メトリクス - リファレンスドキュメント
    nilab
    nilab 2021/01/13
    「Spring Boot は、コンポジット MeterRegistry を自動構成し、クラスパスで検出されたサポートされている各実装のレジストリをコンポジットに追加します」
  • MeterRegistry - micrometer-core 1.3.3 javadoc

    nilab
    nilab 2021/01/13
    "Creates and manages your application's set of meters. Exporters use the meter registry to iterate over the set of meters instrumenting your application, and then further iterate over each meter's metrics"
  • Tag - micrometer-core 1.3.3 javadoc

    nilab
    nilab 2021/01/13
    Prometheus のラベルに対応する Micrometer の Tag / "Key/value pair representing a dimension of a meter used to classify and drill into measurements."
  • Metric and label naming | Prometheus

    Getting startedInstallationConfigurationConfigurationRecording rulesAlerting rulesTemplate examplesTemplate referenceUnit Testing for RulesHTTPS and authenticationQueryingBasicsOperatorsFunctionsExamplesHTTP APIRemote Read APIStorageFederationHTTP SDManagement APICommand LineprometheuspromtoolMigrationAPI StabilityFeature flags VisualizationExpression browserGrafanaConsole templates InstrumentingC

    Metric and label naming | Prometheus
    nilab
    nilab 2021/01/13
    メトリクス名とラベル名の命名ガイド。 "The metric and label conventions presented in this document are not required for using Prometheus, but can serve as both a style-guide and a collection of best practices."