Skip to technology filters Skip to main content
Dynatrace Hub

Extend the platform,
empower your team.

Popular searches:
Home hero bg
LinkerdLinkerd
Linkerd

Linkerd

LInkerd service mesh provides runtime debugging, observability, reliability, and security with zero code changes.

Extension
Free trialDocumentation
  • Product information
  • Release notes

Overview

Configurations to enable dashboards and alerts for Linkerd service mesh metrics coming in through the Prometheus exporter integration. It requires metrics already ingested into Dynatrace via Prometheus integration. Follow the steps described in the Setup section for proper installation.

Use cases

  • Monitor Linkerd control plane performance and sidecar proxies performance
  • Alert on anomalies leading to performance issues
  • Visualize service mesh component status and performance on dashboards
  • Leverage Kubernetes Prometheus exporter integration to obtain all necessary telemetry data.

Get started

For more information on the installation and configuration, please see Linkerd extension in the Dynatrace Documentation.

Details

Setup

1. Enable Prometheus monitoring in Dynatrace

In your Dynatrace environment, go to Settings > Cloud and virtualization > Kubernetes and turn on Enable monitoring and Monitor Prometheus exporters. For more information see our official documentation.

2. Annotate resources to begin collecting metrics

Annotations can either be set on the services (requires ActiveGate or Dynatrace Operator 1.215+) or on the pods. If you annotate the pods directly the annotations will go away when they are destroyed so be sure to add the annotations in the pod template at the deployment or replica set level. But do not annotate the deployments themselves as this will have no effect.

Refer to documentation for annotation best practices.

Start ingesting Linkerd (control plane) metrics

Controller

This component has been removed in the latest Kubernetes releases of Linkerd, so can be skipped if you do not see a linkerd-controller service.

metrics.dynatrace.com/port: "9995"
metrics.dynatrace.com/scrape: "true"
metrics.dynatrace.com/filter: |
  {
    "mode": "include",
    "names": [
      "http_client_requests_total",
      "http_server_requests_total"
    ]
  }

Proxy injector

This is the linkerd-proxy-injector service and deployment.

metrics.dynatrace.com/port: "9995"
metrics.dynatrace.com/scrape: "true"
metrics.dynatrace.com/filter: |
  {
    "mode": "include",
    "names": [
      "http_client_requests_total",
      "proxy_inject_admission_requests_total",
      "proxy_inject_admission_responses_total"
    ]
  }

Identity

This is the linkerd-identity service and deployment.

metrics.dynatrace.com/port: "9990"
metrics.dynatrace.com/scrape: "true"
metrics.dynatrace.com/filter: |
  {
    "mode": "include",
    "names": [
      "grpc_server_handled_total",
      "grpc_server_msg_received_total",
      "grpc_server_msg_sent_total",
      "grpc_server_started_total",
      "http_client_requests_total"
    ]
  }

Destination

This may either be linkerd-destination or linkerd-dst in the latest versions.

metrics.dynatrace.com/port: "9996"
metrics.dynatrace.com/scrape: "true"
metrics.dynatrace.com/filter: |
  {
    "mode": "include",
    "names": [
      "grpc_server_handled_total",
      "grpc_server_msg_received_total",
      "grpc_server_msg_sent_total",
      "grpc_server_started_total",
      "http_client_requests_total"
    ]
  }

Service profile validator

This is the linkerd-sp-validator service and deployment. If you see a service for this component but no deployments/pods, this functionality was moved to the linkerd-destination component in the latest releases so you do not need to add annotations for this.

metrics.dynatrace.com/port: "9997"
metrics.dynatrace.com/scrape: "true"
metrics.dynatrace.com/filter: |
  {
    "mode": "include",
    "names": [
      "http_client_requests_total"
    ]
  }

Start ingesting Linkerd (data plane) metrics

Set the below annotations on on either the services in front of the pods or in the pod templates for the pods that you would like to collect Linkerd metrics for. The pods must have the sidecar proxy injected into them for the metrics to be available.

metrics.dynatrace.com/port: "4191"
metrics.dynatrace.com/scrape: "true"
metrics.dynatrace.com/filter: |
  {
    "mode": "include",
    "names": [
      "response_total",
      "request_total",
      "tcp_close_total",
      "tcp_open_total",
      "tcp_read_bytes_total",
      "tcp_write_bytes_total"
    ]
  }

