This project is mirrored from https://gitee.com/mirrors/SigNoz.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 04 Mar, 2022 1 commit
  2. 03 Mar, 2022 2 commits
  3. 25 Feb, 2022 2 commits
  4. 11 Feb, 2022 1 commit
  5. 09 Feb, 2022 1 commit
  6. 08 Feb, 2022 2 commits
  7. 01 Feb, 2022 1 commit
  8. 30 Jan, 2022 1 commit
  9. 27 Jan, 2022 1 commit
  10. 26 Jan, 2022 2 commits
    • Ankit Nayan's avatar
      feat: adding disable and anonymous functionality to telemetry collected (#637) · be5d1f00
      Ankit Nayan authored
      * chore: changed lib
      
      * chore: changed lib
      
      * chore: changed lib
      
      * chore: changed lib
      
      * chore: changes in params
      
      * chore: changes in params
      
      * chore: moving telemetry to a separate package
      
      * feat: enabling telemetry via env var
      
      * chore: removing posthog api_key
      
      * feat: send heartbeat every 6hr
      
      * feat: enabled version in application
      
      * feat: added getter and setter apis and struct for user preferences
      
      * feat: added version to properties to event
      
      * feat: added apis to set and get user preferences and get version
      
      * chore: refactored get and set userPreferences apis to dao pattern
      
      * chore: added checks for telemetry enabled and anonymous during initialization
      
      * chore: changed anonymous user functionality
      
      * chore: sanitization
      
      * chore: added uuid for userPreferences to send when user is anonymous
      be5d1f00
    • Vishal Sharma's avatar
      New Trace Filter Page API changes (Backend) (#646) · 0ab91707
      Vishal Sharma authored
      
      * build: integrate sql migrations for clickhouse
      
      * feat: support error/exception attributes for trace
      
      * chore: fixing dependencies for docker go client libs
      
      * feat: get trace filter api checkpoint
      
      * chore: fixing dependencies for go-migrate
      
      * feat: add new columns
      
      * feat: move mirgate run from docker to code
      
      * fix: migration file 404 issue
      
      * feat: getSpanFilter API
      
      * fix: migrate version naming bug
      
      * chore: change url param format to array
      
      * feat: add getTagFilter API
      
      * feat: add getFilteredSpans API
      
      * fix: using OFFSET in sqlx driver
      
      * feat: aggregates API on getFilteredSpan, use IN and NOT IN for tag filtering
      
      * feat: add more function support to span aggregate API
      
      * fix: null component edge case
      
      * feat: groupBy support for filteredSpanAggregate
      
      * feat: add function param to span aggregate API
      
      * feat: add support to return totalSpans in getFilteredSpans API
      
      * fix: don't return null string as keys in span filters
      
      * chore: remove SQL migrations(moved to otel collector)
      
      * fix: null string issue in aggregate API
      
      * Merge main
      
      * fix: trace API db query param
      
      * fix: signoz sql db path
      
      * fix: case when both error and ok status are selected
      Co-authored-by: default avatarAnkit Nayan <ankit@signoz.io>
      0ab91707
  11. 23 Jan, 2022 1 commit
  12. 20 Jan, 2022 1 commit
    • Vishal Sharma's avatar
      Feat/support error tab page (#626) · af2399e6
      Vishal Sharma authored
      
      * build: integrate sql migrations for clickhouse
      
      * feat: support error/exception attributes for trace
      
      * chore: fixing dependencies for docker go client libs
      
      * chore: fixing dependencies for go-migrate
      
      * feat: move mirgate run from docker to code
      
      * fix: migration file 404 issue
      
      * feat: error tab APIs
      
      * chore: move migrations file
      
      * chore: remove SQL migration (shifted to otel collector)
      
      * chore: remove sql migration configs from dockerfile
      Co-authored-by: default avatarAnkit Nayan <ankit@signoz.io>
      af2399e6
  13. 24 Dec, 2021 1 commit
  14. 14 Dec, 2021 1 commit
  15. 11 Dec, 2021 1 commit
  16. 03 Dec, 2021 1 commit
  17. 02 Dec, 2021 2 commits
  18. 22 Nov, 2021 1 commit
    • Ankit Nayan's avatar
      feat: enables prometheus rules and alerts (#292) · 28bf2fe3
      Ankit Nayan authored
      * feat: enables prometheus rules and alerts which can be sent to alertmanager
      
      * chore: adding configs for alertmanager, alert, and prom
      
      * chore: alerts WIP
      
      * chore: alerts WIP
      
      * chore: alerts WIP
      
      * chore: setRules API will update rules
      
      * chore: initialization of prometheus related stuff moved to separate function
      
      * chore: alerts WIP
      
      * chore: alerts WIP
      
      * fix: r.promConfig was nil
      
      * feat: routing alertmanager apis to alertmanager service at nginx
      
      * chore: not writing to localDB if string parsing gives error
      
      * feat: list alerts API
      
      * chore: error in creating multiple groups
      
      * feat: CRUD APIs for rules working
      
      * chore: changed prometheus version
      
      * chore: updated AlertingRuleResponse struct's Id json value
      
      * chore: updated prometheus's version
      
      * chore: will load rules from database on bootup
      
      * feat: crud APIs for notification channels WIP
      
      * fix: changed ALERTMANAGER_API_PREFIX
      
      * chore: enabling scrape and notify discover manager
      
      * chore: fixing path for signoz.db
      
      * chore: used transactions for rules APIs
      
      * chore: editchannel API updated and other apis refactored
      
      * chore: fixed merge conflicts
      
      * chore: changing createChannel api from yaml to json reader
      
      * chore: changing editChannel api from yaml to json reader
      
      * chore: porting loadChannels to json format
      
      * chore: editRule returning rule not found
      
      * chore: pre-release
      
      * chore: fixed db path for persistence
      
      * release: v0.5.0
      28bf2fe3
  19. 17 Nov, 2021 1 commit
  20. 16 Nov, 2021 1 commit
  21. 22 Oct, 2021 1 commit
  22. 20 Oct, 2021 1 commit
  23. 28 Sep, 2021 2 commits
  24. 24 Sep, 2021 1 commit
  25. 23 Sep, 2021 1 commit
  26. 20 Sep, 2021 1 commit
  27. 02 Sep, 2021 1 commit
    • Ankit Nayan's avatar
      Crud APIs for dashboards (#286) · 30961da5
      Ankit Nayan authored
      * added signoz.db to gitignore
      
      * model and crud methods for dashboard package
      
      * added signoz.db to dockerignore
      
      * feat: dashboards crud WIP
      
      * chore: moving response format to correct file
      
      * chore: adding dependencies for sqlite3
      
      * feat: CRUD APIs ready for dashboards
      
      * fix: sqlite needs cgo enabled and hence need to add some flags in building go code
      
      * feat: provision dashboards using json
      
      * chore: mounting dashboard folder to container
      30961da5
  28. 30 Aug, 2021 1 commit
  29. 29 Aug, 2021 1 commit
    • Ankit Nayan's avatar
      Feat: enables metrics ingestion to signoz (#271) · 32ad4ef5
      Ankit Nayan authored
      * WIP promql support
      
      * forked prometheus and promhouse integrated
      
      * removing __debug_bin from  git
      
      * feat: prometheus config file to load
      
      * feat: read prometheus config from args
      
      * fix: WIP fixing errors in docker build
      
      * feat: added clickhousemetricswrite exporter in metrics
      
      * feat: changing otelcol image tag
      
      * fix: read prometheus.yml from config flag in docker-compose
      
      * fix: WIP clickhouse connection error
      
      * fix: used signoz/prometheus tag v1.9.4
      
      * chore: response format as in prometheus
      
      * chore: query_range works with clickhouse reader and throws not implemented error for druid
      
      * chore: moved ApiError struct to model
      
      * feat: enabled instant query api for metrics
      
      * chore: parser for instant query api params
      32ad4ef5
  30. 23 Aug, 2021 1 commit
  31. 20 Aug, 2021 1 commit
  32. 10 Aug, 2021 1 commit
  33. 02 Aug, 2021 1 commit
  34. 24 Jun, 2021 1 commit