Artifact victoria-metrics_1.79.14+ds1-2+b3_amd64

Metadata
deb_control_files:
- conffiles
- control
- md5sums
- postinst
- postrm
- preinst
- prerm
deb_fields:
  Architecture: amd64
  Built-Using: go-md2man-v2 (= 2.0.4-1), golang-1.23 (= 1.23.2-1), golang-blackfriday-v2
    (= 2.1.0-1), golang-github-aws-aws-sdk-go (= 1.49.0-2), golang-github-beorn7-perks
    (= 1.0.1-1), golang-github-cespare-xxhash (= 2.3.0-1), golang-github-cheggaaa-pb.v3
    (= 3.1.5-1), golang-github-fatih-color (= 1.17.0-1), golang-github-go-kit-kit
    (= 0.13.0-4), golang-github-go-kit-log (= 0.2.1-1), golang-github-go-logfmt-logfmt
    (= 0.5.0-2), golang-github-golang-groupcache (= 0.0~git20210331.41bb18b-1), golang-github-golang-protobuf-1-5
    (= 1.5.4-1), golang-github-golang-snappy (= 0.0.2-3), golang-github-googleapis-gax-go
    (= 2.13.0-1), golang-github-jmespath-go-jmespath (= 0.4.0-2), golang-github-klauspost-compress
    (= 1.17.10+ds1-1), golang-github-mattn-go-colorable (= 0.1.13-1), golang-github-mattn-go-isatty
    (= 0.0.20-1), golang-github-mattn-go-runewidth (= 0.0.15-2), golang-github-munnerz-goautoneg
    (= 0.0~git20191010.a7dc8b6-2), golang-github-oklog-ulid (= 2.0.2+ds-2), golang-github-pkg-errors
    (= 0.9.1-3), golang-github-prometheus-client-golang (= 1.20.4-1), golang-github-prometheus-client-model
    (= 0.6.0-1), golang-github-prometheus-common (= 0.60.0-1), golang-github-prometheus-procfs
    (= 0.14.0-1), golang-github-rivo-uniseg (= 0.4.7-1), golang-github-urfave-cli-v2
    (= 2.25.7-5), golang-github-valyala-bytebufferpool (= 1.0.0-4), golang-github-valyala-fastjson
    (= 1.6.4-1), golang-github-valyala-fastrand (= 1.1.0-3), golang-github-valyala-fasttemplate
    (= 1.2.2+ds1-2), golang-github-valyala-gozstd (= 1.21.1+ds1-1), golang-github-valyala-histogram
    (= 1.2.0+ds-3), golang-github-valyala-quicktemplate (= 1.8.0+ds1-2), golang-github-victoriametrics-fastcache
    (= 1.12.2+ds1-1), golang-github-victoriametrics-metrics (= 1.35.1+ds1-1), golang-github-victoriametrics-metricsql
    (= 0.56.2+ds1-1), golang-github-vividcortex-ewma (= 1.1.1-2), golang-github-xrash-smetrics
    (= 0.0~git20201216.039620a-1), golang-go.opencensus (= 0.24.0-2), golang-go.uber-atomic
    (= 1.11.0-1), golang-golang-x-net (= 1:0.27.0-1), golang-golang-x-oauth2 (= 0.15.0-1),
    golang-golang-x-sync (= 0.7.0-1), golang-golang-x-sys (= 0.22.0-1), golang-golang-x-text
    (= 0.16.0-1), golang-google-api (= 0.61.0-5), golang-google-cloud (= 0.56.0-5),
    golang-google-genproto (= 0.0~git20210726.e7812ac-4), golang-google-grpc (= 1.64.0-6),
    golang-google-protobuf (= 1.33.0-1), golang-yaml.v2 (= 2.4.0-4)
  Depends: adduser, libc6 (>= 2.34), libzstd1 (>= 1.5.5)
  Description: |-
    fast, cost-effective and scalable time series database
     VictoriaMetrics is a fast, cost-effective and scalable time-series database.
     It can be used as long-term remote storage for Prometheus.
     .
     Prominent features:
      * Supports Prometheus querying API, so it can be used as Prometheus
        drop-in replacement in Grafana. VictoriaMetrics implements MetricsQL
        query language, which is inspired by PromQL.
      * Supports global query view. Multiple Prometheus instances may write
        data into VictoriaMetrics. Later this data may be used in a single query.
      * High performance and good scalability for both inserts and selects.
        Outperforms InfluxDB and TimescaleDB by up to 20x.
      * Uses 10x less RAM than InfluxDB when working with millions of unique time
        series (aka high cardinality).
      * Optimized for time series with high churn rate. Think about
        prometheus-operator metrics from frequent deployments in Kubernetes.
      * High data compression, so up to 70x more data points may be crammed into
        limited storage comparing to TimescaleDB.
      * Optimized for storage with high-latency IO and low IOPS (HDD and network
        storage in AWS, Google Cloud, Microsoft Azure, etc).
      * A single-node VictoriaMetrics may substitute moderately sized clusters
        built with competing solutions such as Thanos, M3DB, Cortex, InfluxDB or
        TimescaleDB.
      * Easy operation:
        - VictoriaMetrics consists of a single small executable without external
          dependencies.
        - All the configuration is done via explicit command-line flags with
          reasonable defaults.
        - All the data is stored in a single directory pointed by
          -storageDataPath flag.
        - Easy and fast backups from instant snapshots to S3 or GCS with
          vmbackup / vmrestore.
        - Data migration between VictoriaMetrics, Prometheus and InfluxDB with
          vmctl.
      * Storage is protectedfrom corruption on unclean shutdown (i.e. OOM,
        hardware reset or kill -9) thanks to the storage architecture.
      * Supports metrics' scraping, ingestion and backfilling (#backfilling)
        via the following protocols:
        - Metrics from Prometheus exporters such as node_exporter.
        - Prometheus remote write API
        - InfluxDB line protocol
        - Graphite plaintext protocol with tags if -graphiteListenAddr is set.
        - OpenTSDB put message if -opentsdbListenAddr is set.
        - HTTP OpenTSDB /api/put requests if -opentsdbHTTPListenAddr is set.
        - /api/v1/import.
      * Ideally works with big amounts of time series data from Kubernetes, IoT
        sensors, connected cars, industrial telemetry, financial data and
        various Enterprise workloads.
      * Has open source cluster version.
  Homepage: https://github.com/VictoriaMetrics/VictoriaMetrics
  Installed-Size: '95515'
  Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
  Multi-Arch: foreign
  Package: victoria-metrics
  Pre-Depends: init-system-helpers (>= 1.54~)
  Priority: optional
  Section: net
  Source: victoriametrics (1.79.14+ds1-2)
  Version: 1.79.14+ds1-2+b3
srcpkg_name: victoriametrics
srcpkg_version: 1.79.14+ds1-2

File

victoria-metrics_1.79.14+ds1-2+b3_amd64.deb
File too big (25.0 MB > 2.0 MB): you can view it raw or download it instead.

Relations

Relation Direction Type Name
built-using Source package victoriametrics_1.79.14+ds1-2

binary package System mirror trixie from https://deb.debian.org/debian - 5 hours, 20 minutes ago 0 minutes
BETA