Mock Data source plugin
The Mock Data source plugin lets you input user-generated data into Chronosphere Telemetry Pipeline.
To use the Mock Data source plugin, you must create your own dataset and feed that data to the plugin. If you'd prefer to have Telemetry Pipeline generate simulated log data on your behalf, use the Datagen plug instead.
Supported telemetry types
This plugin supports these telemetry types:
Logs | Metrics | Traces |
---|---|---|
Configuration parameters
Use the parameters in this section to configure your plugin. The Telemetry Pipeline web interface uses the values in the Name column to describe the parameters. Items in the Key column are the YAML keys to use in pipeline configuration files.
Required
Name | Key | Description | Default |
---|---|---|---|
Mock Data | dummy | Required. Your mock data, in JSON format. | none |
Advanced
Name | Key | Description | Default |
---|---|---|---|
Rate | rate | The amount of events per second to mock. | 1 |
Samples | samples | How many times to generate events. | 0 |
Base Timestamp in seconds | start_time_sec | A dummy base timestamp, in seconds. | -1 |
Base Timestamp in nano seconds | start_time_nsec | A dummy base timestamp, in nanoseconds | -1 |
Enable Fixed Timestamp | fixed_timestamp | If true , use a fixed timestamp, which allows the message to pre-generate once. Accepted values: true , false | false |