After some minutes, you can verify if everything works as expected by finding Linkerd related metrics using the Dynatrace metrics browser. The metric keys included in our filter annotations will be the best to look for.

For troubleshooting and further annotation methods, see Monitor Prometheus metrics in Dynatrace documentation.

4. Add extension to environment

To add this extension to your environment click Add to environment on the page of this extension in the Dynatrace Hub. After activating the extension, select Dashboards in Dynatrace. You should now find out of the box dashboards for Linkerd - Control Plane and Linkerd - Data Plane.

5. Activate metric events for alerting

Additionally, the extension comes with a pre-configured metric event for alerting. To activate it:

  1. From the Dynatrace navigation menu, select Settings > Anomaly detection > Custom events for alerting.

  2. Find the following event

    • Linkerd - Large number of failure responses: notifies you if more than 10 failure responses are detected in 3 minutes in any 5 minute period.
  3. If necessary, select the Edit button to customize the event conditions.

  4. Move the switch next an event to the On position to activate it.

Compatibility information

Requires metrics already ingested into Dynatrace via Prometheus integration. See Kubernetes Prometheus exporter integration documentation for details.

Dynatrace
DocumentationMore Information
By Dynatrace
Dynatrace support center
Subscribe to new releases
Copy to clipboard

Full version history

To have more information on how to install the downloaded package, please follow the instructions on this page.
ReleaseDate

Full version history

No release notes

Dynatrace Hub
Hub HomeGet data into DynatraceBuild your own app
Dynatrace Intelligence - Agentic Operations SystemThe Dynatrace Agentic AI ecosystem
Log Management and AnalyticsKubernetesAI and LLM ObservabilityInfrastructure ObservabilitySoftware DeliveryApplication ObservabilityApplication SecurityBusiness ObservabilityDigital Experience
Filter
Type
Built and maintained by
Deployment model
SaaS
  • SaaS
  • Managed
Partner FinderBecome a partnerDynatrace Developer

38 Results

Found in 'All'

Kubernetes logo

Kubernetes

All-in-one Kubernetes observability for K8s infrastructure and apps teams.

App
  • Kubernetes
  • aks
  • apm
  • containers
  • EKS
  • gke
  • k8s
  • log
  • log-analytics
  • log forensics
  • logging
  • log management and analytics
  • openshift
Kubernetes Connector logo

Kubernetes Connector

Automate your Kubernetes clusters: Delete failed pods and restart deployments.

App
  • Kubernetes
  • automation
  • automations
  • connector
  • connectors
  • k8s
  • workflow
  • workflow action
  • workflow actions
  • workflow automation
  • workflows
Prometheus in Kubernetes logo

Prometheus in Kubernetes

Collect metrics from Prometheus exporters in Kubernetes for Dynatrace analytics.

Technology
  • Kubernetes
  • cAdvisor
  • Collectd
  • Consul
  • container
  • coredns
  • couchbase
  • couchdb
  • eBPF
  • Elasticsearch
  • Envoy
  • Fluentd
  • HAProxy
  • InfluxDB
  • k8s
  • kafka
  • kube-state-metrics
  • Memcached
  • metrics
  • mssql
  • MySQL
  • NATS
  • node-exporter
  • open observability
  • openshift
  • PostgreSQL
  • RabbitMQ
  • Rancher
  • Redis
  • StatsD
  • Traefik
Kubernetes Operations Agent logo

Kubernetes Operations Agent

Automatically remediate misconfigurations on your Kubernetes workloads.

Technology
  • agentic operations system
  • agentic workflows
  • AI
  • cloud
  • containers
  • k8s
  • MCP
  • Model Context Protocol
  • ready-made agent
IBM Cloud Kubernetes Service logo

IBM Cloud Kubernetes Service

Harness automation and AI to simplify Kubernetes observability at scale.

Technology
  • Kubernetes
  • apm
  • cloud
  • container
  • full-stack
  • ibm
  • iks
  • infrastructure
  • k8s
  • log-analytics
  • microservices
  • platform
  • pods
[Deprecated] Kubernetes PVCs logo

[Deprecated] Kubernetes PVCs

Monitor your Kubernetes persistent volume claims and alert on capacity limits.

Extension
  • Kubernetes
  • k8s
  • openshift
  • pvc
Log Monitoring for Kubernetes logo

Log Monitoring for Kubernetes

Easily and seamlessly stream logs to Dynatrace via the Kubernetes Log Module.

