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

dogwrap cannot choose the US3 site. #748

Closed
holidayworking opened this issue Dec 16, 2022 · 0 comments · Fixed by #749
Closed

dogwrap cannot choose the US3 site. #748

holidayworking opened this issue Dec 16, 2022 · 0 comments · Fixed by #749
Labels
kind/bug Bug related issue

Comments

@holidayworking
Copy link
Contributor

Describe the bug
I need to send data to the US3 site, but dogwrap cannot choose the US3 site.

$ dogwrap -n test -s us3 "ls"
Usage: dogwrap -n [event_name] -k [api_key] --submit_mode [ all | errors | warnings] [options] "command".

Note that you need to enclose your command in quotes to prevent python executing as soon as there is a space in your command.

NOTICE: In normal mode, the whole stderr is printed before stdout, in flush_live mode they will be mixed but there is not guarantee that messages sent by the command on both stderr and stdout are printed in the order they were sent.

dogwrap: error: option -s: invalid choice: 'us3' (choose from 'datadoghq.com', 'us', 'datadoghq.eu', 'eu')

To Reproduce
Steps to reproduce the behavior:

  1. Choose the US3 site when you sign up.
  2. Run this command.
$ dogwrap -n test -s us3 "ls"

Expected behavior
dogwrap can choose the US3 site.

Environment and Versions (please complete the following information):

$ dogwrap --version
dogwrap 0.44.0
@holidayworking holidayworking added the kind/bug Bug related issue label Dec 16, 2022
@nkzou nkzou linked a pull request Dec 16, 2022 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Bug related issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant