GitHub
05/08/2023, 10:44 AMGitHub
05/08/2023, 12:37 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by srikanthccv
<https://github.com/SigNoz/signoz/commit/c5991b50bc1bbb37c3374c20388c04171490ef4f|c5991b50>
- fix: nan aggregation values are ignored (#2664)
SigNoz/signozGitHub
05/08/2023, 12:37 PMGitHub
05/08/2023, 2:02 PMimage▾
k8s_namespace_name
select * FROM signoz_traces.distributed_signoz_error_index_v2 limit 1
┌─────────────────────timestamp─┬─errorID──────────────────────────┬─groupID──────────────────────────┬─traceID──────────────────────────┬─spanID───────────┬─serviceName─┬─exceptionType────────────────────────────────────────┬─exceptionMessage───┬─exceptionStacktrace────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬─exceptionEscaped─┬─resourceTagsMap────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ 2023-05-02 00:00:12.326284860 │ a78affb938ab4d85ba7364c0351fa656 │ f767290ce9682bc52f8b23267e352bc5 │ e7eca14967f924759b77d39fa062494a │ 63351f06a0bbc171 │ acme-server │ com.biztech.acme.exceptions.NotFound │ Pin Not Recognized │ com.biztech.acme.central.api.exceptions.NotFound: Pin Not Recognized
│ false │ {'os.description':'Linux 5.15.0-1035-azure','os.type':'linux','process.pid':'1','process.runtime.name':'OpenJDK Runtime Environment','service.name':'acme-server','telemetry.sdk.language':'java','k8s.deployment.name':'acme','k8s.pod.name':'acme-7c96459d5-mrg5f','k8s.pod.uid':'ebab11df-2a4a-4e27-af67-4af8432b5dc9','container.id':'6eea1b662df0e810d789a792a81677161663817e109c1a30a4dd878b86cf5e71','host.arch':'amd64','telemetry.sdk.version':'1.23.1','k8s.node.name':'agentpool-000013','telemetry.auto.version':'1.23.0','k8s.pod.ip':'10.240.0.41','k8s.pod.start_time':'2023-04-14 06:30:34 +0000 UTC','signoz.collector.id':'89eb1714-a562-4c0f-82f0-9fea2a673757','host.name':'acme-7c96459d5-mrg5f','telemetry.sdk.name':'opentelemetry','k8s.namespace.name':'lecreuset'} │
└───────────────────────────────┴──────────────────────────────────┴──────────────────────────────────┴──────────────────────────────────┴──────────────────┴─────────────┴──────────────────────────────────────────────────────┴────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴──────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
Expected behavior
How to reproduce
1. Visit /exceptions
2. Click into the Search and filter field,
Note: The Loading activity spinner appears for 1 - 2 seconds, then signoz.collector.id
(the only filter field option) appears.
image▾
GitHub
05/08/2023, 4:26 PMGitHub
05/08/2023, 5:27 PMGitHub
05/09/2023, 1:46 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by srikanthccv
<https://github.com/SigNoz/signoz/commit/12349d79a94ae6621cbbdb014e67c6c516dffe29|12349d79>
- feat(query-service): alerts integration with query builder v3 (#2663)
SigNoz/signozGitHub
05/09/2023, 1:47 PMGitHub
05/09/2023, 2:57 PM768b2706039a5acc6dfddb53d3c17b16▾
GitHub
05/09/2023, 3:31 PMGitHub
05/09/2023, 4:39 PMimage▾
value
in the table operations is undefined, leading to NaN
.
Fixed by simply using 0 of value is falsy.
Please check and let know if its needed.
SigNoz/signoz
GitHub Actions: build-ee-query-service
GitHub Actions: build-frontend
GitHub Actions: playwright
GitHub Actions: lint-commits
GitHub Actions: build-query-service
GitHub Actions: Codeball
✅ 3 other checks have passed
3/9 successful checksGitHub
05/10/2023, 5:51 AM<https://github.com/SigNoz/charts/tree/main|main>
by prashant-shahi
<https://github.com/SigNoz/charts/commit/e285fab628c6eeddccd3c29f597ffda95478c0bd|e285fab6>
- Release/signoz 0.14.4 (#221)
SigNoz/chartsGitHub
05/10/2023, 5:51 AMGitHub
05/10/2023, 5:52 AMGitHub
05/10/2023, 6:04 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/f7cd0d49347033fcf9b26a34d627ccb9d694b6ab|f7cd0d49>
- [Fix]: Alert Channels breadcrumbs (#2669)
SigNoz/signozGitHub
05/10/2023, 6:04 AMGitHub
05/10/2023, 8:46 AMGitHub
05/10/2023, 3:08 PMimport { WebTracerProvider } from '@opentelemetry/sdk-trace-web';
import { getWebAutoInstrumentations } from '@opentelemetry/auto-instrumentations-web';
import { CollectorTraceExporter } from '@opentelemetry/exporter-collector';
import { ConsoleSpanExporter, SimpleSpanProcessor, Span } from '@opentelemetry/sdk-trace-base';
import { registerInstrumentations } from '@opentelemetry/instrumentation';
import { ZoneContextManager } from '@opentelemetry/context-zone';
import { B3Propagator } from '@opentelemetry/propagator-b3';
import { OTLPTraceExporter } from '@opentelemetry/exporter-trace-otlp-http'
import { Resource } from '@opentelemetry/resources';
import { FetchInstrumentation } from '@opentelemetry/instrumentation-fetch';
export default function setupTracing() {
console.log("[INFO] Setting up tracing...");
const serviceName = "AssistenteFrontend";
const resource = new Resource({ "service.name": serviceName });
const provider = new WebTracerProvider({ resource });
const collector = new OTLPTraceExporter({
url: "<http://172.31.29.XXX:4318/v1/traces>",
headers: { }
});
provider.addSpanProcessor(new SimpleSpanProcessor(collector));
provider.register({
contextManager: new ZoneContextManager()
});
const webTracerWithZone = provider.getTracer(serviceName);
const span = webTracerWithZone.startSpan("");
span.updateName("POST <http://google.com>");
for (let index = 0; index < 1000; index++) {
continue;
}
span.end();
}
My otel-collector-config.yaml
CORS configuration:
otlp:
protocols:
http:
cors:
allowed_origins: ["*"]
allowed_headers: ["*"]
max_age: 7200
SigNoz/signozGitHub
05/10/2023, 4:39 PMGitHub
05/10/2023, 4:40 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/8679f2c37a068cf83935a478acac23ce3d22d0a6|8679f2c3>
- feat: add query builder to the alerts (#2657)
SigNoz/signozGitHub
05/10/2023, 4:42 PMGitHub
05/10/2023, 6:19 PMScreenshot 2023-05-10 at 11 50 31 PM▾
GitHub
05/10/2023, 7:19 PMtotal
, sum
, count
) and has been enabled by default since v0.76.3. This isn't just limited to signoz_calls_total
but at the receiver level in general. Disabling seemed the best action for now.
SigNoz/signoz
GitHub Actions: remove
GitHub Actions: update_release_draft
GitHub Actions: dependency-review
GitHub Actions: build-ee-query-service
GitHub Actions: lint-commits
GitHub Actions: build-query-service
GitHub Actions: build-frontend
GitHub Actions: playwright
GitHub Actions: Codeball
✅ No checks have passed
0/9 successful checksGitHub
05/10/2023, 7:19 PMGitHub
05/11/2023, 4:22 AMGitHub
05/11/2023, 6:53 AMI can simply use the docker image provided by signoz, and enterprise features would be locked somehow?This is correct SigNoz/signoz
GitHub
05/11/2023, 8:17 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by srikanthccv
<https://github.com/SigNoz/signoz/commit/38bfc41190b2a9e9bff49e1b120421b37033039a|38bfc411>
- fix: disable prometheus.NormalizeName flag (#2678)
SigNoz/signozGitHub
05/11/2023, 8:17 AMGitHub
05/11/2023, 8:26 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by srikanthccv
<https://github.com/SigNoz/signoz/commit/25398d9d35b7b08050e166aa1d0799d968fcd86c|25398d9d>
- fix: query builder filter label is adopted for dark mode (#2683)
SigNoz/signozGitHub
05/11/2023, 8:26 AM