Sha256: 3fb23e7deadb43bec7334e457f7b694e3aa81bb7722cf056bb72cb15a1da1266

Contents?: true

Size: 1014 Bytes

Versions: 3

Compression:

Stored size: 1014 Bytes

Contents

generic:
  eventmachine:
    threadpool_size: 2

  profiling:
    perftools: false
    gcprofiler: false
    rubyprof: false

  processor:
    enabled: true
    listen:
      host: 0.0.0.0
      port: 1336
    mongodb:
      host: localhost
      port: 27017
      database: ganymed
      pool_size: 25
      pool_timeout: 5
    websocket:
      host: 0.0.0.0
      port: 1338

  sampler:
    enabled: true
    window: 300
    listen:
      host: 127.0.0.1
      port: 1337
    consolidations:
      min: [min]
      max: [max]
      avg: [mean]
      stdev: [stdev]
      u90: [percentile, 0.9]

  client:
    processor:
      host: 127.0.0.1
      port: 1336
    sampler:
      host: 127.0.0.1
      port: 1337

  collectors:
    network:
      exclude:
        - ^lo$
        - ^sit
    disk:
      exclude:
        - ^dev$
        - ^dev-shm$
        - rc-init-d$
        - ^run$
        - ^sys-fs-cgroup$
        - ^var-tmp-metro
        - ^usr-portage
    iostat:
      skip_numbered: true
      exclude: []

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ganymed-0.3.3 lib/ganymed/config.yml
ganymed-0.3.2 lib/ganymed/config.yml
ganymed-0.3.1 lib/ganymed/config.yml