Skip to content

Commit

Permalink
feat: dash0 provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhil56x committed Feb 3, 2025
1 parent df77505 commit a8cc0a0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
6 changes: 0 additions & 6 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
file: docker-compose.common.yml
service: keep-frontend-common
environment:
- AUTH_TYPE=DB
- API_URL=http://keep-backend-dev:8080
- SENTRY_DISABLED=true
build:
Expand All @@ -22,11 +21,6 @@ services:
service: keep-backend-common
build:
dockerfile: docker/Dockerfile.dev.api
environment:
- AUTH_TYPE=DB
- KEEP_JWT_SECRET=verysecretkey
- KEEP_DEFAULT_USERNAME=keep
- KEEP_DEFAULT_PASSWORD=keep
volumes:
- .:/app
- ./state:/state
Expand Down
3 changes: 0 additions & 3 deletions docs/providers/documentation/dash0-provider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,3 @@ To connect Dash0 to Keep, you need to create a webhook in Dash0.
## Useful Links

- [Dash0](https://dash0.com/)



2 changes: 1 addition & 1 deletion keep/providers/dash0_provider/alerts_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
"url": "https://app.dash0.com/alerting/failed-checks?org=477cb1f5-90ca-404e-8533-7a1907b58669&s=eJxlT71uwyAQfhfmEJ8xNoY36NIuVYduhzlaFMdUgNMh8rsXqg6Vst3p-7-zjpk78ylemWECxMhBcBheQZleGIAzALyzEyvxARf6H-6wYKZSSY487mthx4l1uFIqYfvoPIaVHF8-abnklpiDI4upnSHnnZ5clVqN2iFYrlBpLrF3HK0f-Lg4UJPUNAPWrD8BbSX4QNWDTbMABaOctND9IGY5zK1zuNKLf46NtmAJcXvcIE2vzlLJ341oKyHeKN0CfbcBjkotnt_aW5vGL6oWJe10HMcPHhhbwg%3D%3D"
}
}
}
}

0 comments on commit a8cc0a0

Please sign in to comment.