GitHub
12/26/2022, 2:15 PMNCONTAINS
or NIN
and filter out such logs, but IMO it should be easier to filter log lines as this may be a common use case. Something like IS SET
/ IS NOT SET
may be useful here
Describe the solution you'd like
Introduce specific operators like IS SET
/ IS NOT SET
Describe alternatives you've considered
setting NCONTAINS
or NIN
to ''
other nul values
Additional context
Add any other context or screenshots about the feature request here.
current_operators▾
GitHub
12/26/2022, 2:48 PMGitHub
12/26/2022, 2:48 PMGitHub
12/26/2022, 3:01 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/4b13b0a8a4f4ab041d197d3cce16bc0f276ee407|4b13b0a8>
- fix: resolves issue related ops not flowing from search box to panel (#1918)
SigNoz/signozGitHub
12/26/2022, 4:08 PMcontains
or ncontains
operators? Trying to use it with in
/`nin` is giving inaccurate results
Slack Message
SigNoz/signozGitHub
12/26/2022, 4:33 PMGitHub
12/26/2022, 7:44 PMGitHub
12/26/2022, 8:16 PM<https://github.com/SigNoz/charts/tree/main|main>
by prashant-shahi
<https://github.com/SigNoz/charts/commit/a2d3e965fbf32b0f69ca1fb68725751ed705428e|a2d3e965>
- fix: proxy_read_timeout updated in nginx conf (#116)
SigNoz/chartsGitHub
12/27/2022, 4:48 AMGitHub
12/27/2022, 5:01 AMGitHub
12/27/2022, 5:58 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by ankitnayan
<https://github.com/SigNoz/signoz/commit/eef48c54f837f0d5f0614ab0767afd973c3169d4|eef48c54>
- fix(query_range): invalid memory address or nil pointer dereference (#1875)
SigNoz/signozGitHub
12/27/2022, 8:05 AMsudo make dev-setup
command gives Error if sqlite3
is not installed already in a system.
Please describe.
Describe the solution you'd like
• Add commands in Makefile to install sqlite3
.
Describe alternatives you've considered
• We could add steps to install sqlite3
in the Documentation.
Additional context
Add any other context or screenshots about the feature request here.
Thank you for your feature request – we love each and every one!
SigNoz/signozGitHub
12/27/2022, 8:06 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by ankitnayan
<https://github.com/SigNoz/signoz/commit/13a6d7f7c6d0007466f20e802522152be58bc6ba|13a6d7f7>
- fix: live tail time out is updated (#1899)
SigNoz/signozGitHub
12/27/2022, 8:18 AMsqlite3
in Makefile.
Closes #1923
SigNoz/signozGitHub
12/27/2022, 9:28 AMGitHub
12/27/2022, 9:29 AMGitHub
12/27/2022, 10:14 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by ankitnayan
<https://github.com/SigNoz/signoz/commit/48a6f536fad59d38b5f791d18d56faa342663498|48a6f536>
- chore: increase dimensions_cache_size for signozspanmetrics processor (#1925)
SigNoz/signozGitHub
12/27/2022, 10:15 AM<https://github.com/SigNoz/charts/tree/main|main>
by ankitnayan
<https://github.com/SigNoz/charts/commit/1a352acb593af3fd366ce200ec4fd742efc8e1f2|1a352acb>
- Increase dimensions_cache_size for signozspanmetrics processor (#118)
SigNoz/chartsGitHub
12/27/2022, 11:13 AMGitHub
12/27/2022, 12:14 PMGitHub
12/27/2022, 1:09 PMterraform {
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.11.0"
}
}
}
provider "kubernetes" {
config_path = "~/.kube/config"
config_context = "minikube"
}
provider "helm" {
kubernetes {
config_path = "~/.kube/config"
}
}
resource "helm_release" "signoz" {
name = "signoz"
repository = "<https://charts.signoz.io>"
chart = "signoz"
}
When running terraform apply
I ran into a timeout after 5 Minutes.
Looking at Minikube dashboard, the otel collectors failed to start
image▾
2022-12-27T12:49:38.224Z info service/telemetry.go:111 Setting up own telemetry...
2022-12-27T12:49:38.224Z info service/telemetry.go:141 Serving Prometheus metrics {"address": "0.0.0.0:8888", "level": "Basic"}
2022-12-27T12:49:38.224Z info components/components.go:30 Stability level of component is undefined {"kind": "exporter", "data_type": "metrics", "name": "clickhousemetricswrite", "stability": "Undefined"}
time="2022-12-27T12:49:38Z" level=info msg="Executing:\nCREATE DATABASE IF NOT EXISTS signoz_metrics ON CLUSTER cluster\n" component=clickhouse
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x3864f79]
That being said, despite Terraform timing out (probably because it couldn't bring up the otel collectors), the other service are running and I can access the frontend (using kubectl port-forward)
Related to: #1851
SigNoz/signozGitHub
12/27/2022, 1:25 PMalerts/edit
it doesnt highlight the correct menu item.
New behavior
Highlight the correct feature based on the sub route
image▾
GitHub
12/27/2022, 1:31 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by ankitnayan
<https://github.com/SigNoz/signoz/commit/40ec4517c27cde70f8a2436e55741ed01a411e22|40ec4517>
- fix: per page is added in the dependancy (#1926)
SigNoz/signozGitHub
12/27/2022, 1:42 PMGitHub
12/27/2022, 1:43 PMCMD + Click
and we cant right click to open in new tab. using anchor tag fixes this a11y issue
SigNoz/signozGitHub
12/27/2022, 1:45 PMGitHub
12/27/2022, 2:10 PMrun-x86
to run-signoz
• down-x86
to down-signoz
• Makefile: introduce pull-signoz
to pull latest image from standalone docker-compose YAML
Signed-off-by: Prashant Shahi prashant@signoz.io
SigNoz/signozGitHub
12/27/2022, 3:39 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by ankitnayan
<https://github.com/SigNoz/signoz/commit/35f5fb69578dc70c896bd9fd94da902837cf5923|35f5fb69>
- fix: respect durationSort feature flag on getSpanFilters API (#1900)
SigNoz/signozGitHub
12/27/2022, 5:30 PM<https://github.com/SigNoz/signoz-otel-collector/tree/main|main>
by srikanthccv
<https://github.com/SigNoz/signoz-otel-collector/commit/90d02971ed39a2abfbd2a2c368be54bcda9a7e43|90d02971>
- Add cardinality logs and exclude pattern capability (#49)
SigNoz/signoz-otel-collectorGitHub
12/27/2022, 5:43 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/895c721b37f09371bb3f3d828a23c7713146295d|895c721b>
- fix(version): use link instead of click handler (#1931)
SigNoz/signozGitHub
12/27/2022, 5:43 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/895c721b37f09371bb3f3d828a23c7713146295d|895c721b>
- fix(version): use link instead of click handler (#1931)
SigNoz/signoz