Skip to content

Instantly share code, notes, and snippets.

@fieldju
Created June 4, 2019 19:26
Show Gist options
  • Save fieldju/6512b4956ac4fcf6282d99734cbbfe9f to your computer and use it in GitHub Desktop.
Save fieldju/6512b4956ac4fcf6282d99734cbbfe9f to your computer and use it in GitHub Desktop.
server:
ssl:
enabled: false
port: '8090'
address: localhost
redis:
connection: ${services.redis.baseUrl:redis://localhost:6379}
kayenta:
atlas:
enabled: false
google:
enabled: false
aws:
enabled: false
datadog:
enabled: false
prometheus:
enabled: false
influxdb:
enabled: false
gcs:
enabled: false
s3:
enabled: false
signalfx:
enabled: true
accounts:
- name: sfx-architecture
accessToken: ${kayenta.signalfx.ndeArch.apiKey}
supportedTypes:
- METRICS_STORE
stackdriver:
enabled: false
memory:
enabled: true
accounts:
- name: in-memory-store
supportedTypes:
- OBJECT_STORE
configbin:
enabled: false
standaloneCanaryAnalysis.enabled: true
notifications:
slackWebHookUrl: ${slackWebHookUrl:http://example.com}
management.security.enabled: false
spectator:
applicationName: ${spring.application.name}
webEndpoint:
enabled: true
keiko:
queue:
redis:
queueName: kayenta.keiko.queue
deadLetterQueueName: kayenta.keiko.queue.deadLetters
swagger:
enabled: true
title: Kayenta API
baseUrl: localhost
description:
contact:
patterns:
- /health
- /pipeline.*
- /standalone.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment