Skip to content

Commit

Permalink
Merge branch 'mr-karan:main' into helm-chart-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
weibo-zhao authored May 18, 2022
2 parents 42a1e9c + 52f5687 commit 2464844
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ receivers:

PRs on Feature Requests, Bug fixes are welcome. Feel free to open an issue and have a discussion first.

For deployment manifests like Helm, Kustomize, Nomad etc - they're placed under `contrib` folder and generally manintained by the community.

## License

[LICENSE](LICENSE)
4 changes: 2 additions & 2 deletions config.sample.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[app]
address = "0.0.0.0:6000" # Address of the HTTP Server.
server_timeout = "5s" # Server timeout for HTTP requests.
server_timeout = "60s" # Server timeout for HTTP requests.
enable_request_logs = true # Whether to log incoming HTTP requests or not.
log = "info" # Use `debug` to enable verbose logging. Can be set to `info` otherwise.

[providers.prod_alerts]
type = "google_chat" # Type of provider. Currently supported value is `google_chat`.
endpoint = "https://chat.googleapis.com/v1/spaces/xxx/messages?key=key&token=token%3D" # Google Chat Webhook URL
max_idle_conns = 50 # Max idle connections in the HTTP Client.
timeout = "7s" # Timeout for making requests to Provider.
timeout = "30s" # Timeout for making requests to Provider.
# proxy_url = "http://internal-squid-proxy.com:3128" # Specify `proxy_url` as your proxy endpoint to route all HTTP requests to the provider via a proxy.
template = "static/message.tmpl" # Path to specify the message template path.
thread_ttl = "12h" # Timeout to keep active alerts in memory. Once this TTL expires, a new thread will be created.
Expand Down

0 comments on commit 2464844

Please sign in to comment.