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.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 04 Mar, 2022 1 commit
-
-
Ankit Nayan authored
-
- 03 Mar, 2022 2 commits
-
-
Prashant Shahi authored
Signed-off-by:
Prashant Shahi <prashant@signoz.io>
-
makeavish authored
-
- 25 Feb, 2022 2 commits
-
-
Ankit Nayan authored
-
Ankit Nayan authored
-
- 11 Feb, 2022 1 commit
-
-
Ankit Nayan authored
-
- 09 Feb, 2022 1 commit
-
-
Ankit Nayan authored
-
- 08 Feb, 2022 2 commits
-
-
Prashant Shahi authored
* refactor(compose-yaml):
♻ ️ avoid unused and unnecessary ports mapping from compose files Signed-off-by:Prashant Shahi <prashant@signoz.io> * refactor(frontend):
💥 change frontend port to 3301 BREAKING CHANGE: Signed-off-by:Prashant Shahi <prashant@signoz.io>
-
Siddhant Khare authored
* chore(docs): updated lines of frontend & query sec * fix: update baseURL for local & gitpod * chore: allow all for dev to run on https * chore(docs): add maintainer note at docker-compose * chore: update gitignore to ignore .db & logs * chore: upd lines of fe & query-service & notes * feat: gitpodify the signoz with all envs. & ports * fix: relative path of .scripts dir * chore(ci): distribute tasks in gitpod.yml * fix: run docker image while init * fix: add empty url option for `baseURL`
-
- 01 Feb, 2022 1 commit
-
-
Prashant Shahi authored
Signed-off-by:
Prashant Shahi <prashant@signoz.io>
-
- 30 Jan, 2022 1 commit
-
-
Prashant Shahi authored
Signed-off-by:
Prashant Shahi <prashant@signoz.io>
-
- 27 Jan, 2022 1 commit
-
-
Prashant Shahi authored
* build(docker):
🔨 Two compose files for arm and amd * refactor(docker):⚰ ️ remove env file from install script * refactor:⚰ ️ remove .gitkeep files from data folder * chore(build):⚰ ️ remove env files and update contributing docs Signed-off-by:Prashant Shahi <prashant@signoz.io> * build:
♻ ️ use two compose files in Makefile Signed-off-by:Prashant Shahi <prashant@signoz.io> * chore(docker):
🚚 revert back to using same dir and pin image tag * Revert "chore: Add migration file path in otel collector config (#628)" This reverts commit 8467d6a0 . Signed-off-by:Prashant Shahi <prashant@signoz.io>
-
- 26 Jan, 2022 2 commits
-
-
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
-
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:
Ankit Nayan <ankit@signoz.io>
-
- 23 Jan, 2022 1 commit
-
-
Ankit Nayan authored
-
- 20 Jan, 2022 1 commit
-
-
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:
Ankit Nayan <ankit@signoz.io>
-
- 24 Dec, 2021 1 commit
-
-
Ankit Nayan authored
-
- 14 Dec, 2021 1 commit
-
-
Ankit Nayan authored
-
- 11 Dec, 2021 1 commit
-
-
Ankit Nayan authored
-
- 03 Dec, 2021 1 commit
-
-
Ankit Nayan authored
-
- 02 Dec, 2021 2 commits
-
-
Ankit Nayan authored
-
Vishal Sharma authored
* use clickhouse arm64 docker build by altinity for arm64 devices(M1 Macs) * update command to bring down SigNoz docker containers
-
- 22 Nov, 2021 1 commit
-
-
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
-
- 17 Nov, 2021 1 commit
-
-
Ankit Nayan authored
-
- 16 Nov, 2021 1 commit
-
-
Ankit Nayan authored
-
- 22 Oct, 2021 1 commit
-
-
Ankit Nayan authored
-
- 20 Oct, 2021 1 commit
-
-
Ankit Nayan authored
* feat: release for span to metrics * feat: release for span to metrics
-
- 28 Sep, 2021 2 commits
-
-
Ankit Nayan authored
-
Ankit Nayan authored
-
- 24 Sep, 2021 1 commit
-
-
Ankit Nayan authored
-
- 23 Sep, 2021 1 commit
-
-
Ankit Nayan authored
-
- 20 Sep, 2021 1 commit
-
-
Ankit Nayan authored
-
- 02 Sep, 2021 1 commit
-
-
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
-
- 30 Aug, 2021 1 commit
-
-
Ankit Nayan authored
-
- 29 Aug, 2021 1 commit
-
-
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
-
- 23 Aug, 2021 1 commit
-
-
Ankit Nayan authored
-
- 20 Aug, 2021 1 commit
-
-
Ankit Nayan authored
-
- 10 Aug, 2021 1 commit
-
-
Ankit Nayan authored
-
- 02 Aug, 2021 1 commit
-
-
Ankit Nayan authored
-
- 24 Jun, 2021 1 commit
-
-
Ankit Nayan authored
-