Join Slack
Powered by
This message was deleted.
# support
s
Slackbot
09/05/2022, 11:54 AM
This message was deleted.
p
Pranay
09/05/2022, 12:04 PM
Can you share a bit more detail on how your flow looks like? does k6 write results on an external db like cassandra and you plot those metrics in prometheus via remote write? ( feel free to correct if I am completely off here 😉 )
j
Jay Ghiya
09/07/2022, 2:49 PM
hi
@Pranay
apologies for delayed response. So k6 supports writing to following formats and backends ->
https://k6.io/docs/integrations/#result-store-and-visualization
. The way it interacts with prometheus is through remote write api of prometheus which is currently not supported by
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/prometheusreceiver/README.md
. So as of now the workaround that we have planned is to copy output results from logs of k6 pods (as it writes at the end of experiment) to a output file as part of gitops. I hope this information helped.
p
Pranay
09/07/2022, 2:50 PM
Got it. thanks for sharing
@Jay Ghiya
🙌 1
28
Views
Open in Slack
Previous
Next