This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "apiVersion": "dashboard.grafana.app/v2beta1", | |
| "kind": "Dashboard", | |
| "metadata": { | |
| "name": "claude-code-metrics", | |
| "generation": 12, | |
| "creationTimestamp": "2025-12-10T13:33:56Z", | |
| "labels": {}, | |
| "annotations": {} | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <kml xmlns="http://www.opengis.net/kml/2.2"> | |
| <Placemark> | |
| <name>acme Enterprises LLC</name> | |
| <Point> | |
| <coordinates>39.0997,-94.5786</coordinates> | |
| </Point> | |
| </Placemark> | |
| </kml> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <kml xmlns="http://www.opengis.net/kml/2.2"> | |
| <Placemark> | |
| <name>My office</name> | |
| <ExtendedData> | |
| <Data name="googleAPI"> | |
| <value>Acme Enterprises LLC</value> | |
| </Data> | |
| <Data name="ProcessorCity"> | |
| <value>St Paul</value> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <kml xmlns="http://www.opengis.net/kml/2.2"> | |
| <Placemark> | |
| <name>My office</name> | |
| <ExtendedData> | |
| <Data name="Google"> | |
| <value>Acme Enterprises LLC</value> | |
| </Data> | |
| <Data name="Processor (city)"> | |
| <value>St Paul</value> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <kml xmlns="http://www.opengis.net/kml/2.2"> | |
| <Placemark> | |
| <name>My office</name> | |
| <description>This is the location of my office.</description> | |
| <Point> | |
| <coordinates>-122.087461,37.422069</coordinates> | |
| </Point> | |
| </Placemark> | |
| </kml> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <kml xmlns="http://www.opengis.net/kml/2.2"> | |
| <Placemark> | |
| <name>My office</name> | |
| <description>This is the location of my office.</description> | |
| <Point> | |
| <coordinates>41.906768, -87.649068</coordinates> | |
| </Point> | |
| </Placemark> | |
| </kml> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <kml xmlns="http://www.opengis.net/kml/2.2"> | |
| <Placemark> | |
| <name>ACME GA Enterprises LLC</name> | |
| <Point> | |
| <coordinates>39.0997,-94.5786</coordinates> | |
| </Point> | |
| </Placemark> | |
| </kml> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <kml xmlns="http://www.opengis.net/kml/2.2"> | |
| <Placemark> | |
| <name>ACME GA Enterprises LLC</name> | |
| <Point> | |
| <coordinates>39.0997,-94.5786</coordinates> | |
| </Point> | |
| </Placemark> | |
| </kml> |