
Users of the prometheus receiver, prometheus exporter or prometheusremotewrite exporter please reference GitHub Issue Warning: ADOT Collector v0.31.0 breaking changeįor information on an upcoming breaking change. Notice: ADOT Collector v0.31.0 Breaking Change For contributing guidelines, refer to CONTRIBUTING.md.If you think you may have found a bug, open a bug report.Join our GitHub Community for AWS Distro for OpenTelemetry to ask your questions, file issues, or request enhancements.Use GitHub issues to report bugs and request features.Open a support ticket with AWS Support.Use the community resources below for getting help with the ADOT Collector.

Additionally, the ADOT Collector is now generally available for metrics. See the AWS Distro for OpenTelemetry documentation for more information. It enables users to send telemetry data to AWS CloudWatch Metrics, Traces, and Logs backends as well as the other supported backends. It is fully compatible with AWS computing platforms including EC2, ECS, and EKS. It supports the selected components from the OpenTelemetry community. Nzmap + coord_map( "azequalarea", orientation = c(- 36.92, 174.AWS Distro for OpenTelemetry Collector (ADOT Collector) is an AWS supported version of the upstream OpenTelemetry Collector and is distributed by Amazon. # Other projections nzmap + coord_map( "cylindrical") # With the aspect ratio approximation nzmap + coord_quickmap() # Plot it in cartesian coordinates nzmap # With correct mercator projection nzmap + coord_map() Geom_polygon( fill = "white", colour = "black") # Prepare a map of NZ nzmap <- ggplot( nz, aes( x = long, y = lat, group = group)) + Plots like geom_tile()) at the expense of correctness. This is whatĬoord_quickmap does, and is much faster (particularly for complex Poles, setting the aspect ratio of the plot to the appropriate lat/lon ratioĪpproximates the usual mercator projection. For regions that span only a few degrees and are not too close to the Towards infinity because the length of one degree of longitude tends towardsĠ. One degree of longitude is approximately 1. Near the equator, the ratio between the lengths of one degree of latitude and (in km) of one degree of longitude varies between the equator and the pole. In general, map projections must account for the fact that the actual length Limits are taken exactly from the data or xlim/ ylim. The limits to ensure that data and axes don't overlap. If TRUE, the default, adds a small expansion factor to For details, please see coord_cartesian(). Setting of "on" (the default) means yes, and a setting of "off" Should drawing be clipped to the extent of the plot panel? A Manually specific x/y limits (in degrees of Mapproj::mapproject() for more information. Projections, so you will have to supply your own. Projection orientation, which defaults toĬ(90, 0, mean(range(x))).

is ignored if the parameters argument is present. The projection, and parameters for unnamed parameters. Orientation = NULL, xlim = NULL, ylim = NULL, clip = "on")Ĭoord_quickmap( xlim = NULL, ylim = NULL, expand = TRUE, clip = "on") Arguments projection Quick approximation that does preserve straight lines. Lines, so this requires considerable computation. Map projections do not, in general, preserve straight Spherical, onto a flat 2D plane using any projection defined by the Coord_map projects a portion of the earth, which is approximately
