You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The name of a set of processes that do the same job. Used for grouping stats for your application. Default value is the sbt project name")
20
20
lazyvaldatadogAgentHost= taskKey[String](
21
21
"""Hostname for where to send traces to. If using a containerized environment, configure this to be the host ip. See our docker docs for additional detail. Default value: "localhost"""")
22
+
lazyvaldatadogEnv= taskKey[String]("Environment. https://docs.datadoghq.com/tracing/setup/first_class_dimensions/. By default, this settings is not set")
23
+
lazyvaldatadogEnableNetty= taskKey[Boolean]("Netty Http Server and Client Instrumentation. Default value: false")
24
+
lazyvaldatadogEnableAkkaHttp=
25
+
taskKey[Boolean]("Akka-Http Server and Lagom Framework Instrumentation. Default value: false")
0 commit comments