投稿時間:2021-05-05 03:30:23 RSSフィード2021-05-05 03:00 分まとめ(37件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Developer Blog Announcing the end of support for Python 2.7 in AWS Chalice https://aws.amazon.com/blogs/developer/announcing-the-end-of-support-for-python-2-7-in-aws-chalice/ Announcing the end of support for Python in AWS ChaliceOn July AWS will publish a minor version update for AWS Chalice that will require Python or greater formally ending our support for Python The Python Software Foundation PSF has stated that “As of January st no new bug reports fixes or changes will be made to Python and … 2021-05-04 17:22:47
AWS AWS Media Blog Streamly puts live event audiences in the director’s chair with AWS https://aws.amazon.com/blogs/media/prmbp-streamly-live-event-audiences-in-directors-chair-aws/ Streamly puts live event audiences in the director s chair with AWSStartup delivers multi view streaming service for concerts corporate events and other live productions with help from AWS Elemental Link and AWS Elemental Media Services nbsp nbsp Whether binge watching a new series catching a baseball game live or tuning into an online event modern audiences favor personalized viewing experiences In tune with this trend UK based media … 2021-05-04 17:01:22
AWS AWS Networking and Content Delivery CloudFront Functions – A New Security Paradigm for CDN Edge Computing https://aws.amazon.com/blogs/networking-and-content-delivery/cloudfront-functions-a-new-security-paradigm-for-cdn-edge-computing/ CloudFront Functions A New Security Paradigm for CDN Edge ComputingCloudFront Functions is a new serverless scripting capability that allows you to run JavaScript code at more than Amazon CloudFront edge locations to perform lightweight HTTP transformations and customize content delivery This blog details our security journey and the controls we put in place to make CloudFront Functions raise the security bar when it comes to edge computing capabilities 2021-05-04 17:48:12
AWS AWS Government, Education, and Nonprofits Blog Using AI to rethink document automation and extract insights https://aws.amazon.com/blogs/publicsector/using-ai-rethink-document-automation-extract-insights/ Using AI to rethink document automation and extract insightsThe maturing of artificial intelligence AI has brought ready made services that organizations can use not only to automate data entry work but also to apply intelligence into the business process Using modern AI capabilities on AWS organizations can transform approaches to document management This allows public sector organizations to save time enabling faster throughput especially during higher volume paperwork times so they can can help get constituents their services faster and focus on the most valuable work of the high touch or high need cases Document automation helps reduce human entry error and provide backup services in case of natural disaster 2021-05-04 17:52:16
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Rails 横断検索機能の実装箇所について https://teratail.com/questions/336626?rss=all Rails横断検索機能の実装箇所についてRailsを用いてweb開発の勉強をしています。 2021-05-05 02:58:26
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) visual studioのコンパイルエラーについて https://teratail.com/questions/336625?rss=all visualstudioのコンパイルエラーについて基本情報技術者試験の過去問を解いています。 2021-05-05 02:53:28
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Unity-chanの登れる坂の傾斜制御について https://teratail.com/questions/336624?rss=all Unitychanの登れる坂の傾斜制御についてUnitychanを標準の「unitynbspchannbspcontrolnbspscriptnbspwithnbsprigidbody」というスクリプトを用いて移動させたところ、度程度の斜面でも登れてしまうことがわかりました。 2021-05-05 02:24:23
Azure Azureタグが付けられた新着投稿 - Qiita Azure IoT Hub × Raspberry pi でリモートLピカ https://qiita.com/yukit7s/items/d29b5bfc44def54613d5 具体的には、AzurePortalからLEDONというダイレクトメソッドを実行することで、RaspberryPiに接続しているLEDライトが点灯し、LEDOFFというダイレクトメソッドでLEDライトが消えるようにします。 2021-05-05 02:50:37
海外TECH Ars Technica Review: Shadow and Bone is a worthy adaptation of the Grishaverse novels https://arstechnica.com/?p=1760925 zhivago 2021-05-04 17:39:04
海外TECH DEV Community So Where Do I Deploy My App ?? https://dev.to/alestor_123/so-where-do-i-deploy-my-app-50nd So Where Do I Deploy My App So Where Do I Deploy My App There are serveral platofroms to deploy your app It depends on the complexity and use of your app If you just want to show case your app you can use one among these HerokuHeroku is a cloud platform to host your apps simplyYou only need to know basic git commandsIt comes with no cost but you can deploy app maxWidely used by Developers NetlifyYou can deploy unlimited deploysWidely used by Developers Github PagesYou can deploy unlimited appsCan use github actions for automations When It comes to Scalability AWSYou can deploy unlimited Apps for an developer or an enterprise planRecommended By DevelopersEven Dev to is deployed on AWS AzureYou can deploy unlimited Apps for an developer or an enterprise plan And More Conclusion Every Service has its own pros and cons Keep Coding Share with your friends on Twitter 2021-05-04 17:14:44
海外TECH DEV Community What is Neural Rendering? https://dev.to/zumolabs/what-is-neural-rendering-44m0 What is Neural Rendering As our world becomes increasingly digitized the methods by which we render these virtual worlds are rapidly changing Neural rendering has huge potential in improving many aspects of the rendering pipeline by leveraging generative machine learning techniques What is neural rendering In this article we ll introduce the concept compare it to classical computer graphics and discuss what it means for the future Classic RenderingCreating D virtual worlds today is a complicated and involved process Each item or asset in a virtual scene is represented by a polygon mesh Slide This polygon mesh can either be modeled by an artist or scanned into existence both of these processes are manual and time consuming The more detailed we want this specific asset to be the more polygons the mesh will have The polygon mesh is only the beginning Each surface in this D world also has a corresponding material which determines the appearance of the mesh At runtime the material and mesh of the object are used as inputs to shader programs which calculate the appearance of the object under given lighting conditions and a specific camera angle Slide Over the years many different shader programs have been developed though the fundamental principle is the same use the laws of physics to calculate the appearance of an object This is most evident in the approach known as Ray Tracing where every light ray is traced from its source down to every surface it bounces on This render pipeline can create amazing results every CGI effect in every movie you have seen and every game you have ever played uses some form of this classical computer graphics pipeline The main pain point for this pipeline is in the huge amount of work required to explicitly define every object and every material and the large computation required to render a realistic or complex scene Which leads us to the question what if we didn t have to define every object and calculate every light bounce Enter Neural RenderingSo what is neural rendering Though still a very young field it s one which has grown to encompass a large number of techniques GANs are a form of neural rendering The key concept behind neural rendering approaches is that they are differentiable A differentiable function is one whose derivative exists at each point in the domain This is important because machine learning is basically the chain rule with extra steps a differentiable rendering function can be learned with data one gradient descent step at a time Learning a rendering function statistically through data is fundamentally different from the classic rendering methods we described above which calculate and extrapolate from the known laws of physics One of the coolest flavors of neural rendering is novel view synthesis In this problem a neural network learns to render a scene from an arbitrary viewpoint Slides and are figures from two great papers on this topic one from Google Research and the other from Facebook Reality Labs Both of these works use a volume rendering technique known as ray marching Ray marching is when you shoot out a ray from the observer camera through a D volume in space and ask a function what is the color and opacity at this particular point in space Neural rendering takes the next step by using a neural network to approximate this function The Future of RenderingWe really just scratched the surface when it comes to neural rendering If you want to learn more we recommend this super extensive summary paper But before we go what could this mean for the future With neural rendering we no longer need to physically model the scene and simulate the light transport as this knowledge is now stored implicitly inside the weights of a neural network This means that it will be possible to render your face while it is inside a VR headset Slide without ever having to store or distort a D polygon mesh of your face With neural rendering the compute required to render an image is also no longer tied to the complexity of the scene the number of objects lights and materials but rather the size of the neural network time required to perform a forward pass This opens up the door for the possibility of really high quality rendering at a blazingly fast frame rate If you re interested in the intersection of machine learning and D please check out our open source synthetic data toolkit zpy Your feedback commits and feature requests will be invaluable as we continue to build a more robust set of tools for generating synthetic data Who knows Perhaps the next great neural rendering model will be trained using data generated with zpy References NeRF Representing Scenes as Neural Radiance Fields for View Synthesis arxiv org pdf pdf Neural Volumes Learning Dynamic Renderable Volumes from Images arxiv org pdf pdf State of the Art on Neural Rendering arxiv org pdf pdf zpy an open source synthetic data toolkit 2021-05-04 17:07:42
海外TECH DEV Community Datadog Killed Our Vault and Consul Performance https://dev.to/codyja/datadog-killed-our-vault-and-consul-performance-11mb Datadog Killed Our Vault and Consul PerformanceIt can often be a learning experience or at least entertaining to hear about other people s experiences in managing distributed systems at scale Recently we experienced a HashiCorp Vault outage and I thought it would be fun to share this experience plus a few lessons learned and tips Looking back it s quite interesting how different things can align so perfectly to result in such an obscure issue as you ll see Environment OverviewMy company uses the full suite of HashiCorp tools and quite honestly we re really big fans Their tools have allowed us to transition to modern infrastructure practices in on prem data center and cloud environments This has led to improved application deployments and an overall better hosting experience At the heart of our environment we use Nomad for container and non containerized application orchestration Vault for secrets storage and dynamic PKI and Consul for service discovery and for Vault s storage backend The total environment is fairly large with about active jobs consisting of over containers and IIS app pools running on the Nomad clusters Consul clusters have about services in the catalog and about unique services being health checked IssueOne evening a few weeks back we began upgrading the Nomad agent on several pools of Nomad clients node classes in one of our data centers Soon after we noticed Vault handle time metrics vault core handle request were beginning to elevate This has been somewhat of a reoccurring pattern in this specific environment for the past year especially during maintenance activities that result in extra load Latencies continued to get worse as time passed however Soon after we realized that Vault s mean handle time transitioned from ms units to minutes which was something we definitely hadn t seen before Nomad s logging rate began increasing full of entries like these snipped errors failed to create an alloc vault token Post v auth token create nomad cluster context deadline exceededfailed to create an alloc vault token Post v auth token create nomad cluster net http request canceled Client Timeout exceeded while awaiting headers At this point whatever is occurring isn t super impactful yet since all jobs have multiple tasks running We decided to engage HashiCorp Support since we re enterprise customers and kept digging and collecting logs The challenge we had was trying to identify which system was at fault here Consul or Vault Today in our environment both systems are coupled very closely since we re using the Consul storage backend for Vault This means that Vault s persistence storage is sitting encrypted on top of Consul s KV store We ve planned to move away from this architecture so that Vault has it s own dedicated cluster or now raft integrated storage but it hasn t happened yet We continued pouring through VM level metrics trying to identify a cause while ruling out symptoms and red herrings There was essentially zero IO wait CPU usage for Vault was or less and Consul was or less We focused on disk performance since generally the limiting factor with Consul is disk write performance used by writing entries to the raft log Disk IOPs on the Consul cluster were fairly low even lower than our other data centers Nothing too wild being reported for disk latencies as well By now we re even more stumped HashiCorp Support has Development involved and they re worried the most about Consul commit and Vault handle times being so elevated Our concern was that there s no way for the increasing thundering herd of Nomad token renewals creates to ever get serviced just compounding the issue even more At this point we re suspecting an internal issue with Consul or Vault even more Something was bottlenecking operations somewhere and it didn t seem like hardware or VMs anymore Support was concerned about the time spent writing to the raft log still specifically consul raft fsm apply and consul raft commitTime The next theory is things are hanging because of the sheer number of Vault revocations token and pki certs occurring from the earlier Nomad maintenance Support brought up a new feature in Vault that puts back pressure on the expiration manager In Vault x this can be enabled with an environment variable VAULT REVOKE PERMITPOOL and x includes this feature by default After learning about this new revocation back pressure mechanism we elected to try an emergency Vault upgrade from to We also turned on the new environment variable in the systemd unit file for Vault Once the dust settled we saw a slight improvement but still no great recovery yet DiscoveryPeriodically throughout the event we collected consul debug and vault debug archives which are really convenient ways to package up logs and profiling dumps Support reviewed those dumps multiple times and tried to identify what s causing the slowness After Development reviewed the pprofs more someone brought up a potential cause metrics specifically there seemed to be a high amount of time being spent in a datadog metrics library that s built into Consul Wait What We weren t using datadog for monitoring so what s going on To get realtime metrics from our Nomad Consul and Vault clusters we leverage Prometheus to scrape a Telegraf agent on every VM That s been a convenient way to collect VM level metrics cpu memory disk io etc plus any other service metrics on the VM Having Consul spew statsd style metrics to the local Telegraf agent has been working great Consul Development began piecing things together and found there was a known issue in the datadog metrics library that was causing blocking for the Consul process It s an unpublished issue and was patched in Consul by bumping the go metrics Datadog version In the Consul configuration we had the telemetry stanza configured with the dogstatsd addr pointing to the localhost Telegraf port We couldn t remember exactly why we were using the dogstatsd output versus straight statsd or even Prometheus There was a vauge memory of adding additional tags to each metric but clearly wasn t really needed since Telegraf supports global tags in its configuration ResolutionTo see if this truly could be causing our issues we updated the telemetry stanza on the Consul servers one at at time to include just statsd output Previous telemetry configuration telemetry disable hostname true dogstatsd addr localhost dogstatsd tags env name production Updated telemetry configuration change telemetry disable hostname true statsd address localhost The Consul leader was restarted last and once completed we had near instant recovery Thank goodness consul raft commitTime mean ms down to msLooking through Consul code github com armon go metrics datadog imports the official github com DataDog datadog go I found a PR created back in October that fixed a blocking issue in instrumented applications like Consul This fix ultimately ended up in Consul released in July Lessons LearnedI wanted to include a few lessons learned on various topics that hopefully can save you some time and frustrations in the future Important MetricsHere s a couple interesting metrics to keep an eye on consul raft fsm apply This metric tipped HashiCorp off that there was something backing up or bottlenecking when writing raft logs Before the fix we were in the range across all servers but it fell down to after the fix This is how many logs were committed since last interval consul raft commitTime HashiCorp says this shouldn t be more than a few milliseconds In our environments and storage solution I think ms is more realistic Consider throwing alerts because something is wrong above say or ms consul catalog register This tells you how long it takes to register a service into the catalog and should be very similar to Consul commit time A goal for mean time could be ms vault core handle request Mean time to handle requests in a health cluster look to be ms vault runtime num goroutines When Consul was slow blocking the vault go routines continued climbing It looks like on a healthy these should be under generally Quick ResponseWhen troubleshooting issues like this centralized metrics and logs are invaluable It s often necessary to bundle up debug archives or logs to get in Support s hands Here s a quick ansible playbook to gather consul logs from one or multiple servers at once Logs end up in a single archive name get consul logs hosts all vars date ansible date time date tasks name remote grep consul logs on hosts shell egrep consul var log messages gt var tmp consul log ansible hostname name remote change log file permissions file path var tmp consul log ansible hostname mode name remote pull consul logs locally fetch src var tmp consul log ansible hostname dest var tmp consul log ansible hostname flat yes become no fetch needs become no if pulling large files otherwise MemoryError name local create tarball archive path var tmp consul log dest var tmp consul logs date tgz delegate to run once true become no name local remove leftover local files file path var tmp consul log ansible hostname state absent delegate to become no name remote remove leftover remote files file path var tmp consul log ansible hostname state absent debug msg Logs are ready at var tmp consul logs date tgz Improve Your Profiling SkillsetIf hardware has been ruled out it may be time to transition to profiling and look at the application internals It s important to be able to answer What is my application spending time doing In GO based apps pprof is the tool of choice but it can be confusing if you don t use it often I m sure HashiCorp Development was using pprof along with metrics to understand where the slowness was coming from and I wish that s something we had done ourselves sooner Here s the Consul flame graph before the change The purple is the regex for metrics datadog statsd Note how wide how much time is spent the lines for go metrics and datadog stacks are Here s the Consul profile after the remediation Note how much less purple there is The above pprof profiles were viewed by running the following command go tool pprof http consul profile profIn the above command consul is the exact same version binary for Consul in my current directory profile prof came from the consul debug output Unsolved IssuesThe last bit of advice is to not live with unsolved issues Looking back we should have better understood those Consul commit times and really learned what was considered high and what normal should really look like Phantom Latency can often come back to haunt you like we experienced Always try to understand metrics and logs better clean up reoccurring errors mock up tests if needed and prove out theories You and your team will be much better off in the long run Views and opinions are my own 2021-05-04 17:04:10
海外TECH DEV Community Hello Dev https://dev.to/duskylantern/hello-dev-2114 devjust 2021-05-04 17:02:01
Apple AppleInsider - Frontpage News Apple TV+ 'Ted Lasso,' 'Stillwater' secure Peabody nominations https://appleinsider.com/articles/21/05/04/apple-tv-ted-lasso-stillwater-secure-peabody-nominations?utm_medium=rss Apple TV x Ted Lasso x x Stillwater x secure Peabody nominationsA pair of Apple TV shows have been nominated for Peabody Awards with Ted Lasso joined by Stillwater as nominees to receive the prestigious accolade Continuing a run of nominations and award wins for Apple TV programming Ted Lasso and Stillwater are up with a chance to secure more awards for Apple s trophy cabinet The Peabody Awards recognizes programming that encourages empathy and expands the audience s knowledge of the world The two Apple TV shows were selected from a field of over entries submitted for the awards with winners to be announced during a virtual event in June Read more 2021-05-04 17:54:12
Apple AppleInsider - Frontpage News Basketball and social change collide in upcoming Apple TV+ 'Big Man on Campus' https://appleinsider.com/articles/21/05/04/basketball-and-social-change-collide-in-upcoming-apple-tv-big-man-on-campus?utm_medium=rss Basketball and social change collide in upcoming Apple TV x Big Man on Campus x Apple has announced an order for a documentary series for Apple TV about five star basketball recruit Makur Maker Apple describes Big Man on Campus as the story of a historic moment in America told through the lens of a young athlete with the power to create change Big Man on Campus will tell the story of Maker s freshman year based against the backdrop of the Black Lives Matter movement and the COVID pandemic Read more 2021-05-04 17:48:11
Apple AppleInsider - Frontpage News macOS bugs causing sporadic browsing issues with Safari, Firefox, others https://appleinsider.com/articles/21/05/04/macos-bugs-causing-sporadic-browsing-issues-with-safari-firefox-others?utm_medium=rss macOS bugs causing sporadic browsing issues with Safari Firefox othersAn apparent bug ーor series of bugs ーin macOS and is causing seemingly random website browsing problems in Apple s Safari as well as on other browsers Credit AppleAccording to user reports on the Apple Support Communities the Safari update breaks functionality on popular websites like eBay The issue appears to predominantly affect Safari on macOS Catalina and macOS Mojave Read more 2021-05-04 17:46:46
Apple AppleInsider - Frontpage News Apple issues second developer beta for macOS 11.4 https://appleinsider.com/articles/21/05/04/apple-issues-second-developer-beta-for-macos-114?utm_medium=rss Apple issues second developer beta for macOS Apple has moved on to the second round of its developer beta for macOS The latest betas and configuration profiles can be downloaded from the Apple Developer Center with subsequent changes available as over the air updates on enrolled devices Apple issued the first developer beta for macOS on April followed by the first public beta on April Read more 2021-05-04 17:28:48
Apple AppleInsider - Frontpage News Hands on with the new purple iPhone 12 https://appleinsider.com/articles/21/05/04/hands-on-with-the-new-purple-iphone-12?utm_medium=rss Hands on with the new purple iPhone Apple revealed a new purple color for the iPhone and iPhone mini at the Spring Loaded event six months after the line originally debuted Here s what it looks like in the real world compared to some other popular iPhone finishes The all new purple iPhone How it fits into the iPhone lineup Read more 2021-05-04 17:23:04
Apple AppleInsider - Frontpage News Former Apple employee denies he leaked trade secrets to media https://appleinsider.com/articles/21/05/04/former-apple-employee-denies-he-leaked-trade-secrets-to-media?utm_medium=rss Former Apple employee denies he leaked trade secrets to mediaA former employee of Apple sued for allegedly leaking information to an unnamed publication has responded denying in a court filing that he disseminated trade secrets in exchange for favorable coverage of a start up he had invested in In March documents were made public accusing Simon Lancaster a former materials lead at Apple of accessing data outside of his job s scope then selling it on to a media outlet Lancaster was said in the lawsuit to have used his seniority to gain access to trade secrets which he then allegedly traded for benefits from the publication Lancaster s lawyers filed a response to Apple s lawsuit on Monday denying Apple s allegations against him in the document provided to the U S District Court for the Northern District of California San Francisco Division The response spotted by Nicholas Ciarelli denies the vast majority of Apple s claims in its lawsuit Read more 2021-05-04 17:24:58
Apple AppleInsider - Frontpage News Apple's & Facebook tensions span a decade, reveals Epic 'Fortnite' trial emails https://appleinsider.com/articles/21/05/04/apples-facebook-tensions-span-a-decade-reveals-epic-fortnite-trial-emails?utm_medium=rss Apple x s amp Facebook tensions span a decade reveals Epic x Fortnite x trial emailsEmails between Apple co founder and former CEO Steve Jobs and other executives over Facebook have surfaced as part of Epic s lawsuit with the messages showing tensions between the pair existed as early as The ongoing tensions between Facebook and Apple are well known and have recently erupted in the public fight over Apple s App Tracking Transparency However emails raised as part of Apple s lawsuit with Epic Games show the two companies didn t see eye to eye a decade ago In a thread of emails between Steve Jobs Scott Forstall and Phil Schiller from July Forstall said he had spoken to Facebook CEO Mark Zuckerberg about the Facebook app for iPad reports CNBC Forstall explained to Zuckerberg that embedded apps weren t to be included in the iPad app whereas the Facebook CEO said it was part of the whole Facebook experience Read more 2021-05-04 17:04:00
海外TECH Engadget Instagram rolls out its auto-captioning sticker in Stories https://www.engadget.com/instagram-stories-captions-172051963.html Instagram rolls out its auto captioning sticker in StoriesAfter some people got a chance to see the feature early Instagram is adding a new sticker to Stories that allows English speaking users to add auto generated captions to their videos 2021-05-04 17:20:51
海外TECH Engadget Twitter buys Scroll to power its upcoming subscription service https://www.engadget.com/twitter-acquires-scroll-subscription-service-171621757.html twitter 2021-05-04 17:16:21
海外TECH Engadget USGS earthquake warning system expands to cover entire West Coast https://www.engadget.com/usgs-earthquake-early-warning-system-west-coast-mobile-alerts-170918179.html alerts 2021-05-04 17:09:18
海外科学 NYT > Science Global Vaccine Crisis Sends Ominous Signal for Fighting Climate Change https://www.nytimes.com/2021/05/04/climate/vaccine-shortage-india-climate-change.html Global Vaccine Crisis Sends Ominous Signal for Fighting Climate ChangeThe gap between rich and poor countries on vaccinations highlights the failure of richer nations to see it in their self interest to urgently help poorer ones fight a shared crisis 2021-05-04 17:16:48
海外科学 NYT > Science Helen Murray Free Dies at 98; Chemist Developed Diabetes Test https://www.nytimes.com/2021/05/03/science/helen-murray-free-dead.html Helen Murray Free Dies at Chemist Developed Diabetes TestShe and her husband invented a dip and read paper strip that greatly simplified the diagnosis of the disease and paved the way for home test kits 2021-05-04 17:24:27
海外ニュース Japan Times latest articles Osaka governor hints at ‘difficulty’ in avoiding virus emergency extension https://www.japantimes.co.jp/news/2021/05/04/national/japan-coronavirus-may-4/ Osaka governor hints at difficulty in avoiding virus emergency extensionThe comments came as Osaka Prefecture reported new COVID cases and Tokyo confirmed infections amid a surge in highly infectious variants of the 2021-05-05 03:27:01
海外ニュース Japan Times latest articles Reaching ‘herd immunity’ is unlikely in the U.S., experts now believe https://www.japantimes.co.jp/news/2021/05/04/world/herd-immunity-coronavirus-vaccinations-us/ Reaching herd immunity is unlikely in the U S experts now believeNew variants and persistent hesitancy about vaccines will keep the goal out of reach The virus is here to stay but vaccinating the most vulnerable 2021-05-05 02:55:14
海外ニュース Japan Times latest articles Japan feared U.S. military would take control of Fukushima response in 2011 https://www.japantimes.co.jp/news/2021/05/04/national/fukushima-us-cooperation/ Japan feared U S military would take control of Fukushima response in The U S military s move to form a joint support force led by the commander of the Pacific Fleet in the wake of the disaster triggered 2021-05-05 02:19:34
海外ニュース Japan Times latest articles Central Asia’s Afghan route to prosperity https://www.japantimes.co.jp/opinion/2021/05/04/commentary/world-commentary/afghanistan-kyrgyzstan-asia-europe-china-russia-global-economy-taliban/ Central Asia s Afghan route to prosperityA high ranking Taliban delegation visited Turkmenistan on Feb promising to support the project an indication the U S which backs the pipeline may have facilitated 2021-05-05 03:25:42
海外ニュース Japan Times latest articles Hard to believe, but we’re running out of sand https://www.japantimes.co.jp/opinion/2021/05/04/commentary/world-commentary/sand-construction-development-environment-oceans-pollution/ Hard to believe but we re running out of sandSizzling demand in a post pandemic recovery will encourage the usual bad behaviors that accompany exploding markets environmental degradation forced labor and criminal profiteering 2021-05-05 03:24:19
ニュース BBC News - Home Dalian Atkinson murder trial: Ex-footballer Tasered and 'kicked' https://www.bbc.co.uk/news/uk-england-shropshire-56979521 benjamin 2021-05-04 17:28:54
ニュース BBC News - Home Mexico City metro: Fears structural failure behind deadly crash https://www.bbc.co.uk/news/world-latin-america-56985164 collapse 2021-05-04 17:25:16
ニュース BBC News - Home Fishing row triggers French threat of Jersey power cut https://www.bbc.co.uk/news/world-europe-56984886 brexit 2021-05-04 17:49:11
ニュース BBC News - Home G7: Dominic Raab hails return of diplomacy as London hosts summit https://www.bbc.co.uk/news/uk-56976093 covid 2021-05-04 17:52:15
ビジネス ダイヤモンド・オンライン - 新着記事 全財産90万円から株式投資で2億円 まずは株式投資の軍資金1000万円を貯める - どん底サラリーマンが株式投資で2億円 いま息子に教えたいお金と投資の話 https://diamond.jp/articles/-/268231 全財産万円から株式投資で億円まずは株式投資の軍資金万円を貯めるどん底サラリーマンが株式投資で億円いま息子に教えたいお金と投資の話妻の浮気が原因で離婚。 2021-05-05 02:55:00
北海道 北海道新聞 石川県の山で親子3人不明 下山中、道に迷ったか https://www.hokkaido-np.co.jp/article/540448/ 富山県警 2021-05-05 02:06:04
GCP Cloud Blog Debugging your Proxyless gRPC service mesh https://cloud.google.com/blog/products/networking/debugging-proxyless-grpc-apps-just-got-easier/ Debugging your Proxyless gRPC service meshProxyless gRPC applications in a service mesh now support many of the same features as deployments with a sidecar Envoy proxy but in the past it has been difficult to get application level insight into problems with specific nodes in the mesh Today we are happy to announce new tools examples and documentation to make it easier to debug your Proxyless gRPC applications  Proxyless gRPC now includes an admin API to allow live debugging of nodes in your mesh and support for the xDS CSDS protocol to dive deeper into per node control plane configurations to identify and resolve any issues Further we provide documentation and sample code illustrating how to add OpenCesus instrumentation to your gRPC clients and servers to send metric and tracing data to Cloud Monitoring and Cloud Trace As a network library gRPC provides some predefined admin services to make debugging easier For example there is a channel tracing service named Channelz see gRPC blog With Channelz you can access the metrics about the requests going through each channel like how many RPCs have been sent how many succeeded or failed and much more Each existing admin service is packaged as a separate library and the documentation of the predefined admin services is usually scattered It can be time consuming to get the dependency management module initialization and library import right for each one of them  Recently gRPC introduced admin interface APIs which provide a convenient way to create a gRPC server to expose admin services With this any new admin services that you may add in the future are automatically available via the admin interface just by upgrading your gRPC version Debugging a large service mesh can be a complex task Unexpected routing behaviors could be due to a misconfiguration unhealthy backends or issues in the control or data plane As part of the admin interface API gRPC can now expose the xDS configuration the service mesh configuration that Traffic Director our fully managed service mesh sends to gRPC applications This configuration is exposed via the CSDS service which you can easily start by using the admin interface APIs Our grpcdebug CLI tool prints human readable output based on the information it fetches from a target gRPC application You can now also instrument gRPC C Go and Java clients and servers with the OpenCensus library to send metrics and tracing to Cloud Monitoring and Cloud Trace While gRPC s OpenCensus integration has been available for a long time our user guide and example code demonstrate clearly how to configure OpenCensus instrumentation in the context of a service mesh and ensure that traces are compatible across both Proxyless gRPC and Envoy sidecar applications After instrumenting your Proxyless gRPC application you ll be able to view traces such as the following example of our gRPC Wallet mesh For more information about using gRPC with Traffic Director and these new features see the following links Traffic Director with proxyless gRPC services overviewRelated ArticleTraffic Director and gRPCーproxyless services for your service meshWith the addition of xDS API support you can now use Traffic Director with proxyless gRPC services Read Article 2021-05-04 17:30:00

コメント

このブログの人気の投稿

投稿時間: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件)