-
Notifications
You must be signed in to change notification settings - Fork 4
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
Replace Logz.io with Datadog #74
base: stable
Are you sure you want to change the base?
Conversation
@@ -7,13 +7,15 @@ run: | |||
redis \ | |||
mysql \ | |||
meilisearch \ | |||
datadog \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to run the agent if we have it disabled?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, but its a PITA to conditionally run in this way. my honest suggestion would be that the DD agent should be up to the person running the server since the provided configuration is more than enough but i imagine you don't want this
realistikgdps | ||
|
||
run-bg: | ||
docker-compose up -d \ | ||
redis \ | ||
mysql \ | ||
meilisearch \ | ||
datadog \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As above.
Implement Datadog support for RealistikGDPS.
Key features