-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
http json output plugin #4389
Comments
System info: [Include Telegraf version, operating system name, and other relevant details] telegraf version 1.7.0 Steps to reproduce: Configure the http output plugin to post to an https endpoint. [[inputs.cpu]]
## Whether to report per-cpu stats or not
percpu = true
## Whether to report total system cpu stats or not
totalcpu = true
## If true, collect raw CPU time metrics.
collect_cpu_time = false
## If true, compute and report the sum of all non-idle CPU states.
report_active = false
# Read metrics about memory usage
[[inputs.mem]]
...
... Expected behavior:
[Include gist of relevant config, logs, etc.] |
@vikrant6 I'm not sure if you were able to continue, but you'll need to ensure the url format in your |
No description provided.
The text was updated successfully, but these errors were encountered: