Registry / observability / resource

resource

JSON →
library0.1.2gogounverified

Package resource provides resource detection and configuration for OpenCensus.

go get contrib.go.opencensus.io/resource
INSTALL
IMPORT
SIG · RESOURCE
R
resource
observabilitygov0.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

resource
✓ contrib.go.opencensus.io/resource

Creates a new resource with a type and labels.

package main import ( "contrib.go.opencensus.io/resource" ) func main() { r := resource.New("my-service", map[string]string{"version": "1.0"}) _ = r }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
2
Resources
resource — go get resource · libregistry