Skip to content

Commit

Permalink
feat: add telegraf profile
Browse files Browse the repository at this point in the history
  • Loading branch information
knrdl authored Oct 30, 2023
1 parent 247f522 commit 6f79da7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions profiles/telegraf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Method Path
HEAD /_ping
GET /(v\d+\.\d+/)?info
GET /(v\d+\.\d+/)?containers/[0-9a-fA-F]+/json(\?.+|)
GET /(v\d+\.\d+/)?containers/[0-9a-fA-F]+/logs(\?.+|)
GET /(v\d+\.\d+/)?containers/[0-9a-fA-F]+/stats(\?.+|)
GET /(v\d+\.\d+/)?containers/json(\?.+|)

0 comments on commit 6f79da7

Please sign in to comment.