The DevOps Handbookrecovery iv. Ensure features operate as intended and achieve organizational goals 2. Ch. 14 – Create Telemetry to Enable Seeing and Solving Problems a. Fact – Things will go wrong in Operations! i. 2001 Microsoft 2. Used disciplined approach to solving problems using telemetry to understand contributing factors and focus problem-solving. ii. Telemetry – An automated communications process by which measurements remote points and are subsequently transmitted to receiving equipment for monitoring 1. Create telemetry in application & environments (to include production, pre-production, and CD pipeline) iii. Ian0 码力 | 8 页 | 24.02 KB | 5 月前3
The DevOps Handbookrepository iii. Integrate security with our deployment pipeline iv. Integrate security with our telemetry for better detection and recovery v. Protect our deployment pipeline vi. Integrate our deployment SECURITY INTO PRODUCTION TELEMETRY i. Often production breaches are detected months after the event. A primary reason is due to no one regularly reviewing production logs ii. Use telemetry to help fulfill infosec infosec objectives and integrate security telemetry into the same tools k. CREATING SECURITY TELEMETRY IN OUR APPLICATIONS i. Create relevant telemetry 1. Successful/unsuccessful logins 2. Password0 码力 | 9 页 | 25.13 KB | 5 月前3
python3学习手册★字符串.format()格式化函数 建议使用 "字符串".format(argxx) 的新式字符串格式化函数,返回格式 化后的字符串 .format()通过将strxx字符串中的{}来识别替换字段 {字段名!转换字段:格式说明} print( "我叫{},年龄{}岁".format("李", 20) ) ①字段名 ★可省,就写{},默认从左到右对应后面.format()里的arg xxx .format()里传入tuple参数时,得带上*号,如: cof = ("李", 20) print("我叫{0},年龄{1}".format( *cof) ) 传入dic�onary时,得带上**双星号 传入类的对象时,不带星号,在{}里取对象的属性 a = classx("李", 20) print("我叫{0.name},今年{0.age}".format(a)) 传入list 传入list,tuple,dic�onary时,若不想按顺序取值,可用.[i]按下标取值 a=[1,2,3] print("我{0.[1]},在{0.[0]}里".format(a)) ②转换字段 !s 把参数str()一下,即调用str()去格参数 !r repr() !a 返回ascii(),或\unnnn \xnnnn0 码力 | 213 页 | 3.53 MB | 1 年前3
A Seat at the Table - IT Leadership in the Age of Agilityinsightful? What do you think of the Agile for Defense Meetup group as a whole? Do you like the format? Are there other formats you have seen at other Meetup groups that might be worth trying? On the0 码力 | 7 页 | 387.48 KB | 5 月前3
共 4 条
- 1













