Basalt icon

Basalt

Interact with Basalt API to manage prompts, monitoring, and datasets

Actions9

Overview

This node interacts with the Basalt API to create an experiment for monitoring purposes. It is designed to facilitate the creation of experiments on specific features by specifying the feature slug and experiment name. This is useful in scenarios where users want to monitor and analyze the performance or behavior of features through experiments, such as A/B testing or feature flag monitoring.

Use Case Examples

  1. Creating an experiment to monitor the impact of a new feature rollout by specifying the feature slug and naming the experiment accordingly.
  2. Setting up multiple experiments for different features to track their performance independently within the Basalt monitoring system.

Properties

Name Meaning
Feature Slug The slug of the feature to create an experiment on, used to identify the feature within the Basalt system.
Name The name of the experiment, used to label and identify the experiment within the monitoring system.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • id - Unique identifier of the created experiment.
  • name - Name of the created experiment.
  • featureSlug - Slug of the feature associated with the experiment.
  • status - Current status of the experiment (e.g., active, completed).
  • createdAt - Timestamp when the experiment was created.

Dependencies

  • Basalt API with an API key credential for authentication

Troubleshooting

  • Ensure the feature slug provided is valid and exists in the Basalt system to avoid errors related to feature identification.
  • Check network connectivity and proxy settings if requests fail or time out.
  • If SSL certificate validation errors occur, consider enabling the option to ignore SSL issues, but be aware of the security implications.
  • Verify that the API key credential is correctly configured and has the necessary permissions to create experiments.

Links

Discussion