mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-20 03:30:02 +02:00
Rename resourcekeys to singular resourcekey
This commit is contained in:
parent
34c03ec9a9
commit
7c209b5c8c
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// Package resourcekeys contains well known type and label keys for resources.
|
||||
package resourcekeys // import "go.opentelemetry.io/otel/sdk/resource/resourcekeys"
|
||||
// Package resourcekey contains well known type and label keys for resources.
|
||||
package resourcekey // import "go.opentelemetry.io/otel/sdk/resource/resourcekey"
|
||||
|
||||
// Constants for Service resources.
|
||||
const (
|
Loading…
x
Reference in New Issue
Block a user