Technology
  • Kubernetes
  • k8s
  • log
  • log analytics
  • logging
  • logs
Google Kubernetes Engine (GKE) logo

Google Kubernetes Engine (GKE)

Harness automation and AI to simplify Kubernetes observability at scale.

Technology
  • Kubernetes
  • apm
  • autopilot
  • cloud
  • cloud-extension
  • container
  • full-stack
  • gke
  • infrastructure
  • k8s
  • log-analytics
  • microservices
  • platform
  • pods
Azure Kubernetes Service (AKS) logo

Azure Kubernetes Service (AKS)

Harness automation and AI to simplify Kubernetes observability at scale.

Technology
  • Kubernetes
  • aks
  • apm
  • azure
  • cloud
  • cloud-extension
  • container
  • full-stack
  • infrastructure
  • k8s
  • log-analytics
  • microservices
  • platform
  • pods
Rancher Kubernetes Engine (RKE) logo

Rancher Kubernetes Engine (RKE)

Harness automation and AI to simplify Kubernetes observability at scale.

Technology
  • Kubernetes
  • apm
  • container
  • k8s
  • pods
Kubernetes Troubleshooting Agent logo

Kubernetes Troubleshooting Agent

Automated troubleshooting and root cause analysis of Kubernetes resources.

Technology
  • agentic-operations-system
  • agentic-workflows
  • AI
  • cloud
  • container
  • k8s
  • MCP
  • Model Context Protocol
  • openshift
  • readymade-agent
Kubernetes Monitoring Statistics logo

Kubernetes Monitoring Statistics

Troubleshoot your Dynatrace Kubernetes monitoring and Prometheus integration.

Extension
  • Kubernetes
  • k8s
  • Self-Monitoring
Nutanix Kubernetes Platform (NKP) logo

Nutanix Kubernetes Platform (NKP)

All-in-one Kubernetes observability for K8s infrastructure and apps teams.

Technology
  • Kubernetes
  • nutanix
Google Kubernetes (GKE) integration logo

Google Kubernetes (GKE) integration

Insights into GKE metrics collected from the Google Operations API.

Extension
Amazon Elastic Kubernetes Service (EKS) logo

Amazon Elastic Kubernetes Service (EKS)

Harness automation and AI to simplify Kubernetes observability at scale.

Technology
  • azure kubernetes service
  • apm
  • aws
  • cloud
  • cloud-extension
  • container
  • EKS
  • full-stack
  • infrastructure
  • k8s
  • log-analytics
  • microservices
  • platform
  • pods
VMware Tanzu logo

VMware Tanzu

Harness automation and AI to simplify Kubernetes observability at scale.

Technology
  • Kubernetes
  • application
  • container
  • infrastructure
  • k8s
  • pivotal
  • pods
  • TGKI
  • TKGI
containerd logo

containerd

Distributed tracing and metrics for services in containerd in Kubernetes.

Technology
  • Kubernetes
  • container
  • container runtime
  • CRI
  • infrastructure
  • k8s
  • microservices
cri-o logo

cri-o

Distributed tracing and metrics for services in cri-o containers in Kubernetes.

Technology
  • Kubernetes
  • container
  • container runtime
  • CRI
  • infrastructure
  • k8s
  • microservices
  • openshift
NVIDIA DCGM Exporter logo

NVIDIA DCGM Exporter

Leverage GPU metrics to gain insights, optimize workloads, and monitor clusters.

Technology
  • Kubernetes
  • data
  • golang
  • infrastructure monitoring
  • metrics
  • nvidia
Nutanix AI logo

Nutanix AI

End-to-end observability for your Nutanix AI Agentic and LLM workloads.

Technology
  • Kubernetes
  • Agentic AI
  • AI Observability
  • LLM Observability
  • NAI
  • NKP
  • Nutanix AI
  • OpenTelemetry
  • vLLM
Live Debugger logo

Live Debugger

Get real-time debug data from production or any remote environment.

App
  • Kubernetes
  • code-level visibility
  • debugger
Red Hat OpenShift logo

Red Hat OpenShift

Harness automation and AI to simplify observability on OpenShift at scale.

Technology
  • Kubernetes
  • apm
  • cloud
  • container
  • full-stack
  • infrastructure
  • k8s
  • log-analytics
  • microservices
  • openshift
  • red-hat
Linkerd logo

Linkerd

LInkerd service mesh provides runtime debugging, observability, reliability, and security with zero code changes.

