Share via

On Azure translate resource, I cannot see the translated characters

Yannick Schlagenhauf 0 Reputation points
2026-03-12T01:35:07.2133333+00:00

Hello,

I am using an Azure Translator resource and I would like to see the number of characters translated.

In the Azure portal, I am in Monitoring → Metrics, but I cannot find a metric that shows the amount of translated characters.

Details of what I see:

Metric Namespace: I can only select “Cognitive Service Standard”

In the Metrics dropdown there are 7 options under HTTP Request and 1 option under SLI

None of the available metrics are related to characters translated

Additionally:

In the Overview page, the chart shows “Error retrieving data”

The available charts shown there are Request LatencyCharacters Translated, and Characters Trained, but they are not displaying data

For comparison, in my Speech Service resource I can see a Usage section with clear character usage metrics, but this does not appear in my Translator resource.

I should also mention that I am currently using the Free Tier, and the resource has been used extensively over the last few months, so there definitely should be usage data available.

At the moment, I simply want to view the total number of characters translated by this resource.

Could you please let me know how I can access this metric or whether there is another place in Azure where this usage is available?

Thank you.

Azure Translator in Foundry Tools

4 answers

Sort by: Most helpful
  1. SRILAKSHMI C 18,225 Reputation points Microsoft External Staff Moderator
    2026-04-17T14:10:01.9433333+00:00

    Hello Yannick Schlagenhauf,

    Thank you for reaching out Microsoft Q&A,

    Current behavior

    What you’re experiencing is expected for Azure Translator, especially on the Free Tier (F0):

    The “Characters Translated” metric is not exposed in Azure Monitor → Metrics

    You will typically only see:

    • HTTP request metrics
    • Basic SLI metrics

    The “Error retrieving data” in the Overview blade usually indicates:

    • The metric is not available for the selected tier, or
    • It is not being surfaced by the backend for that resource

    So this is not an issue with your usage it’s a limitation of how Translator metrics are currently exposed, particularly on Free tier.

    How to check translated character usage

    Since the metric is not directly available in the Metrics blade, you can use the following approaches:

    1: Cost Management

    You can view character usage via billing meters:

    Go to Cost Management + Billing → Usage + charges

    Filter by your Translator resource

    Look for a meter similar to Cognitive Services Text Translation – Characters

    This will give you:

    • Daily / monthly character usage
    • Even for Free tier (usage is tracked internally, even if not billed)

    2: Azure Consumption API

    You can also retrieve usage programmatically:

    GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/usages?api-version=2017-04-18
    

    In the response, locate the entry corresponding to text translation characters

    Check the currentValue field for usage

    3: Diagnostic Logs

    You can enable logging for deeper visibility Go to Monitoring → Diagnostic settings, Send logs to Log Analytics

    This provides Request-level insights

    Though not always a direct “character count” metric without additional parsing

    4: Application-side tracking

    For precise control and real-time tracking:

    • Log the number of characters sent per request in your application
    • Aggregate totals internally

    This is the most reliable method for production scenarios

    If you need Metrics in Azure Monitor

    To see “Characters Translated” directly in the Metrics blade You would need to upgrade to a paid (Standard or higher) tier

    Then Use metric namespace: Microsoft.CognitiveServices/accounts

    You should see a metric like: TextCharactersTranslated

    Not seeing “Characters Translated” in Metrics → expected on Free tier

    “Error retrieving data” → due to metric not being available/exposed

    The portal does not currently provide direct character metrics for F0 resources

    Recommended approach

    For your requirement

    1. Use Cost Management (Usage + charges) for overall consumption
    2. Optionally use the Consumption API for programmatic access
    3. For accuracy, consider tracking at application level

    Please refer this

    Service limits – Translator https://learn.microsoft.com/azure/ai-services/translator/text-translation/overview?wt.mc_id=knowledgesearch_inproduct_azure-cxp-community-insider#service-limits-and-pricing

    Azure Translator pricing https://azu

    I Hope this helps. Do let me know if you have any further queries.

    Thank you!

    Was this answer helpful?

    0 comments No comments

  2. Yannick Schlagenhauf 0 Reputation points
    2026-04-15T17:57:10.1666667+00:00

    Hello everyone and welcome to my blog!

    I hope you are all having a great week. Today is Wednesday and I'm looking forward to watching Champions League football. Do you guys like football? What team do you support?

    Anyways, today Bayern Munich play against Real Madrid and although I would normally be for Real Madrid, tonight I will root for Bayern. The reason is that I like Harry Kane and think he deserves to win the Ballon d'Or. He can only do that if he wins either the CL or the World Cup (or both of course). So I hope he wins the CL..

    Actually this blog will now be football related from now on

    Was this answer helpful?

    0 comments No comments

  3. Yannick Schlagenhauf 0 Reputation points
    2026-03-31T16:13:47.7266667+00:00

    Since there doesn't seem to be anyone responding to these, I have decided I will use this page as my new blog. Any objections?

    Was this answer helpful?

    0 comments No comments

  4. Yannick Schlagenhauf 0 Reputation points
    2026-03-17T17:53:43.09+00:00

    Does anyone read these?

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.