MCPcopy
hub / github.com/grafana/tempo / mustGetHostname

Function mustGetHostname

modules/generator/registry/registry_test.go:542–545  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

540}
541
542func mustGetHostname() string {
543 hostname, _ := os.Hostname()
544 return hostname
545}
546
547func TestManagedRegistry_demandTracking(t *testing.T) {
548 appender := &capturingAppender{}

Calls

no outgoing calls

Tested by

no test coverage detected