-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New component - Azure Data Explorer #11830
Comments
@ag-ramachandran are you a representative of Microsoft? |
Hi @mx-psi , I am a part of the Microsoft organization (Microsoft is my current employer). Is there something specific that may be needed with respect to this , please let me know |
Nothing else needed on that front, just someone that volunteers to maintain this (which could be you?). Also, if you don't have a sponsor the next one on the list should be @codeboten |
Thank you , we could create a DL for maintaining the component. For now it could be me. |
Hello @codeboten, sorry for the mention in case you are busy! Would you be able to be the sponsor for this component? We could set up some discussions and take this component forward! |
Happy to sponsor 👍🏻 |
Thanks a lot @codeboten, what do you suggest as next steps. We've been doing some dev around the exporter and are in the process of internal reviews |
Updating the component sponsors list after sponsonring open-telemetry#11830
Updating the component sponsors list after sponsonring #11830
Hello Alex! Is there a specific structure for the review since this is a new component? |
Hello @codeboten , we just opened a PR for this new component as well. Is there something as a next step we can do so that we can add this component in. Thank you |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
The purpose and use-cases of the new component
Azure Data Explorer Exporter
This exporter sends metrics, logs and trace data to Azure Data Explorer.
Example configuration for the component
Configuration
The following settings are required:
cluster_uri
(no default): The cluster name of the provisioned ADX cluster to ingest the data.application_id
(no default): The client id to connect to the cluster and ingest data.application_key
(no default): The cluster secret corresponding to the client id.tenant_id
(no default): The tenant id where the application_id is referenced from.The following settings can be optionally configured and have default values:
db_name
(default = "oteldb"): The ADX database where the tables are present to ingest the data.metrics_table_name
(default = OTELMetrics): The target table in the databasedb_name
that stores exported metric data.logs_table_name
(default = OTELLogs): The target table in the databasedb_name
that stores exported logs data.traces_table_name
(default = OTELLogs): The target table in the databasedb_name
that stores exported traces data.Optionally the following table mappings can be specified if the data needs to be mapped to a different table on ADX. This uses json table mapping that can be used to map attributes to target tables
metrics_table_name_mapping
(optional, no default): The table mapping name to be used for the tabledb_name
.metrics_table_name
logs_table_name_mapping
(optional, no default): The table mapping name to be used for the tabledb_name
.logs_table_name
traces_table_name_mapping
(optional, no default): The table mapping name to be used for the tabledb_name
.traces_table_name
ingestion_type
(default = queued): ADX ingest can happen in managed streaming or queued modes.Note: Streaming ingestion has to be enabled on ADX [configure the ADX cluster] in case of
streaming
optionAn example configuration is provided as follows:
Telemetry data types supported
Traces , Metrics and Logs are supported
Is this a vendor-specific component? If so, are you proposing to contribute this as a representative of the vendor?
Yes. This interfaces with Azure Data Explorer , a database offering from Microsoft
Sponsor (Optional)
The text was updated successfully, but these errors were encountered: