惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
月光博客
月光博客
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
人人都是产品经理
人人都是产品经理
IT之家
IT之家
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
有赞技术团队
有赞技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园_首页
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - Franky
The Cloudflare Blog
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
大猫的无限游戏
大猫的无限游戏
S
SegmentFault 最新的问题
Jina AI
Jina AI
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
Last Week in AI
Last Week in AI

Datadog | The Monitor blog

Introducing our open source AI-native SAST Instrument and monitor Boomi integration flows with OpenTelemetry and Datadog Not all index scans are equal: How we cut query latency by over 99% Platform engineering metrics: What to measure and what to ignore Integrate Recorded Future threat intelligence with Datadog Cloud SIEM CI/CD security: threat modeling using a MITRE-style threat matrix CI/CD security: How to secure your GitHub ecosystem Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API Operating agentic AI with Amazon Bedrock AgentCore and Datadog LLM Observability: Lessons from NTT DATA Introducing the Datadog Code Security MCP Capture and analyze custom heatmaps in Session Replay Understand session replays faster with AI summaries and smart chapters Monitor ClickHouse query performance with Datadog Database Monitoring How we designed empathetic alert sounds for on-call engineers Search and act across Datadog to resolve issues faster with Bits Assistant Measure the business impact of every product change with Datadog Experiments Analyzing round trip query latency Configuring JavaScript caches for better performance Introducing Bits AI Dev Agent for Code Security Datadog achieves ISO 42001 certification for responsible AI Monitor Nutanix clusters, hosts, and VMs with Datadog Monitor Juniper Mist in Datadog A new Host Map for modern infrastructure Annotate traces to improve LLM quality with Datadog LLM Observability What’s new in Cloud SIEM: AI-powered investigations, enhanced threat intelligence, and scalable security operations Explore Kubernetes with native OpenTelemetry data Monitor Oracle Fusion Cloud Applications with Datadog Announcing the Datadog Terraform provider v4.0.0 Scaling Kubernetes workloads on custom metrics How to design cloud environments for AI-powered threat analysis
Monitor Amazon Kinesis performance
2015-08-24 · via Datadog | The Monitor blog

Amazon Kinesis is a managed service for ingesting, processing, and managing data streams in the AWS cloud. It is used for large, distributed streams such as clickstreams, event logs, and social media feeds. After processing the data, Kinesis can distribute it to multiple consumers simultaneously. (If you are familiar with Kafka, Kinesis’s functionality is very similar to Kafka’s.)

If you are using Kinesis in production, you probably want to know right away if there are any slowdowns or other issues that might affect your users. And we have good news—we just added Amazon Kinesis performance monitoring to Datadog.

Default Datadog integration dashboard for Amazon Kinesis
Kinesis dashboard on Datadog
Default Datadog integration dashboard for Amazon Kinesis

Key Amazon Kinesis performance metrics

Monitoring the following key metrics can help ensure that Kinesis is performing at its best:

  • Number of incoming (put) requests: Sudden changes in the number of put requests can indicate important upstream changes. For example, a precipitous drop could be caused by network issues or problematic application change, while a significant increase may require you to provision additional resources.

Note: For incoming records, you should usually monitor IncomingBytes and IncomingRecords instead of PutRecord.Bytes and PutRecord.Success. The former tracks all puts, while the latter only tracks single-record puts.

  • Number of outgoing (get) requests: When investigating problems, this metric can provide useful context, e.g. “are gets at ordinary levels?”

  • Latency, if you are using Kinesis, your application probably demands low latency real time data, both for reads (gets) and writes (puts). Not only can you track these metrics with Datadog, but you can also correlate them with what’s happening in the rest of your infrastructure to better understand causes of problems, and their rippling effects.

Kinesis put latency graph
  • Iterator age represents the age of the newest record read from Kinesis. This metric shows how far behind your readers are in comparison to the incoming data. Depending on your usage, you can set up your own alert thresholds for iterator age to minimize lag.

  • The evolution of the number of shards per stream can now be visualized; shards represent a unit of read/write processing capacity. This metric allows you to see how Kinesis scaled up and down over time, and correlate its capacity with other metrics. By monitoring this metric, you can ensure that there are enough shards per stream to maintain performance while minimizing unnecessary resource costs.

AWS recently launched custom tags that you can apply to Kinesis streams. You can now use these tags within Datadog to split, aggregate, or filter your metrics, just as you can with your EC2 instance metrics.

Set up alerts

You can, of course, use all the alerting features Datadog offers to be notified whenever something seems to be abnormal with one of your Kinesis metrics.

Kinesis put latency graph

Already a Datadog customer? Try the Kinesis integration here. Otherwise, to it try out in your own environment, you can sign up for a free trial of Datadog!