mirror of
https://github.com/decke/smtprelay.git
synced 2026-04-25 12:55:54 +03:00
[PR #13] [CLOSED] Production-readiness modifications #60
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/smtprelay#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/decke/smtprelay/pull/13
Author: @dannykopping
Created: 3/9/2021
Status: ❌ Closed
Base:
master← Head:upsteam-changes📝 Commits (10+)
150b377Allow reading remotePass from env var546ce12Merge pull request #1 from grafana/remote_pass7583cfdAdd support for any network + improve logs & errors4ca35c1Merge pull request #4 from grafana/logs_and_net_check7cf65e6Adding attempt and failure metricsdf12d96Adding duration metricac8d53eMaking metrics address configurabled204de6Merge pull request #9 from grafana/dannykopping/metrics53212b6Moving metrics_listen config option into more appropriate position04e7486Refactoring, adding structured logging📊 Changes
7 files changed (+746 additions, -89 deletions)
View changed files
📝
config.go(+38 -16)📝
go.mod(+3 -0)📝
go.sum(+410 -0)➕
logger.go(+40 -0)📝
main.go(+202 -72)➕
metrics.go(+45 -0)📝
smtprelay.ini(+8 -1)📄 Description
Hey @decke!
We've been using your great library here at Grafana, and we needed to make some modifications to productionize the service a bit. To this end, we've added:
stdoutby default)These changes are very opinionated, so feel free to accept only the pieces you want (or indeed nothing at all).
Thanks for the super useful library!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.