Intro to Prometheus - With a dash of operations & observability
Introduction Background Operations & observability Outro Intro to Prometheus With a dash of operations & observability Richard Hartmann & Frederic Branczyk @TwitchiH & @fredbrancz 2018-12-12 Richard Hartmann & Frederic Branczyk @TwitchiH & @fredbrancz Intro to Prometheus Introduction Background Operations & observability Outro Who are we? Richard ”RichiH” Hartmann Swiss army chainsaw at SpaceNet Hartmann & Frederic Branczyk @TwitchiH & @fredbrancz Intro to Prometheus Introduction Background Operations & observability Outro Time split 1 1/3 Prometheus 2 1/3 Observability 3 1/3 Questions Richard0 码力 | 19 页 | 63.73 KB | 1 年前3Monadic Operations in Modern C++: A Practical Approach
Monadic Operations in Modern C++: A Practical Approach2About me ● Vitaly Fanaskov ● Senior software engineer at reMarkable ● 10+ years of C++ experience ● GIS, VFX, frameworks, and libraries ● Ph (CS) 3Agenda ● Briefly about expected and optional ● Common use cases of expected ● Monadic operations in software development ● Tips and tricks 4In this talk ● Less theory ● C++ only ● Practical a new widget {}: {}.", widgetBox.value(), error); } } 22How do we handle this? 23Monadic operations: and_then if (const auto widgetBox = getNewWidget(); widgetBox.has_value()) { const auto0 码力 | 61 页 | 411.49 KB | 5 月前3Pipeline Architectures in C++: Overloaded Pipe Operator | and Its Monadic Operations
Title: Pipeline architectures in C++: overloaded pipe operator | std::expected and its monadic operations Brief overview: Functional programming in C++ is gaining importance and is attracting programmers operator | will be presented, as well as I’ll explain std::expected and especially its monadic operations that can be tricky in practice. All these together present novel and efficient programming paradigms What's more, std::expected itself allows you to build pipelines – this time using its monadic operations. In this poseter I will explain details how to build your own pipeline architecture in modern0 码力 | 3 页 | 422.24 KB | 5 月前3Back to Basics: The Abstract Machine
machine. The instructions of an abstract machine are tailored to the particular operations required to implement operations of a specific source language or class of languages.” (my emphasis) - Stephan end • There is no room for another language between C++ and the hardware • C++ maps types and operations directly onto hardware • Fundamental C++ types (e.g., char, int, double) map directly into memory directly to hardware addressing capabilities • Modern hardware supports useful arithmetic/logical operations on those entities CppCon 2020 - The Abstract Machine 16Copyright © 2020 Bob Steagall K E W B0 码力 | 91 页 | 538.90 KB | 5 月前3PyTorch Release Notes
AMP will select an optimal set of operations to cast to FP16. FP16 operations require 2X reduced memory bandwidth (resulting in a 2X speedup for bandwidth-bound operations like most pointwise ops) and 2X AMP will select an optimal set of operations to cast to FP16. FP16 operations require 2X reduced memory bandwidth (resulting in a 2X speedup for bandwidth-bound operations like most pointwise ops) and 2X full iteration CUDA graph capture including gradient AllReduce, Optimizer, and Parameter AllGather operations could fail with a CUDA error. We recommend reducing the scope of the CUDA graph capture as a workaround0 码力 | 365 页 | 2.94 MB | 1 年前3TiDB Database Auditing User Guide (new)
auditing tool for enterprises. Auditing can record information such as query statements, transaction operations, and user login events. This information can be stored in the audit log for future queries and database auditing feature can help managers in enterprises track the source and impact of database operations to ensure that data would not be illegally stolen or tampered with. At the same time, database auditing All user interface operations are covered in the range of database auditing, including the prepared statement interface. Recursive operations from such operations are not audited. The following0 码力 | 23 页 | 328.42 KB | 1 年前3Scalable Stream Processing - Spark Streaming and Flink
live stream into batches of X seconds. • Treats each batch as RDDs and processes them using RDD operations. • Discretized Stream Processing (DStream) 7 / 79 Spark Streaming ▶ Run a streaming computation live stream into batches of X seconds. • Treats each batch as RDDs and processes them using RDD operations. • Discretized Stream Processing (DStream) 7 / 79 Spark Streaming ▶ Run a streaming computation live stream into batches of X seconds. • Treats each batch as RDDs and processes them using RDD operations. • Discretized Stream Processing (DStream) 7 / 79 DStream (1/2) ▶ DStream: sequence of RDDs0 码力 | 113 页 | 1.22 MB | 1 年前3Go 101 (Golang 101) v1.21.0
Channels §39. Other Concurrency Synchronization Techniques - the sync standard package. §40. Atomic Operations - the sync/atomic standard package. §41. Memory Order Guarantees in Go §42. Common Concurrent manipulating operations in all kinds of ways to reach certain goals. Operations write data to and read data from hardware devices to complete tasks. For modern computers, elemental operations are low-level encapsulations for low-level operations, and make some abstracts for data, to make programming more intuitive and human-friendly. In popular high-level programming languages, operations are mainly achieved by0 码力 | 630 页 | 3.77 MB | 1 年前3Kotlin Language Documentation 1.3
Collections Overview Constructing Collections Iterators Ranges and Progressions Sequences Collection Operations Overview Collection Transformations Filtering plus and minus Operators Grouping Retrieving Aggregate Operations 121 126 128 129 136 137 139 144 149 151 158 158 165 173 177 177 182 185 187 189 192 194 198 201 202 203 206 209 212 3 Collection Write Operations List Specific Specific Operations Set Specific Operations Map Specific Operations Multiplatform Programming Platform-Specific Declarations Building Multiplatform Projects with Gradle Other Destructuring Declarations0 码力 | 597 页 | 3.61 MB | 1 年前3Typescript SDK Version 1.x.x
It is mandatory for the client to have ZohoCRM.settings.fields.ALL to access all the recoNoterd operations API. Otherwise, the system returns the OAUTH-SCOPE- MISMATCH error Configuration Before option may be handy when your app is going to use only one CRM user's credentials for all its operations or for your development testing. 1. Login to your Zoho account. 2. Visit https://api-console GetRecordsHeader, GetRecordsParam} from "@zohocrm/typescript- sdk/core/com/zoho/crm/api/record/record_operations"; 15 import {ResponseWrapper} from "@zohocrm/typescript- sdk/core/com/zoho/crm/api/record/response_wrapper";0 码力 | 56 页 | 1.29 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
IntrotoPrometheusWithdashofoperationsobservabilityMonadicOperationsinModernC++PracticalApproachPipelineArchitecturesOverloadedPipeOperatorandItsBackBasicsTheAbstractMachinePyTorchReleaseNotesTiDBDatabaseAuditingUserGuidenewScalableStreamProcessingSparkStreamingFlinkGo101Golangv121.0KotlinLanguageDocumentation1.3TypescriptSDKVersion