Open
Conversation
Adding the code for sending results to OpenSearch
Added logging for plugin initialization and message processing.
This file defines a custom Sitespeed.io plugin for sending metrics to OpenSearch, including its dependencies and scripts.
Member
|
Hi @shiunu cool. About opensearch, is there some magic on how to communicate with it, or could you look into that we do the communication within the plugin (and skip that new dependency)? If the plugin will be directly in the sitespeed.io repository, I would like to avoid adding any dependencies (as we do with the Graphite plugin). Else we need to have the plug-in in a separate repo. Also, I think we should have a GitHub Action where we spinup a OpenSearch container so we could test the full flow. Let me know and I can see if I can help out. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Your checklist for a pull request to sitespeed.io
Please review the guidelines for contributing to this repository.
npm testand test linting bynpm run lintDescription
Created a plugin to send data to OpenSearch #4594
For now it only sends basic data to OpenSearch
Thank you for making sitespeed.io even better!