Skip to content

Commit

Permalink
fix(synthetic-monitoring): update synthetic monitoring messaging (#3873)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias authored May 27, 2024
1 parent 10596b7 commit f2c866c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/synthetic-monitoring-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
payload: |
{
"text": ":warning: Synthetic Monitoring failed for *Pokeshop Demo*. Pipeline: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow>"
"text": ":warning: Synthetic Monitoring failed for *Pokeshop Demo*. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow>"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SYNTETIC_MONITORING_SLACK_WEBHOOK_URL }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
with:
payload: |
{
"text": ":warning: Synthetic Monitoring failed for *Serverless Pokeshop Demo*. Pipeline: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow>"
"text": ":warning: Synthetic Monitoring failed for *Serverless Pokeshop Demo*. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow>"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SYNTETIC_MONITORING_SLACK_WEBHOOK_URL }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
with:
payload: |
{
"text": ":warning: Synthetic Monitoring failed for *OTel Demo*. Pipeline: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow>"
"text": ":warning: Synthetic Monitoring failed for *OTel Demo*. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow>"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SYNTETIC_MONITORING_SLACK_WEBHOOK_URL }}
Expand All @@ -116,7 +116,7 @@ jobs:
with:
payload: |
{
"text": ":red_circle: :loudspeaker: *All synthetic monitoring crashed on production!* Pipeline: \n<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow>"
"text": ":red_circle: :loudspeaker: \n*All synthetic monitoring crashed on production!* \n<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow>"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SYNTETIC_MONITORING_SLACK_WEBHOOK_URL }}
Expand Down

0 comments on commit f2c866c

Please sign in to comment.