-
- All Implemented Interfaces:
-
com.datadog.trace.api.naming.NamingSchema
public class NamingSchemaV0 implements NamingSchema
-
-
Method Summary
Modifier and Type Method Description NamingSchema.ForCachecache()Get the naming policy for caches. NamingSchema.ForClientclient()Get the naming policy for clients (http, soap, ...). NamingSchema.ForCloudcloud()Get the naming policy for cloud providers (aws, gpc, azure, ...). NamingSchema.ForDatabasedatabase()Get the naming policy for databases. NamingSchema.ForMessagingmessaging()Get the naming policy for messaging. NamingSchema.ForServerserver()Get the naming policy for servers. NamingSchema.ForPeerServicepeerService()Policy for peer service tags calculation booleanallowInferredServices()If true, the schema allows having service names ! -
-
Method Detail
-
cache
NamingSchema.ForCache cache()
Get the naming policy for caches.
-
client
NamingSchema.ForClient client()
Get the naming policy for clients (http, soap, ...).
-
cloud
NamingSchema.ForCloud cloud()
Get the naming policy for cloud providers (aws, gpc, azure, ...).
-
database
NamingSchema.ForDatabase database()
Get the naming policy for databases.
-
messaging
NamingSchema.ForMessaging messaging()
Get the naming policy for messaging.
-
server
NamingSchema.ForServer server()
Get the naming policy for servers.
-
peerService
NamingSchema.ForPeerService peerService()
Policy for peer service tags calculation
-
allowInferredServices
boolean allowInferredServices()
If true, the schema allows having service names != DD_SERVICE
-
-
-
-