Menu
Choose a product
Scroll for more
Documentation
Grafana Cloud
Monitor applications
Application Observability
User manual
Service overview annotations
Grafana Cloud
Application Observability service overview annotations
You can enable Application Observability to display annotations in the service overview duration panel.
Note
When you create annotations, they display only for the specific service that you designate.
Create annotations
You must define the following tags to view annotations correctly:
service.name=name-of-service: The service overview always adds the service name to the queryservice.namespace=my-namespace: If the service has a namespace, you must also add this tagdeployment.environment=name-of-environment: If you selected an environment value in the service overview, you must also add the configured environment attribute. For example,deployment.environment=oteldemo01. If you have customized the name of the environment semantic attribute on the Settings tab of the Configuration page, then you should use that name instead. For example,deployment.environment.name=oteldemo01.
The following example shows how to create service view annotations:
http
POST /api/annotations HTTP/1.1
Accept: application/json
Content-Type: application/json
{
"time":1507037197339,
"timeEnd":0,
"tags":["service.name=cartservice","service.namespace=oteldemo01"],
"text":"Annotation Description"
}Enable or disable service overview annotations
You can enable or disable annotations from the Settings tab on the Configuration page under the Service overview annotations section.
Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Video

Getting started with managing your metrics, logs, and traces using Grafana
In this webinar, we’ll demo how to get started using the LGTM Stack: Loki for logs, Grafana for visualization, Tempo for traces, and Mimir for metrics.
Video

Intro to Kubernetes monitoring in Grafana Cloud
In this webinar you’ll learn how Grafana offers developers and SREs a simple and quick-to-value solution for monitoring their Kubernetes infrastructure.
Video

Building advanced Grafana dashboards
In this webinar, we’ll demo how to build and format Grafana dashboards.