Extension
  • Kubernetes
  • Prometheus
  • ServiceMesh
Kyverno logo

Kyverno

Ingest Kyverno compliance findings.

Technology
  • kubernetes
  • compliance
  • devsecops
  • findings
  • ingest
  • integration
  • misconfigurations
  • normalize
  • push
  • security
  • third-party
  • unify
Fluent Bit logo

Fluent Bit

Stream logs to Dynatrace via Fluent Bit for analysis and AI observability.

Technology
  • Kubernetes
  • data-collection
  • fluent bit
  • journald
  • log-analytics
  • logging
  • log-ingest-integration
  • log managenet and analytics
  • logs
  • open observability
etcd for OpenShift logo

etcd for OpenShift

Get deep insights into your OpenShift control plane using etcd metrics.

Extension
  • Kubernetes
  • control plane
  • etcd
  • k8s
  • openshift
Openshift Virtualization logo

Openshift Virtualization

Monitor OpenShift Virtualization entities using our Dynatrace Operator.

Extension
  • kubernetes
  • containers
  • kubevirt
  • ocp
  • openshift
  • red hat
  • virtualization
  • virtual machines
  • VMs
Dynatrace Bindplane logo

Dynatrace Bindplane

Optimize and manage your telemetry at the edge before it reaches Dynatrace.

Technology
  • kubernetes
  • bindplane
  • forward
  • log
  • log-ingest-integration
  • log management
  • metrics
  • OpenTelemetry
  • OTel
  • pipeline management
  • syslog
  • traces
Consul Service Mesh (StatsD) logo

Consul Service Mesh (StatsD)

Extend visibility into your Consul Service Mesh instances to monitor health and improve performance.

Extension
  • Kubernetes
  • container
  • ServiceMesh
  • StatsD
Red Hat Enterprise Linux CoreOS logo

Red Hat Enterprise Linux CoreOS

Open-source lightweight OS based on the Linux, providing infrastructure to clustered deployments.

Technology
  • Kubernetes
  • cloud
  • infrastructure
  • k8s
  • server-monitoring
Istio Service Mesh logo

Istio Service Mesh

Automatic and intelligent observability with trace, metrics and log insights.

Technology by Community
  • Kubernetes
  • Envoy
  • Istio
  • Service Mesh
  • community
OpenTelemetry Dashboards logo

OpenTelemetry Dashboards

Ready-made dashboards for OpenTelemetry.

App
  • Kubernetes
  • dashboard
  • k8s
  • OpenTelemetry
  • OpenTelemetry Collector
  • otel
  • otelcol
  • Self-Monitoring
OpenTelemetry Collector logo

OpenTelemetry Collector

Collect, enrich and export your traces, metrics and logs, supported by Dynatrace.

Technology
  • Kubernetes
  • collector
  • Fluentd
  • Jaeger
  • Log file
  • log-ingest-integration
  • opentelemetry
  • OTLP
  • Prometheus
  • StatsD
  • Syslog
  • Zipkin
Istio Service Mesh logo

Istio Service Mesh

Monitor Istio health and performance with Prometheus metrics.

Extension
  • Kubernetes
  • Ambient mesh
  • Egress Gateway
  • Envoy
  • Ingress Gateway
  • Istio
  • Service Mesh
  • sidecar
Backstage Dynatrace plugins logo

Backstage Dynatrace plugins

Provide context-rich observability, security, and quality insights in Backstage.

Technology
  • Kubernetes
  • backstage
  • dql
Fluentd logo

Fluentd

Stream log data to Dynatrace via Fluentd for analysis.

Technology by Community
  • azure kubernetes service
  • data-collection
  • log
  • log-analytics
  • log forensics
  • logging
  • log-ingest-integration
  • log managenet and analytics
  • open observability
  • community
Azure Container Instance logo

Azure Container Instance

Deploy and manage serverless containers on the Microsoft Azure cloud, without having to manage any underlying infrastructure.

Technology
  • azure kubernetes service
  • aks
  • cloud
  • container
  • serverless
DevCycle by Dynatrace logo

DevCycle by Dynatrace

Rollout, manage and experiment on features with DevCycle by Dynatrace.

Technology
  • Kubernetes Admission Controllers
  • Azure DevOps
  • Dynatrace
  • GitHub Actions
  • GitLab CI/CD
  • OpenFeature
  • Serverless runtimes