This message was deleted.
# support
s
This message was deleted.
s
Because the official semconv doesn’t include them. You can simple use string: string mapping for them.
Copy code
{
...
"application.owner": ...,
...
}
r
Hi , i tried this way but only first three were showing in service dashboard
Copy code
resource: 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"
      })
s
Hmm, that’s unexpected. Can you create an issue here https://github.com/SigNoz/signoz and share a reproducible example?