Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
In AWS EC2 set up a micro instance with a simple HTTP listener that echos messages back to the console
Open Influxdbv2 (note that during this test the feature flag 'notebooksNewEndpoints') was set
Add test data to a bucket with data points that will trigger a critical threshold alert
Create a new Alert Notebook
Create a query based on the test data
In the alerts section define a threshold designed to trigger an alert notification
In the endpoints section select HTTP and set the URL to the EC2 instance. In this case plain HTTP with no tokens or authentication.
Generate more test data with timestamps in the future and values to trigger the notification
Export the Notebook as a task
Monitor the EC2 instance console for messages.
Once messages are received verify them in Alerts > Alert History > Notifications
Expected behavior:
Expected the records in notification history to provide correct and helpful information about sent notifications and the artefacts that generated them.
Perhaps notifications from Notebook Generated tasks should be listed separately, with links to the notebook and the task?
Actual behavior:
Notifications listed under the "Check" column as "Notebook Generated Check" have no links. On hover the tooltip suggests that "The check that created this no longer exists". However, the notebook and the task do exist.
Performance:
Generate profiles with the following commands for bugs related to performance, locking, out of memory (OOM), etc.
# Commands should be run when the bug is actively.
# Note: This command will run for at least 30 seconds.
curl -o profiles.tar.gz "http://localhost:8086/debug/pprof/all?cpu=true"
curl -o vars.txt "http://localhost:8086/debug/vars"
iostat -xd 1 30 > iostat.txt
# Attach the `profiles.tar.gz`, `vars.txt`, and `iostat.txt` output files.
About the bug
Steps to reproduce: List the minimal actions needed to reproduce the behavior.
Expected behavior:
Expected the records in notification history to provide correct and helpful information about sent notifications and the artefacts that generated them.
Perhaps notifications from Notebook Generated tasks should be listed separately, with links to the notebook and the task?
Actual behavior:
Notifications listed under the "Check" column as "Notebook Generated Check" have no links. On hover the tooltip suggests that "The check that created this no longer exists". However, the notebook and the task do exist.
Visual Proof:
About your environment
Environment info:
Testing in K8S-IDPE remocal.
last UI commit
last K8S-IDPE commit
Config:
Logs:
Performance: Generate profiles with the following commands for bugs related to performance, locking, out of memory (OOM), etc.