You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Steve Loughran (Jira)" <ji...@apache.org> on 2021/04/28 19:32:13 UTC

[jira] [Resolved] (HADOOP-12877) Add ADLS telemetry instrumentation

     [ https://issues.apache.org/jira/browse/HADOOP-12877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Loughran resolved HADOOP-12877.
-------------------------------------
    Resolution: Won't Fix

resolving as WONTFIX; if feature is needed it should be done in the abfs connector

> Add ADLS telemetry instrumentation
> ----------------------------------
>
>                 Key: HADOOP-12877
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12877
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/adl
>            Reporter: Vishwajeet Dusane
>            Assignee: Vishwajeet Dusane
>            Priority: Major
>
> Currently the connector/SDK adds these 4 telemetry fields to the User Agent suffix of each HTTP request to ADLS:
> {noformat}
> hadoop-azure-datalake-<version>/<version>/<clusterName>/<clusterType>
> {noformat}
> Field <clusterName> can be set by configuration property {{adl.events.tracking.clustername}}.
> Field <clusterType> can be set by configuration property {{adl.events.tracking.clustertype}}.
> The <version> string is repeated. It does not seem necessary.
> All fields except the first are also added to HTTP request property {{x-ms-tracking-info}}.
> Suggest adding a custom field to the user agent suffix and changing the first field to just "Hadoop":
> {noformat}
> Hadoop/<version>/<clusterName>/<clusterType>/<custom>
> {noformat}
> Field <custom> can be set by a new configuration property {{fs.adl.user.agent.suffix}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org