-
public class DatadogEndpointThis object contains constant values for all the Datadog Endpoint urls used in the SDK.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringLOGS_US1private final StringLOGS_US3private final StringLOGS_US5private final StringLOGS_US1_FEDprivate final StringLOGS_EU1private final StringTRACES_US1private final StringTRACES_US3private final StringTRACES_US5private final StringTRACES_US1_FEDprivate final StringTRACES_EU1private final StringRUM_US1private final StringRUM_US3private final StringRUM_US5private final StringRUM_US1_FEDprivate final StringRUM_EU1private final StringNTP_0private final StringNTP_1private final StringNTP_2private final StringNTP_3public final static DatadogEndpointINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetLOGS_US1()The US1 endpoint for Logs (US based servers), used by default by the SDK. final StringgetLOGS_US3()The US3 endpoint for Logs (US based servers). final StringgetLOGS_US5()The US5 endpoint for Logs (US based servers). final StringgetLOGS_US1_FED()The US1_FED endpoint for Logs (US based servers, FedRAMP compliant). final StringgetLOGS_EU1()The EU1 endpoint for Logs (EU based servers). final StringgetTRACES_US1()The US1 endpoint for Traces (US based servers), used by default by the SDK. final StringgetTRACES_US3()The US3 endpoint for Traces (US based servers). final StringgetTRACES_US5()The US5 endpoint for Traces (US based servers). final StringgetTRACES_US1_FED()The US1_FED endpoint for Traces (US based servers, FedRAMP compliant). final StringgetTRACES_EU1()The EU1 endpoint for Traces (EU based servers). final StringgetRUM_US1()The US1 endpoint for RUM (US based servers), used by default by the SDK. final StringgetRUM_US3()The US3 endpoint for RUM (US based servers). final StringgetRUM_US5()The US5 endpoint for RUM (US based servers). final StringgetRUM_US1_FED()The US1_FED endpoint for RUM (US based servers, FedRAMP compliant). final StringgetRUM_EU1()The EU1 endpoint for RUM (EU based servers). final StringgetNTP_0()Endpoint for the Network Time Protocol time syncing. final StringgetNTP_1()Endpoint for the Network Time Protocol time syncing. final StringgetNTP_2()Endpoint for the Network Time Protocol time syncing. final StringgetNTP_3()Endpoint for the Network Time Protocol time syncing. -
-
Method Detail
-
getLOGS_US1
final String getLOGS_US1()
The US1 endpoint for Logs (US based servers), used by default by the SDK. Use this in your Configuration if you log on app.datadoghq.com
-
getLOGS_US3
final String getLOGS_US3()
The US3 endpoint for Logs (US based servers). Use this in your Configuration if you log on us3.datadoghq.com
-
getLOGS_US5
final String getLOGS_US5()
The US5 endpoint for Logs (US based servers). Use this in your Configuration if you log on us5.datadoghq.com
-
getLOGS_US1_FED
final String getLOGS_US1_FED()
The US1_FED endpoint for Logs (US based servers, FedRAMP compliant). Use this in your Configuration if you log on app.ddog-gov.com
-
getLOGS_EU1
final String getLOGS_EU1()
The EU1 endpoint for Logs (EU based servers). Use this in your Configuration if you log on app.datadoghq.eu
-
getTRACES_US1
final String getTRACES_US1()
The US1 endpoint for Traces (US based servers), used by default by the SDK. Use this in your Configuration if you log on app.datadoghq.com
-
getTRACES_US3
final String getTRACES_US3()
The US3 endpoint for Traces (US based servers). Use this in your Configuration if you log on us3.datadoghq.com
-
getTRACES_US5
final String getTRACES_US5()
The US5 endpoint for Traces (US based servers). Use this in your Configuration if you log on us5.datadoghq.com
-
getTRACES_US1_FED
final String getTRACES_US1_FED()
The US1_FED endpoint for Traces (US based servers, FedRAMP compliant). Use this in your Configuration if you log on app.ddog-gov.com
-
getTRACES_EU1
final String getTRACES_EU1()
The EU1 endpoint for Traces (EU based servers). Use this in your Configuration if you log on app.datadoghq.eu
-
getRUM_US1
final String getRUM_US1()
The US1 endpoint for RUM (US based servers), used by default by the SDK. Use this in your Configuration if you log on app.datadoghq.com
-
getRUM_US3
final String getRUM_US3()
The US3 endpoint for RUM (US based servers). Use this in your Configuration if you log on us3.datadoghq.com
-
getRUM_US5
final String getRUM_US5()
The US5 endpoint for RUM (US based servers). Use this in your Configuration if you log on us5.datadoghq.com
-
getRUM_US1_FED
final String getRUM_US1_FED()
The US1_FED endpoint for RUM (US based servers, FedRAMP compliant). Use this in your Configuration if you log on app.ddog-gov.com
-
getRUM_EU1
final String getRUM_EU1()
The EU1 endpoint for RUM (EU based servers). Use this in your Configuration if you log on app.datadoghq.eu
-
-
-
-