GitHub
01/17/2023, 11:19 AMGitHub
01/17/2023, 11:30 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by ankitnayan
<https://github.com/SigNoz/signoz/commit/1e39131c38108eb7ebf12cc19f91464a278db53d|1e39131c>
- feat: drag select timeframe on charts (#2018)
SigNoz/signozGitHub
01/17/2023, 11:30 AMGitHub
01/17/2023, 1:11 PMGitHub
01/17/2023, 1:31 PMresource: new Resource({
"service.name": "nodejs1",
"service.namespace": "gs1",
"deployment.environment": "prod1",
"application.owner": "owner",
"project.name": "p1",
"application.location": "l1",
"application.department": 'd3',
"company.name": "c4"
})
2-
resource: new Resource({
[SemanticResourceAttributes.SERVICE_NAME]: 'appServiceName',
[SemanticResourceAttributes.SERVICE_NAMESPACE]: 'appServiceNameSpace',
[SemanticResourceAttributes.COMPANY_NAME]: 'myCompany',
[SemanticResourceAttributes.DEPLOYMENT_ENVIRONMENT]: 'prod',
[SemanticResourceAttributes.APPLICATION_LOCATION]: 'mumbai',
[SemanticResourceAttributes.PROJECT_NAME]: 'newProject',
[SemanticResourceAttributes.APPLICATION_DEPARTMENT]: 'dev',
[SemanticResourceAttributes.APPLICATION_OWNER]: 'owner'
})
3-
['service.name']: 'nodejs12',
['service.namespace']: "gs12",
['deployment.environment']: 'prod12',
['application.owner']: "raj",
['project.name']: "raj1",
['application.location']: 'raj2',
['application.department']: 'raj3',
['company.name']: "raj4"
4-
const resource = new Resource({
[SemanticResourceAttributes.SERVICE_NAME]: 'api-service-11',
});
const anotherResource = new Resource({
'service.version': '2.0.0',
'service.group': 'instrumentation-group-11',
'service.namespace': "gs11",
'deployment.environment': 'prod11',
'application.owner': 'raj',
'project.name': 'raj1
const mergedResource = resource.merge(anotherResource);
5-
`env OTEL_RESOURCE_ATTRIBUTES="service.name=app.js,application.owner= raj,project.name=raj1,application.location=raj2,application.department=raj3,company.name=raj4,service.namespace=tutorial,service.version=1.0,service.instance.id=`uuidgen`" node --require './tracing.js' wss2.js`
all attempts show only thre attributes (service.name, service.namespace, deployment.environment)
SigNoz/signozGitHub
01/17/2023, 2:34 PMGitHub
01/17/2023, 2:49 PMPOST
request which accept the payload of the following type.
{
"query": "select distinct(JSONExtractString(labels, 'operation')) FROM signoz_metrics.time_series_v2 Where JSONExtractString(labels, 'service_name') IN {{.service_name}};",
"variables": {
"http_status_code": "",
"op": [
"/driver.DriverService/FindNearest",
"HTTP GET /dispatch",
"HTTP GET: /route",
"HTTP GET: /customer",
"HTTP GET",
""
],
"service_name": [
"frontend"
],
"span_kind": "SPAN_KIND_SERVER"
}
}
And the VariableItem is updated with its onVarUpdate
triggering subsequent updates for dependent vars.
SigNoz/signoz
GitHub Actions: playwright
GitHub Actions: lint-commits
GitHub Actions: remove
✅ 9 other checks have passed
9/12 successful checksGitHub
01/17/2023, 3:10 PMGitHub
01/17/2023, 4:21 PMLogs
module, I see the query being added to the query parameters in the URL:
image▾
/logs
page would read the query parameters and populate the query field after the page loads (whilst still keeping the query params visible in the address bar!)
Describe alternatives you've considered
• Saving queries in text files and other manual copy / paste solutions
SigNoz/signozGitHub
01/17/2023, 7:01 PMNAME CPU(cores) MEMORY(bytes)
chi-my-release-clickhouse-cluster-0-0-0 2100m 174286Mi
my-release-clickhouse-operator-6684c886f8-gpzwk 1m 95Mi
my-release-signoz-alertmanager-0 2m 47Mi
my-release-signoz-frontend-664c588f54-hlk5n 1m 106Mi
my-release-signoz-otel-collector-f5977cfc9-78w2t 966m 1290Mi
my-release-signoz-otel-collector-f5977cfc9-9q9dp 1017m 1012Mi
my-release-signoz-otel-collector-f5977cfc9-fqxd6 999m 1221Mi
my-release-signoz-otel-collector-metrics-566b4c9f86-h2gpn 413m 762Mi
my-release-signoz-query-service-0 11m 330Mi
my-release-zookeeper-0 3m 482Mi
SigNoz/signozGitHub
01/17/2023, 7:32 PMGitHub
01/18/2023, 3:32 AMGitHub
01/18/2023, 4:40 AMos_thread_priority
• max_threads
the query-service should maintain multiple connections to clickhouse and different connections can be used to query for different use cases.
There is probably some more work going in clickhouse and let's check them out when building this functionality in signoz.
SigNoz/signozGitHub
01/18/2023, 4:58 AMGitHub
01/18/2023, 5:15 AMGitHub
01/18/2023, 6:08 AMGitHub
01/18/2023, 6:10 AMGitHub
01/18/2023, 7:34 AMGitHub
01/18/2023, 7:59 AMGitHub
01/18/2023, 7:59 AMGitHub
01/18/2023, 7:59 AMGitHub
01/18/2023, 7:59 AMScreenshot 2023-01-18 at 1 27 31 PM▾
GitHub
01/18/2023, 8:04 AMGitHub
01/18/2023, 8:09 AM<https://github.com/SigNoz/signoz-otel-collector/tree/main|main>
by nityanandagohain
<https://github.com/SigNoz/signoz-otel-collector/commit/d54dd7c3e7a0f70fcfbe2412a9778ad273a040d4|d54dd7c3>
- Add default timestamp if timestamp is empty
<https://github.com/SigNoz/signoz-otel-collector/commit/c9b8f8ee1ca3e0e6e82f45f98bca0d9a6b05d26e|c9b8f8ee>
- Merge pull request #84 from SigNoz/issue-1806
SigNoz/signoz-otel-collectorGitHub
01/18/2023, 8:09 AMGitHub
01/18/2023, 9:45 AM<https://github.com/SigNoz/signoz-otel-collector/tree/main|main>
by makeavish
<https://github.com/SigNoz/signoz-otel-collector/commit/39e7a617da43dae0d2040407f705b38c62d719a4|39e7a617>
- chore: add trace exporter db latency (#83)
SigNoz/signoz-otel-collectorGitHub
01/18/2023, 11:39 AMGitHub
01/18/2023, 12:31 PMGitHub
01/18/2023, 12:55 PMGitHub
01/18/2023, 2:10 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/fa652be926cd699e54f718fe2f674461168cef0a|fa652be9>
- fix: Changed axis label color (#2080)
SigNoz/signoz