Skip to main content
Nebius Observability Agent for Kubernetes is the recommended way to ingest logs, metrics and traces from Managed Service for Kubernetes® into Nebius AI Cloud. For more details, see Nebius Observability Agent for Kubernetes.
v1.0.5
2026-01-30

Added

  • Traces collection and forwarding to Nebius AI Cloud. For more details, see How to ingest traces with Nebius Observability Agent for Kubernetes.
  • Configuration option config.traces.enabled to enable or disable trace collection. Default: true.
  • OTLP endpoint for receiving traces from applications at nebius-observability-agent.<namespace>.svc.cluster.local:4317, where <namespace> is the Managed Service for Kubernetes namespace where the agent is installed (default: observability).
Example configuration to enable traces:
config:
  traces:
    enabled: true
v1.0.4
2025-09-02

Fixed

  • Fixed a wrong image tag in the Helm chart.
v1.0.3
2025-09-01

Added

  • Support for setting the metadata region in Helm values for Managed Service for Kubernetes clusters not running on Compute VMs.
  • Configuration option metadata.region (e.g., eu-north1) to specify the region when automatic detection is not available.
  • Configuration option metadata.parent_id (e.g., project-e00abcde...) to specify the parent project ID.
  • Required setup commands for authentication:
    • nebius iam auth-public-key generate —service-account-id {targetSaId} —output credentials.json
    • kubectl create secret --namespace=observability generic iam-credentials-file --from-file=credentials.json
  • The target service account (target-sa-id) must be granted the following permissions:
    • logging.logs.writer for sending logs to Logging
    • monitoring.metrics.writer for sending metrics to Monitoring
Example configuration for clusters not running on Compute VMs:
config:
  iam:
    auth_scheme: "iam-credentials-file"
    credentials_file_secret_name: "iam-credentials-file"
    credentials_file_secret_key: "credentials.json"
  metadata:
    region: "eu-north1"
    parent_id: "project-e00abcde..."
v1.0.2
2025-08-12

Added

  • Metrics collection capability for Managed Service for Kubernetes workloads.
  • Metrics forwarding to Monitoring.
  • Configurable settings to choose between logs only, metrics only or both.
  • Option to exclude agent logs from collection (config.logs.collectAgentLogs: false).
  • Option to exclude agent metrics from collection (config.metrics.collectAgentMetrics: false).
  • Metrics enrichment with cluster ID, node group ID and other Managed Service for Kubernetes metadata.
v1.0.1
2025-06-03

Added

  • Helm chart for Managed Service for Kubernetes.
  • Out-of-the-box log collection from Managed Service for Kubernetes into Logging with minimal configuration.
  • Log enrichment (e.g., cluster ID and metadata injection).
  • Reliability features.