Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added integration with Sentry #626

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

egor-voynov-aiven
Copy link
Contributor

@egor-voynov-aiven egor-voynov-aiven commented Aug 1, 2024

  1. Now you can configure sentry as follows:
{
  "sentry": {
    "dsn": "<url>",
    "environment": "production"
    "server_name": "pg_db"
    "tags": {
      "foo": "bar"
    }
  }
}
  1. Added base class for monitoring clients - MetricsClient. All clients are inherited from it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant