Send metrics to Influxdb #46

Open
opened 2025-12-28 18:13:45 +00:00 by sami · 0 comments
Owner

Originally created by @EESergey on GitHub (Dec 1, 2025).

It's important to see the behavior, not just the average number of requests per second as a result. Metrics will allow us to examine the performance of each endpoint and bucket individually.

Describe the solution you'd like

Here is a list of metrics I would like to see in Influx:

  • GET successful request counter per endpoint
  • PUT successful request counter per endpoint
  • DELETE successful request counter per endpoint
  • GET successful request counter per bucket
  • PUT successful request counter per bucket
  • DELETE successful request counter per bucket
  • GET unsuccessful request counter per endpoint
  • PUT unsuccessful request counter per endpoint
  • DELETE unsuccessful request counter per endpoint
  • GET unsuccessful request counter per bucket
  • PUT unsuccessful request counter per bucket
  • DELETE unsuccessful request counter per bucket
  • Sent bytes counter per endpoint or summary
  • Received bytes counter per endpoint or summary

For example, what it might look like: -e INFLUXDB='http://some_key==@some_ip:8086/xk6/nspcc?test=put&size=4096&some_tag=lt001'
Tags are added to the submitted metrics.

Originally created by @EESergey on GitHub (Dec 1, 2025). ## Is your feature request related to a problem? Please describe. It's important to see the behavior, not just the average number of requests per second as a result. Metrics will allow us to examine the performance of each endpoint and bucket individually. ## Describe the solution you'd like Here is a list of metrics I would like to see in Influx: - GET successful request counter per endpoint - PUT successful request counter per endpoint - DELETE successful request counter per endpoint - GET successful request counter per bucket - PUT successful request counter per bucket - DELETE successful request counter per bucket - GET unsuccessful request counter per endpoint - PUT unsuccessful request counter per endpoint - DELETE unsuccessful request counter per endpoint - GET unsuccessful request counter per bucket - PUT unsuccessful request counter per bucket - DELETE unsuccessful request counter per bucket - Sent bytes counter per endpoint or summary - Received bytes counter per endpoint or summary For example, what it might look like: `-e INFLUXDB='http://some_key==@some_ip:8086/xk6/nspcc?test=put&size=4096&some_tag=lt001'` Tags are added to the submitted metrics.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/xk6-neofs#46
No description provided.