投稿時間:2023-02-08 22:14:56 RSSフィード2023-02-08 22:00 分まとめ(19件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT 気になる、記になる… 「Google Pixel 7a」対応を謳うケースが早くも日本のAmazonで多数販売中 https://taisy0.com/2023/02/08/168266.html amazon 2023-02-08 12:36:58
IT ITmedia 総合記事一覧 [ITmedia News] さらば「EOS Kiss」 登場から30年でブランド終息へ 後継モデル「R50」登場 https://www.itmedia.co.jp/news/articles/2302/08/news192.html 魅力 2023-02-08 21:30:00
AWS AWS Management Tools Blog Consolidate and query AWS CloudTrail data across accounts and regions using AWS CloudTrail Lake https://aws.amazon.com/blogs/mt/consolidate-and-query-aws-cloudtrail-data-across-accounts-and-regions-using-aws-cloudtrail-lake/ Consolidate and query AWS CloudTrail data across accounts and regions using AWS CloudTrail LakeAWS CloudTrail allows tracking of user and API activities across your AWS infrastructure AWS CloudTrail best practices recommend AWS customers set up separate trails for different use cases such as operational troubleshooting auditing security monitoring etc Once the use case is accomplished customers might permanently delete some of the trails but choose to retain their … 2023-02-08 12:19:22
AWS AWS Management Tools Blog Using Amazon CloudWatch metrics to monitor time to expiration for Reserved Instances https://aws.amazon.com/blogs/mt/using-amazon-cloudwatch-metrics-to-monitor-time-to-expiration-for-reserved-instances/ Using Amazon CloudWatch metrics to monitor time to expiration for Reserved InstancesThis post shows you how to monitor the days remaining for Amazon EC Reserved Instances The solution uses a custom Amazon CloudWatch metric published via an AWS Lambda function It creates a CloudWatch alarm and an Amazon Simple Notification Service Amazon SNS topic for notification when the alarm exceeds the user defined threshold CloudWatch allows you … 2023-02-08 12:07:20
AWS AWS Management Tools Blog How Skai leveraged AWS Step Functions to enforce its tagging policies https://aws.amazon.com/blogs/mt/how-skai-leveraged-aws-step-functions-to-enforce-its-tagging-policies/ How Skai leveraged AWS Step Functions to enforce its tagging policiesSkai is an independent global marketing platform for strategy measurement and best of breed activation across all of the world s most influential digital channels Skai s solution provides data driven insights and optimization technology to help companies make informed decisions and scale performance across critical publishers Skai possesses a highly technical engineering organization with over software engineers data … 2023-02-08 12:02:53
Ruby Rubyタグが付けられた新着投稿 - Qiita Ruby scanメソッド https://qiita.com/ta--i/items/89f9423947d50d376169 counthi 2023-02-08 21:01:49
AWS AWSタグが付けられた新着投稿 - Qiita 業務経験1年未満の新卒エンジニアがAWS認定試験 (SAA-C03)に合格するまでの話 https://qiita.com/Tk-pablow/items/858b9ea36a1f0259fb79 認定試験 2023-02-08 21:59:56
Ruby Railsタグが付けられた新着投稿 - Qiita Ruby scanメソッド https://qiita.com/ta--i/items/89f9423947d50d376169 counthi 2023-02-08 21:01:49
海外TECH DEV Community Improve Your Dev Productivity with Bookmarks, Snippets and Notes Management https://dev.to/codever/improve-your-dev-productivity-with-bookmarks-snippets-and-notes-management-5ba9 Improve Your Dev Productivity with Bookmarks Snippets and Notes ManagementAs a software developer having quick access to relevant information and resources is essential to your productivity and success Bookmarks snippets and notes are an important tool in achieving this allowing you to save links to websites articles documentation as well as code snippets and notes However with so many bookmarks and snippets it can be challenging to find what you need quickly Here are some tips for using bookmark and snippet management to improve your productivity as a software developer Use tags to categorize your bookmarks and snippets instead of organizing your bookmarks and snippets into folders consider using tags to categorize them This way you can quickly filter and search for bookmarks and snippets based on their tag making it easier to find what you re looking for For example you could use tags such as javascript api tutorial or your company name Keep your bookmarks and snippets up to date In the world of software development information can become outdated quickly Regularly review your bookmarks and snippets and delete any that are no longer relevant or useful This will ensure that you have quick access to only the most accurate and up to date information Use browser amp IDE extensions for better bookmark and snippet management There are several browser extensions available that can help you manage your bookmarks and snippets more efficiently These extensions often come with features such as tag based organization search functionality and the ability to find bookmarks and snippets across devices Consider using one of these extensions to improve your bookmark and snippet management Take advantage of the cloud Storing your bookmarks and snippets in the cloud can allow you to access them from any device regardless of where you are This is particularly useful for developers who work on multiple devices as it ensures that they always have access to their most important information and resources Use markdown for notes and snippets Using markdown to write your notes and snippets can provide a more organized and readable format Markdown allows you to format your text using simple syntax making it easier to quickly read and understand your notes and snippets In conclusion by using tags to categorize your bookmarks and snippets keeping them up to date utilizing browser extensions taking advantage of the cloud and using markdown for notes and snippets you can improve your productivity as a software developer Quick access to relevant information and resources as well as organized and easily readable notes and snippets can help you make the most of your time and stay ahead of the game Codever offers all this and more plus it s free and open source at github com CodeverDotDev 2023-02-08 12:27:47
海外TECH DEV Community Distributed Tracing with OpenTelemetry - Part II https://dev.to/signoz/distributed-tracing-with-opentelemetry-part-ii-3ieo Distributed Tracing with OpenTelemetry Part IIThis article was originally posted on SigNoz Blog and is written by Nitin Rohidas In the previous article we learned what distributed tracing is why it is necessary how to do tracing encountered challenges with existing tracing tools and finally discovered that there is a more mature option available for the industry to adopt in terms of telemetry and observability In this article we will be trying to understand OpenTelemetry in more depth To begin we will examine how OpenTelemetry addresses some of the issues confronting the observability ecosystem OpenTelemetry provides specification standards for the industry to adopt for all three key signals namely Traces Metrics and Logs OTEL defines standards for all three signals It provides a reference implementation of the specifications in multiple languages so that the adoption is easy for the developer community It means developers across popular languages can instrument code using the Otel libraries which will produce signals in standard formats OpenTelemetry Standard and Implementation Libraries supportIt provides a more loosely coupled Observability stack architecture which reduces coupling with vendor agents and allows consumers to change the tools as per their requirements It provides a set of tools and SDKs to customize the instrumentation requirements for many languages check Understanding OpenTelemetry Libraries section below It also provides Auto Instrumentation capability which is a big win wherein developers do not need to code any instrumentation logic and all of it is done by the OpenTelemetry agent in a magical way Auto Instrumentation also called as Zero Code Instrumentation means without any additional code required by developers OTEL can instrument by injecting bytecode if we use the language supported auto instrumentation library There is support for Java so it becomes easy to use without doing any additional code in your application This feature saves a huge amount of time in instrumenting your codebase Provides Rich Telemetry data which is an important requirement for building greater insights into the system under observation Provides a rich set of plugins receivers exporters to help with incremental adoption by building adapters that can work with most of the visualization tools To give more color to these advantages and benefits let s try to see a typical OpenTelemetry architecture How OpenTelemetry fits in the entire application stack OTel agent sends data to OTel collector from where you can export data to a backend of your choiceIn the diagram above you can see following things Instead of using proprietary agents of any FOSS Vendor tools in microservices we are now using OpenTelemetry agents libraries This keeps the client codebase free of any vendor or tool specific native instrumentation libraries The signal data is communicated via OTLP protocol which is the standard OpenTelemetry uses It also supports GRPC HTTP as the medium of communication All the signal data is sent to a Collector component which is considered to be the heart of the system It is optional but any matured and complex implementation will need an OpenTelemetry collector component in the architecture All the data gets processed via the Collector and then sent to different observability backends More on Collectors later but collector is responsible to receive process and send the signal data to the target visualization tool Application telemetry data can now be exported to multiple backends depending on the requirements Also note that you can plugin various out of box exporters for target backend For example Jaeger backend accepts both jaeger format as well as OTLP format But Zipkin needs data in Zipkin format so Zipkin exporter translates the trace data from OTLP to Zipkin native format In the diagram you can also see that we can configure the exporters directly from the agent library without routing the traces via collector but such implementations are for simplified requirements only You can also choose SigNoz as your observability backend SigNoz is an open source observability platform built to support OpenTelemetry natively It provides metrics monitoring ditributed tracing and logs management under a single pane of glass As SigNoz is open source it can be self hosted and the installation comes packed with an OpenTelemetry Collector Once your application is instrumented with OTel libraries you can configure the exporter to send telemetry data directly to SigNoz Understanding OpenTelemetry Libraries Core libraries of OpenTelemetryThe API is the bare bones interface for instrumentation and does not provide any implementation Third party libraries or vendors can instrument their code using the API The SDK is a complete language library that provides implementations of the API so we can instrument our code manually if required It is what we pull directly into our applications It doesn t implement exporters which are separate libraries that have a dependency on the SDK API SDK and Third party Library design Pic Ref Exporters are components that are an extension of the OpenTelemetry package Exporters are libraries that send the instrumented telemetry data to backends Vendors may be required to provide an implementation in order to convert data from OTLP to its native format Ideally most vendors should start working with the OTLP format in the long run for best portability What is Auto Instrumentation And here the magic of OpenTelemetry unfolds Developers will typically need to write instrumentation code to instrument their application code which can be hard and laborious This is where Open Telemetry s Auto Instrumentation shines It is basically a telemetry collection method that do not require the end user to modify the application s source code Methods vary by programming language and examples include code manipulation during compilation or at runtime monkey patching or running eBPF programs For most typical use cases you won t need to write instrumentation code yourself You can use the language specific Auto Instrumentation library and relax But it may happen that if you need to add custom span information or custom data attributes to spans then you can use the manual instrumentation approach i e using the API and SDK to write your own instrumentation logic Demo of Distributed Tracing with OpenTelemetry in a Spring Boot applicationLet s work with an example to see OpenTelemetry in Action The sample Spring Boot Java application will have three microservices and a service registryuser serviceorders servicepayment servicediscovery service eureka server service registry Here s the architecture of the sample Java application along with OpenTelemetry and SigNoz Application architecture along with SigNoz and OpenTelemetry OTel Collector Pre requisitesJava or newerMySql SigNozMaven Installing SigNozSigNoz can be installed on macOS or Linux computers in just three steps by using a simple install script The install script automatically installs Docker Engine on Linux However on macOS you must manually install Docker Engine before running the install script git clone b main https github com SigNoz signoz gitcd signoz deploy install shYou can visit our documentation for instructions on how to install SigNoz using Docker Swarm and Helm Charts Deployment DocsWhen you are done installing SigNoz you can access the UI at http localhost SigNoz dashboard It shows services from a sample app that comes bundled with the application Installing MySqlDownload MySQL community version from here based on your operating system Once installation is complete run the below commands to create a database for our sample nodejs app ➜ mysql u rootmysql gt create database signoz mysql gt use signoz Installing MavenTo install maven follow below steps cd mkdir mavencd mavencurl L https dlcdn apache org maven maven binaries apache maven bin zip o maven zipunzip maven zipecho n n export PATH maven apache maven bin PATH gt gt zshrcsource zshrcVerify maven using below command mvn version Running sample applicationBelow are the steps to run the sample Java application with OpenTelemetry Clone the sample Spring Boot appWe will be using a sample java app at this GitHub repo git clone https github com SigNoz distributed tracing java sample git cd distributed tracing java sampleRun service discovery with Eureka Servercd discovery servermvn clean install Dmaven test skipdocker build t discovery service docker run d name discovery service p discovery service You can go to http localhost and make sure your discover service registry with Eureka server is up and running Eureka server is up and runningSetting up Opentelemetry agentFor instrumenting Java applications OpenTelemetry has a very handy Java JAR agent that can be attached to any Java application The JAR agent can detect a number of popular libraries and frameworks and instrument it right out of the box You don t need to add any code for that Download the latest version of the Java JAR agent and copy jar agent file in your application code We have placed the agent under the folder named agents Placed OpenTelemetry Java Jar agent under a folder named agents Setting up SigNoz as the OpenTelemetry backendTo set up OpenTelemetry to collect and export telemetry data you need to specify OTLP OpenTelemetry Protocol endpoint It consists of the IP of the machine where SigNoz is installed and the port number at which SigNoz listens OTLP endpoint for SigNoz lt IP of the machine gt If you have installed SigNoz on your local machine then your endpoint is Create a start sh script with below environment variables and move it to scripts folder Notice that we have updated the OTLP endpoint under Dotel exporter otlp traces endpoint http localhost JAVA OPTS JAVA OPTS Xms JAVA XMS Xmx JAVA XMX Dapplication name user service java Dotel metrics exporter none Dotel traces exporter otlp Dotel resource attributes service name user service java Dotel exporter otlp traces endpoint http localhost Dotel service name user service java Dotel javaagent debug false javaagent agents opentelemetry javaagent jar Code in scripts sh file Scritps sh file under scripts folder Run the microservicesNow you need to run your microservices Run users service cd user servicemvn clean install Dmaven test skip Build user service jarcd scriptssh start sh Run user service with OTEL java agentOpen a new tab of your terminal and run payment service cd payment service mvn clean install Dmaven test skip cd scripts sh start sh Open a new tab of your terminal and run order service cd order service mvn clean install Dmaven test skip cd scripts sh start sh Running microservices on different ports using service registryConfirm table creationAfter running the services check if the tables ORDERS and USERS are created using the commands below mysql gt use signoz mysql gt show tables Checking creation of tables after running microservices Visualizing traces data with SigNoz dashboardsTo visualize the traces data with SigNoz we first need to generate some user data by interacting with the spring boot application Generating user data by interacting with the sample appYou need to generate some user data to see how it appears in the SigNoz dashboard The sample application comes with an UI to interact with the app Use the below command in the root folder to launch the UI npm install g serveserve l uRunning sample app UIUse the buttons to interact with the app and generate some data For example click Create User button to create a new user in the MySQL db Create a new userNow go to SigNoz dashboard you will notice the list of service names that we configured user serviceorder servicepayment serviceMicroservices in our Java app being monitored in the SigNoz dashboardYou can play around with the dashboard to see what data is captured Below is a handy guide on how to use the SigNoz dashboard to see the captured data How to use SigNoz dashboard to analyze tracesThe traces tab of the SigNoz dashboard provides powerful filters to analyze the traces data You can use a number of filters to see traces data across many dimensions For example See the count of requests by service and HTTP Status codeUse advanced filters to see count of requests by service and HTTP status codeRun aggregates on your tracing dataYou can run aggregates like avg max min th percentile th percentile on your tracing data to get analyze performance issues in your application Run aggregates using the dropdown on your traces data quickly Get more granular details by grouping traces dataYou can also see these aggregates in more granular detail by grouping them by service name operation HTTP URL HTTP method etc Group aggregates across a list of dimensions Identify latency issues with Flamegraphs and Gantt chartsYou can inspect each span in the table with Flamegraphs and Gantt charts to see a complete breakdown of the request Establishing a sequential flow of the user request along with info on time taken by each part of the request can help identify latency issues quickly Let s see how it works in the case of our sample Spring Boot app Go to operation filter on the left navigation and apply two filters payment transfer id id amount amount and service name payment service Click on the single event listed in the table as shown below Use filters to inspect spans that you want to investigate furtherYou will be able to see the Flamegraph of the selected span which shows how the request traveled between the payment service and the user service You can also use the Gantt chart to analyze each event in detail Flamegraph and Gantt chart for the selected event showing payment service traces with HTTP semanticsDatabases traces which show semantics related to mysql db and query detailsSigNoz also provides a detailed view of common semantic conventions like HTTP network and other attributes The end to end tracing of user requests can help you to identify latency issues quickly ConclusionDistributed tracing is a powerful and critical toolkit for developers creating applications based on microservices architecture Using OpenTelemetry you can implement distributed tracing easily for your distributed application It also makes your instrumentation future proof as you avoid any vendor lock in OpenTelemetry and SigNoz provide a great open source solution to implement distributed tracing for your applications You can try out SigNoz by visiting its GitHub repo SigNoz GitHub repoIf you have any questions or need any help in setting things up join our slack community and ping us in support channel SigNoz Slack communityRelated PostsOpenTelemetry Collector Complete Guide 2023-02-08 12:01:02
Apple AppleInsider - Frontpage News Apple signs union agreement for Glasgow Apple Store staff https://appleinsider.com/articles/23/02/08/apple-signs-union-agreement-for-glasgow-apple-store-staff?utm_medium=rss Apple signs union agreement for Glasgow Apple Store staffThe Apple Glasgow store was the first in the UK to unionize but it has now entered a formal agreement with Apple to have that status recognized Apple GlasgowFollowing months of negotiations Apple Glasgow became unionized in November Initially workers had to individually join a union the UK s GMB then ask Apple to have union representation recognized Read more 2023-02-08 12:32:47
Apple AppleInsider - Frontpage News Biden demands antitrust action against Big Tech during State of the Union https://appleinsider.com/articles/23/02/08/biden-demands-antitrust-action-against-big-tech-during-state-of-the-union?utm_medium=rss Biden demands antitrust action against Big Tech during State of the UnionAs part of his State of the Union speech President Biden called for legislation that would prevent firms like Apple and Google having an unfair advantage in promoting their own products President Biden s speech comes after he made similar points in an Op Ed piece in January His State of the Union address said that these are among the issues that need addressing by both the Democratic and the Republican parties In ten references to bipartisan measures either proposed or already passed Biden singled out Big Tech and social media firms for particular attention Read more 2023-02-08 12:08:10
Apple AppleInsider - Frontpage News Holokit X Review: Still-developing stereoscopic AR https://appleinsider.com/articles/23/02/08/holokit-x-review-still-developing-stereoscopic-ar?utm_medium=rss Holokit X Review Still developing stereoscopic ARThe Holokit X is representative of what AR on iPhone can be but its status as an ongoing project limits user experience Holokit X with an iPhone Pro placed inside From Holo Interactive the Holokit X is a stereoscopic AR headset that utilizes the iPhone s LiDAR processing power and Neural Engine to create AR landscapes in front of your eyes Read more 2023-02-08 12:06:43
海外TECH Engadget The Morning After: Microsoft’s next-gen Bing is ‘more powerful’ than ChatGPT https://www.engadget.com/the-morning-after-microsofts-next-gen-bing-is-more-powerful-than-chatgpt-ai-chatbot-121546039.html?src=rss The Morning After Microsoft s next gen Bing is more powerful than ChatGPTBing may be back Microsoft announced yesterday it s partnering with OpenAI to enhance Bing with its AI technology However Microsoft also had a surprise up its sleeve The next release of Bing will tap into a new next generation language model the company claims is quot much more powerful quot than ChatGPT and designed specifically to excel at search During its event Yusuf Mehdi the company s consumer chief marketing officer demoed the new Bing asking it to compare the most influential Mexican artists and their best known paintings Bing displayed its response in a new side panel with annotations and weblinks Later Mehdi asked the search engine to compare three pet vacuums while listing the pros and cons of each model With the chat feature you can ask Bing to create a five day travel itinerary for you including links to accommodation flights and things to do The new Bing is already available to preview You can visit Bing com which I haven t done since to try a few sample queries and sign up for the waitlist for when it launches in earnest Mat SmithThe Morning After isn t just a newsletter it s also a daily podcast Get our daily audio briefings Monday through Friday by subscribing right here The biggest stories you might have missedWhatsApp statuses get a big overhaul with voice emoji reactions and moreTwitter reportedly had only subscribers in the US last monthOnePlus Pad is the company s first tablet Razer s Blade and Blade gaming laptops are available Hot Wheels Rift Rally is a new RC mixed reality racer from the makers of Mario Kart Live The Nintendo Switch has now outsold the PSIt s the third best selling console ever The Switch just leaped over both the Game Boy and PlayStation to become the third bestselling console of all time The console had sold million units by the end of Nintendo announced in its earnings report so it s now only behind the DS and PlayStation in lifetime sales Nintendo said last year the transition to its next console was quot a major focus quot It could start becoming a more urgent one soon Continue reading Microsoft s new Bing and Edge hands onIt s like ChatGPT built right into your browser Through a partnership with ChatGPT maker OpenAI Microsoft is adding more advanced AI conversation models to power updates to both Bing and its Edge web browser The company s keynote happened at a breakneck pace but fortunately Engadget s Cherlynn Low got to test things out right after With the new Edge a button on the top right gives you access to the new Bing s chat feature in your browser But it goes beyond just answering your questions without having to leave the pages you re browsing Edge can help make sense of the sites you re looking at and make research or multitasking much easier You can use a new Compose function to create posts emails and apparently even essays and while the results are pretty similar to ChatGPT s they could be incredibly convenient Continue reading OnePlus reviewA back to basics flagship phone EngadgetThe OnePlus has everything we loved about OnePlus in the past a powerful processor a vivid screen and the return to a competitive price tag The headline feature remains the fast charging technology cranked up to watts The cameras are improved if not quite among the best smartphone shooters But at this price it s difficult to complain Continue reading Google will blur explicit images in search by defaultIt s one of several upcoming features the company announced on Safer Internet Day Yesterday was Safer Internet Day and Google says it s working to blur explicit images in search results for all users as the default setting even if they don t have SafeSearch switched on SafeSearch filtering is already the default for signed in users under It ll encompass nudity as well as violent content Elsewhere Google is adding another layer of protection to the built in password manager on Chrome and Android The company says if you have a supported computer you ll have the option to require biometric authentication before filling a saved password into a form The same feature will also let you quot securely reveal copy or edit passwords quot you ve saved in the password manager without having to punch in your main password first Continue reading 2023-02-08 12:15:46
ニュース BBC News - Home Putin 'supplied' MH17 missile - investigators https://www.bbc.co.uk/news/world-europe-64566297?at_medium=RSS&at_campaign=KARANGA ukraine 2023-02-08 12:54:19
ニュース BBC News - Home Nicola Bulley: Friend unhappy with search area 'tourists' https://www.bbc.co.uk/news/uk-england-lancashire-64567476?at_medium=RSS&at_campaign=KARANGA media 2023-02-08 12:10:13
ニュース BBC News - Home Northern Ireland Protocol is lawful, Supreme Court rules https://www.bbc.co.uk/news/uk-northern-ireland-64558530?at_medium=RSS&at_campaign=KARANGA court 2023-02-08 12:02:08
ニュース BBC News - Home Hugo Lloris: Tottenham goalkeeper ruled out for at least six weeks with knee ligament injury https://www.bbc.co.uk/sport/football/64566721?at_medium=RSS&at_campaign=KARANGA Hugo Lloris Tottenham goalkeeper ruled out for at least six weeks with knee ligament injuryTottenham goalkeeper and captain Hugo Lloris is ruled out for at least six weeks after picking up a knee injury against Manchester City 2023-02-08 12:31:34
ニュース BBC News - Home Marizanne Kapp speaks about Dane van Niekerk's South Africa omission https://www.bbc.co.uk/sport/cricket/64568235?at_medium=RSS&at_campaign=KARANGA Marizanne Kapp speaks about Dane van Niekerk x s South Africa omissionSouth Africa all rounder Marizanne Kapp says she questioned if she wanted to carry on following her wife s omission from T World Cup squad 2023-02-08 12:37:02

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)