Srikanth Chekuri
a23788852a
Merge branch 'develop' into feat/logs
2022-07-26 11:55:18 +05:30
jshiwam
a771c3b9a6
docs: added documentation for query-service local setup ( #1426 )
...
* docs: added documentation for query-service local setup
* fix: updated clickhouse setup link
* Use Env Var for the alertmanager endpoint
2022-07-26 09:59:31 +05:30
nityanandagohain
0fe4327877
live tail fetch only recent 100 logs every 10s
2022-07-25 14:42:58 +05:30
nityanandagohain
4825ed6e5f
dataType constant strings
2022-07-22 17:19:55 +05:30
nityanandagohain
2f17898390
primitive type pointers removed
2022-07-22 16:49:40 +05:30
nityanandagohain
373cbbc375
logs select statement converted to a const
2022-07-22 16:07:19 +05:30
nityanandagohain
f8be4a6d5b
livetail timestamp correction
2022-07-22 15:49:50 +05:30
nityanandagohain
420d46ab01
tail function updated to use values instead of pointers
2022-07-22 15:44:07 +05:30
nityanandagohain
bdb6901c74
generateSql returns value insted of pointer
2022-07-22 15:39:43 +05:30
nityanandagohain
94cde11164
consistant response value instead of pointer
2022-07-22 15:27:52 +05:30
nityanandagohain
448e14b32f
parser updated to support contians operator for other fields
2022-07-22 15:17:46 +05:30
nityanandagohain
6ac7cb1022
parser updated
2022-07-21 18:32:11 +05:30
nityanandagohain
2132d1059c
live tail api excluded from timeout middleware
2022-07-21 17:55:08 +05:30
nityanandagohain
5912d3a4a0
observed timestamp removed
2022-07-20 14:52:16 +05:30
nityanandagohain
a527c33c7d
timestamp in ns from ms
2022-07-20 13:05:24 +05:30
nityanandagohain
c24bdfc8cf
aggregate function added
2022-07-20 12:11:03 +05:30
nityanandagohain
051f640100
correct var names in live tail
2022-07-19 16:38:28 +05:30
nityanandagohain
b5c8764605
changes added for live tail api
2022-07-19 16:34:33 +05:30
nityanandagohain
8e4fbbe770
parsing logic and test updated
2022-07-19 10:40:19 +05:30
nityanandagohain
2450fff34d
live tail v1
2022-07-18 18:55:52 +05:30
nityanandagohain
df17d4ca54
Merge remote-tracking branch 'upstream/develop' into feat/logs
2022-07-18 16:49:04 +05:30
nityanandagohain
2e9affa80c
Filtering logic updated
2022-07-18 16:37:46 +05:30
Prashant Shahi
b6aa378fae
chore(release): 📌 pin versions: SigNoz 0.10.0, OtelCollector 0.45.1-1.1
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-07-15 21:46:32 +05:30
Prashant Shahi
10c6325e46
chore(clickhouse): 🔊 update logging level to info ( #1401 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-07-15 17:10:27 +05:30
Srikanth Chekuri
c5c7fb238f
fix: update the error rate percentage text and scale ( #1399 )
2022-07-15 09:55:43 +05:30
Prashant Shahi
6fb7e34dbc
chore: 🔧 otel-collector config changes ( #1388 )
...
* chore: 🔧 otel-collector config changes
* chore: 🗑️ remove redundant users.xml
* chore: 🔧 otel-config changes
- seperate scraper job for otel-collector and otel-collector-metrcs internal metrics
- use resourcedetection only for hostmetrics
- add swarm service name and task name in resource attributes env
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-07-14 19:36:19 +05:30
Amol Umbark
3a287b2b16
Alerts backend with metrics ( #1346 )
...
Alerts backend with metrics
2022-07-14 11:59:06 +05:30
Srikanth Chekuri
c3d665e119
feat: make SigNoz rpc aware ( #1366 )
...
* feat: make SigNoz rpc aware
* chore: update the code/method logic
2022-07-14 10:24:03 +05:30
Srikanth Chekuri
8d03569a0a
fix: error rate as a percentage of total requests ( #1391 )
2022-07-14 10:00:24 +05:30
Srikanth Chekuri
0620cacb0b
Revert "ci: add golangci to workflow ( #1369 )" ( #1390 )
...
This reverts commit 7aeaecaf1f2e60a12e111d45bf246e4b35b64fd5.
2022-07-14 09:55:01 +05:30
Srikanth Chekuri
7aeaecaf1f
ci: add golangci to workflow ( #1369 )
...
* style: reformat the code to follow go guidelines
* chore: add golangci lint
* chore: remove context check
* chore: go fmt
2022-07-13 23:44:42 +05:30
Vishal Sharma
a84754e8a8
perf: exception page optimization ( #1287 )
...
* feat: update ListErrors API
* feat: update error detail APIs and add a new API for fetching next prev error IDs
* feat: update GetNextPrevErrorIDs API to handle an edge case
* perf: use timestamp for fetching individual column
* feat: add countErrors API
2022-07-13 15:55:43 +05:30
nityanandagohain
ed5d217c76
API for filtering and paginating logs added
2022-07-13 15:42:13 +05:30
nityanandagohain
ef141d2cee
API for fields added
2022-07-12 16:38:26 +05:30
Srikanth Chekuri
da368ab5e8
feat: add support for not regex ( #1328 )
...
* feat: add support for not regex
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2022-07-06 15:49:27 +05:30
Ankit Anand
091d769ad8
Updated Typo ( #1362 )
2022-07-06 11:45:42 +05:30
Ankit Nayan
5e93f266c1
Merge branch 'main' into develop
2022-07-04 20:45:49 +05:30
Srikanth Chekuri
3c7e0f66fa
chore: bump SigNoz/prometheus to 1.9.73 ( #1355 )
2022-07-04 17:16:55 +05:30
Ankit Nayan
cbdeb5ad03
chore: added metrics for analytics ( #1356 )
2022-07-04 17:13:36 +05:30
Prashant Shahi
58b0c08d71
chore: 📌 pin SigNoz v0.9.1 and clickhouse in TTY mode
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-06-30 19:20:50 +05:30
Prashant Shahi
0a6fa0ee85
chore(release): 📌 pin versions: SigNoz 0.9.0, OtelCollector 0.45.1-1.0
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-06-29 13:38:56 +05:30
Srikanth Chekuri
282c47def8
chore(deps): bump github.com/SigNoz/prometheus from v1.9.71 to v1.9.72 ( #1317 )
2022-06-24 15:19:20 +05:30
Srikanth Chekuri
a733adad2c
Add v2 query range metrics API ( #1020 )
...
* Queryrange params tests
* review suggestions, quantile, simple metric filter and some refactoring
* Add value type support
* Add supprot for re2 regex, refactor, update tests and other changes
* chore: update govaluate dep to signoz/govaluate
* chore: add name to grouping
* chore: add support for NOOP
* fix: make result format compatible with prom HTTP API
* chore: update clickhouse server and update query builder to use new schema
* chore: use metric_name in auto suggest APIs
* chore: add reduce operator and new aggregate functions
* chore: add support for not like op
* chore: fix the dip at the end for incomplete time range
* chore: rounddown the end to exclude the incomplete collection
2022-06-24 14:52:11 +05:30
Ankit Nayan
afbcde5edc
fix: added 404 for error in getRule api ( #1309 )
...
* fix: added multiple error checks in getRule api
2022-06-23 15:29:15 +05:30
Prashant Shahi
84b876170d
chore: clickhouse version bump ( #1280 )
...
* chore: clickhouse version bump
2022-06-23 10:15:21 +05:30
Prashant Shahi
1f2ec0d728
chore(release): 📌 pin versions: SigNoz 0.8.2, OtelCollector 0.45.1-0.3
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-06-15 01:47:04 +05:30
Srikanth Chekuri
4f12f8c85c
fix: incorrect 5xx rate calculation ( #1229 )
2022-06-14 01:09:44 +05:30
Prashant Shahi
676fe892a5
chore(release): 📌 pin versions: OtelCollectors 0.45.1-0.2 and config changes
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-06-09 20:58:10 +05:30
Prashant Shahi
fa142707dc
chore(alertmanager): 🔧 use query-service internalport ( #1241 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-06-08 16:03:48 +05:30
Amol Umbark
5ae4e05c96
HTTP listener for internal services ( #1238 )
...
* feat: added private http server to handle internal service requests
* feat: added private port default to constants
2022-06-08 12:22:25 +05:30